added extra potions

This commit is contained in:
2024-07-18 20:10:53 -04:00
parent b750081a1b
commit 032ba8a39a
23 changed files with 411 additions and 13 deletions

View File

@ -90,10 +90,14 @@ static const fraction STARTING_HR[RACE_CNT] = {
// Potion-related
static const int POTION_TYPE_CNT = 6;
static const int POTION_TYPE_CNT = 14;
static const int DEFAULT_POTION_TYPE_CNT = 6;
enum potion_type : int {restore_health = 0, boost_atk, boost_def,
poison_health, wound_atk, wound_def
poison_health, wound_atk, wound_def,
continuous_restoration, savage_strike,
echoing_resilience, tempest_tantrum,
bezerk_brew, borrow_life,
fine_booze, ironclad_ward
};
// Calculation priorities