From b871a688a495be202ff8da162ecbe7e17a74eb89 Mon Sep 17 00:00:00 2001 From: Fabian Dill Date: Fri, 2 Apr 2021 14:55:39 +0200 Subject: [PATCH] correctly add 4 bows to easy item pool (found by el0) --- ItemPool.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ItemPool.py b/ItemPool.py index 99d60edf..33bc7a93 100644 --- a/ItemPool.py +++ b/ItemPool.py @@ -69,7 +69,7 @@ difficulties = { basicmagic=['Magic Upgrade (1/2)', 'Magic Upgrade (1/4)'], progressivesword=['Progressive Sword'] * 8, basicsword=['Master Sword', 'Tempered Sword', 'Golden Sword', 'Fighter Sword'] * 2, - progressivebow=["Progressive Bow"] * 2, + progressivebow=["Progressive Bow"] * 4, basicbow=['Bow', 'Silver Bow'] * 2, timedohko=['Green Clock'] * 25, timedother=['Green Clock'] * 20 + ['Blue Clock'] * 10 + ['Red Clock'] * 10,