Skip to content

Commit

Permalink
Update effect_on_condition.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramza13 committed Oct 1, 2021
1 parent 2fc750e commit 3349c9f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions data/json/effect_on_condition.json
Original file line number Diff line number Diff line change
Expand Up @@ -400,5 +400,13 @@
"condition": { "u_has_bionics": "bio_leaky" },
"deactivate_condition": { "not": { "u_has_bionics": "bio_leaky" } },
"effect": [ { "u_mod_healthy": -1, "cap": -200 } ]
},
{
"id": "EOC_MIGO_INTEREST_INCREASE",
"type": "effect_on_condition",
"recurrence_min": "7 days",
"recurrence_max": "14 days",
"condition": { "not": { "one_in_chance": 4 } },
"effect": [ { "u_adjust_var": "migo_interest", "type": "migo_interest", "context": "interest", "adjustment": 1 } ]
}
]

0 comments on commit 3349c9f

Please sign in to comment.