From d8e69779f232c3a4d173ea4c4ca872e27ebb2698 Mon Sep 17 00:00:00 2001 From: Malkierian Date: Fri, 23 May 2025 14:16:27 -0700 Subject: [PATCH] Change BigPoeTargetCount in preset files to 1. --- soh/assets/custom/presets/Rando Advanced.json | 2 +- soh/assets/custom/presets/Rando Beginner.json | 2 +- soh/assets/custom/presets/Rando Hell Mode.json | 2 +- soh/assets/custom/presets/Rando Standard.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/soh/assets/custom/presets/Rando Advanced.json b/soh/assets/custom/presets/Rando Advanced.json index ccf0a1fc7..4042c0688 100644 --- a/soh/assets/custom/presets/Rando Advanced.json +++ b/soh/assets/custom/presets/Rando Advanced.json @@ -4,7 +4,7 @@ "gRandoSettings": { "40GSHint": 1, "50GSHint": 1, - "BigPoeTargetCount": 0, + "BigPoeTargetCount": 1, "BlueFireArrows": 1, "BombchuBag": 1, "BossKeysanity": 5, diff --git a/soh/assets/custom/presets/Rando Beginner.json b/soh/assets/custom/presets/Rando Beginner.json index ad5f74257..595734fe0 100644 --- a/soh/assets/custom/presets/Rando Beginner.json +++ b/soh/assets/custom/presets/Rando Beginner.json @@ -7,7 +7,7 @@ "30GSHint": 1, "40GSHint": 1, "50GSHint": 1, - "BigPoeTargetCount": 0, + "BigPoeTargetCount": 1, "BiggoronHint": 1, "BlueFireArrows": 1, "BossKeysanity": 2, diff --git a/soh/assets/custom/presets/Rando Hell Mode.json b/soh/assets/custom/presets/Rando Hell Mode.json index 282748582..d42727127 100644 --- a/soh/assets/custom/presets/Rando Hell Mode.json +++ b/soh/assets/custom/presets/Rando Hell Mode.json @@ -2,7 +2,7 @@ "blocks": { "rando": { "gRandoSettings": { - "BigPoeTargetCount": 0, + "BigPoeTargetCount": 1, "BlueFireArrows": 1, "BombchuBag": 1, "BossKeysanity": 5, diff --git a/soh/assets/custom/presets/Rando Standard.json b/soh/assets/custom/presets/Rando Standard.json index 809e09f32..ad91912de 100644 --- a/soh/assets/custom/presets/Rando Standard.json +++ b/soh/assets/custom/presets/Rando Standard.json @@ -7,7 +7,7 @@ "30GSHint": 1, "40GSHint": 1, "50GSHint": 1, - "BigPoeTargetCount": 0, + "BigPoeTargetCount": 1, "BiggoronHint": 1, "BlueFireArrows": 1, "BombchuBag": 1,