From 085e728d22a3369bd110b77409914cfbe9ebe611 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Tue, 16 Jun 2026 04:17:43 -0400 Subject: feat: recipe system, combining items, cooking skill --- data/help/eat.yaml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 data/help/eat.yaml (limited to 'data/help/eat.yaml') diff --git a/data/help/eat.yaml b/data/help/eat.yaml new file mode 100644 index 0000000..1facf7d --- /dev/null +++ b/data/help/eat.yaml @@ -0,0 +1,25 @@ +name: "eat" +category: "Skills" +description: | + Eat food to restore (or lose) hitpoints. + + Usage: eat + + Each food item heals a specific amount of HP (shown when you + examine it with "look "). Some items may damage you + instead — read the description carefully. + + You cannot exceed your maximum HP when eating. + If you reach 0 HP, you will die as normal. + + Eating has a 3-tick cooldown between uses. During this time you + cannot eat again — you'll see "You're still digesting your last meal." + + Eating during combat replaces your next attack — instead of hitting + the mob, you eat. You remain in combat after eating and resume + attacking on the following tick. + + Eating outside combat cancels any current action (except combat) + and takes effect on the next tick. + + See also: cook, recipe -- cgit v1.2.3