mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-27 21:31:39 -05:00
sagas
This commit is contained in:
14
data/scripts/versions/saga/legendCrowns.js
Normal file
14
data/scripts/versions/saga/legendCrowns.js
Normal file
@@ -0,0 +1,14 @@
|
||||
if (!loadedVersions.includes('saga/legendCrowns')) {
|
||||
loadedVersions.push("saga/legendCrowns")
|
||||
loadFrameImages([
|
||||
['White Legend Crown', '/data/images/cardImages/m15/m15CrownW.png', 41/1500, 40/2100, 1418/1500, 350/2100, ['Full', 'Legend Crown W/ Pinline (m15)']],
|
||||
['Blue Legend Crown', '/data/images/cardImages/m15/m15CrownU.png', 41/1500, 40/2100, 1418/1500, 350/2100, ['Full', 'Legend Crown W/ Pinline (m15)']],
|
||||
['Black Legend Crown', '/data/images/cardImages/m15/m15CrownB.png', 41/1500, 40/2100, 1418/1500, 350/2100, ['Full', 'Legend Crown W/ Pinline (m15)']],
|
||||
['Red Legend Crown', '/data/images/cardImages/m15/m15CrownR.png', 41/1500, 40/2100, 1418/1500, 350/2100, ['Full', 'Legend Crown W/ Pinline (m15)']],
|
||||
['Green Legend Crown', '/data/images/cardImages/m15/m15CrownG.png', 41/1500, 40/2100, 1418/1500, 350/2100, ['Full', 'Legend Crown W/ Pinline (m15)']],
|
||||
['Multicolored Legend Crown', '/data/images/cardImages/m15/m15CrownM.png', 41/1500, 40/2100, 1418/1500, 350/2100, ['Full', 'Legend Crown W/ Pinline (m15)']],
|
||||
['Legend Crown Border Cover', '/data/images/cardImages/black.png', 59/1500, 58/2100, 1382/1500, 37/2100, ['Full']]
|
||||
], 'frameClassSagaLegendCrowns')
|
||||
}
|
||||
|
||||
hideFrameImages('frameClassSagaLegendCrowns')
|
Reference in New Issue
Block a user