Heal scrolls added. Gained from adventures or quests.

This commit is contained in:
Storm Dragon
2026-01-24 18:18:02 -05:00
parent 595de51da0
commit 1b76ccc129
11 changed files with 153 additions and 28 deletions

View File

@@ -176,6 +176,7 @@ const int RESIDENT_SNARE_ESCAPE_CHANCE = 5; // 5% chance game escapes when resi
const int RESIDENT_SNARE_CHECK_CHANCE = 15; // 15% chance per hour to check snares
const int RESIDENT_FISHING_CHANCE = 6; // 6% chance per resident per hour to catch a fish
const int RESIDENT_SMOKE_FISH_CHANCE = 10; // 10% chance per hour to smoke a stored fish
const int RESIDENT_TOOL_BREAK_CHANCE = 5; // 5% chance tools break during resident use (fishing poles, knives, baskets)
// Goose settings
const int GOOSE_HEALTH = 1;