Skip to content

Commit

Permalink
Nerfs Behemoth's health, nerfs Primal Wrath gain (#14333)
Browse files Browse the repository at this point in the history
* initial commit

* also reduces maximum wrath
  • Loading branch information
lKiseki authored Oct 31, 2023
1 parent 3ba35d6 commit 96351f1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -933,7 +933,7 @@
#define PRIMAL_WRATH_SPEED_BONUS -0.3
#define PRIMAL_WRATH_DECAY_MULTIPLIER 1.2
#define PRIMAL_WRATH_ACTIVE_DECAY_DIVISION 40
#define PRIMAL_WRATH_GAIN_MULTIPLIER 0.5
#define PRIMAL_WRATH_GAIN_MULTIPLIER 0.3

/particles/primal_wrath
icon = 'icons/effects/particles/generic_particles.dmi'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
icon = 'icons/Xeno/castes/behemoth.dmi'
icon_state = "Behemoth Walking"
bubble_icon = "alienleft"
health = 800
maxHealth = 800
health = 750
maxHealth = 750
plasma_stored = 200
tier = XENO_TIER_THREE
upgrade = XENO_UPGRADE_NORMAL
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
plasma_gain = 20

// *** Health *** //
max_health = 800
max_health = 750

// *** Evolution *** //
upgrade_threshold = TIER_THREE_THRESHOLD
Expand Down Expand Up @@ -59,7 +59,7 @@
upgrade = XENO_UPGRADE_PRIMO

// *** Wrath *** //
wrath_max = 800
wrath_max = 750

// *** Abilities *** ///
actions = list(
Expand Down

0 comments on commit 96351f1

Please sign in to comment.