This commit is contained in:
Kyle
2020-04-28 19:46:17 -07:00
parent 83132f6a9b
commit ef78c5d425
16 changed files with 62 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

View File

@@ -0,0 +1,20 @@
if (!loadedVersions.includes('ixalanRegular')) {
loadedVersions.push('ixalanRegular')
loadFrameImages([
['White Frame', 'data/images/ixalan/ixalanFrameW.png', 0, 0, 1, 1, ['Full']],
['Blue Frame', 'data/images/ixalan/ixalanFrameU.png', 0, 0, 1, 1, ['Full']],
['Black Frame', 'data/images/ixalan/ixalanFrameB.png', 0, 0, 1, 1, ['Full']],
['Red Frame', 'data/images/ixalan/ixalanFrameR.png', 0, 0, 1, 1, ['Full']],
['Green Frame', 'data/images/ixalan/ixalanFrameG.png', 0, 0, 1, 1, ['Full']],
['Multicolored Frame', 'data/images/ixalan/ixalanFrameM.png', 0, 0, 1, 1, ['Full']],
['Land Frame', 'data/images/ixalan/ixalanFrameL.png', 0, 0, 1, 1, ['Full']],
['Artifact Icon', 'data/images/ixalan/ixalanIconArtifact.png', 90/1500, 105/2100, 100/1500, 101/2100, ['Full']],
['Creature Icon', 'data/images/ixalan/ixalanIconCreature.png', 90/1500, 105/2100, 100/1500, 101/2100, ['Full']],
['Enchantment Icon', 'data/images/ixalan/ixalanIconEnchantment.png', 90/1500, 105/2100, 100/1500, 101/2100, ['Full']],
['Instant Icon', 'data/images/ixalan/ixalanIconInstant.png', 90/1500, 105/2100, 100/1500, 101/2100, ['Full']],
['Multitype Icon', 'data/images/ixalan/ixalanIconMulti.png', 90/1500, 105/2100, 100/1500, 101/2100, ['Full']],
['Sorcery Icon', 'data/images/ixalan/ixalanIconSorcery.png', 90/1500, 105/2100, 100/1500, 101/2100, ['Full']],
], 'frameClassIxalanRegular')
}
hideFrameImages('frameClassIxalanRegular')

View File

@@ -0,0 +1,41 @@
if (!loadedVersions.includes('ixalan')) {
loadedVersions.push('ixalan')
// loadMaskImages([])
}
if (currentVersion != 'ixalan') {
currentVersion = 'ixalan'
loadTextOptions([
new cardText('Card Title', '', 165/1500, 174/2100, 1170/1500, 79/2100, 'belerenbsc', 79/2100, 'black', ['oneLine=true','textAlign="center"']),
new cardText('Card Type', '', 165/1500, 1262/2100, 1170/1500, 68/2100, 'belerenb', 68/2100, 'black', ['oneLine=true','textAlign="center"']),
new cardText('Rules Text', '', 196/1500, 1327/2100, 1112/1500, 700/2100, 'mplantin', 73/2100, 'black')
])
artX = scaleX(60 / 1500)
artY = scaleY(206 / 2100)
artWidth = scaleX(1380 / 1500)
artHeight = scaleY(934 / 2100)
manaCostXPath = '1316 - 78 * manaSymbolIndex'
manaCostYPath = '109'
manaCostDiameter = '70'
manaCostShadowOffset = '[-2, 6]'
manaCostDirection = 'reverse'
setSymbolX = [cardWidth / 2, 'center']
setSymbolY = [scaleY(244/2100), 'center']
setSymbolWidth = scaleX(180/1500)
setSymbolHeight = scaleY(84/2100)
watermarkX = scaleX(0.5)
watermarkY = scaleY(1630/2100)
watermarkWidth = scaleX(1140/1500)
watermarkHeight = scaleY(484/2100)
bottomInfoFunction = 'bottomInfoM15'
bottomInfoUpdated()
}
loadFramePackOptions([['regular', 'Regular']])

View File

@@ -50,6 +50,7 @@
<option value="m15Textless">Textless Kaladesh Inventions</option>
<option value="m15Planeswalker">M15 Planeswalker</option>
<option value="storybook">Storybook</option>
<option value="ixalan">Ixalan Maps</option>
<option value="future">Future Shifted</option>
<option value="seventh">Seventh Edition</option>
</select>