|  |  | @@ -66195,6 +66195,38 @@ characterMakers.push(() => makeCharacter( | 
		
	
		
			
			|  |  |  | ] | 
		
	
		
			
			|  |  |  | )) | 
		
	
		
			
			|  |  |  | 
 | 
		
	
		
			
			|  |  |  | characterMakers.push(() => makeCharacter( | 
		
	
		
			
			|  |  |  | { name: "Ceanoth", species: ["gryphon"], tags: ["anthro"] }, | 
		
	
		
			
			|  |  |  | { | 
		
	
		
			
			|  |  |  | gryphon_front: { | 
		
	
		
			
			|  |  |  | height: math.unit(220, "cm"), | 
		
	
		
			
			|  |  |  | weight: math.unit(160, "kg"), | 
		
	
		
			
			|  |  |  | name: "Front", | 
		
	
		
			
			|  |  |  | image: { | 
		
	
		
			
			|  |  |  | source: "./media/characters/ceanoth/gryphon-front.svg", | 
		
	
		
			
			|  |  |  | extra: 616/552, | 
		
	
		
			
			|  |  |  | bottom: 33/649 | 
		
	
		
			
			|  |  |  | }, | 
		
	
		
			
			|  |  |  | form: "gryphon", | 
		
	
		
			
			|  |  |  | default: true | 
		
	
		
			
			|  |  |  | }, | 
		
	
		
			
			|  |  |  | }, | 
		
	
		
			
			|  |  |  | [ | 
		
	
		
			
			|  |  |  | { | 
		
	
		
			
			|  |  |  | name: "Normal", | 
		
	
		
			
			|  |  |  | height: math.unit(220, "cm"), | 
		
	
		
			
			|  |  |  | form: "gryphon", | 
		
	
		
			
			|  |  |  | default: true | 
		
	
		
			
			|  |  |  | }, | 
		
	
		
			
			|  |  |  | ], | 
		
	
		
			
			|  |  |  | { | 
		
	
		
			
			|  |  |  | "gryphon": { | 
		
	
		
			
			|  |  |  | name: "Grpyhon", | 
		
	
		
			
			|  |  |  | default: true | 
		
	
		
			
			|  |  |  | }, | 
		
	
		
			
			|  |  |  | } | 
		
	
		
			
			|  |  |  | )) | 
		
	
		
			
			|  |  |  | 
 | 
		
	
		
			
			|  |  |  | //characters | 
		
	
		
			
			|  |  |  | 
 | 
		
	
		
			
			|  |  |  | function makeCharacters() { | 
		
	
	
		
			
				|  |  | 
 |