|  |  | @@ -63938,6 +63938,37 @@ characterMakers.push(() => makeCharacter( | 
		
	
		
			
			|  |  |  | ] | 
		
	
		
			
			|  |  |  | )) | 
		
	
		
			
			|  |  |  | 
 | 
		
	
		
			
			|  |  |  | characterMakers.push(() => makeCharacter( | 
		
	
		
			
			|  |  |  | { name: "Cyber", species: ["maned-wolf", "lynx", "deity"], tags: ["anthro"] }, | 
		
	
		
			
			|  |  |  | { | 
		
	
		
			
			|  |  |  | front: { | 
		
	
		
			
			|  |  |  | height: math.unit(5 + 6/12, "feet"), | 
		
	
		
			
			|  |  |  | weight: math.unit(210, "lb"), | 
		
	
		
			
			|  |  |  | name: "Front", | 
		
	
		
			
			|  |  |  | image: { | 
		
	
		
			
			|  |  |  | source: "./media/characters/cyber/front.svg", | 
		
	
		
			
			|  |  |  | extra: 1968/1798, | 
		
	
		
			
			|  |  |  | bottom: 10/1978 | 
		
	
		
			
			|  |  |  | }, | 
		
	
		
			
			|  |  |  | extraAttributes: { | 
		
	
		
			
			|  |  |  | "shoeSize": { | 
		
	
		
			
			|  |  |  | name: "Shoe Size", | 
		
	
		
			
			|  |  |  | power: 1, | 
		
	
		
			
			|  |  |  | type: "length", | 
		
	
		
			
			|  |  |  | base: math.unit(30, "ShoeSizeMensUS") | 
		
	
		
			
			|  |  |  | }, | 
		
	
		
			
			|  |  |  | } | 
		
	
		
			
			|  |  |  | }, | 
		
	
		
			
			|  |  |  | }, | 
		
	
		
			
			|  |  |  | [ | 
		
	
		
			
			|  |  |  | { | 
		
	
		
			
			|  |  |  | name: "Normal", | 
		
	
		
			
			|  |  |  | height: math.unit(5 + 6/12, "feet"), | 
		
	
		
			
			|  |  |  | default: true | 
		
	
		
			
			|  |  |  | }, | 
		
	
		
			
			|  |  |  | ] | 
		
	
		
			
			|  |  |  | )) | 
		
	
		
			
			|  |  |  | 
 | 
		
	
		
			
			|  |  |  | //characters | 
		
	
		
			
			|  |  |  | 
 | 
		
	
		
			
			|  |  |  | function makeCharacters() { | 
		
	
	
		
			
				|  |  | 
 |