17 lines
		
	
	
		
			408 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			408 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| class Loot:
 | |
|     slime = "Slime"
 | |
|     bug_meat = "Bug Meat"
 | |
|     bat_wing = "Bat Wing"
 | |
|     solar_essence = "Solar Essence"
 | |
|     void_essence = "Void Essence"
 | |
| 
 | |
| 
 | |
| class ModLoot:
 | |
|     void_shard = "Void Shard"
 | |
|     green_mushroom = "Green Mushroom"
 | |
|     ornate_treasure_chest = "Ornate Treasure Chest"  
 | |
|     swirl_stone = "Swirl Stone"  
 | |
|     void_pebble = "Void Pebble"  
 | |
|     void_soul = "Void Soul"  
 | |
| 
 | 
