2 Commits

Author SHA1 Message Date
Aaron Suen
04afbe2c8d Fix unlabeled globalstep 2020-06-28 21:07:07 -04:00
Aaron Suen
4006f17aa8 Proof-of-concept dungeon loot.
- Identify candidate spots to place loot.
- Store loot placement spots for later handling.
  This will involve manipulating metadata and other
  things that are not necessarily safe to do while
  other mapgen_shared may run after us.
- Process the loot queue on tick.

Things left to do:
- Define loot tables and rarity values.
- Identify storeboxes and other storage mechanisms.
- Generate random stacks.
2020-06-28 21:06:00 -04:00