Boost horse and livestock chances a bit.

This commit is contained in:
Storm Dragon
2026-02-06 14:02:30 -05:00
parent 3cf769c7f8
commit 07804ba73d

View File

@@ -130,8 +130,8 @@ const double INCENSE_FAVOR_PER_HOUR = 0.3;
// Livestock and stable settings
const int MAX_HORSES = 9;
const int MAX_LIVESTOCK = 9;
const int HORSE_ADVENTURE_CHANCE = 30;
const int LIVESTOCK_ADVENTURE_CHANCE = 30;
const int HORSE_ADVENTURE_CHANCE = 45;
const int LIVESTOCK_ADVENTURE_CHANCE = 45;
const int HORSE_SUCCESS_BONUS_PER = 2;
const int HORSE_DAMAGE_BONUS_STEP = 3;
const int LIVESTOCK_MEAT_CHANCE = 6;