Skip to content

Commit

Permalink
are we going somewhere?
Browse files Browse the repository at this point in the history
  • Loading branch information
Karol1223 committed Apr 17, 2024
1 parent 80c0004 commit 684fbf8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 10 additions & 2 deletions data/json/effects_on_condition/effects_eocs.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,20 @@
"id": "dermatik_pregnancy_early",
"eoc_type": "EVENT",
"required_event": "character_gains_effect",
"condition": { "u_has_effect": "dermatik" },
"condition": { "compare_string": [ "dermatik", { "context_val": "effect" } ] },
"effect": [
{ "u_add_effect": "formication", "duration": "15 minutes", "target_part": "RANDOM" },
{ "queue_eocs": "dermatik_formication", "duration": "15 minutes", "target_part": "RANDOM" },
{ "queue_eocs": "dermatik_pregnancy", "time_in_future": "1 days" }
]
},
{
"type": "effect_on_condition",
"id": "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" ] }
]
},
{
"type": "effect_on_condition",
"id": "dermatik_pregnancy",
Expand Down
2 changes: 1 addition & 1 deletion data/json/monster_special_attacks/monster_attacks.json
Original file line number Diff line number Diff line change
Expand Up @@ -675,7 +675,7 @@
"id": "dermatik_impale",
"condition": {
"and": [
{ "and": [ { "u_has_flag": "GRAB_FILTER" }, { "npc_has_flag": "GRAB" } ] },
{ "and": [ { "u_has_flag": "GRAB_FILTER" } } ] },
{
"not": { "or": [ { "u_has_flag": "ACIDBLOOD" }, { "u_has_flag": "PARAIMMUNE" }, { "u_has_effect": "dermatik" } ] }
}
Expand Down

0 comments on commit 684fbf8

Please sign in to comment.