Skip to content

Commit

Permalink
EOC ID naming scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
Karol1223 committed May 25, 2024
1 parent 68f401a commit 3e0636b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions data/json/effects_on_condition/effects_eocs.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,26 +66,26 @@
},
{
"type": "effect_on_condition",
"id": "dermatik_pregnancy_early",
"id": "EOC_DERMATIK_PREGNANCY_EARLY",
"eoc_type": "EVENT",
"required_event": "character_gains_effect",
"condition": { "compare_string": [ "dermatik", { "context_val": "effect" } ] },
"effect": [
{ "queue_eocs": "dermatik_formication", "duration": "15 minutes", "target_part": "RANDOM" },
{ "queue_eocs": "dermatik_pregnancy", "time_in_future": "1 days" }
{ "queue_eocs": "EOC_DERMATIK_FORMICATION", "duration": "15 minutes", "target_part": "RANDOM" },
{ "queue_eocs": "EOC_DERMATIK_PREGNANCY", "time_in_future": "1 days" }
]
},
{
"type": "effect_on_condition",
"id": "dermatik_formication",
"id": "EOC_DERMATIK_FORMICATION",
"effect": [
{ "u_add_effect": "formication", "duration": "15 minutes", "target_part": { "context_val": "bodypart" } },
{ "queue_eocs": "dermatik_formication", "time_in_future": [ "20 seconds", "3 days" ] }
{ "queue_eocs": "EOC_DERMATIK_FORMICATION", "time_in_future": [ "20 seconds", "3 days" ] }
]
},
{
"type": "effect_on_condition",
"id": "dermatik_pregnancy",
"id": "EOC_DERMATIK_PREGNANCY",
"effect": [
{ "u_message": "Your flesh crawls… A larva tears through your flesh and begins to emerge!", "type": "bad" },
{ "u_spawn_monster": "mon_dermatik_larva", "real_count": 1, "min_radius": 1, "max_radius": 4 },
Expand Down

0 comments on commit 3e0636b

Please sign in to comment.