diff options
| author | historia <[not public]> | 2026-06-12 18:59:22 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-06-12 18:59:22 -0400 |
| commit | f3a6ae488bbd2128af8356b0da016699c5abb70e (patch) | |
| tree | 76965c30baa5d6ab92d1fa9c371d7ca3f08349ba /data | |
| parent | d6ab0e93a64525ce34f89e26d5272efbac513c32 (diff) | |
| download | thehouseoficarus-f3a6ae488bbd2128af8356b0da016699c5abb70e.tar.gz | |
feat: commands automatically target if unambiguous, depleted node improvements
Diffstat (limited to 'data')
| -rw-r--r-- | data/behaviors/chop_tree.yaml | 1 | ||||
| -rw-r--r-- | data/behaviors/fish_net.yaml | 1 | ||||
| -rw-r--r-- | data/behaviors/mine_copper.yaml | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/data/behaviors/chop_tree.yaml b/data/behaviors/chop_tree.yaml index 445047d..9072e33 100644 --- a/data/behaviors/chop_tree.yaml +++ b/data/behaviors/chop_tree.yaml @@ -10,6 +10,7 @@ success: per_level: 0.01 cap: 0.95 gather_message: "You swing your axe at the tree..." +depleted_message: "You don't see any usable wood in this tree." fail_message: "You swing but get no logs." drops: - item_id: logs diff --git a/data/behaviors/fish_net.yaml b/data/behaviors/fish_net.yaml index b971710..b5398aa 100644 --- a/data/behaviors/fish_net.yaml +++ b/data/behaviors/fish_net.yaml @@ -9,6 +9,7 @@ success: per_level: 0.005 cap: 0.90 gather_message: "You cast your net into the water..." +depleted_message: "You don't see any fish swimming here." fail_message: "You catch nothing." drops: - item_id: raw_shrimps diff --git a/data/behaviors/mine_copper.yaml b/data/behaviors/mine_copper.yaml index d4b8fbf..b4f27b9 100644 --- a/data/behaviors/mine_copper.yaml +++ b/data/behaviors/mine_copper.yaml @@ -10,6 +10,7 @@ success: per_level: 0.01 cap: 0.95 gather_message: "You swing your pickaxe at the rock..." +depleted_message: "You don't see any ore in this rock." fail_message: "You chip away but get nothing useful." drops: - item_id: copper_ore |
