|  |  | @@ -48965,22 +48965,32 @@ characterMakers.push(() => makeCharacter( | 
		
	
		
			
			|  |  |  | characterMakers.push(() => makeCharacter( | 
		
	
		
			
			|  |  |  | { name: "Kiva", species: ["dire-wolf"], tags: ["anthro"] }, | 
		
	
		
			
			|  |  |  | { | 
		
	
		
			
			|  |  |  | dressed: { | 
		
	
		
			
			|  |  |  | front: { | 
		
	
		
			
			|  |  |  | height: math.unit(8 + 5/12, "feet"), | 
		
	
		
			
			|  |  |  | weight: math.unit(700, "lb"), | 
		
	
		
			
			|  |  |  | name: "Dressed", | 
		
	
		
			
			|  |  |  | name: "Front", | 
		
	
		
			
			|  |  |  | image: { | 
		
	
		
			
			|  |  |  | source: "./media/characters/kiva/dressed.svg", | 
		
	
		
			
			|  |  |  | source: "./media/characters/kiva/front.svg", | 
		
	
		
			
			|  |  |  | extra: 419/406, | 
		
	
		
			
			|  |  |  | bottom: 30/449 | 
		
	
		
			
			|  |  |  | } | 
		
	
		
			
			|  |  |  | }, | 
		
	
		
			
			|  |  |  | sideDressed: { | 
		
	
		
			
			|  |  |  | height: math.unit(8 + 5/12, "feet"), | 
		
	
		
			
			|  |  |  | weight: math.unit(700, "lb"), | 
		
	
		
			
			|  |  |  | name: "Side (Dressed)", | 
		
	
		
			
			|  |  |  | image: { | 
		
	
		
			
			|  |  |  | source: "./media/characters/kiva/side-dressed.svg", | 
		
	
		
			
			|  |  |  | extra: 1102/1055, | 
		
	
		
			
			|  |  |  | bottom: 60/1162 | 
		
	
		
			
			|  |  |  | } | 
		
	
		
			
			|  |  |  | }, | 
		
	
		
			
			|  |  |  | nude: { | 
		
	
		
			
			|  |  |  | sideNude: { | 
		
	
		
			
			|  |  |  | height: math.unit(8 + 5/12, "feet"), | 
		
	
		
			
			|  |  |  | weight: math.unit(700, "lb"), | 
		
	
		
			
			|  |  |  | name: "Nude", | 
		
	
		
			
			|  |  |  | name: "Side (Nude)", | 
		
	
		
			
			|  |  |  | image: { | 
		
	
		
			
			|  |  |  | source: "./media/characters/kiva/nude.svg", | 
		
	
		
			
			|  |  |  | source: "./media/characters/kiva/side-nude.svg", | 
		
	
		
			
			|  |  |  | extra: 1102/1055, | 
		
	
		
			
			|  |  |  | bottom: 60/1162 | 
		
	
		
			
			|  |  |  | } | 
		
	
	
		
			
				|  |  | @@ -65904,6 +65914,14 @@ characterMakers.push(() => makeCharacter( | 
		
	
		
			
			|  |  |  | source: "./media/characters/holiday/head.svg" | 
		
	
		
			
			|  |  |  | } | 
		
	
		
			
			|  |  |  | }, | 
		
	
		
			
			|  |  |  | scifi_front: { | 
		
	
		
			
			|  |  |  | height: math.unit(145, "km"), | 
		
	
		
			
			|  |  |  | name: "Front", | 
		
	
		
			
			|  |  |  | image: { | 
		
	
		
			
			|  |  |  | source: "./media/characters/holiday/scifi-front.svg" | 
		
	
		
			
			|  |  |  | }, | 
		
	
		
			
			|  |  |  | form: "scifi", | 
		
	
		
			
			|  |  |  | }, | 
		
	
		
			
			|  |  |  | }, | 
		
	
		
			
			|  |  |  | [ | 
		
	
		
			
			|  |  |  | { | 
		
	
	
		
			
				|  |  | 
 |