aboutsummaryrefslogtreecommitdiff
path: root/data/behaviors/fish_harpoon.yaml
diff options
context:
space:
mode:
authorhistoria <[not public]>2026-06-11 04:46:27 -0400
committerhistoria <[not public]>2026-06-11 08:58:37 +0000
commit1b9e2da3b3c438d8dc53d3489725dd5ba0022777 (patch)
tree62264f24420bf4cfaa734942c65cc8dd45ba3d3b /data/behaviors/fish_harpoon.yaml
parent06c02a697e5daf8832a462de5970dd4c0e13a02c (diff)
downloadthehouseoficarus-1b9e2da3b3c438d8dc53d3489725dd5ba0022777.tar.gz
feat: web client, get/drop updates and fixes
Diffstat (limited to 'data/behaviors/fish_harpoon.yaml')
-rw-r--r--data/behaviors/fish_harpoon.yaml28
1 files changed, 28 insertions, 0 deletions
diff --git a/data/behaviors/fish_harpoon.yaml b/data/behaviors/fish_harpoon.yaml
new file mode 100644
index 0000000..8d94a48
--- /dev/null
+++ b/data/behaviors/fish_harpoon.yaml
@@ -0,0 +1,28 @@
+id: fish_harpoon
+type: gather
+skill: fishing
+level: 1
+base_wait: 6
+tools: [harpoon]
+success:
+ base: 0.40
+ per_level: 0.005
+ cap: 0.80
+gather_message: "You ready your harpoon..."
+fail_message: "You fail to spear anything."
+drops:
+ - item_id: raw_tuna
+ level: 35
+ xp: 80
+ weight: 60
+ message: "You harpoon a raw tuna."
+ - item_id: raw_swordfish
+ level: 50
+ xp: 100
+ weight: 50
+ message: "You harpoon a raw swordfish."
+ - item_id: raw_shark
+ level: 76
+ xp: 110
+ weight: 30
+ message: "You harpoon a raw shark."