From 16185bd280c2310e7af245118b9fe5262ee36af6 Mon Sep 17 00:00:00 2001 From: Fabian Dill Date: Wed, 19 Aug 2020 23:39:47 +0200 Subject: [PATCH] increase hard item pool armor limit to 1, to bring it more in line with other item pools 4->2->1->0 --- ItemList.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ItemList.py b/ItemList.py index 6ed40cc9..e25d2175 100644 --- a/ItemList.py +++ b/ItemList.py @@ -132,11 +132,11 @@ difficulties = { extras=[normalfirst15extra, normalsecond15extra, normalthird10extra, normalfourth5extra, normalfinal25extra], progressive_sword_limit=3, progressive_shield_limit=2, - progressive_armor_limit=0, + progressive_armor_limit=1, progressive_bow_limit=1, - progressive_bottle_limit = 4, - boss_heart_container_limit = 6, - heart_piece_limit = 16, + progressive_bottle_limit=4, + boss_heart_container_limit=6, + heart_piece_limit=16, ), 'expert': Difficulty( baseitems = normalbaseitems,