Keep forgetting about auto-format and the items list
This commit is contained in:
		
							parent
							
								
									f6439dadea
								
							
						
					
					
						commit
						6daadbbb24
					
				
							
								
								
									
										93
									
								
								Items.py
								
								
								
								
							
							
						
						
									
										93
									
								
								Items.py
								
								
								
								
							| 
						 | 
				
			
			@ -76,78 +76,27 @@ item_table = {'Bow': (True, False, None, 0x0B, 'You have\nchosen the\narcher cla
 | 
			
		|||
              'Crystal 6': (True, False, 'Crystal', (0x01, 0x32, 0x64, 0x40, 0x6F, 0x06), None, None, None, None, None, None, None),
 | 
			
		||||
              'Crystal 7': (True, False, 'Crystal', (0x08, 0x34, 0x64, 0x40, 0x7C, 0x06), None, None, None, None, None, None, None),
 | 
			
		||||
              'Single Arrow': (False, False, None, 0x43, 'a lonely arrow\nsits here.', 'and the arrow', 'stick-collecting kid', 'sewing needle for sale', 'fungus for arrow', 'archer boy sews again', 'an arrow'),
 | 
			
		||||
              'Arrows (10)': (
 | 
			
		||||
              False, False, None, 0x44, 'This will give\nyou ten shots\nwith your bow!', 'and the arrow pack',
 | 
			
		||||
              'stick-collecting kid', 'sewing kit for sale', 'fungus for arrows', 'archer boy sews again',
 | 
			
		||||
              'ten arrows'),
 | 
			
		||||
              'Arrow Upgrade (+10)': (
 | 
			
		||||
              False, False, None, 0x54, 'increase arrow\nstorage, low\nlow price', 'and the quiver',
 | 
			
		||||
              'quiver-enlarging kid', 'arrow boost for sale', 'witch and more skewers', 'upgrade boy sews more again',
 | 
			
		||||
              'arrow capacity'),
 | 
			
		||||
              'Arrow Upgrade (+5)': (
 | 
			
		||||
              False, False, None, 0x53, 'increase arrow\nstorage, low\nlow price', 'and the quiver',
 | 
			
		||||
              'quiver-enlarging kid', 'arrow boost for sale', 'witch and more skewers', 'upgrade boy sews more again',
 | 
			
		||||
              'arrow capacity'),
 | 
			
		||||
              'Single Bomb': (False, False, None, 0x27, 'I make things\ngo BOOM! But\njust once.', 'and the explosion',
 | 
			
		||||
                              'the bomb-holding kid', 'firecracker for sale', 'blend fungus into bomb',
 | 
			
		||||
                              '\'splosion boy explodes again', 'a bomb'),
 | 
			
		||||
              'Bombs (3)': (False, False, None, 0x28, 'I make things\ngo triple\nBOOM!!!', 'and the explosions',
 | 
			
		||||
                            'the bomb-holding kid', 'firecrackers for sale', 'blend fungus into bombs',
 | 
			
		||||
                            '\'splosion boy explodes again', 'three bombs'),
 | 
			
		||||
              'Bombs (10)': (False, False, None, 0x31, 'I make things\ngo BOOM! Ten\ntimes!', 'and the explosions',
 | 
			
		||||
                             'the bomb-holding kid', 'firecrackers for sale', 'blend fungus into bombs',
 | 
			
		||||
                             '\'splosion boy explodes again', 'ten bombs'),
 | 
			
		||||
              'Bomb Upgrade (+10)': (
 | 
			
		||||
              False, False, None, 0x52, 'increase bomb\nstorage, low\nlow price', 'and the bomb bag',
 | 
			
		||||
              'boom-enlarging kid', 'bomb boost for sale', 'the shroom goes boom', 'upgrade boy explodes more again',
 | 
			
		||||
              'bomb capacity'),
 | 
			
		||||
              'Bomb Upgrade (+5)': (
 | 
			
		||||
              False, False, None, 0x51, 'increase bomb\nstorage, low\nlow price', 'and the bomb bag',
 | 
			
		||||
              'boom-enlarging kid', 'bomb boost for sale', 'the shroom goes boom', 'upgrade boy explodes more again',
 | 
			
		||||
              'bomb capacity'),
 | 
			
		||||
              'Blue Mail': (
 | 
			
		||||
              False, True, None, 0x22, 'Now you\'re a\nblue elf!', 'and the banana hat', 'the protected kid',
 | 
			
		||||
              'banana hat for sale', 'the clothing store', 'tailor boy banana hatted again', 'the Blue Mail'),
 | 
			
		||||
              'Red Mail': (
 | 
			
		||||
              False, True, None, 0x23, 'Now you\'re a\nred elf!', 'and the eggplant hat', 'well-protected kid',
 | 
			
		||||
              'purple hat for sale', 'the nice clothing store', 'tailor boy fears nothing again', 'the Red Mail'),
 | 
			
		||||
              'Progressive Mail': (
 | 
			
		||||
              False, True, None, 0x60, 'time for a\nchange of\nclothes?', 'and the unknown hat', 'the protected kid',
 | 
			
		||||
              'new hat for sale', 'the clothing store', 'tailor boy has threads again', 'some armor'),
 | 
			
		||||
              'Blue Boomerang': (
 | 
			
		||||
              True, False, None, 0x0C, 'No matter what\nyou do, blue\nreturns to you', 'and the bluemarang',
 | 
			
		||||
              'the bat-throwing kid', 'bent stick for sale', 'fungus for puma-stick', 'throwing boy plays fetch again',
 | 
			
		||||
              'the Blue Boomerang'),
 | 
			
		||||
              'Red Boomerang': (
 | 
			
		||||
              True, False, None, 0x2A, 'No matter what\nyou do, red\nreturns to you', 'and the badmarang',
 | 
			
		||||
              'the bat-throwing kid', 'air foil for sale', 'fungus for return-stick', 'magical boy plays fetch again',
 | 
			
		||||
              'the Red Boomerang'),
 | 
			
		||||
              'Blue Shield': (False, True, None, 0x04, 'Now you can\ndefend against\npebbles!', 'and the stone blocker',
 | 
			
		||||
                              'shield-wielding kid', 'shield for sale', 'fungus for shield', 'shield boy defends again',
 | 
			
		||||
                              'the Blue Shield'),
 | 
			
		||||
              'Red Shield': (False, True, None, 0x05, 'Now you can\ndefend against\nfireballs!', 'and the shot blocker',
 | 
			
		||||
                             'shield-wielding kid', 'fire shield for sale', 'fungus for fire shield',
 | 
			
		||||
                             'shield boy defends again', 'the Red Shield'),
 | 
			
		||||
              'Mirror Shield': (
 | 
			
		||||
              True, False, None, 0x06, 'Now you can\ndefend against\nlasers!', 'and the laser blocker',
 | 
			
		||||
              'shield-wielding kid', 'face shield for sale', 'fungus for face shield', 'shield boy defends again',
 | 
			
		||||
              'the Mirror Shield'),
 | 
			
		||||
              'Progressive Shield': (
 | 
			
		||||
              True, False, None, 0x5F, 'have a better\nblocker in\nfront of you', 'and the new shield',
 | 
			
		||||
              'shield-wielding kid', 'shield for sale', 'fungus for shield', 'shield boy defends again', 'a shield'),
 | 
			
		||||
              'Bug Catching Net': (
 | 
			
		||||
              True, False, None, 0x21, 'Let\'s catch\nsome bees and\nfaeries!', 'and the bee catcher',
 | 
			
		||||
              'the bug-catching kid', 'stick web for sale', 'fungus for butterflies', 'wrong boy catches bees again',
 | 
			
		||||
              'the Bug Net'),
 | 
			
		||||
              'Cane of Byrna': (
 | 
			
		||||
              True, False, None, 0x18, 'Use this to\nbecome\ninvincible!', 'and the bad cane', 'the spark-making kid',
 | 
			
		||||
              'spark stick for sale', 'spark-stick for trade', 'cane boy encircles again', 'the Blue Cane'),
 | 
			
		||||
              'Boss Heart Container': (
 | 
			
		||||
              False, False, None, 0x3E, 'Maximum health\nincreased!\nYeah!', 'and the full heart',
 | 
			
		||||
              'the life-giving kid', 'love for sale', 'fungus for life', 'life boy feels love again', 'a heart'),
 | 
			
		||||
              'Sanctuary Heart Container': (
 | 
			
		||||
              False, False, None, 0x3F, 'Maximum health\nincreased!\nYeah!', 'and the full heart',
 | 
			
		||||
              'the life-giving kid', 'love for sale', 'fungus for life', 'life boy feels love again', 'a heart'),
 | 
			
		||||
              'Arrows (10)': (False, False, None, 0x44, 'This will give\nyou ten shots\nwith your bow!', 'and the arrow pack','stick-collecting kid', 'sewing kit for sale', 'fungus for arrows', 'archer boy sews again','ten arrows'),
 | 
			
		||||
              'Arrow Upgrade (+10)': (False, False, None, 0x54, 'increase arrow\nstorage, low\nlow price', 'and the quiver', 'quiver-enlarging kid', 'arrow boost for sale', 'witch and more skewers', 'upgrade boy sews more again', 'arrow capacity'),
 | 
			
		||||
              'Arrow Upgrade (+5)': (False, False, None, 0x53, 'increase arrow\nstorage, low\nlow price', 'and the quiver', 'quiver-enlarging kid', 'arrow boost for sale', 'witch and more skewers', 'upgrade boy sews more again', 'arrow capacity'),
 | 
			
		||||
              'Single Bomb': (False, False, None, 0x27, 'I make things\ngo BOOM! But\njust once.', 'and the explosion', 'the bomb-holding kid', 'firecracker for sale', 'blend fungus into bomb', '\'splosion boy explodes again', 'a bomb'),
 | 
			
		||||
              'Bombs (3)': (False, False, None, 0x28, 'I make things\ngo triple\nBOOM!!!', 'and the explosions', 'the bomb-holding kid', 'firecrackers for sale', 'blend fungus into bombs', '\'splosion boy explodes again', 'three bombs'),
 | 
			
		||||
              'Bombs (10)': (False, False, None, 0x31, 'I make things\ngo BOOM! Ten\ntimes!', 'and the explosions', 'the bomb-holding kid', 'firecrackers for sale', 'blend fungus into bombs', '\'splosion boy explodes again', 'ten bombs'),
 | 
			
		||||
              'Bomb Upgrade (+10)': (False, False, None, 0x52, 'increase bomb\nstorage, low\nlow price', 'and the bomb bag', 'boom-enlarging kid', 'bomb boost for sale', 'the shroom goes boom', 'upgrade boy explodes more again', 'bomb capacity'),
 | 
			
		||||
              'Bomb Upgrade (+5)': (False, False, None, 0x51, 'increase bomb\nstorage, low\nlow price', 'and the bomb bag', 'boom-enlarging kid', 'bomb boost for sale', 'the shroom goes boom', 'upgrade boy explodes more again', 'bomb capacity'),
 | 
			
		||||
              'Blue Mail': (False, True, None, 0x22, 'Now you\'re a\nblue elf!', 'and the banana hat', 'the protected kid', 'banana hat for sale', 'the clothing store', 'tailor boy banana hatted again', 'the Blue Mail'),
 | 
			
		||||
              'Red Mail': (False, True, None, 0x23, 'Now you\'re a\nred elf!', 'and the eggplant hat', 'well-protected kid', 'purple hat for sale', 'the nice clothing store', 'tailor boy fears nothing again', 'the Red Mail'),
 | 
			
		||||
              'Progressive Armor': (False, True, None, 0x60, 'time for a\nchange of\nclothes?', 'and the unknown hat', 'the protected kid', 'new hat for sale', 'the clothing store', 'tailor boy has threads again', 'some armor'),
 | 
			
		||||
              'Blue Boomerang': (True, False, None, 0x0C, 'No matter what\nyou do, blue\nreturns to you', 'and the bluemarang', 'the bat-throwing kid', 'bent stick for sale', 'fungus for puma-stick', 'throwing boy plays fetch again', 'the Blue Boomerang'),
 | 
			
		||||
              'Red Boomerang': (True, False, None, 0x2A, 'No matter what\nyou do, red\nreturns to you', 'and the badmarang', 'the bat-throwing kid', 'air foil for sale', 'fungus for return-stick', 'magical boy plays fetch again', 'the Red Boomerang'),
 | 
			
		||||
              'Blue Shield': (False, True, None, 0x04, 'Now you can\ndefend against\npebbles!', 'and the stone blocker', 'shield-wielding kid', 'shield for sale', 'fungus for shield', 'shield boy defends again', 'the Blue Shield'),
 | 
			
		||||
              'Red Shield': (False, True, None, 0x05, 'Now you can\ndefend against\nfireballs!', 'and the shot blocker', 'shield-wielding kid', 'fire shield for sale', 'fungus for fire shield', 'shield boy defends again', 'the Red Shield'),
 | 
			
		||||
              'Mirror Shield': (True, False, None, 0x06, 'Now you can\ndefend against\nlasers!', 'and the laser blocker', 'shield-wielding kid', 'face shield for sale', 'fungus for face shield', 'shield boy defends again', 'the Mirror Shield'),
 | 
			
		||||
              'Progressive Shield': (True, False, None, 0x5F, 'have a better\nblocker in\nfront of you', 'and the new shield', 'shield-wielding kid', 'shield for sale', 'fungus for shield', 'shield boy defends again', 'a shield'),
 | 
			
		||||
              'Bug Catching Net': (True, False, None, 0x21, 'Let\'s catch\nsome bees and\nfaeries!', 'and the bee catcher', 'the bug-catching kid', 'stick web for sale', 'fungus for butterflies', 'wrong boy catches bees again', 'the Bug Net'),
 | 
			
		||||
              'Cane of Byrna': (True, False, None, 0x18, 'Use this to\nbecome\ninvincible!', 'and the bad cane', 'the spark-making kid', 'spark stick for sale', 'spark-stick for trade', 'cane boy encircles again', 'the Blue Cane'),
 | 
			
		||||
              'Boss Heart Container': (False, False, None, 0x3E, 'Maximum health\nincreased!\nYeah!', 'and the full heart', 'the life-giving kid', 'love for sale', 'fungus for life', 'life boy feels love again', 'a heart'),
 | 
			
		||||
              'Sanctuary Heart Container': (False, False, None, 0x3F, 'Maximum health\nincreased!\nYeah!', 'and the full heart', 'the life-giving kid', 'love for sale', 'fungus for life', 'life boy feels love again', 'a heart'),
 | 
			
		||||
              'Piece of Heart': (False, False, None, 0x17, 'Just a little\npiece of love!', 'and the broken heart', 'the life-giving kid', 'little love for sale', 'fungus for life', 'life boy feels some love again', 'a heart piece'),
 | 
			
		||||
              'Rupee (1)': (False, False, None, 0x34, 'Just pocket\nchange. Move\nright along.', 'the pocket change', 'poverty-struck kid', 'life lesson for sale', 'buying cheap drugs', 'destitute boy has snack again', 'a green rupee'),
 | 
			
		||||
              'Rupees (5)': (False, False, None, 0x35, 'Just pocket\nchange. Move\nright along.', 'the pocket change', 'poverty-struck kid', 'life lesson for sale', 'buying cheap drugs', 'destitute boy has snack again', 'a blue rupee'),
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue