diff --git a/data/images/m15/m15CrownFloatingA.png b/data/images/m15/m15CrownFloatingA.png
new file mode 100644
index 00000000..bb2060ea
Binary files /dev/null and b/data/images/m15/m15CrownFloatingA.png differ
diff --git a/data/images/m15/m15CrownFloatingB.png b/data/images/m15/m15CrownFloatingB.png
new file mode 100644
index 00000000..e69646cd
Binary files /dev/null and b/data/images/m15/m15CrownFloatingB.png differ
diff --git a/data/images/m15/m15CrownFloatingG.png b/data/images/m15/m15CrownFloatingG.png
new file mode 100644
index 00000000..ced87e14
Binary files /dev/null and b/data/images/m15/m15CrownFloatingG.png differ
diff --git a/data/images/m15/m15CrownFloatingL.png b/data/images/m15/m15CrownFloatingL.png
new file mode 100644
index 00000000..83861e1e
Binary files /dev/null and b/data/images/m15/m15CrownFloatingL.png differ
diff --git a/data/images/m15/m15CrownFloatingM.png b/data/images/m15/m15CrownFloatingM.png
new file mode 100644
index 00000000..e9bbe67a
Binary files /dev/null and b/data/images/m15/m15CrownFloatingM.png differ
diff --git a/data/images/m15/m15CrownFloatingR.png b/data/images/m15/m15CrownFloatingR.png
new file mode 100644
index 00000000..8e1cc29f
Binary files /dev/null and b/data/images/m15/m15CrownFloatingR.png differ
diff --git a/data/images/m15/m15CrownFloatingU.png b/data/images/m15/m15CrownFloatingU.png
new file mode 100644
index 00000000..4a468189
Binary files /dev/null and b/data/images/m15/m15CrownFloatingU.png differ
diff --git a/data/images/m15/m15CrownFloatingW.png b/data/images/m15/m15CrownFloatingW.png
new file mode 100644
index 00000000..9618c82b
Binary files /dev/null and b/data/images/m15/m15CrownFloatingW.png differ
diff --git a/data/scripts/versions/versionM15FloatingCrowns.js b/data/scripts/versions/versionM15FloatingCrowns.js
new file mode 100644
index 00000000..dae2c25b
--- /dev/null
+++ b/data/scripts/versions/versionM15FloatingCrowns.js
@@ -0,0 +1,56 @@
+var versionM15FloatingCrownsImageList = [
+['White Floating Legend Crown', 'data/images/m15/m15CrownFloatingW.png', 46/1500, 40/2100, 1408/1500, 215/2100, ['Full']],
+['Blue Floating Legend Crown', 'data/images/m15/m15CrownFloatingU.png', 46/1500, 40/2100, 1408/1500, 215/2100, ['Full']],
+['Black Floating Legend Crown', 'data/images/m15/m15CrownFloatingB.png', 46/1500, 40/2100, 1408/1500, 215/2100, ['Full']],
+['Red Floating Legend Crown', 'data/images/m15/m15CrownFloatingR.png', 46/1500, 40/2100, 1408/1500, 215/2100, ['Full']],
+['Green Floating Legend Crown', 'data/images/m15/m15CrownFloatingG.png', 46/1500, 40/2100, 1408/1500, 215/2100, ['Full']],
+['Multicolored Floating Legend Crown', 'data/images/m15/m15CrownFloatingM.png', 46/1500, 40/2100, 1408/1500, 215/2100, ['Full']],
+['Artifact Floating Legend Crown', 'data/images/m15/m15CrownFloatingA.png', 46/1500, 40/2100, 1408/1500, 215/2100, ['Full']],
+['Land Floating Legend Crown', 'data/images/m15/m15CrownFloatingA.png', 46/1500, 40/2100, 1408/1500, 215/2100, ['Full']]
+]
+
+var versionM15FloatingCrownsMaskList = []
+
+if (!loadedVersions.includes('m15FloatingCrown')) {
+ loadedVersions.push("m15FloatingCrown")
+ // loadMaskImages(versionM15FloatingCrownsMaskList)
+ loadFrameImages(versionM15FloatingCrownsImageList, 'frameClassM15')
+}
+
+if (currentVersion != 'm15') {
+ currentVersion = 'm15'
+
+ hideFrameImages('frameClassM15')
+
+ loadTextOptions([
+ new cardText('Card Title', '', 126/1500, 188/2100, 1248/1500, 80/2100, 'belerenb', 80/2100, 'black', ['oneLine=true']),
+ new cardText('Card Type', '', 126/1500, 1264/2100, 1248/1500, 68/2100, 'belerenb', 68/2100, 'black', ['oneLine=true']),
+ new cardText('Rules Text', '', 135/1500, 1370/2100, 1230/1500, 625/2100, 'mplantin', 74/2100, 'black'),
+ new cardText('Power/Toughness', '', 1191/1500, 1954/2100, 205/1500, 78/2100, 'belerenbsc', 78/2100, 'black', ['oneLine=true,textAlign="center"'])
+ ])
+
+ artX = scaleX(115 / 1500)
+ artY = scaleY(237 / 2100)
+ artWidth = scaleX(1270 / 1500)
+ artHeight = scaleY(929 / 2100)
+
+ manaCostXPath = '1316 - 78 * manaSymbolIndex'
+ manaCostYPath = '121'
+ manaCostDiameter = '70'
+ manaCostShadowOffset = '[-2, 6]'
+ manaCostDirection = 'reverse'
+
+ setSymbolX = [scaleX(1382/1500), 'right']
+ setSymbolY = [scaleY(1241/2100), 'center']
+ setSymbolWidth = scaleX(180/1500)
+ setSymbolHeight = scaleY(86/2100)
+
+ watermarkX = scaleX(0.5)
+ watermarkY = scaleY(1630/2100)
+ watermarkWidth = scaleX(1140/1500)
+ watermarkHeight = scaleY(484/2100)
+
+ bottomInfoFunction = 'bottomInfoM15'
+
+ bottomInfoUpdated()
+}
\ No newline at end of file
diff --git a/data/scripts/versions/versionM15PromoFloatingCrowns.js b/data/scripts/versions/versionM15PromoFloatingCrowns.js
new file mode 100644
index 00000000..056e9365
--- /dev/null
+++ b/data/scripts/versions/versionM15PromoFloatingCrowns.js
@@ -0,0 +1,56 @@
+var versionM15PromoFloatingCrownImageList = [
+['White Floating Legend Crown', 'data/images/m15/m15CrownFloatingW.png', 46/1500, 40/2100, 1408/1500, 215/2100, ['Full']],
+['Blue Floating Legend Crown', 'data/images/m15/m15CrownFloatingU.png', 46/1500, 40/2100, 1408/1500, 215/2100, ['Full']],
+['Black Floating Legend Crown', 'data/images/m15/m15CrownFloatingB.png', 46/1500, 40/2100, 1408/1500, 215/2100, ['Full']],
+['Red Floating Legend Crown', 'data/images/m15/m15CrownFloatingR.png', 46/1500, 40/2100, 1408/1500, 215/2100, ['Full']],
+['Green Floating Legend Crown', 'data/images/m15/m15CrownFloatingG.png', 46/1500, 40/2100, 1408/1500, 215/2100, ['Full']],
+['Multicolored Floating Legend Crown', 'data/images/m15/m15CrownFloatingM.png', 46/1500, 40/2100, 1408/1500, 215/2100, ['Full']],
+['Artifact Floating Legend Crown', 'data/images/m15/m15CrownFloatingA.png', 46/1500, 40/2100, 1408/1500, 215/2100, ['Full']],
+['Land Floating Legend Crown', 'data/images/m15/m15CrownFloatingA.png', 46/1500, 40/2100, 1408/1500, 215/2100, ['Full']]
+]
+
+var versionM15PromoFloatingCrownMaskList = []
+
+if (!loadedVersions.includes('m15PromoFloatingCrown')) {
+ loadedVersions.push("m15PromoFloatingCrown")
+ // loadMaskImages(versionM15PromoFloatingCrownMaskList)
+ loadFrameImages(versionM15PromoFloatingCrownImageList, 'frameClassM15Promo')
+}
+
+if (currentVersion != 'm15Promo') {
+ currentVersion = 'm15Promo'
+
+ hideFrameImages('frameClassM15Promo')
+
+ loadTextOptions([
+ new cardText('Card Title', '', 126/1500, 188/2100, 1248/1500, 80/2100, 'belerenb', 80/2100, 'white', ['oneLine=true']),
+ new cardText('Card Type', '', 126/1500, 1439/2100, 1248/1500, 68/2100, 'belerenb', 68/2100, 'white', ['oneLine=true']),
+ new cardText('Rules Text', '', 135/1500, 1545/2100, 1230/1500, 450/2100, 'mplantin', 74/2100, 'white'),
+ new cardText('Power/Toughness', '', 1191/1500, 1954/2100, 205/1500, 78/2100, 'belerenbsc', 78/2100, 'white', ['oneLine=true,textAlign="center"'])
+ ])
+
+ artX = 0
+ artY = 0
+ artWidth = scaleX(1)
+ artHeight = scaleY(1936 / 2100)
+
+ manaCostXPath = '1316 - 78 * manaSymbolIndex'
+ manaCostYPath = '121'
+ manaCostDiameter = '70'
+ manaCostShadowOffset = '[-2, 6]'
+ manaCostDirection = 'reverse'
+
+ setSymbolX = [scaleX(1382/1500), 'right']
+ setSymbolY = [scaleY(1416/2100), 'center']
+ setSymbolWidth = scaleX(180/1500)
+ setSymbolHeight = scaleY(86/2100)
+
+ watermarkX = scaleX(0.5)
+ watermarkY = scaleY(1630/2100)
+ watermarkWidth = scaleX(1140/1500)
+ watermarkHeight = scaleY(484/2100)
+
+ bottomInfoFunction = 'bottomInfoM15'
+
+ bottomInfoUpdated()
+}
\ No newline at end of file
diff --git a/data/scripts/versions/versionM15PromoNickname.js b/data/scripts/versions/versionM15PromoNickname.js
index a7e1caa3..f7794f5b 100644
--- a/data/scripts/versions/versionM15PromoNickname.js
+++ b/data/scripts/versions/versionM15PromoNickname.js
@@ -38,16 +38,7 @@ var versionM15PromoNicknameImageList = [
['Red Power/Toughness', 'data/images/m15/m15PTR.png', 1136/1500, 1858/2100, 282/1500, 154/2100, ['Full']],
['Green Power/Toughness', 'data/images/m15/m15PTG.png', 1136/1500, 1858/2100, 282/1500, 154/2100, ['Full']],
['Multicolored Power/Toughness', 'data/images/m15/m15PTM.png', 1136/1500, 1858/2100, 282/1500, 154/2100, ['Full']],
-['Artifact Power/Toughness', 'data/images/m15/m15PTA.png', 1136/1500, 1858/2100, 282/1500, 154/2100, ['Full']],
-['White Legend Crown', 'data/images/m15/m15CrownW.png', 41/1500, 40/2100, 1418/1500, 350/2100, ['Full', 'Legend Crown (m15)', 'Legend Crown W/ Pinline (m15)']],
-['Blue Legend Crown', 'data/images/m15/m15CrownU.png', 41/1500, 40/2100, 1418/1500, 350/2100, ['Full', 'Legend Crown (m15)', 'Legend Crown W/ Pinline (m15)']],
-['Black Legend Crown', 'data/images/m15/m15CrownB.png', 41/1500, 40/2100, 1418/1500, 350/2100, ['Full', 'Legend Crown (m15)', 'Legend Crown W/ Pinline (m15)']],
-['Red Legend Crown', 'data/images/m15/m15CrownR.png', 41/1500, 40/2100, 1418/1500, 350/2100, ['Full', 'Legend Crown (m15)', 'Legend Crown W/ Pinline (m15)']],
-['Green Legend Crown', 'data/images/m15/m15CrownG.png', 41/1500, 40/2100, 1418/1500, 350/2100, ['Full', 'Legend Crown (m15)', 'Legend Crown W/ Pinline (m15)']],
-['Multicolored Legend Crown', 'data/images/m15/m15CrownM.png', 41/1500, 40/2100, 1418/1500, 350/2100, ['Full', 'Legend Crown (m15)', 'Legend Crown W/ Pinline (m15)']],
-['Artifact Legend Crown', 'data/images/m15/m15CrownA.png', 41/1500, 40/2100, 1418/1500, 350/2100, ['Full', 'Legend Crown (m15)', 'Legend Crown W/ Pinline (m15)']],
-['Land Legend Crown', 'data/images/m15/m15CrownL.png', 41/1500, 40/2100, 1418/1500, 350/2100, ['Full', 'Legend Crown (m15)', 'Legend Crown W/ Pinline (m15)']],
-['Legend Crown Border Cover', 'data/images/m15/m15LegendCrownBorderCover.png', 0, 0, 1, 1, ['Full']]
+['Artifact Power/Toughness', 'data/images/m15/m15PTA.png', 1136/1500, 1858/2100, 282/1500, 154/2100, ['Full']]
]
var versionM15PromoNicknameMaskList = [['Nickname Legend Crown (m15)', 'data/images/m15/m15MaskNicknameLegendCrownStrokeless.png'], ['Nickname Title (m15)', 'data/images/m15/m15MaskNicknameTitleStrokeless.png'], ['Pinline (m15 Promo)', 'data/images/m15Promo/m15PromoMaskPinline.png'], ['Type (m15 Promo)', 'data/images/m15Promo/m15PromoMaskType.png'], ['Rules (m15 Promo)', 'data/images/m15Promo/m15PromoMaskRules.png']]
diff --git a/index.html b/index.html
index ca302742..deee2032 100644
--- a/index.html
+++ b/index.html
@@ -159,8 +159,10 @@
-
-
+
+
+
+