Skip to content

Commit

Permalink
increase VIT health boost from 10 to 20hp (#27)
Browse files Browse the repository at this point in the history
- increases instant hp and max hp
  • Loading branch information
loothero authored Jun 14, 2024
1 parent f21724b commit 94742b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contracts/adventurer/src/constants/adventurer_constants.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ const JEWELRY_BONUS_NAME_MATCH_PERCENT_PER_GREATNESS: u8 = 3;
const NECKLACE_ARMOR_BONUS: u8 = 3;

// Stat Settings
const HEALTH_INCREASE_PER_VITALITY: u8 = 10;
const VITALITY_INSTANT_HEALTH_BONUS: u16 = 10;
const HEALTH_INCREASE_PER_VITALITY: u8 = 20;
const VITALITY_INSTANT_HEALTH_BONUS: u16 = 20;

// Combat Settings
const MINIMUM_DAMAGE_TO_BEASTS: u8 = 4;
Expand Down

0 comments on commit 94742b1

Please sign in to comment.