|  |  | @@ -56134,6 +56134,47 @@ characterMakers.push(() => makeCharacter( | 
		
	
		
			
			|  |  |  | }, | 
		
	
		
			
			|  |  |  | ] | 
		
	
		
			
			|  |  |  | )) | 
		
	
		
			
			|  |  |  | 
 | 
		
	
		
			
			|  |  |  | characterMakers.push(() => makeCharacter( | 
		
	
		
			
			|  |  |  | { name: "JHusky", species: ["husky"], tags: ["anthro"] }, | 
		
	
		
			
			|  |  |  | { | 
		
	
		
			
			|  |  |  | anthroFront: { | 
		
	
		
			
			|  |  |  | height: math.unit(6, "feet"), | 
		
	
		
			
			|  |  |  | weight: math.unit(250, "lb"), | 
		
	
		
			
			|  |  |  | name: "Front", | 
		
	
		
			
			|  |  |  | image: { | 
		
	
		
			
			|  |  |  | source: "./media/characters/jhusky/anthro-front.svg", | 
		
	
		
			
			|  |  |  | extra: 474/439, | 
		
	
		
			
			|  |  |  | bottom: 7/481 | 
		
	
		
			
			|  |  |  | }, | 
		
	
		
			
			|  |  |  | form: "anthro", | 
		
	
		
			
			|  |  |  | }, | 
		
	
		
			
			|  |  |  | }, | 
		
	
		
			
			|  |  |  | [ | 
		
	
		
			
			|  |  |  | { | 
		
	
		
			
			|  |  |  | name: "Huge", | 
		
	
		
			
			|  |  |  | height: math.unit(500, "feet"), | 
		
	
		
			
			|  |  |  | form: "anthro" | 
		
	
		
			
			|  |  |  | }, | 
		
	
		
			
			|  |  |  | { | 
		
	
		
			
			|  |  |  | name: "Macro", | 
		
	
		
			
			|  |  |  | height: math.unit(1000, "feet"), | 
		
	
		
			
			|  |  |  | default: true, | 
		
	
		
			
			|  |  |  | form: "anthro" | 
		
	
		
			
			|  |  |  | }, | 
		
	
		
			
			|  |  |  | { | 
		
	
		
			
			|  |  |  | name: "Megamacro", | 
		
	
		
			
			|  |  |  | height: math.unit(10000, "feet"), | 
		
	
		
			
			|  |  |  | form: "anthro" | 
		
	
		
			
			|  |  |  | }, | 
		
	
		
			
			|  |  |  | ], | 
		
	
		
			
			|  |  |  | { | 
		
	
		
			
			|  |  |  | "anthro": { | 
		
	
		
			
			|  |  |  | name: "Anthro", | 
		
	
		
			
			|  |  |  | default: true | 
		
	
		
			
			|  |  |  | }, | 
		
	
		
			
			|  |  |  | } | 
		
	
		
			
			|  |  |  | )) | 
		
	
		
			
			|  |  |  | //characters | 
		
	
		
			
			|  |  |  | 
 | 
		
	
		
			
			|  |  |  | function makeCharacters() { | 
		
	
	
		
			
				|  |  | 
 |