diff options
| author | historia <[not public]> | 2026-06-14 21:07:26 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-06-14 21:07:26 -0400 |
| commit | 1aba2bdd23aebed4032333e74aa553c40a31fcbd (patch) | |
| tree | c004f4c2a139df5c3cf4029b2611bdfa09b40f86 /TODO.md | |
| parent | a19e6b6ab01670a5932308c7bd0e0e5eed8cbcad (diff) | |
| download | thehouseoficarus-1aba2bdd23aebed4032333e74aa553c40a31fcbd.tar.gz | |
refactor: added docs, split up some components in game package
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) |
