inventionClassic
BIN
data/images/m15/inventionClassic/m15FrameAInventionClassic.png
Normal file
After Width: | Height: | Size: 1.3 MiB |
BIN
data/images/m15/inventionClassic/m15FrameBInventionClassic.png
Normal file
After Width: | Height: | Size: 1.6 MiB |
BIN
data/images/m15/inventionClassic/m15FrameGInventionClassic.png
Normal file
After Width: | Height: | Size: 1.5 MiB |
BIN
data/images/m15/inventionClassic/m15FrameMInventionClassic.png
Normal file
After Width: | Height: | Size: 1.5 MiB |
BIN
data/images/m15/inventionClassic/m15FrameRInventionClassic.png
Normal file
After Width: | Height: | Size: 1.7 MiB |
BIN
data/images/m15/inventionClassic/m15FrameUInventionClassic.png
Normal file
After Width: | Height: | Size: 1.1 MiB |
BIN
data/images/m15/inventionClassic/m15FrameWInventionClassic.png
Normal file
After Width: | Height: | Size: 1.2 MiB |
14
data/scripts/versions/m15/inventionClassic.js
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
if (!loadedVersions.includes('m15InventionClassic')) {
|
||||||
|
loadedVersions.push("m15InventionClassic")
|
||||||
|
loadFrameImages([
|
||||||
|
['White Invention Frame', 'data/images/m15/inventionClassic/m15FrameWInventionClassic.png', 0, 0, 1, 1, ['Full', 'Pinline (m15)', 'Title (m15)', 'Type (m15)', 'Rules (m15)', 'Frame (m15)', 'Border (m15)', 'Pinline Super (m15)']],
|
||||||
|
['Blue Invention Frame', 'data/images/m15/inventionClassic/m15FrameUInventionClassic.png', 0, 0, 1, 1, ['Full', 'Pinline (m15)', 'Title (m15)', 'Type (m15)', 'Rules (m15)', 'Frame (m15)', 'Border (m15)', 'Pinline Super (m15)']],
|
||||||
|
['Black Invention Frame', 'data/images/m15/inventionClassic/m15FrameBInventionClassic.png', 0, 0, 1, 1, ['Full', 'Pinline (m15)', 'Title (m15)', 'Type (m15)', 'Rules (m15)', 'Frame (m15)', 'Border (m15)', 'Pinline Super (m15)']],
|
||||||
|
['Red Invention Frame', 'data/images/m15/inventionClassic/m15FrameRInventionClassic.png', 0, 0, 1, 1, ['Full', 'Pinline (m15)', 'Title (m15)', 'Type (m15)', 'Rules (m15)', 'Frame (m15)', 'Border (m15)', 'Pinline Super (m15)']],
|
||||||
|
['Green Invention Frame', 'data/images/m15/inventionClassic/m15FrameGInventionClassic.png', 0, 0, 1, 1, ['Full', 'Pinline (m15)', 'Title (m15)', 'Type (m15)', 'Rules (m15)', 'Frame (m15)', 'Border (m15)', 'Pinline Super (m15)']],
|
||||||
|
['Multicolored Invention Frame', 'data/images/m15/inventionClassic/m15FrameMInventionClassic.png', 0, 0, 1, 1, ['Full', 'Pinline (m15)', 'Title (m15)', 'Type (m15)', 'Rules (m15)', 'Frame (m15)', 'Border (m15)', 'Pinline Super (m15)']],
|
||||||
|
['Artifact Invention Frame', 'data/images/m15/inventionClassic/m15FrameAInventionClassic.png', 0, 0, 1, 1, ['Full', 'Pinline (m15)', 'Title (m15)', 'Type (m15)', 'Rules (m15)', 'Frame (m15)', 'Border (m15)', 'Pinline Super (m15)']]
|
||||||
|
], 'frameClassM15InventionClassic')
|
||||||
|
}
|
||||||
|
|
||||||
|
hideFrameImages('frameClassM15InventionClassic')
|
@@ -39,7 +39,7 @@ if (currentVersion != 'm15') {
|
|||||||
bottomInfoUpdated()
|
bottomInfoUpdated()
|
||||||
}
|
}
|
||||||
|
|
||||||
loadFramePackOptions([['regular', 'Regular'], ['legendCrowns', 'Legend Crowns'], ['nickname', 'Nickname (Godzilla)'], ['companion', 'Companion'], ['nyx', 'Nyx'], ['invention', 'Kaladesh Invention'], ['floatingCrowns', 'Floating Crowns']])
|
loadFramePackOptions([['regular', 'Regular'], ['legendCrowns', 'Legend Crowns'], ['nickname', 'Nickname (Godzilla)'], ['companion', 'Companion'], ['nyx', 'Nyx'], ['invention', 'Kaladesh Invention'], ['inventionClassic', 'Simple Invention'], ['floatingCrowns', 'Floating Crowns']])
|
||||||
|
|
||||||
function bottomInfoM15() {
|
function bottomInfoM15() {
|
||||||
bottomInfoContext.clearRect(0, 0, cardWidth, cardHeight)
|
bottomInfoContext.clearRect(0, 0, cardWidth, cardHeight)
|
||||||
|