Upscale Battle frame
Before Width: | Height: | Size: 1.2 MiB After Width: | Height: | Size: 2.1 MiB |
Before Width: | Height: | Size: 9.6 KiB After Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 1.1 MiB After Width: | Height: | Size: 1.9 MiB |
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 91 KiB After Width: | Height: | Size: 194 KiB |
Before Width: | Height: | Size: 4.9 KiB After Width: | Height: | Size: 3.9 KiB |
Before Width: | Height: | Size: 1.2 MiB After Width: | Height: | Size: 2.0 MiB |
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 31 KiB |
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 733 KiB After Width: | Height: | Size: 1.4 MiB |
Before Width: | Height: | Size: 9.5 KiB After Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 1.1 MiB After Width: | Height: | Size: 1.9 MiB |
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 42 KiB |
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 37 KiB |
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 980 B |
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 60 KiB |
Before Width: | Height: | Size: 3.0 KiB After Width: | Height: | Size: 2.4 KiB |
Before Width: | Height: | Size: 23 KiB After Width: | Height: | Size: 44 KiB |
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 31 KiB |
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 38 KiB |
Before Width: | Height: | Size: 2.6 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 27 KiB |
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 799 B |
Before Width: | Height: | Size: 1.2 MiB After Width: | Height: | Size: 2.1 MiB |
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 868 KiB After Width: | Height: | Size: 1.6 MiB |
Before Width: | Height: | Size: 8.1 KiB After Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 976 KiB After Width: | Height: | Size: 1.7 MiB |
Before Width: | Height: | Size: 9.4 KiB After Width: | Height: | Size: 12 KiB |
@@ -21,7 +21,7 @@ document.querySelector('#loadFrameVersion').onclick = async function() {
|
|||||||
// Notification
|
// Notification
|
||||||
//resets things so that every frame doesn't have to
|
//resets things so that every frame doesn't have to
|
||||||
var previousCardHeight = card.height
|
var previousCardHeight = card.height
|
||||||
await resetCardIrregularities({canvas:[2100, 1500, 0, 0]});
|
await resetCardIrregularities({canvas:[2814, 2010, 0, 0]});
|
||||||
replacementMasks = {'Right Half':'/img/frames/m15/battle/maskRightHalf.png'};
|
replacementMasks = {'Right Half':'/img/frames/m15/battle/maskRightHalf.png'};
|
||||||
//sets card version
|
//sets card version
|
||||||
card.version = 'battle';
|
card.version = 'battle';
|
||||||
@@ -51,7 +51,7 @@ document.querySelector('#loadFrameVersion').onclick = async function() {
|
|||||||
if (card.text.rules.text == '') {
|
if (card.text.rules.text == '') {
|
||||||
card.text.rules.text = '{i}(As a Siege enters, choose an opponent to protect it. You and others can attack it. When it’s defeated, exile it, then cast it transformed.){/i}\n';
|
card.text.rules.text = '{i}(As a Siege enters, choose an opponent to protect it. You and others can attack it. When it’s defeated, exile it, then cast it transformed.){/i}\n';
|
||||||
}
|
}
|
||||||
card.bottomInfoTranslate = {x: -92, y:-2100};
|
card.bottomInfoTranslate = {x: -123, y:-2814};
|
||||||
card.bottomInfoRotate = 90;
|
card.bottomInfoRotate = 90;
|
||||||
card.bottomInfoZoom = 1.4;
|
card.bottomInfoZoom = 1.4;
|
||||||
}
|
}
|
||||||
|