Skip to content

Commit

Permalink
Rebalance: sentinel (#100)
Browse files Browse the repository at this point in the history
* Баффы сента

Регенерация плазмы на всех стадиях взросления увеличена на 5
Запас плазмы на всех взросления стадиях увеличен на 50

* stagger buff

количество стаков стаггера увеличено с 1.1 до 1.6

* revert stagger buff

Co-authored-by: Jordan <Alexansans.mail.ru>
  • Loading branch information
Jordanstolethepreciousslam authored and Bizzonium committed Dec 17, 2022
1 parent cd3282d commit 3a8f65b
Showing 1 changed file with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
speed = -0.8

// *** Plasma *** //
plasma_max = 300
plasma_gain = 10
plasma_max = 350
plasma_gain = 15

// *** Health *** //
max_health = 225
Expand Down Expand Up @@ -65,8 +65,8 @@
speed = -0.8

// *** Plasma *** //
plasma_max = 450
plasma_gain = 15
plasma_max = 500
plasma_gain = 18

// *** Health *** //
max_health = 250
Expand Down Expand Up @@ -94,8 +94,8 @@
speed = -0.8

// *** Plasma *** //
plasma_max = 550
plasma_gain = 18
plasma_max = 600
plasma_gain = 21

// *** Health *** //
max_health = 275
Expand Down Expand Up @@ -123,8 +123,8 @@
speed = -0.8

// *** Plasma *** //
plasma_max = 600
plasma_gain = 20
plasma_max = 650
plasma_gain = 21

// *** Health *** //
max_health = 300
Expand Down Expand Up @@ -154,8 +154,8 @@
speed = -0.8

// *** Plasma *** //
plasma_max = 600
plasma_gain = 20
plasma_max = 650
plasma_gain = 21

// *** Health *** //
max_health = 300
Expand Down

0 comments on commit 3a8f65b

Please sign in to comment.