|  |  | @@ -2343,7 +2343,19 @@ const speciesData = { | 
		
	
		
			
			|  |  |  | }, | 
		
	
		
			
			|  |  |  | "skullwolf": { | 
		
	
		
			
			|  |  |  | name: "Skullwolf", | 
		
	
		
			
			|  |  |  | parents: ["wolf"] | 
		
	
		
			
			|  |  |  | parents: ["wolf", "skullmonster"] | 
		
	
		
			
			|  |  |  | }, | 
		
	
		
			
			|  |  |  | "skulldragon": { | 
		
	
		
			
			|  |  |  | name: "Skulldragon", | 
		
	
		
			
			|  |  |  | parents: ["dragon", "skullmonster"] | 
		
	
		
			
			|  |  |  | }, | 
		
	
		
			
			|  |  |  | "skullmonster": { | 
		
	
		
			
			|  |  |  | name: "Skullmonster", | 
		
	
		
			
			|  |  |  | parents: ["monster"] | 
		
	
		
			
			|  |  |  | }, | 
		
	
		
			
			|  |  |  | "ferrin": { | 
		
	
		
			
			|  |  |  | name: "Ferrin", | 
		
	
		
			
			|  |  |  | parents: ["dragon"] | 
		
	
		
			
			|  |  |  | }, | 
		
	
		
			
			|  |  |  | } | 
		
	
		
			
			|  |  |  | 
 | 
		
	
	
		
			
				|  |  | @@ -63922,6 +63934,52 @@ characterMakers.push(() => makeCharacter( | 
		
	
		
			
			|  |  |  | } | 
		
	
		
			
			|  |  |  | )) | 
		
	
		
			
			|  |  |  | 
 | 
		
	
		
			
			|  |  |  | characterMakers.push(() => makeCharacter( | 
		
	
		
			
			|  |  |  | { name: "Amelie", species: ["ferrin"], tags: ["anthro"] }, | 
		
	
		
			
			|  |  |  | { | 
		
	
		
			
			|  |  |  | front: { | 
		
	
		
			
			|  |  |  | height: math.unit(190, "cm"), | 
		
	
		
			
			|  |  |  | weight: math.unit(110, "kg"), | 
		
	
		
			
			|  |  |  | name: "Front", | 
		
	
		
			
			|  |  |  | image: { | 
		
	
		
			
			|  |  |  | source: "./media/characters/amelie/front.svg", | 
		
	
		
			
			|  |  |  | extra: 530/442, | 
		
	
		
			
			|  |  |  | bottom: 35/565 | 
		
	
		
			
			|  |  |  | } | 
		
	
		
			
			|  |  |  | }, | 
		
	
		
			
			|  |  |  | }, | 
		
	
		
			
			|  |  |  | [ | 
		
	
		
			
			|  |  |  | { | 
		
	
		
			
			|  |  |  | name: "Normal", | 
		
	
		
			
			|  |  |  | height: math.unit(190, "cm"), | 
		
	
		
			
			|  |  |  | default: true | 
		
	
		
			
			|  |  |  | }, | 
		
	
		
			
			|  |  |  | ] | 
		
	
		
			
			|  |  |  | )) | 
		
	
		
			
			|  |  |  | 
 | 
		
	
		
			
			|  |  |  | characterMakers.push(() => makeCharacter( | 
		
	
		
			
			|  |  |  | { name: "Valence", species: ["skulldragon"], tags: ["anthro"] }, | 
		
	
		
			
			|  |  |  | { | 
		
	
		
			
			|  |  |  | front: { | 
		
	
		
			
			|  |  |  | height: math.unit(21, "feet"), | 
		
	
		
			
			|  |  |  | weight: math.unit(30000, "lb"), | 
		
	
		
			
			|  |  |  | name: "Front", | 
		
	
		
			
			|  |  |  | image: { | 
		
	
		
			
			|  |  |  | source: "./media/characters/valence/front.svg", | 
		
	
		
			
			|  |  |  | extra: 1430/1306, | 
		
	
		
			
			|  |  |  | bottom: 51/1481 | 
		
	
		
			
			|  |  |  | } | 
		
	
		
			
			|  |  |  | }, | 
		
	
		
			
			|  |  |  | }, | 
		
	
		
			
			|  |  |  | [ | 
		
	
		
			
			|  |  |  | { | 
		
	
		
			
			|  |  |  | name: "Normal", | 
		
	
		
			
			|  |  |  | height: math.unit(21, "feet"), | 
		
	
		
			
			|  |  |  | default: true | 
		
	
		
			
			|  |  |  | }, | 
		
	
		
			
			|  |  |  | ] | 
		
	
		
			
			|  |  |  | )) | 
		
	
		
			
			|  |  |  | 
 | 
		
	
		
			
			|  |  |  | //characters | 
		
	
		
			
			|  |  |  | 
 | 
		
	
		
			
			|  |  |  | function makeCharacters() { | 
		
	
	
		
			
				|  |  | 
 |