Shell: TEAR has a 0.85km blast radius

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
Dominik Moritz Roth 2026-08-09 18:36:39 +02:00
parent 21c6553784
commit fea7c0dad2

View File

@ -23,7 +23,7 @@ class Shell(Enum):
STAR = ("Illumination star", None, True)
SMK = ("White phosphorus smoke", None, True)
MSTD = ("Mustard (YX) blister agent", None, False)
TEAR = ("Lachrymatory (CN) irritant", None, False)
TEAR = ("Lachrymatory (CN) irritant", 0.85, False)
PRPG = ("Agitation leaflet propaganda", None, False)
PHGN = ("Phosgene (CG) choking gas", None, False)
INCN = ("Thermite incendiary", None, False)