code/modules/explorer_drone/loot.dm 
| /proc/generate_generator_index | Creates generator__id => type map. | 
|---|---|
| /datum/adventure_loot_generator | Adventure loot category identified by ID | 
| /datum/adventure_loot_generator/maintenance | Uses manintenance loot generators | 
| /datum/adventure_loot_generator/cargo | Unlocks special cargo crates | 
| /datum/adventure_loot_generator/simple | Just picks and instatiates the path from the list | 
| /datum/adventure_loot_generator/simple/unique | Unique exploration-only rewards - this is contextless | 
| /datum/adventure_loot_generator/simple/cash | Valuables | 
| /datum/adventure_loot_generator/simple/drugs | Drugs | 
| /datum/adventure_loot_generator/simple/materials | Rare minerals/materials | 
| /datum/adventure_loot_generator/simple/weapons | Assorted weaponry | 
| /datum/adventure_loot_generator/simple/syndicate_fish | Rare fish! Of the syndicate variety | 
| /datum/adventure_loot_generator/pet | Pets and pet accesories in carriers | 
| /obj/item/trade_chip | Supply pack unlocker chip | 
| /obj/item/firelance | Two handed fire lance. Melts wall after short windup. |