diff options
Diffstat (limited to 'TODO.md')
| -rw-r--r-- | TODO.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -59,7 +59,7 @@ Behaviors are defined in `data/behaviors/<id>.yaml`. Objects reference them with **Per-drop depletion** (mining, regular trees): Set `depletes: true` on a drop entry. The resource depletes on first successful gather of that drop. -**Shared depletion** (higher-tier trees): Set `shared_deplete: <ticks>` on the behavior. A shared timer counts down while anyone is chopping; when it hits 0, the next successful gather depletes the tree for all players. The timer regenerates back to max when no one is chopping. +**Shared depletion** (higher-tier trees): Set `deplete_timer: <ticks>` on the behavior. A shared timer counts down while anyone is chopping; when it hits 0, the next successful gather depletes the tree for all players. The timer regenerates back to max when no one is chopping. ### Bird's Nests @@ -146,7 +146,7 @@ Aliases resolve before built-in commands and support argument passthrough (`alia - [x] `talk / speak / ask <target>` — NPC conversations (objects or mobs) - [x] `pull / push <object>` — toggle interactions (levers, gates) - [x] `alias <name> <cmd> / unalias <name>` — account-wide command aliases -- [x] `toggle [name]` — 9 character settings +- [x] `option / options [name] [value]` — 15 character settings (bool, string, int types) - [x] `description / desc / help [topic] / quit` - [x] `search <item>` — search bird's nests for loot - [x] `burn [item]` — start a fire from logs on ground or in inventory (smart default) |
