devoid
BIN
data/images/m15/devoid/m15DevoidFrameA.png
Normal file
After Width: | Height: | Size: 264 KiB |
BIN
data/images/m15/devoid/m15DevoidFrameB.png
Normal file
After Width: | Height: | Size: 283 KiB |
BIN
data/images/m15/devoid/m15DevoidFrameG.png
Normal file
After Width: | Height: | Size: 319 KiB |
BIN
data/images/m15/devoid/m15DevoidFrameL.png
Normal file
After Width: | Height: | Size: 286 KiB |
BIN
data/images/m15/devoid/m15DevoidFrameM.png
Normal file
After Width: | Height: | Size: 276 KiB |
BIN
data/images/m15/devoid/m15DevoidFrameR.png
Normal file
After Width: | Height: | Size: 304 KiB |
BIN
data/images/m15/devoid/m15DevoidFrameU.png
Normal file
After Width: | Height: | Size: 232 KiB |
BIN
data/images/m15/devoid/m15DevoidFrameW.png
Normal file
After Width: | Height: | Size: 247 KiB |
25
data/scripts/versions/m15/devoid.js
Normal file
@@ -0,0 +1,25 @@
|
||||
if (!loadedVersions.includes('m15Devoid')) {
|
||||
loadedVersions.push("m15Devoid")
|
||||
loadFrameImages([
|
||||
['White Devoid Frame', 'data/images/m15/devoid/m15DevoidFrameW.png', 0, 0, 1, 1, ['Full', 'Pinline (m15)', 'Title (m15)', 'Type (m15)', 'Rules (m15)', 'Frame (m15)', 'Border (m15)', 'Pinline Super (m15)']],
|
||||
['Blue Devoid Frame', 'data/images/m15/devoid/m15DevoidFrameU.png', 0, 0, 1, 1, ['Full', 'Pinline (m15)', 'Title (m15)', 'Type (m15)', 'Rules (m15)', 'Frame (m15)', 'Border (m15)', 'Pinline Super (m15)']],
|
||||
['Black Devoid Frame', 'data/images/m15/devoid/m15DevoidFrameB.png', 0, 0, 1, 1, ['Full', 'Pinline (m15)', 'Title (m15)', 'Type (m15)', 'Rules (m15)', 'Frame (m15)', 'Border (m15)', 'Pinline Super (m15)']],
|
||||
['Red Devoid Frame', 'data/images/m15/devoid/m15DevoidFrameR.png', 0, 0, 1, 1, ['Full', 'Pinline (m15)', 'Title (m15)', 'Type (m15)', 'Rules (m15)', 'Frame (m15)', 'Border (m15)', 'Pinline Super (m15)']],
|
||||
['Green Devoid Frame', 'data/images/m15/devoid/m15DevoidFrameG.png', 0, 0, 1, 1, ['Full', 'Pinline (m15)', 'Title (m15)', 'Type (m15)', 'Rules (m15)', 'Frame (m15)', 'Border (m15)', 'Pinline Super (m15)']],
|
||||
['Multicolored Devoid Frame', 'data/images/m15/devoid/m15DevoidFrameM.png', 0, 0, 1, 1, ['Full', 'Pinline (m15)', 'Title (m15)', 'Type (m15)', 'Rules (m15)', 'Frame (m15)', 'Border (m15)', 'Pinline Super (m15)']],
|
||||
['Artifact Devoid Frame', 'data/images/m15/devoid/m15DevoidFrameA.png', 0, 0, 1, 1, ['Full', 'Pinline (m15)', 'Title (m15)', 'Type (m15)', 'Rules (m15)', 'Frame (m15)', 'Border (m15)', 'Pinline Super (m15)']],
|
||||
['Land Devoid Frame', 'data/images/m15/devoid/m15DevoidFrameL.png', 0, 0, 1, 1, ['Full', 'Pinline (m15)', 'Title (m15)', 'Type (m15)', 'Rules (m15)', 'Frame (m15)', 'Border (m15)', 'Pinline Super (m15)']],
|
||||
['Devoid Power/Toughness', 'data/images/m15/m15NicknamePTC.png', 1136/1500, 1858/2100, 282/1500, 154/2100, ['Full']]
|
||||
], 'frameClassM15Devoid')
|
||||
}
|
||||
|
||||
if (currentVersion != 'm15Devoid') {
|
||||
currentVersion = 'm15Devoid'
|
||||
|
||||
artX = scaleX(60 / 1500)
|
||||
artY = scaleY(218 / 2100)
|
||||
artWidth = scaleX(1380 / 1500)
|
||||
artHeight = scaleY(1720 / 2100)
|
||||
}
|
||||
|
||||
hideFrameImages('frameClassM15Devoid')
|
@@ -39,7 +39,7 @@ if (currentVersion != 'm15') {
|
||||
bottomInfoUpdated()
|
||||
}
|
||||
|
||||
loadFramePackOptions([['regular', 'Regular'], ['legendCrowns', 'Legend Crowns'], ['m21', 'M21 Showcase'], ['nickname', 'Nickname (Godzilla)'], ['companion', 'Companion'], ['nyx', 'Nyx'], ['invention', 'Kaladesh Invention'], ['inventionClassic', 'Simple Invention'], ['floatingCrowns', 'Floating Crowns'], ['darkPT', 'Dark Power/Toughness']])
|
||||
loadFramePackOptions([['regular', 'Regular'], ['legendCrowns', 'Legend Crowns'], ['m21', 'M21 Showcase'], ['nickname', 'Nickname (Godzilla)'], ['companion', 'Companion'], ['nyx', 'Nyx'], ['invention', 'Kaladesh Invention'], ['inventionClassic', 'Simple Invention'], ['devoid', 'Devoid'], ['floatingCrowns', 'Floating Crowns'], ['darkPT', 'Dark Power/Toughness']])
|
||||
|
||||
function bottomInfoM15() {
|
||||
bottomInfoContext.clearRect(0, 0, cardWidth, cardHeight)
|
||||
|