 8175d4c31f
			
		
	
	8175d4c31f
	
	
	
		
			
			" Here's a list of compiled changes for the next major release of the Rogue Legacy Randomizer. Ability to toggle (or randomize) whether you fight vanilla bosses or challenge bosses. Ability to change Architect settings (start with unlocked, normal, or disabled) Ability to adjust Architect's fees. Ability to combine chests or fairy chests into a single pool, similar to Risk of Rain 2's implementation. Ability to change blueprints acquirement to being progressive instead of random. Added additional classes that the player can start with and removed all other classes unlocked except for starting class. You must find them! Ability to tweak the item pool amounts for stat ups. Ability to define additional character names. Ability to get a new diary check every time you enter a newly generated castle. "
		
			
				
	
	
		
			40 lines
		
	
	
		
			613 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			40 lines
		
	
	
		
			613 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| traits = [
 | |
|     "Color Blind",
 | |
|     "Gay",
 | |
|     "Near-Sighted",
 | |
|     "Far-Sighted",
 | |
|     "Dyslexia",
 | |
|     "Gigantism",
 | |
|     "Dwarfism",
 | |
|     "Baldness",
 | |
|     "Endomorph",
 | |
|     "Ectomorph",
 | |
|     "Alzheimers",
 | |
|     "Dextrocardia",
 | |
|     "Coprolalia",
 | |
|     "ADHD",
 | |
|     "O.C.D.",
 | |
|     "Hypergonadism",
 | |
|     "Muscle Wk.",
 | |
|     "Stereo Blind",
 | |
|     "I.B.S.",
 | |
|     "Vertigo",
 | |
|     "Tunnel Vision",
 | |
|     "Ambilevous",
 | |
|     "P.A.D.",
 | |
|     "Alektorophobia",
 | |
|     "Hypochondriac",
 | |
|     "Dementia",
 | |
|     "Flexible",
 | |
|     "Eid. Mem.",
 | |
|     "Nostalgic",
 | |
|     "C.I.P.",
 | |
|     "Savant",
 | |
|     "The One",
 | |
|     "Clumsy",
 | |
|     "EHS",
 | |
|     "Glaucoma",
 | |
|     "Adopted",
 | |
| ]
 | |
| 
 |