|  |  | @@ -2449,6 +2449,10 @@ const speciesData = { | 
		
	
		
			
			|  |  |  | name: "Brown Bear", | 
		
	
		
			
			|  |  |  | parents: ["bear"] | 
		
	
		
			
			|  |  |  | }, | 
		
	
		
			
			|  |  |  | "vampire-bat": { | 
		
	
		
			
			|  |  |  | name: "Vampire Bat", | 
		
	
		
			
			|  |  |  | parents: ["bat"] | 
		
	
		
			
			|  |  |  | }, | 
		
	
		
			
			|  |  |  | } | 
		
	
		
			
			|  |  |  | 
 | 
		
	
		
			
			|  |  |  | //species | 
		
	
	
		
			
				|  |  | @@ -66824,6 +66828,33 @@ characterMakers.push(() => makeCharacter( | 
		
	
		
			
			|  |  |  | ] | 
		
	
		
			
			|  |  |  | )) | 
		
	
		
			
			|  |  |  | 
 | 
		
	
		
			
			|  |  |  | characterMakers.push(() => makeCharacter( | 
		
	
		
			
			|  |  |  | { name: "Camia \"Vertigo\" Zott", species: ["vampire-bat", "kaiju"], tags: ["anthro"] }, | 
		
	
		
			
			|  |  |  | { | 
		
	
		
			
			|  |  |  | front: { | 
		
	
		
			
			|  |  |  | height: math.unit(122, "cm"), | 
		
	
		
			
			|  |  |  | weight: math.unit(80, "lb"), | 
		
	
		
			
			|  |  |  | name: "Front", | 
		
	
		
			
			|  |  |  | image: { | 
		
	
		
			
			|  |  |  | source: "./media/characters/camia-vertigo-zott/front.svg", | 
		
	
		
			
			|  |  |  | extra: 2112/1902, | 
		
	
		
			
			|  |  |  | bottom: 21/2133 | 
		
	
		
			
			|  |  |  | } | 
		
	
		
			
			|  |  |  | }, | 
		
	
		
			
			|  |  |  | }, | 
		
	
		
			
			|  |  |  | [ | 
		
	
		
			
			|  |  |  | { | 
		
	
		
			
			|  |  |  | name: "Base Height", | 
		
	
		
			
			|  |  |  | height: math.unit(122, "cm") | 
		
	
		
			
			|  |  |  | }, | 
		
	
		
			
			|  |  |  | { | 
		
	
		
			
			|  |  |  | name: "Macro Height", | 
		
	
		
			
			|  |  |  | height: math.unit(345, "meters"), | 
		
	
		
			
			|  |  |  | default: true | 
		
	
		
			
			|  |  |  | }, | 
		
	
		
			
			|  |  |  | ] | 
		
	
		
			
			|  |  |  | )) | 
		
	
		
			
			|  |  |  | 
 | 
		
	
		
			
			|  |  |  | //characters | 
		
	
		
			
			|  |  |  | 
 | 
		
	
		
			
			|  |  |  | function makeCharacters() { | 
		
	
	
		
			
				|  |  | 
 |