Tokens
| @@ -16,7 +16,7 @@ cardData.titleAlignment = "center" | ||||
| cardData.titleX = cardWidth / 2 | ||||
| cardData.titleY = cheight(95) | ||||
| cardData.titleFontSize = cwidth(42) | ||||
| cardData.titleRight = cwidth(1000) | ||||
| // cardData.titleRight = cwidth(1000) | ||||
| cardData.typeAlignment = "center" | ||||
| cardData.typeX = cardWidth / 2 | ||||
| cardData.typeY = cheight(735) | ||||
|   | ||||
| @@ -6,13 +6,22 @@ cardData.miracle = false | ||||
| cardData.nyx = false | ||||
| cardData.rareStamp = false | ||||
| //Specific Values | ||||
|  | ||||
| cardData.cardArtX = cwidth(56) | ||||
| cardData.cardArtY = cheight(124) | ||||
| cardData.manaSymbolDirection = "none" | ||||
| document.getElementById("inputTitleColor").value = "#ffe886" | ||||
| cardData.titleX = cardWidth / 2 | ||||
| cardData.titleAlignment = "center" | ||||
| cardData.titleFont = "belerenbsc" | ||||
| //Images | ||||
| // imgArtMask.load("data/borders/fullArtLandM15/imgArtMask.png") | ||||
| // imgFrameMask.load("data/borders/fullArtLandM15/imgFrameMask.png") | ||||
| // imgPinlineMask.load("data/borders/fullArtLandM15/imgPinlineMask.png") | ||||
| // imgTitleMask.load("data/borders/fullArtLandM15/imgTitleMask.png") | ||||
| // imgTypeMask.load("data/borders/fullArtLandM15/imgTypeMask.png") | ||||
| imgArtMask.load("data/borders/tokenTall/imgArtMask.png") | ||||
| imgFrameMask.load("data/borders/tokenTall/imgFrameMask.png") | ||||
| imgPinlineMask.load("data/borders/tokenTall/imgPinlineMask.png") | ||||
| imgTitleMask.load("data/borders/tokenTall/imgTitleMask.png") | ||||
| imgTypeMask.load("data/borders/tokenTall/imgTypeMask.png") | ||||
| imgRulesMask.load("data/borders/tokenTall/imgRulesMask.png") | ||||
| imgLegendary.load("none", cwidth(26), cheight(20), cwidth(697), cheight(112)) | ||||
| imgLegendaryRight.load("none", cwidth(26), cheight(20), cwidth(697), cheight(112)) | ||||
| //Loads the Colors | ||||
| loadColors("white-White,blue-Blue,black-Black,red-Red,green-Green,gold-Gold,artifact-Artifact,colorless-Colorless") | ||||
| //Runs the things! | ||||
|   | ||||
| Before Width: | Height: | Size: 3.2 KiB | 
							
								
								
									
										
											BIN
										
									
								
								data/borders/tokenTall/imgArtMask.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| After Width: | Height: | Size: 4.8 KiB | 
| Before Width: | Height: | Size: 5.1 KiB After Width: | Height: | Size: 4.7 KiB | 
| Before Width: | Height: | Size: 5.2 KiB After Width: | Height: | Size: 5.0 KiB | 
							
								
								
									
										
											BIN
										
									
								
								data/borders/tokenTall/imgRulesMask.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| After Width: | Height: | Size: 3.7 KiB | 
							
								
								
									
										
											BIN
										
									
								
								data/borders/tokenTall/imgTitleMask.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| After Width: | Height: | Size: 3.9 KiB | 
							
								
								
									
										
											BIN
										
									
								
								data/borders/tokenTall/imgTypeMask.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| After Width: | Height: | Size: 3.6 KiB | 
| Before Width: | Height: | Size: 2.1 KiB | 
| @@ -1,57 +0,0 @@ | ||||
| //M15 Border | ||||
| //Anything to do with... | ||||
| //Loading Images | ||||
| var artX = 56 | ||||
| var artY = 125 | ||||
| imgMultiMask.src = borderPath + "multiMask.png" | ||||
| imgFrameMask.src = borderPath + "frameMask.png" | ||||
| imgLegendFrameMask.src = borderPath + "legendFrameMask.png" | ||||
| imgBorderMask.src = borderPath + "borderMask.png" | ||||
| //Card Title | ||||
| document.getElementById("inputTitleColor").value = "#ffe886" | ||||
| var titleFont = "40px belerenbsc" //40 | ||||
| var titleFontSpacing = "0.15px" //0.15 | ||||
| var titleX = 374.5 //62 | ||||
| var titleY = 62 //62 | ||||
| var titleAlign = "center" | ||||
| //Mana Cost | ||||
| var manaCostRadius = 17.5 //17.5 | ||||
| var manaCostX = 657 //657 | ||||
| var manaCostY = 59 //59 | ||||
| //Card Type | ||||
| var typeFont = "33.5px belerenb" //33.5 | ||||
| var typeFontSpacing = "0.05px" //0.05 | ||||
| var typeX = 60 //62 | ||||
| var typeY = 601 //601 | ||||
| // Rules/Flavor Text | ||||
| var textFont = "px mplantin" | ||||
| var textFontSpacing = 0.7 //0.7 | ||||
| var textX = 66 //66 | ||||
| var textY = 779 //779 | ||||
| var textWidth = 687 //682 | ||||
| //Power Toughness | ||||
| var ptFont = "39px belerenb" //39 | ||||
| var ptFontSpacing = "0.3px" //0.3 | ||||
| var ptTextX = 645 //645 | ||||
| var ptTextY = 939 //939 | ||||
| imgBorderCreature.imgValues(571, 926, 137, 75) | ||||
| //Bottom Info | ||||
| var infoY = 999 //999 | ||||
| //Set Symbol | ||||
| var setSymbolY = 616 //616 | ||||
| var setSymbolRight = 693 //693 | ||||
| var setSymbolWidth = 84 //77 | ||||
| var setSymbolHeight = 44 //44 | ||||
| //Color Options | ||||
| loadColors("white-White,blue-Blue,black-Black,red-Red,green-Green,gold-Gold,colorless-Colorless,artifact-Artifact") | ||||
| document.getElementById("secondColorSelection").innerHTML = document.getElementById("colorSelection").innerHTML | ||||
| document.getElementById("thirdColorSelection").innerHTML = document.getElementById("colorSelection").innerHTML | ||||
| //Things The Card Can Do | ||||
| legendaryBorder = true | ||||
| imgBorderLegendary.imgValues(26, 20, 697, 112, "imgSecondBorderLegendary") | ||||
| // nyxBorder = true | ||||
| // imgBorderNyx.imgValues(30, 30, 689, 643, "imgSecondBorderNyx") | ||||
| //With all the new values in place, the program will update it's border images | ||||
| finishTemplate() | ||||
| //Any special functions go at the bottom | ||||
| var uniqueFunctionName = "bottomInfoM15" | ||||
| Before Width: | Height: | Size: 5.8 KiB | 
							
								
								
									
										33
									
								
								data/borders/tokenText/border.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						| @@ -0,0 +1,33 @@ | ||||
| //============================================// | ||||
| //          Full Art Land M15 Border          // | ||||
| //============================================// | ||||
| //General Booleans | ||||
| cardData.miracle = false | ||||
| cardData.nyx = false | ||||
| cardData.rareStamp = false | ||||
| //Specific Values | ||||
| cardData.cardArtX = cwidth(56) | ||||
| cardData.cardArtY = cheight(124) | ||||
| cardData.manaSymbolDirection = "none" | ||||
| document.getElementById("inputTitleColor").value = "#ffe886" | ||||
| cardData.titleX = cardWidth / 2 | ||||
| cardData.titleAlignment = "center" | ||||
| cardData.titleFont = "belerenbsc" | ||||
| cardData.typeY = cheight(751) | ||||
| cardData.setSymbolY = cheight(739) | ||||
| cardData.textY = cheight(808) | ||||
| //Images | ||||
| imgArtMask.load("data/borders/tokenText/imgArtMask.png") | ||||
| imgFrameMask.load("data/borders/tokenText/imgFrameMask.png") | ||||
| imgPinlineMask.load("data/borders/tokenText/imgPinlineMask.png") | ||||
| imgTitleMask.load("data/borders/tokenText/imgTitleMask.png") | ||||
| imgTypeMask.load("data/borders/tokenText/imgTypeMask.png") | ||||
| imgRulesMask.load("data/borders/tokenText/imgRulesMask.png") | ||||
| imgLegendary.load("none", cwidth(26), cheight(20), cwidth(697), cheight(112)) | ||||
| imgLegendaryRight.load("none", cwidth(26), cheight(20), cwidth(697), cheight(112)) | ||||
| //Loads the Colors | ||||
| loadColors("white-White,blue-Blue,black-Black,red-Red,green-Green,gold-Gold,artifact-Artifact,colorless-Colorless") | ||||
| //Runs the things! | ||||
| sectionTextFunction() | ||||
| sectionFrameFunction() | ||||
| sectionOtherFunction() | ||||
| Before Width: | Height: | Size: 3.2 KiB | 
| Before Width: | Height: | Size: 4.3 KiB After Width: | Height: | Size: 4.1 KiB | 
| Before Width: | Height: | Size: 4.7 KiB After Width: | Height: | Size: 4.7 KiB | 
							
								
								
									
										
											BIN
										
									
								
								data/borders/tokenText/imgPinlineMask.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| After Width: | Height: | Size: 4.6 KiB | 
| Before Width: | Height: | Size: 3.7 KiB After Width: | Height: | Size: 3.7 KiB | 
							
								
								
									
										
											BIN
										
									
								
								data/borders/tokenText/imgTitleMask.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| After Width: | Height: | Size: 3.9 KiB | 
| Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 3.3 KiB | 
| Before Width: | Height: | Size: 2.1 KiB | 
| @@ -1,60 +0,0 @@ | ||||
| //Token Text | ||||
| //Anything to do with... | ||||
| //Loading Images | ||||
| var artX = 56 | ||||
| var artY = 125 | ||||
| imgMultiMask.src = borderPath + "multiMask.png" | ||||
| imgFrameMask.src = borderPath + "frameMask.png" | ||||
| imgLegendFrameMask.src = borderPath + "legendFrameMask.png" | ||||
| imgBorderMask.src = borderPath + "borderMask.png" | ||||
| imgRulesMask.src = borderPath + "rulesMask.png" | ||||
| imgTypeMask.src = borderPath + "typeMask.png" | ||||
| imgTitleMask.src = borderPath + "titleMask.png" | ||||
| //Card Title | ||||
| document.getElementById("inputTitleColor").value = "#ffe886" | ||||
| var titleFont = "40px belerenbsc" //40 | ||||
| var titleFontSpacing = "0.15px" //0.15 | ||||
| var titleX = 374.5 //62 | ||||
| var titleY = 62 //62 | ||||
| var titleAlign = "center" | ||||
| //Mana Cost | ||||
| var manaCostRadius = 17.5 //17.5 | ||||
| var manaCostX = 657 //657 | ||||
| var manaCostY = 59 //59 | ||||
| //Card Type | ||||
| var typeFont = "33.5px belerenb" //33.5 | ||||
| var typeFontSpacing = "0.05px" //0.05 | ||||
| var typeX = 60 //62 | ||||
| var typeY = 719 //719 | ||||
| // Rules/Flavor Text | ||||
| var textFont = "px mplantin" | ||||
| var textFontSpacing = 0.7 //0.7 | ||||
| var textX = 66 //66 | ||||
| var textY = 779 //779 | ||||
| var textWidth = 682 //682 | ||||
| //Power Toughness | ||||
| var ptFont = "39px belerenb" //39 | ||||
| var ptFontSpacing = "0.3px" //0.3 | ||||
| var ptTextX = 645 //645 | ||||
| var ptTextY = 939 //939 | ||||
| imgBorderCreature.imgValues(571, 926, 137, 75) | ||||
| //Bottom Info | ||||
| var infoY = 999 //999 | ||||
| //Set Symbol | ||||
| var setSymbolY = 734 //616 | ||||
| var setSymbolRight = 693 //693 | ||||
| var setSymbolWidth = 84 //77 | ||||
| var setSymbolHeight = 44 //44 | ||||
| //Color Options | ||||
| loadColors("white-White,blue-Blue,black-Black,red-Red,green-Green,gold-Gold,colorless-Colorless,artifact-Artifact") | ||||
| document.getElementById("secondColorSelection").innerHTML = document.getElementById("colorSelection").innerHTML | ||||
| document.getElementById("thirdColorSelection").innerHTML = document.getElementById("colorSelection").innerHTML | ||||
| //Things The Card Can Do | ||||
| legendaryBorder = true | ||||
| imgBorderLegendary.imgValues(26, 20, 697, 112, "imgSecondBorderLegendary") | ||||
| nyxBorder = true | ||||
| imgBorderNyx.imgValues(30, 30, 689, 643, "imgSecondBorderNyx") | ||||
| //With all the new values in place, the program will update it's border images | ||||
| finishTemplate() | ||||
| //Any special functions go at the bottom | ||||
| var uniqueFunctionName = "bottomInfoM15" | ||||
| Before Width: | Height: | Size: 3.3 KiB | 
| Before Width: | Height: | Size: 5.9 KiB | 
							
								
								
									
										33
									
								
								data/borders/tokenTextless/border.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						| @@ -0,0 +1,33 @@ | ||||
| //============================================// | ||||
| //          Full Art Land M15 Border          // | ||||
| //============================================// | ||||
| //General Booleans | ||||
| cardData.miracle = false | ||||
| cardData.nyx = false | ||||
| cardData.rareStamp = false | ||||
| cardData.rulesBox = false | ||||
| //Specific Values | ||||
| cardData.cardArtX = cwidth(56) | ||||
| cardData.cardArtY = cheight(124) | ||||
| cardData.manaSymbolDirection = "none" | ||||
| document.getElementById("inputTitleColor").value = "#ffe886" | ||||
| cardData.titleX = cardWidth / 2 | ||||
| cardData.titleAlignment = "center" | ||||
| cardData.titleFont = "belerenbsc" | ||||
| cardData.typeY = cheight(901) | ||||
| cardData.setSymbolY = cheight(889) | ||||
| cardData.textY = cheight(296) | ||||
| //Images | ||||
| imgArtMask.load("data/borders/tokenTextless/imgArtMask.png") | ||||
| imgFrameMask.load("data/borders/tokenTextless/imgFrameMask.png") | ||||
| imgPinlineMask.load("data/borders/tokenTextless/imgPinlineMask.png") | ||||
| imgTitleMask.load("data/borders/tokenTextless/imgTitleMask.png") | ||||
| imgTypeMask.load("data/borders/tokenTextless/imgTypeMask.png") | ||||
| imgLegendary.load("none", cwidth(26), cheight(20), cwidth(697), cheight(112)) | ||||
| imgLegendaryRight.load("none", cwidth(26), cheight(20), cwidth(697), cheight(112)) | ||||
| //Loads the Colors | ||||
| loadColors("white-White,blue-Blue,black-Black,red-Red,green-Green,gold-Gold,artifact-Artifact,colorless-Colorless") | ||||
| //Runs the things! | ||||
| sectionTextFunction() | ||||
| sectionFrameFunction() | ||||
| sectionOtherFunction() | ||||
| Before Width: | Height: | Size: 3.2 KiB | 
| Before Width: | Height: | Size: 4.3 KiB After Width: | Height: | Size: 4.2 KiB | 
| Before Width: | Height: | Size: 4.7 KiB After Width: | Height: | Size: 5.1 KiB | 
							
								
								
									
										
											BIN
										
									
								
								data/borders/tokenTextless/imgPinlineMask.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| After Width: | Height: | Size: 4.6 KiB | 
							
								
								
									
										
											BIN
										
									
								
								data/borders/tokenTextless/imgTitleMask.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| After Width: | Height: | Size: 3.9 KiB | 
| Before Width: | Height: | Size: 4.3 KiB After Width: | Height: | Size: 3.6 KiB | 
| Before Width: | Height: | Size: 2.1 KiB | 
 Kyle
					Kyle