diff options
Diffstat (limited to 'data/help/gathering.yaml')
| -rw-r--r-- | data/help/gathering.yaml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/data/help/gathering.yaml b/data/help/gathering.yaml new file mode 100644 index 0000000..57c317e --- /dev/null +++ b/data/help/gathering.yaml @@ -0,0 +1,22 @@ +name: "gathering" +category: "Skills" +description: | + Gather resources from objects in the world. + + Usage: mine <object> - Mine ore from rocks (requires pickaxe) + chop <object> - Chop logs from trees (requires axe) + fish <object> - Fish from fishing spots (requires rod/net) + + Gathering skills use a tick-based action system: + 1. You begin the action (e.g. "You swing your pickaxe...") + 2. After a wait (reduced by tool speed), the game rolls for success + 3. Success picks a weighted random drop from the object's drop table + 4. Depleting drops remove the resource temporarily; rare drops don't + + Tools: Items with tool_type and tool_speed. The best matching tool in + your inventory or toolbelt is used automatically. Higher tool_speed + means faster gathering. + + Numbered targeting: "mine 1.rock" targets a specific instance when + multiple objects of the same name are present. "look" shows instance + indices and depletion status. |
