ixalan
BIN
data/images/ixalan/ixalanFrameB.png
Normal file
After Width: | Height: | Size: 1.9 MiB |
BIN
data/images/ixalan/ixalanFrameG.png
Normal file
After Width: | Height: | Size: 1.8 MiB |
BIN
data/images/ixalan/ixalanFrameL.png
Normal file
After Width: | Height: | Size: 1.8 MiB |
BIN
data/images/ixalan/ixalanFrameM.png
Normal file
After Width: | Height: | Size: 1.9 MiB |
BIN
data/images/ixalan/ixalanFrameR.png
Normal file
After Width: | Height: | Size: 1.9 MiB |
BIN
data/images/ixalan/ixalanFrameU.png
Normal file
After Width: | Height: | Size: 1.9 MiB |
BIN
data/images/ixalan/ixalanFrameW.png
Normal file
After Width: | Height: | Size: 1.9 MiB |
BIN
data/images/ixalan/ixalanIconArtifact.png
Normal file
After Width: | Height: | Size: 8.3 KiB |
BIN
data/images/ixalan/ixalanIconCreature.png
Normal file
After Width: | Height: | Size: 11 KiB |
BIN
data/images/ixalan/ixalanIconEnchantment.png
Normal file
After Width: | Height: | Size: 23 KiB |
BIN
data/images/ixalan/ixalanIconInstant.png
Normal file
After Width: | Height: | Size: 9.7 KiB |
BIN
data/images/ixalan/ixalanIconMulti.png
Normal file
After Width: | Height: | Size: 10 KiB |
BIN
data/images/ixalan/ixalanIconSorcery.png
Normal file
After Width: | Height: | Size: 10 KiB |
20
data/scripts/versions/ixalan/regular.js
Normal 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')
|
41
data/scripts/versions/ixalan/version.js
Normal 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']])
|
@@ -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>
|
||||
|