|  |  | @@ -56556,14 +56556,14 @@ characterMakers.push(() => makeCharacter( | 
		
	
		
			
			|  |  |  | )) | 
		
	
		
			
			|  |  |  | 
 | 
		
	
		
			
			|  |  |  | characterMakers.push(() => makeCharacter( | 
		
	
		
			
			|  |  |  | { name: "Vincent (Fox)", species: ["red-fox"], tags: ["anthro"] }, | 
		
	
		
			
			|  |  |  | { name: "Vincent Vasroc", species: ["red-fox"], tags: ["anthro"] }, | 
		
	
		
			
			|  |  |  | { | 
		
	
		
			
			|  |  |  | front: { | 
		
	
		
			
			|  |  |  | height: math.unit(7 + 8/12, "feet"), | 
		
	
		
			
			|  |  |  | weight: math.unit(333, "lb"), | 
		
	
		
			
			|  |  |  | name: "Front", | 
		
	
		
			
			|  |  |  | image: { | 
		
	
		
			
			|  |  |  | source: "./media/characters/vincent-fox/front.svg", | 
		
	
		
			
			|  |  |  | source: "./media/characters/vincent-vasroc/front.svg", | 
		
	
		
			
			|  |  |  | extra: 1962/1860, | 
		
	
		
			
			|  |  |  | bottom: 41/2003 | 
		
	
		
			
			|  |  |  | } | 
		
	
	
		
			
				|  |  | @@ -56573,7 +56573,7 @@ characterMakers.push(() => makeCharacter( | 
		
	
		
			
			|  |  |  | weight: math.unit(333, "lb"), | 
		
	
		
			
			|  |  |  | name: "Back", | 
		
	
		
			
			|  |  |  | image: { | 
		
	
		
			
			|  |  |  | source: "./media/characters/vincent-fox/back.svg", | 
		
	
		
			
			|  |  |  | source: "./media/characters/vincent-vasroc/back.svg", | 
		
	
		
			
			|  |  |  | extra: 1952/1815, | 
		
	
		
			
			|  |  |  | bottom: 33/1985 | 
		
	
		
			
			|  |  |  | } | 
		
	
	
		
			
				|  |  | @@ -56582,14 +56582,14 @@ characterMakers.push(() => makeCharacter( | 
		
	
		
			
			|  |  |  | height: math.unit(1.24, "feet"), | 
		
	
		
			
			|  |  |  | name: "Paw", | 
		
	
		
			
			|  |  |  | image: { | 
		
	
		
			
			|  |  |  | source: "./media/characters/vincent-fox/paw.svg" | 
		
	
		
			
			|  |  |  | source: "./media/characters/vincent-vasroc/paw.svg" | 
		
	
		
			
			|  |  |  | } | 
		
	
		
			
			|  |  |  | }, | 
		
	
		
			
			|  |  |  | ear: { | 
		
	
		
			
			|  |  |  | height: math.unit(0.75, "feet"), | 
		
	
		
			
			|  |  |  | name: "Ear", | 
		
	
		
			
			|  |  |  | image: { | 
		
	
		
			
			|  |  |  | source: "./media/characters/vincent-fox/ear.svg" | 
		
	
		
			
			|  |  |  | source: "./media/characters/vincent-vasroc/ear.svg" | 
		
	
		
			
			|  |  |  | } | 
		
	
		
			
			|  |  |  | }, | 
		
	
		
			
			|  |  |  | }, | 
		
	
	
		
			
				|  |  | 
 |