mirror of
				https://github.com/Investigamer/cardconjurer.git
				synced 2025-10-30 14:50:26 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			2.4 KiB
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			2.4 KiB
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| if (!loadedVersions.includes('m15/inventionClassic')) {
 | |
| 	loadedVersions.push("m15/inventionClassic")
 | |
| 	loadMaskImages([['Frame Simple Invention (m15)', '/data/images/cardImages/m15/inventionClassic/m15MaskInventionClassicFrame.png']])
 | |
| 	loadFrameImages([
 | |
| 		['White Invention Frame', '/data/images/cardImages/m15/inventionClassic/m15FrameWInventionClassic.png', 0, 0, 1, 1, ['Full', 'Pinline (m15)', 'Title (m15)', 'Type (m15)', 'Rules (m15)', 'Frame (m15)', 'Border (m15)', 'Pinline Super (m15)', 'Frame Simple Invention (m15)']],
 | |
| 		['Blue Invention Frame', '/data/images/cardImages/m15/inventionClassic/m15FrameUInventionClassic.png', 0, 0, 1, 1, ['Full', 'Pinline (m15)', 'Title (m15)', 'Type (m15)', 'Rules (m15)', 'Frame (m15)', 'Border (m15)', 'Pinline Super (m15)', 'Frame Simple Invention (m15)']],
 | |
| 		['Black Invention Frame', '/data/images/cardImages/m15/inventionClassic/m15FrameBInventionClassic.png', 0, 0, 1, 1, ['Full', 'Pinline (m15)', 'Title (m15)', 'Type (m15)', 'Rules (m15)', 'Frame (m15)', 'Border (m15)', 'Pinline Super (m15)', 'Frame Simple Invention (m15)']],
 | |
| 		['Red Invention Frame', '/data/images/cardImages/m15/inventionClassic/m15FrameRInventionClassic.png', 0, 0, 1, 1, ['Full', 'Pinline (m15)', 'Title (m15)', 'Type (m15)', 'Rules (m15)', 'Frame (m15)', 'Border (m15)', 'Pinline Super (m15)', 'Frame Simple Invention (m15)']],
 | |
| 		['Green Invention Frame', '/data/images/cardImages/m15/inventionClassic/m15FrameGInventionClassic.png', 0, 0, 1, 1, ['Full', 'Pinline (m15)', 'Title (m15)', 'Type (m15)', 'Rules (m15)', 'Frame (m15)', 'Border (m15)', 'Pinline Super (m15)', 'Frame Simple Invention (m15)']],
 | |
| 		['Multicolored Invention Frame', '/data/images/cardImages/m15/inventionClassic/m15FrameMInventionClassic.png', 0, 0, 1, 1, ['Full', 'Pinline (m15)', 'Title (m15)', 'Type (m15)', 'Rules (m15)', 'Frame (m15)', 'Border (m15)', 'Pinline Super (m15)', 'Frame Simple Invention (m15)']],
 | |
| 		['Artifact Invention Frame', '/data/images/cardImages/m15/inventionClassic/m15FrameAInventionClassic.png', 0, 0, 1, 1, ['Full', 'Pinline (m15)', 'Title (m15)', 'Type (m15)', 'Rules (m15)', 'Frame (m15)', 'Border (m15)', 'Pinline Super (m15)', 'Frame Simple Invention (m15)']],
 | |
| 		['Gold Trim', '/data/images/cardImages/m15/inventionClassic/m15FrameInventionClassicGoldTrim.png', 0, 0, 1, 1, ['Frame (m15)']]
 | |
| 	], 'frameClassM15InventionClassic')
 | |
| }
 | |
| 
 | |
| hideFrameImages('frameClassM15InventionClassic') | 
