Skip to content

Commit

Permalink
fix: cap max duration of triffid pollen, string-ify time amounts for …
Browse files Browse the repository at this point in the history
…venom effects (#5660)
  • Loading branch information
chaosvolt authored Nov 4, 2024
1 parent 8eeecfc commit 98df153
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions data/json/effects.json
Original file line number Diff line number Diff line change
Expand Up @@ -517,8 +517,8 @@
"main_parts_only": true,
"max_intensity": 125,
"max_effective_intensity": 100,
"int_dur_factor": 18,
"max_duration": 2250,
"int_dur_factor": "18 s",
"max_duration": "37 m 30 s",
"//": "30 m to max, 7,5 m overhead, dmg chance scales from 1/13 to 1/3, Pain from 1/20 to 1/5",
"base_mods": {
"pain_amount": [ 5, 2 ],
Expand All @@ -544,8 +544,8 @@
"resist_effects": [ "antitoxin" ],
"max_intensity": 125,
"max_effective_intensity": 100,
"max_duration": 18000,
"int_dur_factor": 144,
"max_duration": "5 h",
"int_dur_factor": "144 s",
"dur_add_perc": 500,
"//": "4h to max, 1h overhead; Str/Dex to -6/3; Stam chance 0,25-0,5 / 0,1-0,2; Vomit ~1 per max duration",
"base_mods": {
Expand Down Expand Up @@ -597,6 +597,7 @@
"pain_sizing": true,
"hurt_sizing": true,
"main_parts_only": true,
"max_duration": "1 h",
"base_mods": {
"per_mod": [ -2, -1 ],
"dex_mod": [ -1, -1 ],
Expand Down

0 comments on commit 98df153

Please sign in to comment.