# Comprehensive Sandbox Control - world tension one-shot effects
#
# World tension is adjusted through a single CSC-owned named threat so the
# contribution is attributable and reversible. The engine clamps total world
# tension to 0-100, so no increment can produce an invalid state.

csc_world_threat_plus_5 = { add_named_threat = { threat = 5 name = "csc_world_tension" } }
csc_world_threat_plus_10 = { add_named_threat = { threat = 10 name = "csc_world_tension" } }
csc_world_threat_plus_25 = { add_named_threat = { threat = 25 name = "csc_world_tension" } }
csc_world_threat_minus_5 = { add_named_threat = { threat = -5 name = "csc_world_tension" } }
csc_world_threat_minus_10 = { add_named_threat = { threat = -10 name = "csc_world_tension" } }
csc_world_threat_minus_25 = { add_named_threat = { threat = -25 name = "csc_world_tension" } }
