|  |  | @@ -2179,7 +2179,7 @@ characterMakers.push(() => makeCharacter( | 
		
	
		
			
			|  |  |  | { | 
		
	
		
			
			|  |  |  | front: { | 
		
	
		
			
			|  |  |  | height: math.unit(11, "feet"), | 
		
	
		
			
			|  |  |  | weight: math.unit(80, "kg"), | 
		
	
		
			
			|  |  |  | weight: math.unit(320, "kg"), | 
		
	
		
			
			|  |  |  | name: "Front", | 
		
	
		
			
			|  |  |  | image: { | 
		
	
		
			
			|  |  |  | source: "./media/characters/rai/front.svg", | 
		
	
	
		
			
				|  |  | @@ -2189,7 +2189,7 @@ characterMakers.push(() => makeCharacter( | 
		
	
		
			
			|  |  |  | }, | 
		
	
		
			
			|  |  |  | side: { | 
		
	
		
			
			|  |  |  | height: math.unit(11, "feet"), | 
		
	
		
			
			|  |  |  | weight: math.unit(80, "kg"), | 
		
	
		
			
			|  |  |  | weight: math.unit(320, "kg"), | 
		
	
		
			
			|  |  |  | name: "Side", | 
		
	
		
			
			|  |  |  | image: { | 
		
	
		
			
			|  |  |  | source: "./media/characters/rai/side.svg" | 
		
	
	
		
			
				|  |  | @@ -2197,7 +2197,7 @@ characterMakers.push(() => makeCharacter( | 
		
	
		
			
			|  |  |  | }, | 
		
	
		
			
			|  |  |  | back: { | 
		
	
		
			
			|  |  |  | height: math.unit(11, "feet"), | 
		
	
		
			
			|  |  |  | weight: math.unit(80, "lb"), | 
		
	
		
			
			|  |  |  | weight: math.unit(320, "kg"), | 
		
	
		
			
			|  |  |  | name: "Back", | 
		
	
		
			
			|  |  |  | image: { | 
		
	
		
			
			|  |  |  | source: "./media/characters/rai/back.svg", | 
		
	
	
		
			
				|  |  | @@ -2207,7 +2207,7 @@ characterMakers.push(() => makeCharacter( | 
		
	
		
			
			|  |  |  | }, | 
		
	
		
			
			|  |  |  | feral: { | 
		
	
		
			
			|  |  |  | height: math.unit(11, "feet"), | 
		
	
		
			
			|  |  |  | weight: math.unit(800, "lb"), | 
		
	
		
			
			|  |  |  | weight: math.unit(640, "kg"), | 
		
	
		
			
			|  |  |  | name: "Feral", | 
		
	
		
			
			|  |  |  | image: { | 
		
	
		
			
			|  |  |  | source: "./media/characters/rai/feral.svg", | 
		
	
	
		
			
				|  |  | 
 |