diff options
Diffstat (limited to 'worldbuilding_guide/rooms.md')
| -rw-r--r-- | worldbuilding_guide/rooms.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/worldbuilding_guide/rooms.md b/worldbuilding_guide/rooms.md index f6e74ea..3d6db7d 100644 --- a/worldbuilding_guide/rooms.md +++ b/worldbuilding_guide/rooms.md @@ -67,14 +67,14 @@ exits: blocked_message: "The bridge is out, and the toll collector blocks the path." ``` -### Spawns — ground items that respawn +### Item Spawns — ground items that respawn ```yaml -spawns: - - item_id: bronze_pickaxe +item_spawns: + - id: bronze_pickaxe quantity: 1 respawn_ticks: 30 # reappears 30 ticks (18 seconds) after being picked up - - item_id: copper_ore + - id: copper_ore quantity: 3 respawn_ticks: 50 ``` |
