Skip to content

Commit

Permalink
Ensure the hallucination effects do not suddently interrupt themselves
Browse files Browse the repository at this point in the history
  • Loading branch information
SariusSkelrets authored Jul 23, 2024
1 parent a48e7c0 commit acb8de6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/mods/Xedra_Evolved/effects/effect_on_condition.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
{
"type": "effect_on_condition",
"id": "faeblood_hallu_light",
"recurrence": [ "30 minutes", "30 minutes" ],
"recurrence": [ "29 minutes", "29 minutes" ],
"global": true,
"condition": { "u_has_effect": "drank_fae_blood_hallucination", "intensity": 3 },
"effect": [
Expand All @@ -45,7 +45,7 @@
{
"type": "effect_on_condition",
"id": "faeblood_hallu_hard",
"recurrence": [ "30 minutes", "30 minutes" ],
"recurrence": [ "29 minutes", "29 minutes" ],
"condition": { "u_has_effect": "drank_fae_blood_hallucination", "intensity": 4 },
"effect": [
{ "u_add_effect": "hallu", "intensity": 1, "duration": "30 minutes" },
Expand Down

0 comments on commit acb8de6

Please sign in to comment.