diff --git a/README.md b/README.md index b2557ed..cda4d93 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,6 @@ This repository holds content meant to be used in conjunction with [StardewArchi The following mods are given additional patches to improve support: - Stardew Valley Expanded -- Alecto the Witch - Professor Jasper Thomas These mods are required to be installed alongside the main mod only if you are using the mods in question during a randomizer run. diff --git a/[CP] StardewAP - Alecto Patch/NPCs/Alecto.json b/[CP] StardewAP - Alecto Patch/NPCs/Alecto.json deleted file mode 100644 index d9ce892..0000000 --- a/[CP] StardewAP - Alecto Patch/NPCs/Alecto.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "Changes": [ - { - "LogName": "Disposition", - "Action": "EditData", - "Target": "Data/NPCDispositions", - "Entries": { - "Alecto": "adult/rude/neutral/neutral/female/not-datable//Other/fall 26//Custom_Alecto_WitchHutUpstairs 11 4/Alecto" - } - } - ] -} \ No newline at end of file diff --git a/[CP] StardewAP - Alecto Patch/content.json b/[CP] StardewAP - Alecto Patch/content.json deleted file mode 100644 index e7ef1e9..0000000 --- a/[CP] StardewAP - Alecto Patch/content.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "Format": "1.29.0", - "Changes": [ - { - "Action": "Include", - "FromFile": "npcs/alecto.json" - } - ] -} \ No newline at end of file diff --git a/[CP] StardewAP - Alecto Patch/manifest.json b/[CP] StardewAP - Alecto Patch/manifest.json deleted file mode 100644 index abd2e29..0000000 --- a/[CP] StardewAP - Alecto Patch/manifest.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "Name": "StardewAP - Alecto Patch", - "Author": "Witchybun", - "Version": "1.0.0", - "Description": "Give Alecto a birthday for StardewArchipelago logic.", - "UniqueID": "Witchybun.StardewArchipelagoAlecto", - "MinimumApiVersion": "3.0", - "UpdateKeys": [], - "ContentPackFor": { - "UniqueID": "Pathoschild.ContentPatcher" - }, - "Dependencies": [ - { - "UniqueID": "ZoeDoll.NPCAlecto", - "IsRequired": true - }, - { - "UniqueID": "KaitoKid.StardewArchipelago", - "IsRequired": true - } - ] -} \ No newline at end of file