From 6d806096b7c0a8dedfb2a3d19c72419e99621cdb Mon Sep 17 00:00:00 2001 From: Zachary Johnson Date: Sat, 13 Jul 2024 19:38:24 -0400 Subject: [PATCH] Add pain_max_val to conjunctivitis (#75005) --- data/json/effects.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/json/effects.json b/data/json/effects.json index af9397ea1152b..1f1171b4dcd03 100644 --- a/data/json/effects.json +++ b/data/json/effects.json @@ -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" ]