Created DungeonSign DungeonChest (markdown)

Daniel Saukel 2020-12-28 01:25:04 +01:00
parent a8075747c3
commit 6a4ddfa6f0

@ -0,0 +1,10 @@
The **dungeon chest** sign generates a chest whose contents are the entries of the given [loot table](https://github.com/DRE2N/CaliburnAPI/wiki/loot-tables).
| Line | Input | Example |
|------|---------------------------|----------------|
| 1st | [DungeonChest] | [DungeonChest] |
| 2nd | N/A | |
| 3rd | {loot table ID} | MyLootTable |
| 4th | N/A | |
Chests in general do not need a dungeon sign in order for its contents to be saved and accessible to players within the dungeon. Dungeon signs should be considered to be used if the contents are standardized through the loot table, or if chance values per item are desired.