Easy Silver Arrows
Easy mode now has 2x Silver Arrows in the item pool by default.
This commit is contained in:
		
							parent
							
								
									004bce10ae
								
							
						
					
					
						commit
						90ce999fd3
					
				| 
						 | 
				
			
			@ -26,8 +26,8 @@ normalfourth5extra = ['Arrows (10)'] * 2 + ['Rupees (20)'] * 2 + ['Rupees (5)']
 | 
			
		|||
normalfinal25extra = ['Rupees (20)'] * 23 + ['Rupees (5)'] * 2
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
easybaseitems = (['Blue Boomerang', 'Red Boomerang', 'Silver Arrows'] + ['Rupees (300)'] * 4 + ['Magic Upgrade (1/2)'] * 2 + ['Lamp'] * 2 +
 | 
			
		||||
                 ['Single Arrow', 'Sanctuary Heart Container'] + ['Boss Heart Container'] * 10 + ['Piece of Heart'] * 12)
 | 
			
		||||
easybaseitems = (['Blue Boomerang', 'Red Boomerang', 'Sanctuary Heart Container'] + ['Rupees (300)'] * 4 + ['Magic Upgrade (1/2)'] * 2 + ['Lamp'] * 2 +
 | 
			
		||||
                 ['Silver Arrows'] * 2 + ['Boss Heart Container'] * 10 + ['Piece of Heart'] * 12)
 | 
			
		||||
easyextra = ['Piece of Heart'] * 12 + ['Rupees (300)']
 | 
			
		||||
easylimitedextra = ['Boss Heart Container'] * 3 # collapsing down the 12 pieces of heart
 | 
			
		||||
easyfirst15extra = ['Rupees (100)', 'Arrow Upgrade (+10)', 'Bomb Upgrade (+10)'] + ['Arrow Upgrade (+5)'] * 6 + ['Bomb Upgrade (+5)'] * 6
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue