From 620f6b76260c5867c064d8e641fc5ec992b76ea4 Mon Sep 17 00:00:00 2001 From: Ereshkigal Date: Wed, 7 Jul 2021 04:49:09 +0200 Subject: [PATCH] WIP Stuff Pre-wipes events Improvement of stackable barters --- ZEreshkigal-AllinOneMod/config/config.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/ZEreshkigal-AllinOneMod/config/config.json b/ZEreshkigal-AllinOneMod/config/config.json index 68256c2..d115481 100644 --- a/ZEreshkigal-AllinOneMod/config/config.json +++ b/ZEreshkigal-AllinOneMod/config/config.json @@ -16,9 +16,12 @@ "IncreaseLootExp": false, "IncreaseExamineExp": false, "RemoveKeysUsageNumber": false, - "StackableBarters": false, + "StackableBarters": { + + }, "RemoveAllGearPenalties": false, "RemoveItemsDurabilityBurn": false, + "RemoveBulletsWeaponDurabilityDamage": false, "ChangeIndividualItemProperty": { "activated": false, "ItemList": { @@ -110,6 +113,14 @@ "Additionnal Clothing": false, "Andrudis Quest Maniac": false }, + "Pre-Wipe events":{ + "Raiders on all maps": false, + "Killa on factory":false, + "All bosses on reserve": false, + "All traders sells cheap items": false, + "Make Obdolbos Powerfull": false, + "Gluhkar on labs": false + }, "HideWarningMessage": false } } \ No newline at end of file