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

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']])