mirror of
				https://github.com/Investigamer/cardconjurer.git
				synced 2025-10-31 07:10:42 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			26 lines
		
	
	
		
			3.1 KiB
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			26 lines
		
	
	
		
			3.1 KiB
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| if (!loadedVersions.includes('m15Promo/regular')) {
 | |
| 	loadedVersions.push("m15Promo/regular")
 | |
| 	loadFrameImages([
 | |
| 		['White Frame', '/data/images/cardImages/m15Promo/m15PromoFrameW.png', 0, 0, 1, 1, ['Full', 'Pinline (m15 Promo)', 'Title (m15)', 'Type (m15 Promo)', 'Rules (m15 Promo)', 'Titleless (m15 Promo)', 'Border (m15)']],
 | |
| 		['Blue Frame', '/data/images/cardImages/m15Promo/m15PromoFrameU.png', 0, 0, 1, 1, ['Full', 'Pinline (m15 Promo)', 'Title (m15)', 'Type (m15 Promo)', 'Rules (m15 Promo)', 'Titleless (m15 Promo)', 'Border (m15)']],
 | |
| 		['Black Frame', '/data/images/cardImages/m15Promo/m15PromoFrameB.png', 0, 0, 1, 1, ['Full', 'Pinline (m15 Promo)', 'Title (m15)', 'Type (m15 Promo)', 'Rules (m15 Promo)', 'Titleless (m15 Promo)', 'Border (m15)']],
 | |
| 		['Red Frame', '/data/images/cardImages/m15Promo/m15PromoFrameR.png', 0, 0, 1, 1, ['Full', 'Pinline (m15 Promo)', 'Title (m15)', 'Type (m15 Promo)', 'Rules (m15 Promo)', 'Titleless (m15 Promo)', 'Border (m15)']],
 | |
| 		['Green Frame', '/data/images/cardImages/m15Promo/m15PromoFrameG.png', 0, 0, 1, 1, ['Full', 'Pinline (m15 Promo)', 'Title (m15)', 'Type (m15 Promo)', 'Rules (m15 Promo)', 'Titleless (m15 Promo)', 'Border (m15)']],
 | |
| 		['Multicolored Frame', '/data/images/cardImages/m15Promo/m15PromoFrameM.png', 0, 0, 1, 1, ['Full', 'Pinline (m15 Promo)', 'Title (m15)', 'Type (m15 Promo)', 'Rules (m15 Promo)', 'Titleless (m15 Promo)', 'Border (m15)']],
 | |
| 		['Artifact Frame', '/data/images/cardImages/m15Promo/m15PromoFrameA.png', 0, 0, 1, 1, ['Full', 'Pinline (m15 Promo)', 'Title (m15)', 'Type (m15 Promo)', 'Rules (m15 Promo)', 'Titleless (m15 Promo)', 'Border (m15)']],
 | |
| 		['Land Frame', '/data/images/cardImages/m15Promo/m15PromoFrameL.png', 0, 0, 1, 1, ['Full', 'Pinline (m15 Promo)', 'Title (m15)', 'Type (m15 Promo)', 'Rules (m15 Promo)', 'Titleless (m15 Promo)', 'Border (m15)']],
 | |
| 		['White Power/Toughness', '/data/images/cardImages/m15/m15PTW.png', 1136/1500, 1858/2100, 282/1500, 154/2100, ['Full']],
 | |
| 		['Blue Power/Toughness', '/data/images/cardImages/m15/m15PTU.png', 1136/1500, 1858/2100, 282/1500, 154/2100, ['Full']],
 | |
| 		['Black Power/Toughness', '/data/images/cardImages/m15/m15PTB.png', 1136/1500, 1858/2100, 282/1500, 154/2100, ['Full']],
 | |
| 		['Red Power/Toughness', '/data/images/cardImages/m15/m15PTR.png', 1136/1500, 1858/2100, 282/1500, 154/2100, ['Full']],
 | |
| 		['Green Power/Toughness', '/data/images/cardImages/m15/m15PTG.png', 1136/1500, 1858/2100, 282/1500, 154/2100, ['Full']],
 | |
| 		['Multicolored Power/Toughness', '/data/images/cardImages/m15/m15PTM.png', 1136/1500, 1858/2100, 282/1500, 154/2100, ['Full']],
 | |
| 		['Artifact Power/Toughness', '/data/images/cardImages/m15/m15PTA.png', 1136/1500, 1858/2100, 282/1500, 154/2100, ['Full']],
 | |
| 		['Colorless Power/Toughness', '/data/images/cardImages/m15/m15PTC.png', 1136/1500, 1858/2100, 282/1500, 154/2100, ['Full']],
 | |
| 		['Pinline Outline', '/data/images/cardImages/m15Promo/m15PromoPinlineOutline.png', 74/1500, 85/2100, 1352/1500, 1867/2100, ['Full']],
 | |
| 		['Textboxes', '/data/images/cardImages/m15Promo/m15PromoTextboxes.png', 0, 0, 1, 1, ['Full', 'Title (m15)', 'Type (m15 Promo)', 'Rules (m15 Promo)']]
 | |
| 	], 'frameClassM15PromoRegular')
 | |
| }
 | |
| 
 | |
| hideFrameImages('frameClassM15PromoRegular')
 | 
