diff options
Diffstat (limited to 'data/behaviors/fish_trout.yaml')
| -rw-r--r-- | data/behaviors/fish_trout.yaml | 17 |
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!" |
