diff options
| author | historia <workhorse@localhost.localdomain> | 2026-06-20 21:36:32 -0400 |
|---|---|---|
| committer | historia <workhorse@localhost.localdomain> | 2026-06-20 21:36:32 -0400 |
| commit | 010fa439399581391fcd509d2058191ff4fa74b3 (patch) | |
| tree | 2deb54f5b2724e34091e6fb97390e6958f973561 /AGENTS.md | |
| parent | 00a0622dcb5eae90b4ec14ed16c527b81f963c3f (diff) | |
| download | thehouseoficarus-010fa439399581391fcd509d2058191ff4fa74b3.tar.gz | |
feat: stop command added
Diffstat (limited to 'AGENTS.md')
| -rw-r--r-- | AGENTS.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -239,7 +239,7 @@ The `verbSkill` map maps verb → skill name for default target resolution: | steal | `action_steal.go` | Thieving — pickpocket, stall stealing, guard watching, sneak mode | | agility | `action_agility.go` | 3-phase obstacle traversal with fail chance, course lap tracking | | farm | `action_farm.go` | Planting, growth stages (500-tick), watering, disease, harvesting | -| identify | `action_identify.go` | Scavenging — scrap_metal → junk at altars | +| identify | `action_identify.go` | Scavenging — scrap → junk at altars | | finishing blow | `action_finishing_blow.go` | Assassin special item on mob at 1 HP | ### GatherConfig Fields @@ -354,7 +354,7 @@ Battery = Technology level (float64). Each tech has a drain rate (0.05–0.25 pe ## Science System (science.go) -Mods loaded from `data/modules/` — categories: combat, utility, transport, enchant, processing. Each mod has a junk cost. Deck equipment (science weapons) provides junk and removes scrap_metal cost. +Mods loaded from `data/modules/` — categories: combat, utility, transport, enchant, processing. Each mod has a junk cost. Deck equipment (science weapons) provides junk and removes scrap cost. **Triggering mods:** |
