Skip to content

Commit

Permalink
Reduce human fall damage penalty
Browse files Browse the repository at this point in the history
  • Loading branch information
LeDrascol committed Aug 6, 2019
1 parent 9cc8b2a commit fa7b182
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -1695,3 +1695,4 @@
+ Increased scaling range for space monster damage from 7 to 10
+ Increased scaling range for space monster health from 7 to 10
+ Added compatibility check for Solar Spectra
+ Reduced fall damage penalty from 10x to 1x for `st_humanInferiority`
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name" : "st_humanInferiority",

"effectConfig" : {
"multFalling": 10,
"multFalling": 1,
"multAttack": 1.3,
"statHealth": 0.7,
"statEnergy": 0.7
Expand Down

0 comments on commit fa7b182

Please sign in to comment.