|  |  | @@ -2057,6 +2057,10 @@ const speciesData = { | 
		
	
		
			
			|  |  |  | name: "Mink", | 
		
	
		
			
			|  |  |  | parents: ["mustelid"] | 
		
	
		
			
			|  |  |  | }, | 
		
	
		
			
			|  |  |  | "sandcat": { | 
		
	
		
			
			|  |  |  | name: "Sandcat", | 
		
	
		
			
			|  |  |  | parents: ["cat"] | 
		
	
		
			
			|  |  |  | }, | 
		
	
		
			
			|  |  |  | } | 
		
	
		
			
			|  |  |  | 
 | 
		
	
		
			
			|  |  |  | //species | 
		
	
	
		
			
				|  |  | @@ -53603,6 +53607,29 @@ characterMakers.push(() => makeCharacter( | 
		
	
		
			
			|  |  |  | ] | 
		
	
		
			
			|  |  |  | )) | 
		
	
		
			
			|  |  |  | 
 | 
		
	
		
			
			|  |  |  | characterMakers.push(() => makeCharacter( | 
		
	
		
			
			|  |  |  | { name: "Ophois", species: ["jackal", "sandcat"], tags: ["anthro"] }, | 
		
	
		
			
			|  |  |  | { | 
		
	
		
			
			|  |  |  | front: { | 
		
	
		
			
			|  |  |  | height: math.unit(5.42999, "feet"), | 
		
	
		
			
			|  |  |  | weight: math.unit(100, "lb"), | 
		
	
		
			
			|  |  |  | name: "Front", | 
		
	
		
			
			|  |  |  | image: { | 
		
	
		
			
			|  |  |  | source: "./media/characters/ophois/front.svg", | 
		
	
		
			
			|  |  |  | extra: 1429/1286, | 
		
	
		
			
			|  |  |  | bottom: 60/1489 | 
		
	
		
			
			|  |  |  | } | 
		
	
		
			
			|  |  |  | }, | 
		
	
		
			
			|  |  |  | }, | 
		
	
		
			
			|  |  |  | [ | 
		
	
		
			
			|  |  |  | { | 
		
	
		
			
			|  |  |  | name: "Normal", | 
		
	
		
			
			|  |  |  | height: math.unit(5.42999, "feet"), | 
		
	
		
			
			|  |  |  | default: true | 
		
	
		
			
			|  |  |  | }, | 
		
	
		
			
			|  |  |  | ] | 
		
	
		
			
			|  |  |  | )) | 
		
	
		
			
			|  |  |  | 
 | 
		
	
		
			
			|  |  |  | //characters | 
		
	
		
			
			|  |  |  | 
 | 
		
	
		
			
			|  |  |  | function makeCharacters() { | 
		
	
	
		
			
				|  |  | 
 |