aboutsummaryrefslogtreecommitdiff
path: root/data/behaviors/fish_trout.yaml
diff options
context:
space:
mode:
authorhistoria <[not public]>2026-06-10 01:48:28 -0400
committerhistoria <[not public]>2026-06-10 01:48:28 -0400
commita226d72e51eecb768b13600303f73483118d9104 (patch)
tree458d15ef049732c15dacc591a830d3beddbedfde /data/behaviors/fish_trout.yaml
parent6a0f3d7a252de4b1741cfe5e1c561412c602becc (diff)
downloadthehouseoficarus-a226d72e51eecb768b13600303f73483118d9104.tar.gz
feat: implemented janky object interaction model
Diffstat (limited to 'data/behaviors/fish_trout.yaml')
-rw-r--r--data/behaviors/fish_trout.yaml17
1 files changed, 17 insertions, 0 deletions
diff --git a/data/behaviors/fish_trout.yaml b/data/behaviors/fish_trout.yaml
new file mode 100644
index 0000000..fd0e37a
--- /dev/null
+++ b/data/behaviors/fish_trout.yaml
@@ -0,0 +1,17 @@
+id: fish_trout
+type: gather
+skill: fishing
+level: 1
+base_wait: 4
+tool: fishing_rod
+success:
+ base: 0.30
+ per_level: 0.01
+ cap: 0.90
+gather_message: "You cast your line into the water..."
+fail_message: "Nothing seems to bite."
+drops:
+ - item_id: raw_trout
+ weight: 100
+ depletes: false
+ message: "You catch a trout!"