easier nickname frames

This commit is contained in:
Kyle
2020-10-09 20:28:17 -07:00
parent 0e23313f31
commit 8ec038f88c
44 changed files with 64 additions and 63 deletions

View File

@@ -1,15 +1,14 @@
if (!loadedVersions.includes('m15Promo/regular')) {
loadedVersions.push("m15Promo/regular")
loadFrameImages([
['Base Frame', '/data/images/cardImages/m15Promo/m15PromoTextboxes.png', 0, 0, 1, 1, ['Full', 'Title (m15)', 'Type (m15 Promo)', 'Rules (m15 Promo)']],
['White Frame', '/data/images/cardImages/m15Promo/m15PromoFrameW.png', 0, 0, 1, 1, ['Full', 'Pinline (m15 Promo)', 'Titleless (m15 Promo)', 'Border (m15)']],
['Blue Frame', '/data/images/cardImages/m15Promo/m15PromoFrameU.png', 0, 0, 1, 1, ['Full', 'Pinline (m15 Promo)', 'Titleless (m15 Promo)', 'Border (m15)']],
['Black Frame', '/data/images/cardImages/m15Promo/m15PromoFrameB.png', 0, 0, 1, 1, ['Full', 'Pinline (m15 Promo)', 'Titleless (m15 Promo)', 'Border (m15)']],
['Red Frame', '/data/images/cardImages/m15Promo/m15PromoFrameR.png', 0, 0, 1, 1, ['Full', 'Pinline (m15 Promo)', 'Titleless (m15 Promo)', 'Border (m15)']],
['Green Frame', '/data/images/cardImages/m15Promo/m15PromoFrameG.png', 0, 0, 1, 1, ['Full', 'Pinline (m15 Promo)', 'Titleless (m15 Promo)', 'Border (m15)']],
['Multicolored Frame', '/data/images/cardImages/m15Promo/m15PromoFrameM.png', 0, 0, 1, 1, ['Full', 'Pinline (m15 Promo)', 'Titleless (m15 Promo)', 'Border (m15)']],
['Artifact Frame', '/data/images/cardImages/m15Promo/m15PromoFrameA.png', 0, 0, 1, 1, ['Full', 'Pinline (m15 Promo)', 'Titleless (m15 Promo)', 'Border (m15)']],
['Land Frame', '/data/images/cardImages/m15Promo/m15PromoFrameL.png', 0, 0, 1, 1, ['Full', 'Pinline (m15 Promo)', 'Titleless (m15 Promo)', 'Border (m15)']],
['White Frame', '/data/images/cardImages/m15Promo/m15PromoFrameW.png', 0, 0, 1, 1, ['Full', 'Pinline (m15 Promo)', 'Title (m15)', 'Type (m15 Promo)', 'Rules (m15 Promo)', 'Titleless (m15 Promo)', 'Border (m15)']],
['Blue Frame', '/data/images/cardImages/m15Promo/m15PromoFrameU.png', 0, 0, 1, 1, ['Full', 'Pinline (m15 Promo)', 'Title (m15)', 'Type (m15 Promo)', 'Rules (m15 Promo)', 'Titleless (m15 Promo)', 'Border (m15)']],
['Black Frame', '/data/images/cardImages/m15Promo/m15PromoFrameB.png', 0, 0, 1, 1, ['Full', 'Pinline (m15 Promo)', 'Title (m15)', 'Type (m15 Promo)', 'Rules (m15 Promo)', 'Titleless (m15 Promo)', 'Border (m15)']],
['Red Frame', '/data/images/cardImages/m15Promo/m15PromoFrameR.png', 0, 0, 1, 1, ['Full', 'Pinline (m15 Promo)', 'Title (m15)', 'Type (m15 Promo)', 'Rules (m15 Promo)', 'Titleless (m15 Promo)', 'Border (m15)']],
['Green Frame', '/data/images/cardImages/m15Promo/m15PromoFrameG.png', 0, 0, 1, 1, ['Full', 'Pinline (m15 Promo)', 'Title (m15)', 'Type (m15 Promo)', 'Rules (m15 Promo)', 'Titleless (m15 Promo)', 'Border (m15)']],
['Multicolored Frame', '/data/images/cardImages/m15Promo/m15PromoFrameM.png', 0, 0, 1, 1, ['Full', 'Pinline (m15 Promo)', 'Title (m15)', 'Type (m15 Promo)', 'Rules (m15 Promo)', 'Titleless (m15 Promo)', 'Border (m15)']],
['Artifact Frame', '/data/images/cardImages/m15Promo/m15PromoFrameA.png', 0, 0, 1, 1, ['Full', 'Pinline (m15 Promo)', 'Title (m15)', 'Type (m15 Promo)', 'Rules (m15 Promo)', 'Titleless (m15 Promo)', 'Border (m15)']],
['Land Frame', '/data/images/cardImages/m15Promo/m15PromoFrameL.png', 0, 0, 1, 1, ['Full', 'Pinline (m15 Promo)', 'Title (m15)', 'Type (m15 Promo)', 'Rules (m15 Promo)', 'Titleless (m15 Promo)', 'Border (m15)']],
['White Power/Toughness', '/data/images/cardImages/m15/m15PTW.png', 1136/1500, 1858/2100, 282/1500, 154/2100, ['Full']],
['Blue Power/Toughness', '/data/images/cardImages/m15/m15PTU.png', 1136/1500, 1858/2100, 282/1500, 154/2100, ['Full']],
['Black Power/Toughness', '/data/images/cardImages/m15/m15PTB.png', 1136/1500, 1858/2100, 282/1500, 154/2100, ['Full']],
@@ -18,7 +17,8 @@ if (!loadedVersions.includes('m15Promo/regular')) {
['Multicolored Power/Toughness', '/data/images/cardImages/m15/m15PTM.png', 1136/1500, 1858/2100, 282/1500, 154/2100, ['Full']],
['Artifact Power/Toughness', '/data/images/cardImages/m15/m15PTA.png', 1136/1500, 1858/2100, 282/1500, 154/2100, ['Full']],
['Colorless Power/Toughness', '/data/images/cardImages/m15/m15PTC.png', 1136/1500, 1858/2100, 282/1500, 154/2100, ['Full']],
['Pinline Outline', '/data/images/cardImages/m15Promo/m15PromoPinlineOutline.png', 74/1500, 85/2100, 1352/1500, 1867/2100, ['Full']]
['Pinline Outline', '/data/images/cardImages/m15Promo/m15PromoPinlineOutline.png', 74/1500, 85/2100, 1352/1500, 1867/2100, ['Full']],
['Textboxes', '/data/images/cardImages/m15Promo/m15PromoTextboxes.png', 0, 0, 1, 1, ['Full', 'Title (m15)', 'Type (m15 Promo)', 'Rules (m15 Promo)']]
], 'frameClassM15PromoRegular')
}