From 8ee8982b8759bcae116647cc993867f4c8b0a6ce Mon Sep 17 00:00:00 2001 From: workhorse Date: Fri, 19 Jun 2026 20:24:52 -0400 Subject: reorganized items, objects, and rooms in directories. oranized module names. added startup checks. --- worldbuilding_guide/rooms.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'worldbuilding_guide/rooms.md') 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 ``` -- cgit v1.2.3