From 0ea4eec5dd2122c6704216971eb1249276297867 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Fri, 19 Jun 2026 18:20:26 -0400 Subject: shop fixes, 'toggle' completely removed, movement speed increased --- worldbuilding_guide/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'worldbuilding_guide/README.md') diff --git a/worldbuilding_guide/README.md b/worldbuilding_guide/README.md index 97cf43b..0bea82c 100644 --- a/worldbuilding_guide/README.md +++ b/worldbuilding_guide/README.md @@ -10,7 +10,7 @@ The House of Icarus is data-driven. Everything — rooms, items, mobs, objects, | [Items](items.md) | Item definitions, stats, equip slots, weapon types, tool types, firemaking, food/healing | | [Mobs](mobs.md) | Mob definitions, combat stats, drops, behavior, idle descriptions | | [Objects](objects.md) | Interactive objects, behaviors, hidden objects, in-room descriptions | -| [Behaviors](behaviors.md) | Gather, use, talk, toggle behaviors with full YAML reference | +| [Behaviors](behaviors.md) | Gather, use, talk behaviors with full YAML reference | | [Recipes](recipes.md) | Recipe system for cooking, crafting, smithing — station and item-on-item | | [Conditions](conditions.md) | All condition types: flag, player_flag, has_item, all_of, any_of, not | | [Drop Tables](drops.md) | Shared weighted drop tables for mob loot and search tables | @@ -19,7 +19,6 @@ The House of Icarus is data-driven. Everything — rooms, items, mobs, objects, | [Quests](quests.md) | Complete multi-room quest example with talk behaviors | | [Wandering Objects](wandering_objects.md) | Objects that teleport between rooms on a timer | | [Wandering Mobs](wandering_mobs.md) | Mobs that wander through legal exits | -| [Toggles](toggles.md) | Player toggle options (tiny_map, xp_drops, automap, etc.) | | [Search](search.md) | The search command and searchable items | | [Hidden Objects](hidden_objects.md) | Hidden interactive objects | | [Bank](bank.md) | Bank system — deposit, withdraw, browse, bank booth placement | -- cgit v1.2.3