|  |  | @@ -46568,6 +46568,59 @@ characterMakers.push(() => makeCharacter( | 
		
	
		
			
			|  |  |  | ] | 
		
	
		
			
			|  |  |  | )) | 
		
	
		
			
			|  |  |  | 
 | 
		
	
		
			
			|  |  |  | characterMakers.push(() => makeCharacter( | 
		
	
		
			
			|  |  |  | { name: "Sarzu and Israz", species: ["naga"], tags: ["naga"] }, | 
		
	
		
			
			|  |  |  | { | 
		
	
		
			
			|  |  |  | front: { | 
		
	
		
			
			|  |  |  | height: math.unit(3.5, "meters"), | 
		
	
		
			
			|  |  |  | name: "Front", | 
		
	
		
			
			|  |  |  | image: { | 
		
	
		
			
			|  |  |  | source: "./media/characters/sarzu-and-israz/front.svg", | 
		
	
		
			
			|  |  |  | extra: 1570/1558, | 
		
	
		
			
			|  |  |  | bottom: 150/1720 | 
		
	
		
			
			|  |  |  | }, | 
		
	
		
			
			|  |  |  | }, | 
		
	
		
			
			|  |  |  | back: { | 
		
	
		
			
			|  |  |  | height: math.unit(3.5, "meters"), | 
		
	
		
			
			|  |  |  | name: "Back", | 
		
	
		
			
			|  |  |  | image: { | 
		
	
		
			
			|  |  |  | source: "./media/characters/sarzu-and-israz/back.svg", | 
		
	
		
			
			|  |  |  | extra: 1523/1509, | 
		
	
		
			
			|  |  |  | bottom: 132/1655 | 
		
	
		
			
			|  |  |  | }, | 
		
	
		
			
			|  |  |  | }, | 
		
	
		
			
			|  |  |  | frontFemale: { | 
		
	
		
			
			|  |  |  | height: math.unit(3.5, "meters"), | 
		
	
		
			
			|  |  |  | name: "Front (Female)", | 
		
	
		
			
			|  |  |  | image: { | 
		
	
		
			
			|  |  |  | source: "./media/characters/sarzu-and-israz/front-female.svg", | 
		
	
		
			
			|  |  |  | extra: 1570/1558, | 
		
	
		
			
			|  |  |  | bottom: 150/1720 | 
		
	
		
			
			|  |  |  | }, | 
		
	
		
			
			|  |  |  | }, | 
		
	
		
			
			|  |  |  | frontHerm: { | 
		
	
		
			
			|  |  |  | height: math.unit(3.5, "meters"), | 
		
	
		
			
			|  |  |  | name: "Front (Herm)", | 
		
	
		
			
			|  |  |  | image: { | 
		
	
		
			
			|  |  |  | source: "./media/characters/sarzu-and-israz/front-herm.svg", | 
		
	
		
			
			|  |  |  | extra: 1570/1558, | 
		
	
		
			
			|  |  |  | bottom: 150/1720 | 
		
	
		
			
			|  |  |  | }, | 
		
	
		
			
			|  |  |  | }, | 
		
	
		
			
			|  |  |  | }, | 
		
	
		
			
			|  |  |  | [ | 
		
	
		
			
			|  |  |  | { | 
		
	
		
			
			|  |  |  | name: "Normal", | 
		
	
		
			
			|  |  |  | height: math.unit(3.5, "meters"), | 
		
	
		
			
			|  |  |  | default: true, | 
		
	
		
			
			|  |  |  | }, | 
		
	
		
			
			|  |  |  | { | 
		
	
		
			
			|  |  |  | name: "Macro", | 
		
	
		
			
			|  |  |  | height: math.unit(65.5, "meters"), | 
		
	
		
			
			|  |  |  | }, | 
		
	
		
			
			|  |  |  | ], | 
		
	
		
			
			|  |  |  | )) | 
		
	
		
			
			|  |  |  | 
 | 
		
	
		
			
			|  |  |  | //characters | 
		
	
		
			
			|  |  |  | 
 | 
		
	
		
			
			|  |  |  | function makeCharacters() { | 
		
	
	
		
			
				|  |  | 
 |