From a865b7eb72bb13fe2b9667f9a52a40c561b501f3 Mon Sep 17 00:00:00 2001 From: Fabian Dill Date: Wed, 4 Nov 2020 02:41:23 +0100 Subject: [PATCH] remove crowd control item pool again --- WebHostLib/static/static/playerSettings.json | 6 ------ WebHostLib/static/static/playerSettings.yaml | 1 - playerSettings.yaml | 1 - 3 files changed, 8 deletions(-) diff --git a/WebHostLib/static/static/playerSettings.json b/WebHostLib/static/static/playerSettings.json index dbbbbc75..318c15fb 100644 --- a/WebHostLib/static/static/playerSettings.json +++ b/WebHostLib/static/static/playerSettings.json @@ -791,12 +791,6 @@ "friendlyName": "Expert", "description": "Minimum upgrade availability (max: 8 hearts, green mail, master sword, fighter shield, no silvers unless swordless).", "defaultValue": 0 - }, - "crowd_control": { - "keyString": "item_pool.crowd_control", - "friendlyName": "Crowd Control", - "description": "Configures the item pool for the crowd control extension. Do not use this unless you are using crowd control.", - "defaultValue": 0 } } }, diff --git a/WebHostLib/static/static/playerSettings.yaml b/WebHostLib/static/static/playerSettings.yaml index 379e18a4..36d29d6d 100644 --- a/WebHostLib/static/static/playerSettings.yaml +++ b/WebHostLib/static/static/playerSettings.yaml @@ -165,7 +165,6 @@ item_pool: normal: 50 # Item availability remains unchanged from vanilla game hard: 0 # Reduced upgrade availability (max: 14 hearts, blue mail, tempered sword, fire shield, no silvers unless swordless) expert: 0 # Minimum upgrade availability (max: 8 hearts, green mail, master sword, fighter shield, no silvers unless swordless) - crowd_control: 0 # Sets up the item pool for the crowd control extension. Do not use it without crowd control item_functionality: easy: 0 # Allow Hammer to damage ganon, Allow Hammer tablet collection, Allow swordless medallion use everywhere. normal: 50 # Vanilla item functionality diff --git a/playerSettings.yaml b/playerSettings.yaml index 83df46e2..55d6dc26 100644 --- a/playerSettings.yaml +++ b/playerSettings.yaml @@ -165,7 +165,6 @@ item_pool: normal: 50 # Item availability remains unchanged from vanilla game hard: 0 # Reduced upgrade availability (max: 14 hearts, blue mail, tempered sword, fire shield, no silvers unless swordless) expert: 0 # Minimum upgrade availability (max: 8 hearts, green mail, master sword, fighter shield, no silvers unless swordless) - crowd_control: 0 # Sets up the item pool for the crowd control extension. Do not use it without crowd control item_functionality: easy: 0 # Allow Hammer to damage ganon, Allow Hammer tablet collection, Allow swordless medallion use everywhere. normal: 50 # Vanilla item functionality