Add nyx and artifact saga frames
BIN
img/frames/saga/nyx/a.png
Normal file
After Width: | Height: | Size: 1.4 MiB |
BIN
img/frames/saga/nyx/aThumb.png
Normal file
After Width: | Height: | Size: 13 KiB |
BIN
img/frames/saga/nyx/b.png
Normal file
After Width: | Height: | Size: 1.0 MiB |
BIN
img/frames/saga/nyx/bThumb.png
Normal file
After Width: | Height: | Size: 13 KiB |
BIN
img/frames/saga/nyx/g.png
Normal file
After Width: | Height: | Size: 1.1 MiB |
BIN
img/frames/saga/nyx/gThumb.png
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
img/frames/saga/nyx/m.png
Normal file
After Width: | Height: | Size: 1014 KiB |
BIN
img/frames/saga/nyx/mThumb.png
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
img/frames/saga/nyx/r.png
Normal file
After Width: | Height: | Size: 1.2 MiB |
BIN
img/frames/saga/nyx/rThumb.png
Normal file
After Width: | Height: | Size: 13 KiB |
BIN
img/frames/saga/nyx/u.png
Normal file
After Width: | Height: | Size: 788 KiB |
BIN
img/frames/saga/nyx/uThumb.png
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
img/frames/saga/nyx/w.png
Normal file
After Width: | Height: | Size: 887 KiB |
BIN
img/frames/saga/nyx/wThumb.png
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
img/frames/saga/pt/a.png
Normal file
After Width: | Height: | Size: 23 KiB |
BIN
img/frames/saga/pt/aThumb.png
Normal file
After Width: | Height: | Size: 13 KiB |
BIN
img/frames/saga/pt/b.png
Normal file
After Width: | Height: | Size: 26 KiB |
BIN
img/frames/saga/pt/bThumb.png
Normal file
After Width: | Height: | Size: 14 KiB |
BIN
img/frames/saga/pt/g.png
Normal file
After Width: | Height: | Size: 28 KiB |
BIN
img/frames/saga/pt/gThumb.png
Normal file
After Width: | Height: | Size: 15 KiB |
BIN
img/frames/saga/pt/m.png
Normal file
After Width: | Height: | Size: 24 KiB |
BIN
img/frames/saga/pt/mThumb.png
Normal file
After Width: | Height: | Size: 13 KiB |
BIN
img/frames/saga/pt/r.png
Normal file
After Width: | Height: | Size: 26 KiB |
BIN
img/frames/saga/pt/rThumb.png
Normal file
After Width: | Height: | Size: 14 KiB |
BIN
img/frames/saga/pt/u.png
Normal file
After Width: | Height: | Size: 25 KiB |
BIN
img/frames/saga/pt/uThumb.png
Normal file
After Width: | Height: | Size: 13 KiB |
BIN
img/frames/saga/pt/w.png
Normal file
After Width: | Height: | Size: 22 KiB |
BIN
img/frames/saga/pt/wThumb.png
Normal file
After Width: | Height: | Size: 13 KiB |
BIN
img/frames/saga/regular/sagaFrameA.png
Normal file
After Width: | Height: | Size: 1.5 MiB |
BIN
img/frames/saga/regular/sagaFrameAThumb.png
Normal file
After Width: | Height: | Size: 13 KiB |
@@ -1,6 +1,7 @@
|
|||||||
loadFramePacks([
|
loadFramePacks([
|
||||||
{name:'Regular Frames', value:'SagaRegular'},
|
{name:'Regular Frames', value:'SagaRegular'},
|
||||||
{name:'Universes Beyond Frames', value:'SagaUB'},
|
{name:'Universes Beyond Frames', value:'SagaUB'},
|
||||||
|
{name:'Nyx Frames', value:'SagaNyx'},
|
||||||
{name:'Addons', value:'disabled'},
|
{name:'Addons', value:'disabled'},
|
||||||
{name:'Legend Crowns', value:'M15LegendCrowns'},
|
{name:'Legend Crowns', value:'M15LegendCrowns'},
|
||||||
{name:'Legend Crowns (Universes Beyond)', value:'UBLegendCrowns'},
|
{name:'Legend Crowns (Universes Beyond)', value:'UBLegendCrowns'},
|
||||||
|
58
js/frames/packSagaNyx.js
Normal file
@@ -0,0 +1,58 @@
|
|||||||
|
//Create objects for common properties across available frames
|
||||||
|
var masks = [{src:'/img/frames/saga/sagaMaskPinline.png', name:'Pinline'}, {src:'/img/frames/m15/regular/m15MaskTitle.png', name:'Title'}, {src:'/img/frames/saga/sagaMaskType.png', name:'Type'}, {src:'/img/frames/saga/sagaMaskFrame.png', name:'Frame'}, {src:'/img/frames/saga/sagaMaskBanner.png', name:'Banner'}, {src:'/img/frames/saga/sagaMaskBannerRight.png', name:'Banner (Right)'}, {src:'/img/frames/saga/sagaMaskText.png', name:'Text'}, {src:'/img/frames/saga/sagaMaskTextRight.png', name:'Text (Right)'}, {src:'/img/frames/saga/sagaMaskBorder.png', name:'Border'}];
|
||||||
|
var bounds = {x:1179/1500, y:1766/2100, width:237/1500, height:154/2100};
|
||||||
|
//defines available frames
|
||||||
|
availableFrames = [
|
||||||
|
{name:'White Frame', src:'/img/frames/saga/nyx/w.png', masks:masks},
|
||||||
|
{name:'Blue Frame', src:'/img/frames/saga/nyx/u.png', masks:masks},
|
||||||
|
{name:'Black Frame', src:'/img/frames/saga/nyx/b.png', masks:masks},
|
||||||
|
{name:'Red Frame', src:'/img/frames/saga/nyx/r.png', masks:masks},
|
||||||
|
{name:'Green Frame', src:'/img/frames/saga/nyx/g.png', masks:masks},
|
||||||
|
{name:'Multicolored Frame', src:'/img/frames/saga/nyx/m.png', masks:masks},
|
||||||
|
{name:'Artifact Frame', src:'/img/frames/saga/nyx/a.png', masks:masks},
|
||||||
|
{name:'Banner Pinstripe (Multicolored)', src:'/img/frames/saga/sagaMidStripe.png', bounds:{x:0.0727, y:0.3058, width:0.0087, height:0.4762}},
|
||||||
|
|
||||||
|
{name:'White Power/Toughness', src:'/img/frames/saga/pt/w.png', bounds: bounds},
|
||||||
|
{name:'Blue Power/Toughness', src:'/img/frames/saga/pt/u.png', bounds: bounds},
|
||||||
|
{name:'Black Power/Toughness', src:'/img/frames/saga/pt/b.png', bounds: bounds},
|
||||||
|
{name:'Red Power/Toughness', src:'/img/frames/saga/pt/r.png', bounds: bounds},
|
||||||
|
{name:'Green Power/Toughness', src:'/img/frames/saga/pt/g.png', bounds: bounds},
|
||||||
|
{name:'Multicolored Power/Toughness', src:'/img/frames/saga/pt/m.png', bounds: bounds},
|
||||||
|
{name:'Artifact Power/Toughness', src:'/img/frames/saga/pt/a.png', bounds: bounds},
|
||||||
|
|
||||||
|
{name:'Holo Stamp', src:'/img/frames/saga/stamp.png', bounds:{x:0.438, y:0.912, width:0.124, height:0.0372}}
|
||||||
|
];
|
||||||
|
//disables/enables the "Load Frame Version" button
|
||||||
|
document.querySelector('#loadFrameVersion').disabled = false;
|
||||||
|
//defines process for loading this version, if applicable
|
||||||
|
document.querySelector('#loadFrameVersion').onclick = async function() {
|
||||||
|
//resets things so that every frame doesn't have to
|
||||||
|
await resetCardIrregularities();
|
||||||
|
//sets card version
|
||||||
|
card.version = 'sagaNyx';
|
||||||
|
card.onload = '/js/frames/versionSaga.js';
|
||||||
|
loadScript('/js/frames/versionSaga.js');
|
||||||
|
//art bounds
|
||||||
|
card.artBounds = {x:0.5, y:0.1124, width:0.4247, height:0.7253};
|
||||||
|
autoFitArt();
|
||||||
|
//set symbol bounds
|
||||||
|
card.setSymbolBounds = {x:0.9227, y:0.8739, width:0.12, height:0.0381, vertical:'center', horizontal: 'right'};
|
||||||
|
resetSetSymbol();
|
||||||
|
//watermark bounds
|
||||||
|
card.watermarkBounds = {x:0.3027, y:0.4748, width:0.3547, height:0.6767};
|
||||||
|
resetWatermark();
|
||||||
|
//text
|
||||||
|
loadTextOptions({
|
||||||
|
mana: {name:'Mana Cost', text:'', y:0.0613, width:0.9292, height:71/2100, oneLine:true, size:71/1638, align:'right', shadowX:-0.001, shadowY:0.0029, manaCost:true, manaSpacing:0},
|
||||||
|
title: {name:'Title', text:'', x:0.0854, y:0.0522, width:0.8292, height:0.0543, oneLine:true, font:'belerenb', size:0.0381},
|
||||||
|
type: {name:'Type', text:'', x:0.0854, y:0.8481, width:0.8292, height:0.0543, oneLine:true, font:'belerenb', size:0.0324},
|
||||||
|
ability0: {name:'Ability 1', text:'', x:0.1334, y:0.2896, width:0.35, height:0.1786, size:0.0305},
|
||||||
|
ability1: {name:'Ability 2', text:'', x:0.1334, y:0, width:0.35, height:0.1786, size:0.0305},
|
||||||
|
ability2: {name:'Ability 3', text:'', x:0.1334, y:0, width:0.35, height:0.1786, size:0.0305},
|
||||||
|
ability3: {name:'Ability 4', text:'', x:0.1334, y:0, width:0.35, height:0, size:0.0305},
|
||||||
|
reminder: {name:'Reminder Text', text:'{i}(As this Saga enters and after your draw step, add a lore counter. Sacrifice after III.)', x:0.0867, y:0.1129, width:0.404, height:0.1772, size:0.03, shadowColor:'white'},
|
||||||
|
pt: {name:'Power/Toughness', text:'', x:0.8267, y:1803/2100, width:0.0967, height:0.0372, size:0.0372, font:'belerenbsc', oneLine:true, align:'center'},
|
||||||
|
});
|
||||||
|
}
|
||||||
|
//loads available frames
|
||||||
|
loadFramePack();
|
@@ -8,6 +8,7 @@ availableFrames = [
|
|||||||
{name:'Red Frame', src:'/img/frames/saga/regular/sagaFrameR.png', masks:masks},
|
{name:'Red Frame', src:'/img/frames/saga/regular/sagaFrameR.png', masks:masks},
|
||||||
{name:'Green Frame', src:'/img/frames/saga/regular/sagaFrameG.png', masks:masks},
|
{name:'Green Frame', src:'/img/frames/saga/regular/sagaFrameG.png', masks:masks},
|
||||||
{name:'Multicolored Frame', src:'/img/frames/saga/regular/sagaFrameM.png', masks:masks},
|
{name:'Multicolored Frame', src:'/img/frames/saga/regular/sagaFrameM.png', masks:masks},
|
||||||
|
{name:'Artifact Frame', src:'/img/frames/saga/regular/sagaFrameA.png', masks:masks},
|
||||||
{name:'Land Frame', src:'/img/frames/saga/regular/l.png', masks:masks},
|
{name:'Land Frame', src:'/img/frames/saga/regular/l.png', masks:masks},
|
||||||
{name:'Banner Pinstripe (Multicolored)', src:'/img/frames/saga/sagaMidStripe.png', bounds:{x:0.0727, y:0.3058, width:0.0087, height:0.4762}},
|
{name:'Banner Pinstripe (Multicolored)', src:'/img/frames/saga/sagaMidStripe.png', bounds:{x:0.0727, y:0.3058, width:0.0087, height:0.4762}},
|
||||||
{name:'Holo Stamp', src:'/img/frames/saga/stamp.png', bounds:{x:0.438, y:0.912, width:0.124, height:0.0372}}
|
{name:'Holo Stamp', src:'/img/frames/saga/stamp.png', bounds:{x:0.438, y:0.912, width:0.124, height:0.0372}}
|
||||||
|