| 
									
										
										
										
											2022-01-23 21:34:30 +01:00
										 |  |  | from BaseClasses import Item | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | class SM64Item(Item): | 
					
						
							|  |  |  |     game: str = "Super Mario 64" | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | item_table = { | 
					
						
							| 
									
										
										
										
											2022-01-27 11:14:17 +01:00
										 |  |  |     "Power Star": 3626000, | 
					
						
							|  |  |  |     "Basement Key": 3626178, | 
					
						
							| 
									
										
										
										
											2022-01-23 21:34:30 +01:00
										 |  |  |     "Second Floor Key": 3626179, | 
					
						
							| 
									
										
										
										
											2022-02-09 20:57:38 +01:00
										 |  |  |     "Progressive Key": 3626180, | 
					
						
							|  |  |  |     "Wing Cap": 3626181, | 
					
						
							|  |  |  |     "Metal Cap": 3626182, | 
					
						
							|  |  |  |     "Vanish Cap": 3626183, | 
					
						
							|  |  |  |     "1Up Mushroom": 3626184 | 
					
						
							| 
									
										
										
										
											2022-01-23 21:34:30 +01:00
										 |  |  | }  |