Skip to content

Commit

Permalink
applying some review stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Karol1223 committed Apr 13, 2024
1 parent 2fb31ab commit 067725e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion data/json/effects_on_condition/effects_eocs.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@
{
"type": "effect_on_condition",
"id": "dermatik_pregnancy_early",
"eoc_type": "EVENT",
"required_event": "character_gains_effect",
"condition": { "u_has_effect": "dermatik" },
"effect": [
{ "u_add_effect": "formication", "duration": "15 minutes", "target_part": "RANDOM" },
Expand All @@ -76,7 +78,6 @@
{
"type": "effect_on_condition",
"id": "dermatik_pregnancy",
"condition": { "u_has_effect": "dermatik" },
"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 067725e

Please sign in to comment.