Skip to content
This repository has been archived by the owner on Nov 24, 2024. It is now read-only.

Commit

Permalink
Reduced pain maximum of psionic overload
Browse files Browse the repository at this point in the history
  • Loading branch information
Standing-Storm authored Mar 16, 2023
1 parent e2e81e1 commit 208e84a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions effects/effects_overload.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"int_add_val": 1,
"max_intensity": 10,
"max_duration": "24 hours",
"base_mods": { "per_mod": [ -2 ], "int_mod": [ -2 ], "pain_chance": [ 10 ], "pain_min": [ 2 ], "pain_max": [ 3 ], "pain_max_val": [ 75 ], "vomit_chance": [ 25 ], "hurt_chance": [ -10 ], "hurt_amount": [ 0 ], "hurt_tick": [ 200 ] },
"scaling_mods": { "per_mod": [ -1.2 ], "int_mod": [ -0.6 ], "pain_min": [ 1 ], "pain_max": [ 4 ], "pain_max_val": [ 50 ], "vomit_chance": [ -2 ], "hurt_chance": [ 8 ], "hurt_amount": [ 2, 1 ], "hurt_tick": [ -15 ] }
"base_mods": { "per_mod": [ -2 ], "int_mod": [ -2 ], "pain_chance": [ 10 ], "pain_min": [ 2 ], "pain_max": [ 3 ], "pain_max_val": [ 50 ], "vomit_chance": [ 25 ], "hurt_chance": [ -10 ], "hurt_amount": [ 0 ], "hurt_tick": [ 200 ] },
"scaling_mods": { "per_mod": [ -1.2 ], "int_mod": [ -0.6 ], "pain_min": [ 1 ], "pain_max": [ 4 ], "pain_max_val": [ 30 ], "vomit_chance": [ -2 ], "hurt_chance": [ 8 ], "hurt_amount": [ 2, 1 ], "hurt_tick": [ -15 ] }
},
{
"type": "effect_type",
Expand Down

0 comments on commit 208e84a

Please sign in to comment.