|  |  | @@ -56647,6 +56647,41 @@ characterMakers.push(() => makeCharacter( | 
		
	
		
			
			|  |  |  | ] | 
		
	
		
			
			|  |  |  | )) | 
		
	
		
			
			|  |  |  | 
 | 
		
	
		
			
			|  |  |  | characterMakers.push(() => makeCharacter( | 
		
	
		
			
			|  |  |  | { name: "Sylvie LaForge", species: ["alligator"], tags: ["anthro"] }, | 
		
	
		
			
			|  |  |  | { | 
		
	
		
			
			|  |  |  | frontNude: { | 
		
	
		
			
			|  |  |  | height: math.unit(6 + 5/12, "feet"), | 
		
	
		
			
			|  |  |  | name: "Front (Nude)", | 
		
	
		
			
			|  |  |  | image: { | 
		
	
		
			
			|  |  |  | source: "./media/characters/sylvie-laforge/front-nude.svg", | 
		
	
		
			
			|  |  |  | extra: 1369/1366, | 
		
	
		
			
			|  |  |  | bottom: 68/1437 | 
		
	
		
			
			|  |  |  | } | 
		
	
		
			
			|  |  |  | }, | 
		
	
		
			
			|  |  |  | frontDressed: { | 
		
	
		
			
			|  |  |  | height: math.unit(6 + 5/12, "feet"), | 
		
	
		
			
			|  |  |  | name: "Front (Dressed)", | 
		
	
		
			
			|  |  |  | image: { | 
		
	
		
			
			|  |  |  | source: "./media/characters/sylvie-laforge/front-dressed.svg", | 
		
	
		
			
			|  |  |  | extra: 1369/1366, | 
		
	
		
			
			|  |  |  | bottom: 68/1437 | 
		
	
		
			
			|  |  |  | } | 
		
	
		
			
			|  |  |  | }, | 
		
	
		
			
			|  |  |  | }, | 
		
	
		
			
			|  |  |  | [ | 
		
	
		
			
			|  |  |  | { | 
		
	
		
			
			|  |  |  | name: "Normal", | 
		
	
		
			
			|  |  |  | height: math.unit(6 + 5/12, "feet"), | 
		
	
		
			
			|  |  |  | default: true | 
		
	
		
			
			|  |  |  | }, | 
		
	
		
			
			|  |  |  | { | 
		
	
		
			
			|  |  |  | name: "Maximum", | 
		
	
		
			
			|  |  |  | height: math.unit(1930, "feet") | 
		
	
		
			
			|  |  |  | }, | 
		
	
		
			
			|  |  |  | ] | 
		
	
		
			
			|  |  |  | )) | 
		
	
		
			
			|  |  |  | 
 | 
		
	
		
			
			|  |  |  | //characters | 
		
	
		
			
			|  |  |  | 
 | 
		
	
		
			
			|  |  |  | function makeCharacters() { | 
		
	
	
		
			
				|  |  | 
 |