feat: author world events and social effects

This commit is contained in:
Rijad Zuzo
2026-08-12 22:10:59 +02:00
parent fa0e588d1c
commit 88e974eff0
44 changed files with 804 additions and 1 deletions
@@ -0,0 +1,11 @@
[gd_resource type="Resource" script_class="SocialConsequenceDefinition" load_steps=2 format=3]
[ext_resource type="Script" path="res://simulation/definitions/SocialConsequenceDefinition.gd" id="1"]
[resource]
script = ExtResource("1")
consequence_id = &"commitment_released_obligation"
display_name = "Released Commitment Obligation"
event_type_id = &"commitment_released"
relationship_dimension_id = &"obligation"
parameters = {"fallback_delta": 0.25, "multiplier": -1.0, "payload_key": "obligation_delta"}