|  |  | @@ -51442,6 +51442,29 @@ characterMakers.push(() => makeCharacter( | 
		
	
		
			
			|  |  |  | ] | 
		
	
		
			
			|  |  |  | )) | 
		
	
		
			
			|  |  |  | 
 | 
		
	
		
			
			|  |  |  | characterMakers.push(() => makeCharacter( | 
		
	
		
			
			|  |  |  | { name: "Terra", species: ["dragon", "otter"], tags: ["feral"] }, | 
		
	
		
			
			|  |  |  | { | 
		
	
		
			
			|  |  |  | side: { | 
		
	
		
			
			|  |  |  | height: math.unit(1.8, "meters"), | 
		
	
		
			
			|  |  |  | weight: math.unit(275, "kg"), | 
		
	
		
			
			|  |  |  | name: "Side", | 
		
	
		
			
			|  |  |  | image: { | 
		
	
		
			
			|  |  |  | source: "./media/characters/terra/side.svg", | 
		
	
		
			
			|  |  |  | extra: 1273/1147, | 
		
	
		
			
			|  |  |  | bottom: 0/1273 | 
		
	
		
			
			|  |  |  | } | 
		
	
		
			
			|  |  |  | }, | 
		
	
		
			
			|  |  |  | }, | 
		
	
		
			
			|  |  |  | [ | 
		
	
		
			
			|  |  |  | { | 
		
	
		
			
			|  |  |  | name: "Normal", | 
		
	
		
			
			|  |  |  | height: math.unit(16.2, "meters"), | 
		
	
		
			
			|  |  |  | default: true | 
		
	
		
			
			|  |  |  | }, | 
		
	
		
			
			|  |  |  | ] | 
		
	
		
			
			|  |  |  | )) | 
		
	
		
			
			|  |  |  | 
 | 
		
	
		
			
			|  |  |  | //characters | 
		
	
		
			
			|  |  |  | 
 | 
		
	
		
			
			|  |  |  | function makeCharacters() { | 
		
	
	
		
			
				|  |  | 
 |