mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-27 21:31:39 -05:00
companion
This commit is contained in:
14
data/scripts/versions/m15/companion.js
Normal file
14
data/scripts/versions/m15/companion.js
Normal file
@@ -0,0 +1,14 @@
|
||||
if (!loadedVersions.includes('m15Companion')) {
|
||||
loadedVersions.push('m15Companion')
|
||||
loadFrameImages([
|
||||
['White Companion Legend Crown', 'data/images/m15/m15InnerCrownWCompanion.png', 246/1500, 50/2100, 1008/1500, 50/2100, ['Full']],
|
||||
['Blue Companion Legend Crown', 'data/images/m15/m15InnerCrownUCompanion.png', 246/1500, 50/2100, 1008/1500, 50/2100, ['Full']],
|
||||
['Black Companion Legend Crown', 'data/images/m15/m15InnerCrownBCompanion.png', 246/1500, 50/2100, 1008/1500, 50/2100, ['Full']],
|
||||
['Red Companion Legend Crown', 'data/images/m15/m15InnerCrownRCompanion.png', 246/1500, 50/2100, 1008/1500, 50/2100, ['Full']],
|
||||
['Green Companion Legend Crown', 'data/images/m15/m15InnerCrownGCompanion.png', 246/1500, 50/2100, 1008/1500, 50/2100, ['Full']],
|
||||
['Multicolored Companion Legend Crown', 'data/images/m15/m15InnerCrownMCompanion.png', 246/1500, 50/2100, 1008/1500, 50/2100, ['Full']],
|
||||
['Artifact Companion Legend Crown', 'data/images/m15/m15InnerCrownACompanion.png', 246/1500, 50/2100, 1008/1500, 50/2100, ['Full']]
|
||||
], 'frameClassM15Companion')
|
||||
}
|
||||
|
||||
hideFrameImages('frameClassM15Companion')
|
@@ -39,7 +39,7 @@ if (currentVersion != 'm15') {
|
||||
bottomInfoUpdated()
|
||||
}
|
||||
|
||||
loadFramePackOptions([['regular', 'Regular'], ['legendCrowns', 'Legend Crowns'], ['nickname', 'Nickname (Godzilla)'], ['nyx', 'Nyx'], ['invention', 'Kaladesh Invention'], ['floatingCrowns', 'Floating Crowns']])
|
||||
loadFramePackOptions([['regular', 'Regular'], ['legendCrowns', 'Legend Crowns'], ['nickname', 'Nickname (Godzilla)'], ['companion', 'Companion'], ['nyx', 'Nyx'], ['invention', 'Kaladesh Invention'], ['floatingCrowns', 'Floating Crowns']])
|
||||
|
||||
function bottomInfoM15() {
|
||||
bottomInfoContext.clearRect(0, 0, cardWidth, cardHeight)
|
||||
|
Reference in New Issue
Block a user