mirror of
https://github.com/DRE2N/DungeonsXL.git
synced 2024-12-01 06:53:26 +01:00
Created DungeonSign DungeonChest (markdown)
parent
a8075747c3
commit
6a4ddfa6f0
10
DungeonSign-DungeonChest.md
Normal file
10
DungeonSign-DungeonChest.md
Normal file
@ -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.
|
Loading…
Reference in New Issue
Block a user