Skip to content

Commit

Permalink
Add pain_max_val to conjunctivitis (#75005)
Browse files Browse the repository at this point in the history
  • Loading branch information
zachary-kaelan authored Jul 13, 2024
1 parent 2c9ec28 commit 6d80609
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/json/effects.json
Original file line number Diff line number Diff line change
Expand Up @@ -2106,7 +2106,7 @@
"rating": "bad",
"resist_traits": [ "POISRESIST", "PER_SLIME_OK" ],
"immune_flags": [ "POISIMMUNE", "SEESLEEP" ],
"base_mods": { "per_mod": [ -1 ], "pain_min": [ 1 ], "pain_chance": [ 400, 1000 ] },
"base_mods": { "per_mod": [ -1 ], "pain_min": [ 1 ], "pain_max_val": [ 4 ], "pain_chance": [ 400, 1000 ] },
"limb_score_mods": [ { "limb_score": "vision", "modifier": 0.85, "resist_modifier": 0.925 } ],
"miss_messages": [ [ "It feels like there's sand in your eye.", 1 ] ],
"flags": [ "EFFECT_LIMB_SCORE_MOD" ]
Expand Down

0 comments on commit 6d80609

Please sign in to comment.