|  |  | @@ -56136,7 +56136,7 @@ characterMakers.push(() => makeCharacter( | 
		
	
		
			
			|  |  |  | )) | 
		
	
		
			
			|  |  |  | 
 | 
		
	
		
			
			|  |  |  | characterMakers.push(() => makeCharacter( | 
		
	
		
			
			|  |  |  | { name: "JHusky", species: ["husky"], tags: ["anthro"] }, | 
		
	
		
			
			|  |  |  | { name: "JHusky", species: ["husky"], tags: ["anthro", "taur"] }, | 
		
	
		
			
			|  |  |  | { | 
		
	
		
			
			|  |  |  | anthroFront: { | 
		
	
		
			
			|  |  |  | height: math.unit(6, "feet"), | 
		
	
	
		
			
				|  |  | @@ -56148,6 +56148,30 @@ characterMakers.push(() => makeCharacter( | 
		
	
		
			
			|  |  |  | bottom: 7/481 | 
		
	
		
			
			|  |  |  | }, | 
		
	
		
			
			|  |  |  | form: "anthro", | 
		
	
		
			
			|  |  |  | default: true | 
		
	
		
			
			|  |  |  | }, | 
		
	
		
			
			|  |  |  | taurSideSfw: { | 
		
	
		
			
			|  |  |  | height: math.unit(6 + 4/12, "feet"), | 
		
	
		
			
			|  |  |  | weight: math.unit(500, "lb"), | 
		
	
		
			
			|  |  |  | name: "Side (SFW)", | 
		
	
		
			
			|  |  |  | image: { | 
		
	
		
			
			|  |  |  | source: "./media/characters/jhusky/taur-side-sfw.svg", | 
		
	
		
			
			|  |  |  | extra: 1741/1629, | 
		
	
		
			
			|  |  |  | bottom: 196/1937 | 
		
	
		
			
			|  |  |  | }, | 
		
	
		
			
			|  |  |  | form: "taur", | 
		
	
		
			
			|  |  |  | default: true | 
		
	
		
			
			|  |  |  | }, | 
		
	
		
			
			|  |  |  | taurSideNsfw: { | 
		
	
		
			
			|  |  |  | height: math.unit(6 + 4/12, "feet"), | 
		
	
		
			
			|  |  |  | weight: math.unit(500, "lb"), | 
		
	
		
			
			|  |  |  | name: "Taur (NSFW)", | 
		
	
		
			
			|  |  |  | image: { | 
		
	
		
			
			|  |  |  | source: "./media/characters/jhusky/taur-side-nsfw.svg", | 
		
	
		
			
			|  |  |  | extra: 1741/1629, | 
		
	
		
			
			|  |  |  | bottom: 196/1937 | 
		
	
		
			
			|  |  |  | }, | 
		
	
		
			
			|  |  |  | form: "taur", | 
		
	
		
			
			|  |  |  | }, | 
		
	
		
			
			|  |  |  | }, | 
		
	
		
			
			|  |  |  | [ | 
		
	
	
		
			
				|  |  | @@ -56167,12 +56191,31 @@ characterMakers.push(() => makeCharacter( | 
		
	
		
			
			|  |  |  | height: math.unit(10000, "feet"), | 
		
	
		
			
			|  |  |  | form: "anthro" | 
		
	
		
			
			|  |  |  | }, | 
		
	
		
			
			|  |  |  | { | 
		
	
		
			
			|  |  |  | name: "Huge", | 
		
	
		
			
			|  |  |  | height: math.unit(528, "feet"), | 
		
	
		
			
			|  |  |  | form: "taur" | 
		
	
		
			
			|  |  |  | }, | 
		
	
		
			
			|  |  |  | { | 
		
	
		
			
			|  |  |  | name: "Macro", | 
		
	
		
			
			|  |  |  | height: math.unit(1056, "feet"), | 
		
	
		
			
			|  |  |  | default: true, | 
		
	
		
			
			|  |  |  | form: "taur" | 
		
	
		
			
			|  |  |  | }, | 
		
	
		
			
			|  |  |  | { | 
		
	
		
			
			|  |  |  | name: "Megamacro", | 
		
	
		
			
			|  |  |  | height: math.unit(10556, "feet"), | 
		
	
		
			
			|  |  |  | form: "taur" | 
		
	
		
			
			|  |  |  | }, | 
		
	
		
			
			|  |  |  | ], | 
		
	
		
			
			|  |  |  | { | 
		
	
		
			
			|  |  |  | "anthro": { | 
		
	
		
			
			|  |  |  | name: "Anthro", | 
		
	
		
			
			|  |  |  | default: true | 
		
	
		
			
			|  |  |  | }, | 
		
	
		
			
			|  |  |  | "taur": { | 
		
	
		
			
			|  |  |  | name: "Taur", | 
		
	
		
			
			|  |  |  | }, | 
		
	
		
			
			|  |  |  | } | 
		
	
		
			
			|  |  |  | )) | 
		
	
		
			
			|  |  |  | //characters | 
		
	
	
		
			
				|  |  | 
 |