From a2c5b4b8bea453fea3096a858a1b8f70284ef1f4 Mon Sep 17 00:00:00 2001 From: Ramza13 <52087122+Ramza13@users.noreply.github.com> Date: Sun, 26 Sep 2021 16:42:26 -0400 Subject: [PATCH] Update effect_on_condition.json --- data/json/effect_on_condition.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/data/json/effect_on_condition.json b/data/json/effect_on_condition.json index 150250fccb06f..d89b95172844d 100644 --- a/data/json/effect_on_condition.json +++ b/data/json/effect_on_condition.json @@ -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 } ] } ]