diff --git a/AnimalHusbandryMod/data/farmers/Hadi_240720025.json b/AnimalHusbandryMod/data/farmers/Hadi_240720025.json index 2cae5086..18274cd2 100755 --- a/AnimalHusbandryMod/data/farmers/Hadi_240720025.json +++ b/AnimalHusbandryMod/data/farmers/Hadi_240720025.json @@ -182,6 +182,20 @@ "FeedTreatsQuantity": {}, "_dayParticipatedContest": null, "HasWon": null + }, + { + "Id": -909368004768184780, + "_lastDayFeedTreat": null, + "FeedTreatsQuantity": {}, + "_dayParticipatedContest": null, + "HasWon": null + }, + { + "Id": -909367238200408520, + "_lastDayFeedTreat": null, + "FeedTreatsQuantity": {}, + "_dayParticipatedContest": null, + "HasWon": null } ], "AnimalContestData": [ diff --git a/Automate/config.json b/Automate/config.json index 51b29a3e..cdf65b5b 100644 --- a/Automate/config.json +++ b/Automate/config.json @@ -7,6 +7,8 @@ }, "ConnectorNames": [ "Workbench" + "Stone Floor" + "Wood Path" ], "ModCompatibility": { "AutoGrabberMod": true, diff --git a/Better Beach Forage/[FTM] Better Beach Forage/data/Hadi_240720025_SaveData.save b/Better Beach Forage/[FTM] Better Beach Forage/data/Hadi_240720025_SaveData.save index 9bda4700..167d4ce1 100644 --- a/Better Beach Forage/[FTM] Better Beach Forage/data/Hadi_240720025_SaveData.save +++ b/Better Beach Forage/[FTM] Better Beach Forage/data/Hadi_240720025_SaveData.save @@ -1,14 +1,14 @@ { - "WeatherForYesterday": "Sunny", + "WeatherForYesterday": "Snow", "LNOSCounter": {}, "ExistingObjectLocations": {}, "SavedObjects": [ { "MapName": "Beach", "Name": null, - "Tile": "41, 11", + "Tile": "25, 17", "Type": "Monster", - "ID": -5, + "ID": -4, "DaysUntilExpire": 1, "SpawnTime": 600, "ConfigItem": null, @@ -19,19 +19,7 @@ "MinimumSkillLevel": 0, "HP": 10, "Damage": 1, - "Loot": [ - { - "MapName": null, - "Name": "Crab", - "Tile": "0, 0", - "Type": 0, - "ID": 717, - "DaysUntilExpire": null, - "SpawnTime": 600, - "ConfigItem": null, - "MonType": null - } - ], + "Loot": [], "Sprite": "Characters/Monsters/BeachCrab" } } @@ -39,9 +27,9 @@ { "MapName": "Beach", "Name": null, - "Tile": "75, 7", + "Tile": "89, 15", "Type": "Monster", - "ID": -6, + "ID": -5, "DaysUntilExpire": 1, "SpawnTime": 600, "ConfigItem": null, diff --git a/Boar/Code.txt b/Boar/Code.txt deleted file mode 100644 index 39ee8e20..00000000 --- a/Boar/Code.txt +++ /dev/null @@ -1,68 +0,0 @@ -How to install - -1. download and install Paritee’s Better Farm Animal Variety (BFAV) mod from nexus mods - -2. download and extract the "[BFAV] Boar" folder into your StardewValley/Mods folder. - -3. within the "[BFAV] Boar" folder, locate and copy the "animal_shop_boar.png" file. - -4. go into your "Paritee's Better Farm Animal Variety" folder located in your StardewValley/Mods folder. - -5. copy or move the "animal_shop_boar.png" file into the assets folder assets folder. (StardewValley/Mods/Paritee's Better Farm Animal Variety/Assets) - -6. go into your "Paritee's Better Farm Animal Variety" folder and open the config.json file with any text editing software like notepad++. - -7. scroll to the end of the code, there should be four brackets looking like - - } - } - } -} - -8. add a comma after the second bracket like this - - } - }, - } -} - -8. copy and paste the code below in a new line after the comma you just added so that the end of your code looks like this - - "Boar": { - "Types": [ - "Boar" - ], - "Buildings": [ - "Barn", - "Big Barn", - "Deluxe Barn" - ], - "AnimalShop": { - "Name": "Barn", - "Description": "Adult and happy Boars will bring truffles daily.", - "Price": "20000", - "Icon": "assets\\animal_shop_boar.png" - } - } - } -} - -!!COPY THIS CODE!! - - "Boar": { - "Types": [ - "Boar" - ], - "Buildings": [ - "Barn", - "Big Barn", - "Deluxe Barn" - ], - "AnimalShop": { - "Name": "Barn", - "Description": "Adult and happy Boars will bring truffles daily.", - "Price": "20000", - "Icon": "assets\\animal_shop_boar.png" - } - } - diff --git a/Boar/Credits.txt b/Boar/Credits.txt deleted file mode 100644 index 99979f61..00000000 --- a/Boar/Credits.txt +++ /dev/null @@ -1,2 +0,0 @@ -Riazaia's Rustic Traveling Cart -https://www.nexusmods.com/stardewvalley/mods/2113 diff --git a/Boar/content.json b/Boar/content.json deleted file mode 100644 index fd00546b..00000000 --- a/Boar/content.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "Format": "1.7", - "Changes": [ - { - "LogName": "Data for Boar", - "Action": "EditData", - "Target": "Data/FarmAnimals", - "Entries": { - "Boar": "1/10/430/-1/pig/24/64/84/64/24/64/84/64/0/false/Barn/32/32/32/32/20/5/null/640/16000/Boar/Barn" - } - }, - { - "LogName": "Boar", - "Action": "Load", - "Target": "Animals/Boar", - "FromFile": "Assets/Boar.png", - }, - { - "LogName": "Boar Baby", - "Action": "Load", - "Target": "Animals/BabyBoar", - "FromFile": "Assets/Boar Baby.png", - } - ] -} \ No newline at end of file diff --git a/Boarding House/[FTM] Boarding House/data/Hadi_240720025_SaveData.save b/Boarding House/[FTM] Boarding House/data/Hadi_240720025_SaveData.save index 441289f5..a7c9e6bb 100644 --- a/Boarding House/[FTM] Boarding House/data/Hadi_240720025_SaveData.save +++ b/Boarding House/[FTM] Boarding House/data/Hadi_240720025_SaveData.save @@ -1,176 +1,15 @@ { - "WeatherForYesterday": "Sunny", + "WeatherForYesterday": "Snow", "LNOSCounter": {}, "ExistingObjectLocations": {}, "SavedObjects": [ - { - "MapName": "AbandonedMine5", - "Name": null, - "Tile": "52, 23", - "Type": "Container", - "ID": null, - "DaysUntilExpire": 1, - "SpawnTime": 600, - "ConfigItem": { - "Category": "crate", - "Contents": [ - { - "Category": "Ring", - "Name": "Jade Ring", - "Stack": 1, - "PercentChanceToSpawn": 1 - } - ] - }, - "MonType": null - }, - { - "MapName": "AbandonedMine4", - "Name": null, - "Tile": "15, 57", - "Type": "Container", - "ID": null, - "DaysUntilExpire": 1, - "SpawnTime": 600, - "ConfigItem": { - "Category": "crate", - "Contents": [] - }, - "MonType": null - }, - { - "MapName": "AbandonedMine4", - "Name": null, - "Tile": "9, 80", - "Type": "Container", - "ID": null, - "DaysUntilExpire": 1, - "SpawnTime": 600, - "ConfigItem": { - "Category": "barrel", - "Contents": [] - }, - "MonType": null - }, - { - "MapName": "AbandonedMine4", - "Name": null, - "Tile": "12, 79", - "Type": "Container", - "ID": null, - "DaysUntilExpire": 1, - "SpawnTime": 600, - "ConfigItem": { - "Category": "barrel", - "Contents": [] - }, - "MonType": null - }, - { - "MapName": "AbandonedMine4", - "Name": null, - "Tile": "35, 68", - "Type": "Container", - "ID": null, - "DaysUntilExpire": 1, - "SpawnTime": 600, - "ConfigItem": { - "Category": "barrel", - "Contents": [ - { - "Category": "Object", - "Name": "Coal", - "Stack": 6, - "PercentChanceToSpawn": 5 - } - ] - }, - "MonType": null - }, - { - "MapName": "AbandonedMine4", - "Name": null, - "Tile": "19, 57", - "Type": "Container", - "ID": null, - "DaysUntilExpire": 1, - "SpawnTime": 600, - "ConfigItem": { - "Category": "barrel", - "Contents": [ - { - "Category": "Object", - "Name": "Mask Piece 2", - "Stack": 1, - "PercentChanceToSpawn": 1 - } - ] - }, - "MonType": null - }, - { - "MapName": "AbandonedMine4", - "Name": null, - "Tile": "16, 59", - "Type": "Container", - "ID": null, - "DaysUntilExpire": 1, - "SpawnTime": 600, - "ConfigItem": { - "Category": "barrel", - "Contents": [] - }, - "MonType": null - }, - { - "MapName": "AbandonedMine3", - "Name": null, - "Tile": "30, 68", - "Type": "Container", - "ID": null, - "DaysUntilExpire": 1, - "SpawnTime": 600, - "ConfigItem": { - "Category": "barrel", - "Contents": [] - }, - "MonType": null - }, - { - "MapName": "AbandonedMine3", - "Name": null, - "Tile": "26, 63", - "Type": "Container", - "ID": null, - "DaysUntilExpire": 1, - "SpawnTime": 600, - "ConfigItem": { - "Category": "crate", - "Contents": [] - }, - "MonType": null - }, - { - "MapName": "AbandonedMine2A", - "Name": null, - "Tile": "20, 25", - "Type": "Container", - "ID": null, - "DaysUntilExpire": 1, - "SpawnTime": 600, - "ConfigItem": { - "Category": "crate", - "Contents": [] - }, - "MonType": null - }, { "MapName": "AbandonedMine5", "Name": null, "Tile": "51, 25", "Type": "Container", "ID": null, - "DaysUntilExpire": 2, + "DaysUntilExpire": 1, "SpawnTime": 600, "ConfigItem": { "Category": "barrel", @@ -184,7 +23,7 @@ "Tile": "27, 58", "Type": "Container", "ID": null, - "DaysUntilExpire": 3, + "DaysUntilExpire": 2, "SpawnTime": 600, "ConfigItem": { "Category": "crate", @@ -198,7 +37,7 @@ "Tile": "29, 66", "Type": "Container", "ID": null, - "DaysUntilExpire": 3, + "DaysUntilExpire": 2, "SpawnTime": 600, "ConfigItem": { "Category": "barrel", @@ -212,7 +51,7 @@ "Tile": "78, 13", "Type": "Container", "ID": null, - "DaysUntilExpire": 4, + "DaysUntilExpire": 3, "SpawnTime": 600, "ConfigItem": { "Category": "barrel", @@ -226,7 +65,7 @@ "Tile": "12, 78", "Type": "Container", "ID": null, - "DaysUntilExpire": 4, + "DaysUntilExpire": 3, "SpawnTime": 600, "ConfigItem": { "Category": "crate", @@ -253,7 +92,7 @@ "Tile": "48, 45", "Type": "Container", "ID": null, - "DaysUntilExpire": 4, + "DaysUntilExpire": 3, "SpawnTime": 600, "ConfigItem": { "Category": "crate", @@ -267,7 +106,7 @@ "Tile": "24, 65", "Type": "Container", "ID": null, - "DaysUntilExpire": 4, + "DaysUntilExpire": 3, "SpawnTime": 600, "ConfigItem": { "Category": "crate", @@ -281,7 +120,7 @@ "Tile": "79, 15", "Type": "Container", "ID": null, - "DaysUntilExpire": 5, + "DaysUntilExpire": 4, "SpawnTime": 600, "ConfigItem": { "Category": "crate", @@ -295,7 +134,7 @@ "Tile": "86, 25", "Type": "Container", "ID": null, - "DaysUntilExpire": 5, + "DaysUntilExpire": 4, "SpawnTime": 600, "ConfigItem": { "Category": "barrel", @@ -309,7 +148,7 @@ "Tile": "44, 14", "Type": "Container", "ID": null, - "DaysUntilExpire": 5, + "DaysUntilExpire": 4, "SpawnTime": 600, "ConfigItem": { "Category": "crate", @@ -323,7 +162,7 @@ "Tile": "36, 67", "Type": "Container", "ID": null, - "DaysUntilExpire": 5, + "DaysUntilExpire": 4, "SpawnTime": 600, "ConfigItem": { "Category": "barrel", @@ -337,7 +176,7 @@ "Tile": "13, 57", "Type": "Container", "ID": null, - "DaysUntilExpire": 5, + "DaysUntilExpire": 4, "SpawnTime": 600, "ConfigItem": { "Category": "crate", @@ -358,7 +197,7 @@ "Tile": "42, 12", "Type": "Container", "ID": null, - "DaysUntilExpire": 5, + "DaysUntilExpire": 4, "SpawnTime": 600, "ConfigItem": { "Category": "crate", @@ -372,7 +211,7 @@ "Tile": "50, 45", "Type": "Container", "ID": null, - "DaysUntilExpire": 5, + "DaysUntilExpire": 4, "SpawnTime": 600, "ConfigItem": { "Category": "crate", @@ -386,7 +225,7 @@ "Tile": "7, 82", "Type": "Container", "ID": null, - "DaysUntilExpire": 6, + "DaysUntilExpire": 5, "SpawnTime": 600, "ConfigItem": { "Category": "crate", @@ -400,7 +239,7 @@ "Tile": "36, 66", "Type": "Container", "ID": null, - "DaysUntilExpire": 6, + "DaysUntilExpire": 5, "SpawnTime": 600, "ConfigItem": { "Category": "crate", @@ -414,7 +253,7 @@ "Tile": "12, 60", "Type": "Container", "ID": null, - "DaysUntilExpire": 6, + "DaysUntilExpire": 5, "SpawnTime": 600, "ConfigItem": { "Category": "crate", @@ -428,7 +267,7 @@ "Tile": "16, 57", "Type": "Container", "ID": null, - "DaysUntilExpire": 6, + "DaysUntilExpire": 5, "SpawnTime": 600, "ConfigItem": { "Category": "crate", @@ -455,7 +294,7 @@ "Tile": "38, 67", "Type": "Container", "ID": null, - "DaysUntilExpire": 6, + "DaysUntilExpire": 5, "SpawnTime": 600, "ConfigItem": { "Category": "crate", @@ -469,7 +308,7 @@ "Tile": "18, 56", "Type": "Container", "ID": null, - "DaysUntilExpire": 6, + "DaysUntilExpire": 5, "SpawnTime": 600, "ConfigItem": { "Category": "crate", @@ -483,7 +322,7 @@ "Tile": "46, 13", "Type": "Container", "ID": null, - "DaysUntilExpire": 6, + "DaysUntilExpire": 5, "SpawnTime": 600, "ConfigItem": { "Category": "barrel", @@ -510,7 +349,7 @@ "Tile": "25, 63", "Type": "Container", "ID": null, - "DaysUntilExpire": 6, + "DaysUntilExpire": 5, "SpawnTime": 600, "ConfigItem": { "Category": "barrel", @@ -524,7 +363,7 @@ "Tile": "18, 26", "Type": "Container", "ID": null, - "DaysUntilExpire": 6, + "DaysUntilExpire": 5, "SpawnTime": 600, "ConfigItem": { "Category": "barrel", @@ -538,7 +377,7 @@ "Tile": "19, 26", "Type": "Container", "ID": null, - "DaysUntilExpire": 6, + "DaysUntilExpire": 5, "SpawnTime": 600, "ConfigItem": { "Category": "barrel", @@ -552,7 +391,7 @@ "Tile": "36, 24", "Type": "Container", "ID": null, - "DaysUntilExpire": 6, + "DaysUntilExpire": 5, "SpawnTime": 600, "ConfigItem": { "Category": "crate", @@ -573,7 +412,7 @@ "Tile": "89, 25", "Type": "Container", "ID": null, - "DaysUntilExpire": 7, + "DaysUntilExpire": 6, "SpawnTime": 600, "ConfigItem": { "Category": "crate", @@ -587,7 +426,7 @@ "Tile": "88, 25", "Type": "Container", "ID": null, - "DaysUntilExpire": 7, + "DaysUntilExpire": 6, "SpawnTime": 600, "ConfigItem": { "Category": "barrel", @@ -601,7 +440,7 @@ "Tile": "51, 24", "Type": "Container", "ID": null, - "DaysUntilExpire": 7, + "DaysUntilExpire": 6, "SpawnTime": 600, "ConfigItem": { "Category": "barrel", @@ -616,46 +455,13 @@ }, "MonType": null }, - { - "MapName": "AbandonedMine5", - "Name": null, - "Tile": "10, 4", - "Type": "Forage", - "ID": 420, - "DaysUntilExpire": 1, - "SpawnTime": 600, - "ConfigItem": null, - "MonType": null - }, - { - "MapName": "AbandonedMine5", - "Name": null, - "Tile": "78, 19", - "Type": "Forage", - "ID": 420, - "DaysUntilExpire": 1, - "SpawnTime": 600, - "ConfigItem": null, - "MonType": null - }, - { - "MapName": "AbandonedMine5", - "Name": null, - "Tile": "14, 28", - "Type": "Forage", - "ID": 420, - "DaysUntilExpire": 1, - "SpawnTime": 600, - "ConfigItem": null, - "MonType": null - }, { "MapName": "AbandonedMine4", "Name": null, "Tile": "16, 58", "Type": "Container", "ID": null, - "DaysUntilExpire": 7, + "DaysUntilExpire": 6, "SpawnTime": 600, "ConfigItem": { "Category": "crate", @@ -669,7 +475,7 @@ "Tile": "12, 59", "Type": "Container", "ID": null, - "DaysUntilExpire": 7, + "DaysUntilExpire": 6, "SpawnTime": 600, "ConfigItem": { "Category": "crate", @@ -696,7 +502,7 @@ "Tile": "45, 14", "Type": "Container", "ID": null, - "DaysUntilExpire": 7, + "DaysUntilExpire": 6, "SpawnTime": 600, "ConfigItem": { "Category": "barrel", @@ -717,7 +523,7 @@ "Tile": "13, 58", "Type": "Container", "ID": null, - "DaysUntilExpire": 7, + "DaysUntilExpire": 6, "SpawnTime": 600, "ConfigItem": { "Category": "barrel", @@ -756,7 +562,7 @@ "Tile": "45, 44", "Type": "Container", "ID": null, - "DaysUntilExpire": 7, + "DaysUntilExpire": 6, "SpawnTime": 600, "ConfigItem": { "Category": "crate", @@ -770,7 +576,7 @@ "Tile": "36, 69", "Type": "Container", "ID": null, - "DaysUntilExpire": 7, + "DaysUntilExpire": 6, "SpawnTime": 600, "ConfigItem": { "Category": "crate", @@ -791,7 +597,7 @@ "Tile": "39, 24", "Type": "Container", "ID": null, - "DaysUntilExpire": 7, + "DaysUntilExpire": 6, "SpawnTime": 600, "ConfigItem": { "Category": "barrel", @@ -812,7 +618,7 @@ "Tile": "18, 25", "Type": "Container", "ID": null, - "DaysUntilExpire": 7, + "DaysUntilExpire": 6, "SpawnTime": 600, "ConfigItem": { "Category": "crate", @@ -826,7 +632,7 @@ "Tile": "19, 25", "Type": "Container", "ID": null, - "DaysUntilExpire": 7, + "DaysUntilExpire": 6, "SpawnTime": 600, "ConfigItem": { "Category": "barrel", @@ -847,7 +653,7 @@ "Tile": "36, 24", "Type": "Forage", "ID": 420, - "DaysUntilExpire": 2, + "DaysUntilExpire": 1, "SpawnTime": 600, "ConfigItem": null, "MonType": null @@ -858,62 +664,18 @@ "Tile": "45, 9", "Type": "Forage", "ID": 420, - "DaysUntilExpire": 2, - "SpawnTime": 600, - "ConfigItem": null, - "MonType": null - }, - { - "MapName": "AbandonedMine1B", - "Name": null, - "Tile": "68, 17", - "Type": "Forage", - "ID": 80, "DaysUntilExpire": 1, "SpawnTime": 600, "ConfigItem": null, "MonType": null }, { - "MapName": "BackwoodsPlateau", - "Name": null, - "Tile": "36, 4", - "Type": "Forage", - "ID": 418, - "DaysUntilExpire": 1, - "SpawnTime": 600, - "ConfigItem": null, - "MonType": null - }, - { - "MapName": "TheLostValley", - "Name": "Pistachio", - "Tile": "31, 26", - "Type": "Forage", - "ID": 2484, - "DaysUntilExpire": 1, - "SpawnTime": 600, - "ConfigItem": null, - "MonType": null - }, - { - "MapName": "TheLostValley", - "Name": "Black Walnut", - "Tile": "52, 21", - "Type": "Forage", - "ID": 2481, - "DaysUntilExpire": 1, - "SpawnTime": 600, - "ConfigItem": null, - "MonType": null - }, - { - "MapName": "AbandonedMine5", + "MapName": "AbandonedMine5", "Name": null, "Tile": "77, 14", "Type": "Container", "ID": null, - "DaysUntilExpire": 9, + "DaysUntilExpire": 8, "SpawnTime": 600, "ConfigItem": { "Category": "barrel", @@ -934,7 +696,7 @@ "Tile": "87, 25", "Type": "Container", "ID": null, - "DaysUntilExpire": 9, + "DaysUntilExpire": 8, "SpawnTime": 600, "ConfigItem": { "Category": "barrel", @@ -948,7 +710,7 @@ "Tile": "79, 14", "Type": "Container", "ID": null, - "DaysUntilExpire": 9, + "DaysUntilExpire": 8, "SpawnTime": 600, "ConfigItem": { "Category": "barrel", @@ -962,7 +724,7 @@ "Tile": "87, 26", "Type": "Container", "ID": null, - "DaysUntilExpire": 9, + "DaysUntilExpire": 8, "SpawnTime": 600, "ConfigItem": { "Category": "crate", @@ -983,7 +745,7 @@ "Tile": "15, 59", "Type": "Container", "ID": null, - "DaysUntilExpire": 9, + "DaysUntilExpire": 8, "SpawnTime": 600, "ConfigItem": { "Category": "crate", @@ -1004,7 +766,7 @@ "Tile": "40, 68", "Type": "Container", "ID": null, - "DaysUntilExpire": 9, + "DaysUntilExpire": 8, "SpawnTime": 600, "ConfigItem": { "Category": "crate", @@ -1031,57 +793,13 @@ }, "MonType": null }, - { - "MapName": "AbandonedMine4", - "Name": null, - "Tile": "39, 71", - "Type": "Forage", - "ID": 86, - "DaysUntilExpire": 1, - "SpawnTime": 600, - "ConfigItem": null, - "MonType": null - }, - { - "MapName": "AbandonedMine4", - "Name": null, - "Tile": "4, 81", - "Type": "Forage", - "ID": 86, - "DaysUntilExpire": 1, - "SpawnTime": 600, - "ConfigItem": null, - "MonType": null - }, - { - "MapName": "AbandonedMine4", - "Name": null, - "Tile": "24, 14", - "Type": "Forage", - "ID": 86, - "DaysUntilExpire": 1, - "SpawnTime": 600, - "ConfigItem": null, - "MonType": null - }, - { - "MapName": "AbandonedMine4", - "Name": null, - "Tile": "40, 69", - "Type": "Forage", - "ID": 420, - "DaysUntilExpire": 1, - "SpawnTime": 600, - "ConfigItem": null, - "MonType": null - }, { "MapName": "AbandonedMine3", "Name": null, "Tile": "47, 13", "Type": "Container", "ID": null, - "DaysUntilExpire": 9, + "DaysUntilExpire": 8, "SpawnTime": 600, "ConfigItem": { "Category": "crate", @@ -1102,7 +820,7 @@ "Tile": "47, 14", "Type": "Container", "ID": null, - "DaysUntilExpire": 9, + "DaysUntilExpire": 8, "SpawnTime": 600, "ConfigItem": { "Category": "barrel", @@ -1116,7 +834,7 @@ "Tile": "27, 68", "Type": "Container", "ID": null, - "DaysUntilExpire": 9, + "DaysUntilExpire": 8, "SpawnTime": 600, "ConfigItem": { "Category": "crate", @@ -1143,7 +861,7 @@ "Tile": "29, 60", "Type": "Container", "ID": null, - "DaysUntilExpire": 9, + "DaysUntilExpire": 8, "SpawnTime": 600, "ConfigItem": { "Category": "crate", @@ -1157,7 +875,7 @@ "Tile": "29, 62", "Type": "Container", "ID": null, - "DaysUntilExpire": 9, + "DaysUntilExpire": 8, "SpawnTime": 600, "ConfigItem": { "Category": "barrel", @@ -1178,7 +896,7 @@ "Tile": "29, 67", "Type": "Container", "ID": null, - "DaysUntilExpire": 9, + "DaysUntilExpire": 8, "SpawnTime": 600, "ConfigItem": { "Category": "barrel", @@ -1187,9 +905,104 @@ "MonType": null }, { - "MapName": "AbandonedMine3", + "MapName": "AbandonedMine2B", + "Name": null, + "Tile": "5, 24", + "Type": "Container", + "ID": null, + "DaysUntilExpire": 1, + "SpawnTime": 600, + "ConfigItem": { + "Category": "crate", + "Contents": [] + }, + "MonType": null + }, + { + "MapName": "AbandonedMine2B", + "Name": null, + "Tile": "8, 24", + "Type": "Container", + "ID": null, + "DaysUntilExpire": 1, + "SpawnTime": 600, + "ConfigItem": { + "Category": "crate", + "Contents": [] + }, + "MonType": null + }, + { + "MapName": "AbandonedMine2B", + "Name": null, + "Tile": "7, 23", + "Type": "Container", + "ID": null, + "DaysUntilExpire": 1, + "SpawnTime": 600, + "ConfigItem": { + "Category": "barrel", + "Contents": [ + { + "Category": "Object", + "Name": "Chipped Amphora Piece 2", + "Stack": 1, + "PercentChanceToSpawn": 5 + } + ] + }, + "MonType": null + }, + { + "MapName": "AbandonedMine2A", "Name": null, - "Tile": "25, 67", + "Tile": "19, 24", + "Type": "Container", + "ID": null, + "DaysUntilExpire": 8, + "SpawnTime": 600, + "ConfigItem": { + "Category": "barrel", + "Contents": [ + { + "Category": "Object", + "Name": "Chipped Amphora Piece 2", + "Stack": 1, + "PercentChanceToSpawn": 5 + } + ] + }, + "MonType": null + }, + { + "MapName": "AbandonedMine2A", + "Name": null, + "Tile": "38, 24", + "Type": "Container", + "ID": null, + "DaysUntilExpire": 8, + "SpawnTime": 600, + "ConfigItem": { + "Category": "crate", + "Contents": [] + }, + "MonType": null + }, + { + "MapName": "AbandonedMine2A", + "Name": null, + "Tile": "13, 6", + "Type": "Forage", + "ID": 80, + "DaysUntilExpire": 1, + "SpawnTime": 600, + "ConfigItem": null, + "MonType": null + }, + { + "MapName": "AbandonedMine2A", + "Name": null, + "Tile": "22, 14", "Type": "Forage", "ID": 86, "DaysUntilExpire": 1, @@ -1198,9 +1011,9 @@ "MonType": null }, { - "MapName": "AbandonedMine3", + "MapName": "AbandonedMine1A", "Name": null, - "Tile": "12, 11", + "Tile": "29, 30", "Type": "Forage", "ID": 80, "DaysUntilExpire": 1, @@ -1209,23 +1022,78 @@ "MonType": null }, { - "MapName": "AbandonedMine3", + "MapName": "AbandonedMine1A", "Name": null, - "Tile": "6, 29", + "Tile": "29, 8", "Type": "Forage", - "ID": 84, + "ID": 404, "DaysUntilExpire": 1, "SpawnTime": 600, "ConfigItem": null, "MonType": null }, { - "MapName": "AbandonedMine2B", + "MapName": "AbandonedMine1A", "Name": null, - "Tile": "5, 24", + "Tile": "71, 27", + "Type": "Forage", + "ID": 80, + "DaysUntilExpire": 1, + "SpawnTime": 600, + "ConfigItem": null, + "MonType": null + }, + { + "MapName": "TheLostValley", + "Name": "Black Walnut", + "Tile": "85, 27", + "Type": "Forage", + "ID": 2481, + "DaysUntilExpire": 1, + "SpawnTime": 600, + "ConfigItem": null, + "MonType": null + }, + { + "MapName": "TheLostValley", + "Name": "Pistachio", + "Tile": "90, 23", + "Type": "Forage", + "ID": 2484, + "DaysUntilExpire": 1, + "SpawnTime": 600, + "ConfigItem": null, + "MonType": null + }, + { + "MapName": "TheLostValley", + "Name": null, + "Tile": "31, 21", + "Type": "Forage", + "ID": 420, + "DaysUntilExpire": 1, + "SpawnTime": 600, + "ConfigItem": null, + "MonType": null + }, + { + "MapName": "TheLostValley", + "Name": null, + "Tile": "28, 15", + "Type": "Forage", + "ID": 420, + "DaysUntilExpire": 1, + "SpawnTime": 600, + "ConfigItem": null, + "MonType": null + }, + { + "MapName": "AbandonedMine5", + "Name": null, + "Tile": "85, 25", "Type": "Container", "ID": null, - "DaysUntilExpire": 2, + "DaysUntilExpire": 9, "SpawnTime": 600, "ConfigItem": { "Category": "crate", @@ -1234,12 +1102,12 @@ "MonType": null }, { - "MapName": "AbandonedMine2B", + "MapName": "AbandonedMine5", "Name": null, - "Tile": "8, 24", + "Tile": "88, 24", "Type": "Container", "ID": null, - "DaysUntilExpire": 2, + "DaysUntilExpire": 9, "SpawnTime": 600, "ConfigItem": { "Category": "crate", @@ -1248,20 +1116,148 @@ "MonType": null }, { - "MapName": "AbandonedMine2B", + "MapName": "AbandonedMine5", "Name": null, - "Tile": "7, 23", + "Tile": "50, 24", "Type": "Container", "ID": null, - "DaysUntilExpire": 2, + "DaysUntilExpire": 9, + "SpawnTime": 600, + "ConfigItem": { + "Category": "crate", + "Contents": [] + }, + "MonType": null + }, + { + "MapName": "AbandonedMine5", + "Name": null, + "Tile": "12, 27", + "Type": "Container", + "ID": null, + "DaysUntilExpire": 9, + "SpawnTime": 600, + "ConfigItem": { + "Category": "crate", + "Contents": [] + }, + "MonType": null + }, + { + "MapName": "AbandonedMine5", + "Name": null, + "Tile": "88, 26", + "Type": "Container", + "ID": null, + "DaysUntilExpire": 9, "SpawnTime": 600, "ConfigItem": { "Category": "barrel", "Contents": [ { "Category": "Object", - "Name": "Chipped Amphora Piece 2", + "Name": "Mask Piece 3", + "Stack": 1, + "PercentChanceToSpawn": 1 + } + ] + }, + "MonType": null + }, + { + "MapName": "AbandonedMine5", + "Name": null, + "Tile": "13, 27", + "Type": "Container", + "ID": null, + "DaysUntilExpire": 9, + "SpawnTime": 600, + "ConfigItem": { + "Category": "crate", + "Contents": [] + }, + "MonType": null + }, + { + "MapName": "AbandonedMine5", + "Name": null, + "Tile": "80, 14", + "Type": "Container", + "ID": null, + "DaysUntilExpire": 9, + "SpawnTime": 600, + "ConfigItem": { + "Category": "barrel", + "Contents": [ + { + "Category": "Object", + "Name": "Jade", "Stack": 1, + "PercentChanceToSpawn": 1 + } + ] + }, + "MonType": null + }, + { + "MapName": "AbandonedMine4", + "Name": null, + "Tile": "14, 42", + "Type": "Forage", + "ID": 420, + "DaysUntilExpire": 1, + "SpawnTime": 600, + "ConfigItem": null, + "MonType": null + }, + { + "MapName": "AbandonedMine4", + "Name": null, + "Tile": "16, 51", + "Type": "Forage", + "ID": 86, + "DaysUntilExpire": 1, + "SpawnTime": 600, + "ConfigItem": null, + "MonType": null + }, + { + "MapName": "AbandonedMine4", + "Name": null, + "Tile": "43, 64", + "Type": "Forage", + "ID": 420, + "DaysUntilExpire": 1, + "SpawnTime": 600, + "ConfigItem": null, + "MonType": null + }, + { + "MapName": "AbandonedMine4", + "Name": null, + "Tile": "37, 31", + "Type": "Forage", + "ID": 420, + "DaysUntilExpire": 1, + "SpawnTime": 600, + "ConfigItem": null, + "MonType": null + }, + { + "MapName": "AbandonedMine3", + "Name": null, + "Tile": "24, 62", + "Type": "Container", + "ID": null, + "DaysUntilExpire": 9, + "SpawnTime": 600, + "ConfigItem": { + "Category": "crate", + "Contents": [ + { + "Category": "Object", + "Name": "Coal", + "Stack": 4, "PercentChanceToSpawn": 5 } ] @@ -1269,9 +1265,9 @@ "MonType": null }, { - "MapName": "AbandonedMine2A", + "MapName": "AbandonedMine3", "Name": null, - "Tile": "19, 24", + "Tile": "25, 65", "Type": "Container", "ID": null, "DaysUntilExpire": 9, @@ -1281,7 +1277,7 @@ "Contents": [ { "Category": "Object", - "Name": "Chipped Amphora Piece 2", + "Name": "Ancient Blade", "Stack": 1, "PercentChanceToSpawn": 5 } @@ -1290,56 +1286,153 @@ "MonType": null }, { - "MapName": "AbandonedMine2A", + "MapName": "AbandonedMine3", "Name": null, - "Tile": "38, 24", + "Tile": "47, 43", "Type": "Container", "ID": null, "DaysUntilExpire": 9, "SpawnTime": 600, "ConfigItem": { "Category": "crate", - "Contents": [] + "Contents": [ + { + "Category": "Object", + "Name": "Coal", + "Stack": 6, + "PercentChanceToSpawn": 5 + } + ] }, "MonType": null }, { - "MapName": "AbandonedMine2A", + "MapName": "AbandonedMine3", "Name": null, - "Tile": "13, 6", + "Tile": "15, 70", "Type": "Forage", "ID": 80, - "DaysUntilExpire": 2, + "DaysUntilExpire": 1, "SpawnTime": 600, "ConfigItem": null, "MonType": null }, { - "MapName": "AbandonedMine2A", + "MapName": "AbandonedMine3", "Name": null, - "Tile": "22, 14", + "Tile": "32, 16", + "Type": "Forage", + "ID": 80, + "DaysUntilExpire": 1, + "SpawnTime": 600, + "ConfigItem": null, + "MonType": null + }, + { + "MapName": "AbandonedMine3", + "Name": null, + "Tile": "47, 44", + "Type": "Forage", + "ID": 84, + "DaysUntilExpire": 1, + "SpawnTime": 600, + "ConfigItem": null, + "MonType": null + }, + { + "MapName": "AbandonedMine3", + "Name": null, + "Tile": "32, 66", "Type": "Forage", "ID": 86, - "DaysUntilExpire": 2, + "DaysUntilExpire": 1, "SpawnTime": 600, "ConfigItem": null, "MonType": null }, { - "MapName": "AbandonedMine1A", + "MapName": "AbandonedMine2A", "Name": null, - "Tile": "29, 30", + "Tile": "37, 23", + "Type": "Container", + "ID": null, + "DaysUntilExpire": 9, + "SpawnTime": 600, + "ConfigItem": { + "Category": "crate", + "Contents": [ + { + "Category": "Object", + "Name": "Sap", + "Stack": 6, + "PercentChanceToSpawn": 5 + }, + { + "Category": "Object", + "Name": "Wood", + "Stack": 8, + "PercentChanceToSpawn": 5 + } + ] + }, + "MonType": null + }, + { + "MapName": "AbandonedMine2A", + "Name": null, + "Tile": "37, 24", + "Type": "Container", + "ID": null, + "DaysUntilExpire": 9, + "SpawnTime": 600, + "ConfigItem": { + "Category": "barrel", + "Contents": [] + }, + "MonType": null + }, + { + "MapName": "AbandonedMine2A", + "Name": null, + "Tile": "38, 25", + "Type": "Container", + "ID": null, + "DaysUntilExpire": 9, + "SpawnTime": 600, + "ConfigItem": { + "Category": "crate", + "Contents": [ + { + "Category": "Object", + "Name": "Sap", + "Stack": 10, + "PercentChanceToSpawn": 5 + }, + { + "Category": "Object", + "Name": "Sap", + "Stack": 8, + "PercentChanceToSpawn": 5 + } + ] + }, + "MonType": null + }, + { + "MapName": "AbandonedMine1B", + "Name": null, + "Tile": "35, 22", "Type": "Forage", - "ID": 80, + "ID": 404, "DaysUntilExpire": 2, "SpawnTime": 600, "ConfigItem": null, "MonType": null }, { - "MapName": "AbandonedMine1A", + "MapName": "AbandonedMine1B", "Name": null, - "Tile": "29, 8", + "Tile": "12, 40", "Type": "Forage", "ID": 404, "DaysUntilExpire": 2, @@ -1350,7 +1443,7 @@ { "MapName": "AbandonedMine1A", "Name": null, - "Tile": "71, 27", + "Tile": "21, 6", "Type": "Forage", "ID": 80, "DaysUntilExpire": 2, diff --git a/CJBCheatsMenu/config.json b/CJBCheatsMenu/config.json index b1365c7d..f73d38af 100644 --- a/CJBCheatsMenu/config.json +++ b/CJBCheatsMenu/config.json @@ -1,6 +1,6 @@ { "OpenMenuKey": "P", - "FreezeTimeKey": "T", + "FreezeTimeKey": "NumPad3", "GrowTreeKey": "E", "GrowCropsKey": "NumPad2", "DefaultTab": "PlayerAndTools", diff --git a/ConvenientChests/config.json b/ConvenientChests/config.json index 277ae1d0..03e6fe72 100644 --- a/ConvenientChests/config.json +++ b/ConvenientChests/config.json @@ -2,13 +2,13 @@ "CategorizeChests": true, "StashToExistingStacks": true, "StashToNearbyChests": true, - "StashRadius": 5, + "StashRadius": 20, "StashKey": "Q", "StashButton": "RightStick", - "StashAnywhere": false, - "StashAnywhereToExistingStacks": false, + "StashAnywhere": true, + "StashAnywhereToExistingStacks": true, "StashAnywhereToFridge": true, - "StashAnywhereKey": "Z", - "CraftFromChests": true, + "StashAnywhereKey": "O", + "CraftFromChests": false, "CraftRadius": 5 } \ No newline at end of file diff --git a/ConvenientChests/savedata/Hadi_240720025.json b/ConvenientChests/savedata/Hadi_240720025.json index e21ba16c..4a491c82 100644 --- a/ConvenientChests/savedata/Hadi_240720025.json +++ b/ConvenientChests/savedata/Hadi_240720025.json @@ -6,7 +6,7 @@ "LocationType": "Normal", "LocationName": "Farm", "BuildingName": "", - "Tile": "76, 16" + "Tile": "84, 15" }, "AcceptedItems": {} }, @@ -15,7 +15,7 @@ "LocationType": "Normal", "LocationName": "Farm", "BuildingName": "", - "Tile": "56, 51" + "Tile": "9, 30" }, "AcceptedItems": {} }, @@ -24,7 +24,7 @@ "LocationType": "Normal", "LocationName": "Farm", "BuildingName": "", - "Tile": "61, 15" + "Tile": "76, 15" }, "AcceptedItems": {} }, @@ -33,7 +33,7 @@ "LocationType": "Normal", "LocationName": "Farm", "BuildingName": "", - "Tile": "22, 13" + "Tile": "74, 16" }, "AcceptedItems": {} }, @@ -51,7 +51,7 @@ "LocationType": "Normal", "LocationName": "Farm", "BuildingName": "", - "Tile": "74, 16" + "Tile": "22, 13" }, "AcceptedItems": {} }, @@ -60,7 +60,7 @@ "LocationType": "Normal", "LocationName": "Farm", "BuildingName": "", - "Tile": "76, 15" + "Tile": "61, 15" }, "AcceptedItems": {} }, @@ -69,7 +69,7 @@ "LocationType": "Normal", "LocationName": "Farm", "BuildingName": "", - "Tile": "9, 30" + "Tile": "56, 51" }, "AcceptedItems": {} }, @@ -78,7 +78,7 @@ "LocationType": "Normal", "LocationName": "Farm", "BuildingName": "", - "Tile": "84, 15" + "Tile": "76, 16" }, "AcceptedItems": {} }, diff --git a/FarmTypeManager/data/Hadi_240720025_SaveData.save b/FarmTypeManager/data/Hadi_240720025_SaveData.save index 7b6415e3..8114b6f4 100755 --- a/FarmTypeManager/data/Hadi_240720025_SaveData.save +++ b/FarmTypeManager/data/Hadi_240720025_SaveData.save @@ -1,5 +1,5 @@ { - "WeatherForYesterday": "Sunny", + "WeatherForYesterday": "Snow", "LNOSCounter": {}, "ExistingObjectLocations": {}, "SavedObjects": [] diff --git a/Fizzy Drinks/[FTM] Fizzy Drinks/data/Hadi_240720025_SaveData.save b/Fizzy Drinks/[FTM] Fizzy Drinks/data/Hadi_240720025_SaveData.save index 7b6415e3..8114b6f4 100755 --- a/Fizzy Drinks/[FTM] Fizzy Drinks/data/Hadi_240720025_SaveData.save +++ b/Fizzy Drinks/[FTM] Fizzy Drinks/data/Hadi_240720025_SaveData.save @@ -1,5 +1,5 @@ { - "WeatherForYesterday": "Sunny", + "WeatherForYesterday": "Snow", "LNOSCounter": {}, "ExistingObjectLocations": {}, "SavedObjects": [] diff --git a/Mermaid Island/[FTM] Island/data/Hadi_240720025_SaveData.save b/Mermaid Island/[FTM] Island/data/Hadi_240720025_SaveData.save index 769fdf30..f38cc60f 100644 --- a/Mermaid Island/[FTM] Island/data/Hadi_240720025_SaveData.save +++ b/Mermaid Island/[FTM] Island/data/Hadi_240720025_SaveData.save @@ -1,12 +1,12 @@ { - "WeatherForYesterday": "Sunny", + "WeatherForYesterday": "Snow", "LNOSCounter": {}, "ExistingObjectLocations": {}, "SavedObjects": [ { "MapName": "Island", "Name": "Red Dragon Fruit", - "Tile": "23, 20", + "Tile": "24, 16", "Type": "Forage", "ID": 2902, "DaysUntilExpire": 1, @@ -17,7 +17,7 @@ { "MapName": "Island", "Name": "Red Dragon Fruit", - "Tile": "24, 16", + "Tile": "11, 20", "Type": "Forage", "ID": 2902, "DaysUntilExpire": 2, @@ -28,7 +28,7 @@ { "MapName": "Island", "Name": "Red Dragon Fruit", - "Tile": "11, 20", + "Tile": "27, 12", "Type": "Forage", "ID": 2902, "DaysUntilExpire": 3, @@ -38,11 +38,11 @@ }, { "MapName": "Island", - "Name": "Red Dragon Fruit", - "Tile": "27, 12", + "Name": null, + "Tile": "21, 21", "Type": "Forage", - "ID": 2902, - "DaysUntilExpire": 4, + "ID": 392, + "DaysUntilExpire": 7, "SpawnTime": 600, "ConfigItem": null, "MonType": null @@ -50,7 +50,7 @@ { "MapName": "Island", "Name": null, - "Tile": "21, 21", + "Tile": "17, 14", "Type": "Forage", "ID": 392, "DaysUntilExpire": 8, @@ -61,10 +61,10 @@ { "MapName": "Island", "Name": null, - "Tile": "17, 14", + "Tile": "20, 25", "Type": "Forage", "ID": 392, - "DaysUntilExpire": 9, + "DaysUntilExpire": 11, "SpawnTime": 600, "ConfigItem": null, "MonType": null @@ -72,7 +72,7 @@ { "MapName": "Island", "Name": null, - "Tile": "20, 25", + "Tile": "29, 24", "Type": "Forage", "ID": 392, "DaysUntilExpire": 12, @@ -83,7 +83,7 @@ { "MapName": "Island", "Name": null, - "Tile": "29, 24", + "Tile": "18, 14", "Type": "Forage", "ID": 392, "DaysUntilExpire": 13, diff --git a/Minerva's Harder CC Bundles/[FTM] PPJA Forage Pack/data/Hadi_240720025_SaveData.save b/Minerva's Harder CC Bundles/[FTM] PPJA Forage Pack/data/Hadi_240720025_SaveData.save index 908cd3e0..29712fba 100644 --- a/Minerva's Harder CC Bundles/[FTM] PPJA Forage Pack/data/Hadi_240720025_SaveData.save +++ b/Minerva's Harder CC Bundles/[FTM] PPJA Forage Pack/data/Hadi_240720025_SaveData.save @@ -1,14 +1,14 @@ { - "WeatherForYesterday": "Sunny", + "WeatherForYesterday": "Snow", "LNOSCounter": {}, "ExistingObjectLocations": {}, "SavedObjects": [ { "MapName": "Desert", - "Name": "Coconut", - "Tile": "5, 30", + "Name": "Cactus Fruit", + "Tile": "27, 7", "Type": "Forage", - "ID": 88, + "ID": 90, "DaysUntilExpire": 1, "SpawnTime": 600, "ConfigItem": null, @@ -17,7 +17,7 @@ { "MapName": "Beach", "Name": "Nautilus Shell", - "Tile": "20, 6", + "Tile": "55, 16", "Type": "Forage", "ID": 392, "DaysUntilExpire": 1, @@ -26,11 +26,11 @@ "MonType": null }, { - "MapName": "Desert", - "Name": "Cactus Fruit", - "Tile": "27, 7", + "MapName": "Beach", + "Name": "Nautilus Shell", + "Tile": "54, 7", "Type": "Forage", - "ID": 90, + "ID": 392, "DaysUntilExpire": 2, "SpawnTime": 600, "ConfigItem": null, @@ -39,10 +39,10 @@ { "MapName": "Beach", "Name": "Nautilus Shell", - "Tile": "55, 16", + "Tile": "69, 6", "Type": "Forage", "ID": 392, - "DaysUntilExpire": 2, + "DaysUntilExpire": 3, "SpawnTime": 600, "ConfigItem": null, "MonType": null @@ -50,7 +50,7 @@ { "MapName": "Beach", "Name": "Nautilus Shell", - "Tile": "54, 7", + "Tile": "90, 22", "Type": "Forage", "ID": 392, "DaysUntilExpire": 3, @@ -61,7 +61,7 @@ { "MapName": "Beach", "Name": "Nautilus Shell", - "Tile": "69, 6", + "Tile": "28, 4", "Type": "Forage", "ID": 392, "DaysUntilExpire": 4, @@ -72,7 +72,7 @@ { "MapName": "Beach", "Name": "Nautilus Shell", - "Tile": "90, 22", + "Tile": "24, 6", "Type": "Forage", "ID": 392, "DaysUntilExpire": 4, @@ -81,22 +81,11 @@ "MonType": null }, { - "MapName": "Backwoods", - "Name": "Purple Mushroom", - "Tile": "8, 23", - "Type": "Forage", - "ID": 422, - "DaysUntilExpire": 1, - "SpawnTime": 600, - "ConfigItem": null, - "MonType": null - }, - { - "MapName": "Beach", - "Name": "Nautilus Shell", - "Tile": "28, 4", + "MapName": "Desert", + "Name": "Cactus Fruit", + "Tile": "19, 47", "Type": "Forage", - "ID": 392, + "ID": 90, "DaysUntilExpire": 5, "SpawnTime": 600, "ConfigItem": null, @@ -105,7 +94,7 @@ { "MapName": "Beach", "Name": "Nautilus Shell", - "Tile": "24, 6", + "Tile": "91, 11", "Type": "Forage", "ID": 392, "DaysUntilExpire": 5, @@ -116,7 +105,7 @@ { "MapName": "Desert", "Name": "Cactus Fruit", - "Tile": "19, 47", + "Tile": "36, 8", "Type": "Forage", "ID": 90, "DaysUntilExpire": 6, @@ -127,7 +116,7 @@ { "MapName": "Backwoods", "Name": "Purple Mushroom", - "Tile": "26, 15", + "Tile": "5, 37", "Type": "Forage", "ID": 422, "DaysUntilExpire": 2, @@ -138,7 +127,7 @@ { "MapName": "Beach", "Name": "Nautilus Shell", - "Tile": "91, 11", + "Tile": "74, 6", "Type": "Forage", "ID": 392, "DaysUntilExpire": 6, diff --git a/ProfitMargins/config.json b/ProfitMargins/config.json index 0e0aca53..f339dbdb 100755 --- a/ProfitMargins/config.json +++ b/ProfitMargins/config.json @@ -1,4 +1,4 @@ { - "EnableInMultiplayer": false, - "ProfitMargin": 1.0 + "EnableInMultiplayer": true, + "ProfitMargin": 0.5 } \ No newline at end of file diff --git a/Boar/assets/Boar Baby.png b/[BFAV] Boar/assets/Boar Baby.png similarity index 100% rename from Boar/assets/Boar Baby.png rename to [BFAV] Boar/assets/Boar Baby.png diff --git a/Boar/assets/Boar.png b/[BFAV] Boar/assets/Boar.png similarity index 100% rename from Boar/assets/Boar.png rename to [BFAV] Boar/assets/Boar.png diff --git a/Boar/animal_shop_boar.png b/[BFAV] Boar/assets/animal_shop_boar.png similarity index 100% rename from Boar/animal_shop_boar.png rename to [BFAV] Boar/assets/animal_shop_boar.png diff --git a/[BFAV] Boar/content.json b/[BFAV] Boar/content.json new file mode 100644 index 00000000..16a42cbd --- /dev/null +++ b/[BFAV] Boar/content.json @@ -0,0 +1,36 @@ +{ + "Format": "1.0", + "Categories": [ + { + "Action": "Create", + "Category": "Boar", + "Types": [ + { + "Type": "Boar", + "DeluxeProduceLuck": 0.01, + "Data": "1/10/430/-1/pig/24/64/84/64/24/64/84/64/0/false/Barn/32/32/32/32/20/5/null/640/16000/Boar/Barn", + "Sprites": { + "Adult": "assets/Boar.png", + "Baby": "assets/Boar Baby.png" + } + }, + ], + "Buildings": [ + "Barn", + ], + "AnimalShop": { + "Name": "Boar", + "Description": "A domesticated wild boar that excells at foraging.", + "Price": 5000, + "Icon": "assets\\animal_shop_boar.png", + "Exclude": [ + "Void Chicken" + ] + }, + "ForceRemoveFromShop": false, + "ForceOverrideTypes": true, + "ForceOverrideBuildings": true, + "ForceOverrideExclude": true + }, + ] + } \ No newline at end of file diff --git a/Boar/manifest.json b/[BFAV] Boar/manifest.json similarity index 100% rename from Boar/manifest.json rename to [BFAV] Boar/manifest.json diff --git a/[BFAV] Crows (bfav unofficial update)/assets/BabyCrow.png b/[BFAV] Crows/assets/BabyCrow.png similarity index 100% rename from [BFAV] Crows (bfav unofficial update)/assets/BabyCrow.png rename to [BFAV] Crows/assets/BabyCrow.png diff --git a/[BFAV] Crows (bfav unofficial update)/assets/Crow.png b/[BFAV] Crows/assets/Crow.png similarity index 100% rename from [BFAV] Crows (bfav unofficial update)/assets/Crow.png rename to [BFAV] Crows/assets/Crow.png diff --git a/[BFAV] Crows (bfav unofficial update)/assets/animal_shop_crow.png b/[BFAV] Crows/assets/animal_shop_crow.png similarity index 100% rename from [BFAV] Crows (bfav unofficial update)/assets/animal_shop_crow.png rename to [BFAV] Crows/assets/animal_shop_crow.png diff --git a/[BFAV] Crows (bfav unofficial update)/content.json b/[BFAV] Crows/content.json similarity index 100% rename from [BFAV] Crows (bfav unofficial update)/content.json rename to [BFAV] Crows/content.json diff --git a/[BFAV] Crows (bfav unofficial update)/manifest.json b/[BFAV] Crows/manifest.json similarity index 100% rename from [BFAV] Crows (bfav unofficial update)/manifest.json rename to [BFAV] Crows/manifest.json diff --git a/[BFAV] Dragons - Coop ver/Read Me.txt b/[BFAV] Dragons - Coop ver/Read Me.txt deleted file mode 100644 index 9d9e77e7..00000000 --- a/[BFAV] Dragons - Coop ver/Read Me.txt +++ /dev/null @@ -1,45 +0,0 @@ -Hello! Thanks for downloading BFAV Dragons. -Here's a more in-depth installation guide. But if you still have any problems, just ask me about it. I'd be glad to help! - -1. Make sure you have Paritee's Better Farm Animal Variety mod installed. - -2. Drag the "animal_shop_dragons.png" file into the folder inside Paritee's mod labeled "assets". - -3. Now, open the config document inside Parietee's mod with any Notepad program. You'll have to scroll down to the very bottom of the config file. Once at the bottom, you should -see something that looks like this: - - } - } - } -} - -You'll want to put a comma after the second little } bracket and then hit the "enter" key on your keyboard. This will make a space for you to put this for the dragons into the -file. Once you've done all of the above, copy the entry below onto the new line you made between brackets two and three. - - "Dragon": { - "Types": [ - "Black Dragon", - "Blue Dragon", - "Copper Dragon", - "Gold Dragon", - "Green Dragon", - "Iridium Dragon", - "Iron Dragon", - "Purple Dragon", - "Red Dragon" - ], - "Buildings": [ - "Deluxe Coop" - ], - "AnimalShop": { - "Name": "Dragon", - "Description": "Only the biggest of coops will suit these dragons. Maybe if you're lucky, they'll even leave you something from their treasure stash every now and then.", - "Price": "12000", - "Icon": "assets\\animal_shop_dragons.png" - } - } - -4. Once you've pasted in this new portion for the dragons, just save your file and you should be good to go! Again, if you have any problems with this installation, or my -instructions weren't clear enough, just let me know. I'd be glad to help you or even edit your config so it'll work. - -Enjoy the dragons~! \ No newline at end of file diff --git a/[BFAV] Dragons - Coop ver/content.json b/[BFAV] Dragons - Coop ver/content.json deleted file mode 100644 index d3ebca15..00000000 --- a/[BFAV] Dragons - Coop ver/content.json +++ /dev/null @@ -1,119 +0,0 @@ -{ - "Format": "1.5", - "Changes": [ - // ------------------------------------------------------------------------ - // Data/FarmAnimals Entry - There Be Dragons - // ------------------------------------------------------------------------ - - { - "Action": "EditData", - "Target": "Data/FarmAnimals", - "Entries": { - "Black Dragon": "1/0/382/575/none/8/32/48/32/8/32/48/32/0/false/Coop/16/16/16/16/1/8/null/644/1000/Black Dragon/Coop", - "Blue Dragon": "1/0/84/62/none/8/32/48/32/8/32/48/32/0/false/Coop/16/16/16/16/1/8/null/644/1000/Blue Dragon/Coop", - "Copper Dragon": "1/0/378/334/none/8/32/48/32/8/32/48/32/0/false/Coop/16/16/16/16/1/8/null/644/1000/Copper Dragon/Coop", - "Gold Dragon": "1/0/384/336/none/8/32/48/32/8/32/48/32/0/false/Coop/16/16/16/16/1/8/null/644/1000/Gold Dragon/Coop", - "Green Dragon": "1/0/538/60/none/8/32/48/32/8/32/48/32/0/false/Coop/16/16/16/16/1/8/null/644/1000/Green Dragon/Coop", - "Iridium Dragon": "1/0/386/337/none/8/32/48/32/8/32/48/32/0/false/Coop/16/16/16/16/1/8/null/644/1000/Iridium Dragon/Coop", - "Iron Dragon": "1/0/380/335/none/8/32/48/32/8/32/48/32/0/false/Coop/16/16/16/16/1/8/null/644/1000/Iron Dragon/Coop", - "Purple Dragon": "1/0/66/577/none/8/32/48/32/8/32/48/32/0/false/Coop/16/16/16/16/1/8/null/644/1000/Purple Dragon/Coop", - "Red Dragon": "1/0/82/64/none/8/32/48/32/8/32/48/32/0/false/Coop/16/16/16/16/1/8/null/644/1000/Red Dragon/Coop", - - } - }, - // ------------------------------------------------------------------------ - // Sprites - // ------------------------------------------------------------------------ - { - "Action": "Load", - "Target": "Animals/Black Dragon", - "FromFile": "assets/Black Dragon.png" - }, - { - "Action": "Load", - "Target": "Animals/BabyBlack Dragon", - "FromFile": "assets/Black Dragon.png" - }, - { - "Action": "Load", - "Target": "Animals/Blue Dragon", - "FromFile": "assets/Blue Dragon.png" - }, - { - "Action": "Load", - "Target": "Animals/BabyBlue Dragon", - "FromFile": "assets/Blue Dragon.png" - }, - { - "Action": "Load", - "Target": "Animals/Copper Dragon", - "FromFile": "assets/Copper Dragon.png" - }, - { - "Action": "Load", - "Target": "Animals/BabyCopper Dragon", - "FromFile": "assets/Copper Dragon.png" - }, - { - "Action": "Load", - "Target": "Animals/Gold Dragon", - "FromFile": "assets/Gold Dragon.png" - }, - { - "Action": "Load", - "Target": "Animals/BabyGold Dragon", - "FromFile": "assets/Gold Dragon.png" - }, - { - "Action": "Load", - "Target": "Animals/Green Dragon", - "FromFile": "assets/Green Dragon.png" - }, - { - "Action": "Load", - "Target": "Animals/BabyGreen Dragon", - "FromFile": "assets/Green Dragon.png" - }, - { - "Action": "Load", - "Target": "Animals/Iridium Dragon", - "FromFile": "assets/Iridium Dragon.png" - }, - { - "Action": "Load", - "Target": "Animals/BabyIridium Dragon", - "FromFile": "assets/Iridium Dragon.png" - }, - { - "Action": "Load", - "Target": "Animals/Iron Dragon", - "FromFile": "assets/Iron Dragon.png" - }, - { - "Action": "Load", - "Target": "Animals/BabyIron Dragon", - "FromFile": "assets/Iron Dragon.png" - }, - { - "Action": "Load", - "Target": "Animals/Purple Dragon", - "FromFile": "assets/Purple Dragon.png" - }, - { - "Action": "Load", - "Target": "Animals/BabyPurple Dragon", - "FromFile": "assets/Purple Dragon.png" - }, - { - "Action": "Load", - "Target": "Animals/Red Dragon", - "FromFile": "assets/Red Dragon.png" - }, - { - "Action": "Load", - "Target": "Animals/BabyRed Dragon", - "FromFile": "assets/Red Dragon.png" - }, - ] -} - diff --git a/[BFAV] Hedgehogs/READ ME TO INSTALL.txt b/[BFAV] Hedgehogs/READ ME TO INSTALL.txt deleted file mode 100644 index 2708dd39..00000000 --- a/[BFAV] Hedgehogs/READ ME TO INSTALL.txt +++ /dev/null @@ -1,39 +0,0 @@ --=-=--=-=-=-=-=-=-=-=-=-=-=-=-= -READ ME: -=-=-=--=-=-=-=-=-=-=-=-=-=-=-=-= - -TO INSTALL: - - 1. Download and extract the provided Hedgehog Mod folder into your StardewValley/Mods folder. - - 2. From the BFAV Hedgehog mod folder, copy the "animal_shop_hedgehog.png" file and paste it into the following folder: - Mods/Paritee's Better Farm Animal Varieties/assets - - 3. In Mods/Paritee's Better Farm Animal Varieties open the config.json file. - Go down to the bottom. There should be FOUR brackets. - - After the SECOND bracket, put a comma. - - Hit enter twice. - - Copy and paste the following into that spot, and then save the file: - - - "Hedgehog": { - "Types": [ - "Hedgehog", - "Albino Hedgehog", - "Dark Hedgehog", - "Black Hedgehog", - "Gray Hedgehog", - "Red Hedgehog", - "Pepper Hedgehog" - ], - "Buildings": [ - "Coop", - "Big Coop", - "Deluxe Coop" - ], - "AnimalShop": { - "Name": "Hedgehog", - "Description": "They like to forage outside at night and often bring back what they find.", - "Price": "800", - "Icon": "assets\\animal_shop_hedgehog.png" - } \ No newline at end of file diff --git a/[BFAV] Hedgehogs/animal_shop_hedgehog.png b/[BFAV] Hedgehogs/assets/animal_shop_hedgehog.png similarity index 100% rename from [BFAV] Hedgehogs/animal_shop_hedgehog.png rename to [BFAV] Hedgehogs/assets/animal_shop_hedgehog.png diff --git a/[BFAV] Hedgehogs/content.json b/[BFAV] Hedgehogs/content.json index 91678ad2..26188547 100644 --- a/[BFAV] Hedgehogs/content.json +++ b/[BFAV] Hedgehogs/content.json @@ -1,104 +1,90 @@ { - "Format": "1.6", - "Changes": [ - -/* // Adds new animal: HEDGEHOG */ - { - "Action": "EditData", - "Target": "Data/FarmAnimals", - "Entries": { - "Hedgehog": "4/1/259/257/rabbit/8/32/48/32/8/32/48/32/0/false/Coop/16/16/16/16/1/1/null/639/800/Hedgehog/Coop", - "Albino Hedgehog": "4/1/281/422/rabbit/8/32/48/32/8/32/48/32/0/false/Coop/16/16/16/16/1/1/null/639/800/Albino Hedgehog/Coop", - "Dark Hedgehog": "4/1/78/420/rabbit/8/32/48/32/8/32/48/32/0/false/Coop/16/16/16/16/1/1/null/639/800/Dark Hedgehog/Coop", - "Black Hedgehog": "4/1/410/382/rabbit/8/32/48/32/8/32/48/32/0/false/Coop/16/16/16/16/1/1/null/639/800/Black Hedgehog/Coop", - "Gray Hedgehog": "4/1/390/380/rabbit/8/32/48/32/8/32/48/32/0/false/Coop/16/16/16/16/1/1/null/639/800/Gray Hedgehog/Coop", - "Red Hedgehog": "4/1/396/420/rabbit/8/32/48/32/8/32/48/32/0/false/Coop/16/16/16/16/1/1/null/639/800/Red Hedgehog/Coop", - "Pepper Hedgehog": "4/1/80/433/rabbit/8/32/48/32/8/32/48/32/0/false/Coop/16/16/16/16/1/1/null/639/800/Pepper Hedgehog/Coop", - } - }, -/* // Sprites for Hedgehogs */ - { - "Action": "Load", - "Target": "Animals/Hedgehog", - "FromFile": "assets/hedgehog.png" - }, - - { - "Action": "Load", - "Target": "Animals/BabyHedgehog", - "FromFile": "assets/hedgehog.png" - }, - - { - "Action": "Load", - "Target": "Animals/Dark Hedgehog", - "FromFile": "assets/Darkhedgehog.png" - }, - - { - "Action": "Load", - "Target": "Animals/BabyDark Hedgehog", - "FromFile": "assets/Darkhedgehog.png" - }, - - { - "Action": "Load", - "Target": "Animals/Albino Hedgehog", - "FromFile": "assets/Albinohedgehog.png" - }, - - { - "Action": "Load", - "Target": "Animals/BabyAlbino Hedgehog", - "FromFile": "assets/Albinohedgehog.png" - }, - - { - "Action": "Load", - "Target": "Animals/Red Hedgehog", - "FromFile": "assets/Redhedgehog.png" - }, - - { - "Action": "Load", - "Target": "Animals/BabyRed Hedgehog", - "FromFile": "assets/Redhedgehog.png" - }, - { - "Action": "Load", - "Target": "Animals/Black Hedgehog", - "FromFile": "assets/Blackhedgehog.png" - }, - - { - "Action": "Load", - "Target": "Animals/BabyBlack Hedgehog", - "FromFile": "assets/Blackhedgehog.png" - }, - - { - "Action": "Load", - "Target": "Animals/Pepper Hedgehog", - "FromFile": "assets/Pepperhedgehog.png" - }, - - { - "Action": "Load", - "Target": "Animals/BabyPepper Hedgehog", - "FromFile": "assets/Pepperhedgehog.png" - }, - - { - "Action": "Load", - "Target": "Animals/Gray Hedgehog", - "FromFile": "assets/Grayhedgehog.png" - }, - - { - "Action": "Load", - "Target": "Animals/BabyGray Hedgehog", - "FromFile": "assets/Grayhedgehog.png" - }, - -] -} + "Format": "1.0", + "Categories": [ + { + "Action": "Create", + "Category": "Hedgehog", + "Types": [ + { + "Type": "Hedgehog", + "DeluxeProduceLuck": 0.01, + "Data": "4/1/259/257/rabbit/8/32/48/32/8/32/48/32/0/false/Coop/16/16/16/16/1/1/null/639/800/Hedgehog/Coop", + "Sprites": { + "Adult": "assets/Hedgehog.png", + "Baby": "assets/BabyHedgehog.png" + } + }, + { + "Type": "Albino Hedgehog", + "DeluxeProduceLuck": 0.01, + "Data": "4/1/281/422/rabbit/8/32/48/32/8/32/48/32/0/false/Coop/16/16/16/16/1/1/null/639/800/Albino Hedgehog/Coop", + "Sprites": { + "Adult": "assets/Albino Hedgehog.png", + "Baby": "assets/BabyAlbino Hedgehog.png" + } + }, + { + "Type": "Dark Hedgehog", + "DeluxeProduceLuck": 0.01, + "Data": "4/1/78/420/rabbit/8/32/48/32/8/32/48/32/0/false/Coop/16/16/16/16/1/1/null/639/800/Dark Hedgehog/Coop", + "Sprites": { + "Adult": "assets/Dark Hedgehog.png", + "Baby": "assets/BabyDark Hedgehog.png" + } + }, + { + "Type": "Black Hedgehog", + "DeluxeProduceLuck": 0.01, + "Data": "4/1/410/382/rabbit/8/32/48/32/8/32/48/32/0/false/Coop/16/16/16/16/1/1/null/639/800/Black Hedgehog/Coop", + "Sprites": { + "Adult": "assets/Black Hedgehog.png", + "Baby": "assets/BabyBlack Hedgehog.png" + } + } + { + "Type": "Gray Hedgehog", + "DeluxeProduceLuck": 0.01, + "Data": "4/1/390/380/rabbit/8/32/48/32/8/32/48/32/0/false/Coop/16/16/16/16/1/1/null/639/800/Gray Hedgehog/Coop", + "Sprites": { + "Adult": "assets/Gray Hedgehog.png", + "Baby": "assets/BabyGray Hedgehog.png" + } + }, + { + "Type": "Red Hedgehog", + "DeluxeProduceLuck": 0.01, + "Data": "4/1/396/420/rabbit/8/32/48/32/8/32/48/32/0/false/Coop/16/16/16/16/1/1/null/639/800/Red Hedgehog/Coop", + "Sprites": { + "Adult": "assets/Red Hedgehog.png", + "Baby": "assets/BabyRed Hedgehog.png" + } + }, + { + "Type": "Pepper Hedgehog", + "DeluxeProduceLuck": 0.01, + "Data": "4/1/80/433/rabbit/8/32/48/32/8/32/48/32/0/false/Coop/16/16/16/16/1/1/null/639/800/Pepper Hedgehog/Coop", + "Sprites": { + "Adult": "assets/Pepper Hedgehog.png", + "Baby": "assets/BabyPepper Hedgehog.png" + } + }, + ], + "Buildings": [ + "Big Coop", + ], + "AnimalShop": { + "Name": "Hedgehog", + "Description": "A sweet little spiny friend that loves to dig. They will bring their forage back to you.", + "Price": 8000, + "Icon": "assets\\animal_shop_hedgehog.png", + "Exclude": [ + "Void Chicken" + ] + }, + "ForceRemoveFromShop": false, + "ForceOverrideTypes": true, + "ForceOverrideBuildings": true, + "ForceOverrideExclude": true + }, + ] + } \ No newline at end of file diff --git a/[BFAV] Lavapulse Chickens/assets/BabyBlackEaster Egger Chicken.png b/[BFAV] Lavapulse Chickens/assets/BabyBlackEaster Egger Chicken.png new file mode 100644 index 00000000..aea699e5 Binary files /dev/null and b/[BFAV] Lavapulse Chickens/assets/BabyBlackEaster Egger Chicken.png differ diff --git a/[BFAV] Lavapulse Chickens/assets/BabyBlackSilkie Chicken.png b/[BFAV] Lavapulse Chickens/assets/BabyBlackSilkie Chicken.png new file mode 100644 index 00000000..babdac59 Binary files /dev/null and b/[BFAV] Lavapulse Chickens/assets/BabyBlackSilkie Chicken.png differ diff --git a/[BFAV] Lavapulse Chickens/assets/BabyBlueAmeraucana Chicken.png b/[BFAV] Lavapulse Chickens/assets/BabyBlueAmeraucana Chicken.png new file mode 100644 index 00000000..819b701a Binary files /dev/null and b/[BFAV] Lavapulse Chickens/assets/BabyBlueAmeraucana Chicken.png differ diff --git a/[BFAV] Lavapulse Chickens/assets/BabyBrownWyandotte Chicken.png b/[BFAV] Lavapulse Chickens/assets/BabyBrownWyandotte Chicken.png new file mode 100644 index 00000000..c80df298 Binary files /dev/null and b/[BFAV] Lavapulse Chickens/assets/BabyBrownWyandotte Chicken.png differ diff --git a/[BFAV] Lavapulse Chickens/assets/BabyBuff Silkie Chicken.png b/[BFAV] Lavapulse Chickens/assets/BabyBuff Silkie Chicken.png new file mode 100644 index 00000000..0a3041db Binary files /dev/null and b/[BFAV] Lavapulse Chickens/assets/BabyBuff Silkie Chicken.png differ diff --git a/[BFAV] Lavapulse Chickens/assets/BabyGoldWyandotte Chicken.png b/[BFAV] Lavapulse Chickens/assets/BabyGoldWyandotte Chicken.png new file mode 100644 index 00000000..a3ed27c2 Binary files /dev/null and b/[BFAV] Lavapulse Chickens/assets/BabyGoldWyandotte Chicken.png differ diff --git a/[BFAV] Lavapulse Chickens/assets/BabyRedAmeraucana Chicken.png b/[BFAV] Lavapulse Chickens/assets/BabyRedAmeraucana Chicken.png new file mode 100644 index 00000000..f1e4e07a Binary files /dev/null and b/[BFAV] Lavapulse Chickens/assets/BabyRedAmeraucana Chicken.png differ diff --git a/[BFAV] Lavapulse Chickens/assets/BabySilverEaster Egger Chicken.png b/[BFAV] Lavapulse Chickens/assets/BabySilverEaster Egger Chicken.png new file mode 100644 index 00000000..4e847cd1 Binary files /dev/null and b/[BFAV] Lavapulse Chickens/assets/BabySilverEaster Egger Chicken.png differ diff --git a/[BFAV] Lavapulse Chickens/assets/BabySilverWyandotte Chicken.png b/[BFAV] Lavapulse Chickens/assets/BabySilverWyandotte Chicken.png new file mode 100644 index 00000000..e0a85520 Binary files /dev/null and b/[BFAV] Lavapulse Chickens/assets/BabySilverWyandotte Chicken.png differ diff --git a/[BFAV] Lavapulse Chickens/assets/BabyWheatenAmeraucana Chicken.png b/[BFAV] Lavapulse Chickens/assets/BabyWheatenAmeraucana Chicken.png new file mode 100644 index 00000000..06e279fe Binary files /dev/null and b/[BFAV] Lavapulse Chickens/assets/BabyWheatenAmeraucana Chicken.png differ diff --git a/[BFAV] Lavapulse Chickens/assets/BabyWheatenEaster Egger Chicken.png b/[BFAV] Lavapulse Chickens/assets/BabyWheatenEaster Egger Chicken.png new file mode 100644 index 00000000..748f15df Binary files /dev/null and b/[BFAV] Lavapulse Chickens/assets/BabyWheatenEaster Egger Chicken.png differ diff --git a/[BFAV] Lavapulse Chickens/assets/BabyWhiteSilkie Chicken.png b/[BFAV] Lavapulse Chickens/assets/BabyWhiteSilkie Chicken.png new file mode 100644 index 00000000..31f66dac Binary files /dev/null and b/[BFAV] Lavapulse Chickens/assets/BabyWhiteSilkie Chicken.png differ diff --git a/[BFAV] Lavapulse Chickens/assets/BlackEaster Egger Chicken.png b/[BFAV] Lavapulse Chickens/assets/BlackEaster Egger Chicken.png new file mode 100644 index 00000000..7e68bfd7 Binary files /dev/null and b/[BFAV] Lavapulse Chickens/assets/BlackEaster Egger Chicken.png differ diff --git a/[BFAV] Lavapulse Chickens/assets/BlackSilkie Chicken.png b/[BFAV] Lavapulse Chickens/assets/BlackSilkie Chicken.png new file mode 100644 index 00000000..5ebf93d5 Binary files /dev/null and b/[BFAV] Lavapulse Chickens/assets/BlackSilkie Chicken.png differ diff --git a/[BFAV] Lavapulse Chickens/assets/BlueAmeraucana Chicken.png b/[BFAV] Lavapulse Chickens/assets/BlueAmeraucana Chicken.png new file mode 100644 index 00000000..2829631f Binary files /dev/null and b/[BFAV] Lavapulse Chickens/assets/BlueAmeraucana Chicken.png differ diff --git a/[BFAV] Lavapulse Chickens/assets/BrownWyandotte Chicken.png b/[BFAV] Lavapulse Chickens/assets/BrownWyandotte Chicken.png new file mode 100644 index 00000000..72f795f3 Binary files /dev/null and b/[BFAV] Lavapulse Chickens/assets/BrownWyandotte Chicken.png differ diff --git a/[BFAV] Lavapulse Chickens/assets/BuffSilkie Chicken.png b/[BFAV] Lavapulse Chickens/assets/BuffSilkie Chicken.png new file mode 100644 index 00000000..d6d2e352 Binary files /dev/null and b/[BFAV] Lavapulse Chickens/assets/BuffSilkie Chicken.png differ diff --git a/[BFAV] Lavapulse Chickens/assets/GoldWyandotte Chicken.png b/[BFAV] Lavapulse Chickens/assets/GoldWyandotte Chicken.png new file mode 100644 index 00000000..f871a909 Binary files /dev/null and b/[BFAV] Lavapulse Chickens/assets/GoldWyandotte Chicken.png differ diff --git a/[BFAV] Lavapulse Chickens/assets/RedAmeraucana Chicken.png b/[BFAV] Lavapulse Chickens/assets/RedAmeraucana Chicken.png new file mode 100644 index 00000000..9272fb4a Binary files /dev/null and b/[BFAV] Lavapulse Chickens/assets/RedAmeraucana Chicken.png differ diff --git a/[BFAV] Lavapulse Chickens/assets/SilverEaster Egger Chicken.png b/[BFAV] Lavapulse Chickens/assets/SilverEaster Egger Chicken.png new file mode 100644 index 00000000..8bd91fe6 Binary files /dev/null and b/[BFAV] Lavapulse Chickens/assets/SilverEaster Egger Chicken.png differ diff --git a/[BFAV] Lavapulse Chickens/assets/SilverWyandotte Chicken.png b/[BFAV] Lavapulse Chickens/assets/SilverWyandotte Chicken.png new file mode 100644 index 00000000..7bf57fcf Binary files /dev/null and b/[BFAV] Lavapulse Chickens/assets/SilverWyandotte Chicken.png differ diff --git a/[BFAV] Lavapulse Chickens/assets/WheatenAmeraucana Chicken.png b/[BFAV] Lavapulse Chickens/assets/WheatenAmeraucana Chicken.png new file mode 100644 index 00000000..2df1d6d2 Binary files /dev/null and b/[BFAV] Lavapulse Chickens/assets/WheatenAmeraucana Chicken.png differ diff --git a/[BFAV] Lavapulse Chickens/assets/WheatenEaster Egger Chicken.png b/[BFAV] Lavapulse Chickens/assets/WheatenEaster Egger Chicken.png new file mode 100644 index 00000000..19dfa0df Binary files /dev/null and b/[BFAV] Lavapulse Chickens/assets/WheatenEaster Egger Chicken.png differ diff --git a/[BFAV] Lavapulse Chickens/assets/WhiteSilkie Chicken.png b/[BFAV] Lavapulse Chickens/assets/WhiteSilkie Chicken.png new file mode 100644 index 00000000..f9d7bef7 Binary files /dev/null and b/[BFAV] Lavapulse Chickens/assets/WhiteSilkie Chicken.png differ diff --git a/[BFAV] Lavapulse Chickens/content.json b/[BFAV] Lavapulse Chickens/content.json new file mode 100644 index 00000000..9bb74d3f --- /dev/null +++ b/[BFAV] Lavapulse Chickens/content.json @@ -0,0 +1,107 @@ +{ + "Format": "1.0", + "Categories": [ + { + "Action": "Update", + "Category": "Chicken", + "Types": [ + { + "Type": "Black Easter Egg Chicken", + "Data": "1/3/Easter Egg/Large Easter Egg/cluck/8/32/48/32/8/32/48/32/0/false/Coop/16/16/16/16/4/7/null/641/800/Black Easter Egg Chicken/Coop", + "Sprites": { + "Adult": "assets/BlackEaster Egger Chicken.png", + "Baby": "assets/BabyBlackEaster Egger Chicken.png" + } + }, + { + "Type": "Silver Easter Egg Chicken", + "Data": "1/3/Easter Egg/Large Easter Egg/cluck/8/32/48/32/8/32/48/32/0/false/Coop/16/16/16/16/4/7/null/641/800/Silver Easter Egg Chicken/Coop", + "Sprites": { + "Adult": "assets/SilverEaster Egger Chicken.png", + "Baby": "assets/BabySilverEaster Egger Chicken.png", + } + }, + { + "Type": "Wheaten Easter Egg Chicken", + "Data": "1/3/Easter Egg/Large Easter Egg/cluck/8/32/48/32/8/32/48/32/0/false/Coop/16/16/16/16/4/7/null/641/800/Wheaten Easter Egg Chicken/Coop", + "Sprites": { + "Adult": "assets/WheatenEaster Egger Chicken.png", + "Baby": "assets/BabyWheatenEaster Egger Chicken.png" + } + }, + { + "Type": "Black Silkie Chicken", + "Data": "1/3/Silkie Egg/Large Silkie Egg/cluck/8/32/48/32/8/32/48/32/0/false/Coop/16/16/16/16/4/7/null/641/800/Black Silkie Chicken/Coop", + "Sprites": { + "Adult": "assets/BlackSilkie Chicken.png", + "Baby": "assets/BabyBlackSilkie Chicken.png", + } + }, + { + "Type": "Buff Silkie Chicken", + "Data": "1/3/Silkie Egg/Large Silkie Egg/cluck/8/32/48/32/8/32/48/32/0/false/Coop/16/16/16/16/4/7/null/641/800/Buff Silkie Chicken/Coop", + "Sprites": { + "Adult": "assets/BuffSilkie Chicken.png", + "Baby": "assets/BabyBuff Silkie Chicken.png", + } + }, + { + "Type": "White Silkie Chicken", + "Data": "1/3/Silkie Egg/Large Silkie Egg/cluck/8/32/48/32/8/32/48/32/0/false/Coop/16/16/16/16/4/7/null/641/800/White Silkie Chicken/Coop", + "Sprites": { + "Adult": "assets/WhiteSilkie Chicken.png", + "Baby": "assets/BabyWhiteSilkie Chicken.png", + } + }, + { + "Type": "Blue Ameraucana Chicken", + "Data": "1/3/Ameraucana Egg/Large Ameraucana Egg/cluck/8/32/48/32/8/32/48/32/0/false/Coop/16/16/16/16/4/7/null/641/800/Blue Ameraucana Chicken/Coop", + "Sprites": { + "Adult": "assets/BlueAmeraucana Chicken.png", + "Baby": "assets/BabyBlueAmeraucana Chicken.png", + } + }, + { + "Type": "Red Ameraucana Chicken", + "Data": "1/3/Ameraucana Egg/Large Ameraucana Egg/cluck/8/32/48/32/8/32/48/32/0/false/Coop/16/16/16/16/4/7/null/641/800/Red Ameraucana Chicken/Coop", + "Sprites": { + "Adult": "assets/RedAmeraucana Chicken.png", + "Baby": "assets/BabyRedAmeraucana Chicken.png", + } + }, + { + "Type": "Wheaten Ameraucana Chicken", + "Data": "1/3/Ameraucana Egg/Large Ameraucana Egg/cluck/8/32/48/32/8/32/48/32/0/false/Coop/16/16/16/16/4/7/null/641/800/Wheaten Ameraucana Chicken/Coop", + "Sprites": { + "Adult": "assets/WheatenAmeraucana Chicken.png", + "Baby": "assets/BabyWheatenAmeraucana Chicken.png", + } + }, + { + "Type": "Brown Wyandotte Chicken", + "Data": "1/3/Wyandotte Egg/Large Wyandotte Egg/cluck/8/32/48/32/8/32/48/32/0/false/Coop/16/16/16/16/4/7/null/641/800/Brown Wyandotte Chicken/Coop", + "Sprites": { + "Adult": "assets/BrownWyandotte Chicken.png", + "Baby": "assets/BabyBrownWyandotte Chicken.png", + } + }, + { + "Type": "Gold Wyandotte Chicken", + "Data": "1/3/Wyandotte Egg/Large Wyandotte Egg/cluck/8/32/48/32/8/32/48/32/0/false/Coop/16/16/16/16/4/7/null/641/800/Gold Wyandotte Chicken/Coop", + "Sprites": { + "Adult": "assets/GoldWyandotte Chicken.png", + "Baby": "assets/BabyGoldWyandotte Chicken.png", + } + }, + { + "Type": "Silver Wyandotte Chicken", + "Data": "1/3/Wyandotte Egg/Large Wyandotte Egg/cluck/8/32/48/32/8/32/48/32/0/false/Coop/16/16/16/16/4/7/null/641/800/Silver Wyandotte Chicken/Coop", + "Sprites": { + "Adult": "assets/SilverWyandotte Chicken.png", + "Baby": "assets/BabySilverWyandotte Chicken.png", + } + } + ], + } + ] +} \ No newline at end of file diff --git a/[BFAV] Lavapulse Chickens/manifest.json b/[BFAV] Lavapulse Chickens/manifest.json new file mode 100644 index 00000000..a2a45548 --- /dev/null +++ b/[BFAV] Lavapulse Chickens/manifest.json @@ -0,0 +1,13 @@ +{ + "Name": "Lavapulse's Chickens for BFAV", + "Author": "Lavapulse", + "Version": "1.1.0", + "Description": "Lavapulse's chickens but for BFAV like they should have been.", + "UniqueID": "Lavapulse.BFAV.Chickens", + "MinimumAPIVersion": "3.1.0", + "UpdateKeys": [], + "ContentPackFor": { + "UniqueID": "Paritee.BetterFarmAnimalVariety", + "MinimumVersion": "3.0.0-unofficial" + } +} \ No newline at end of file diff --git a/[BFAV] Quails/assets/BabyBlueCalifornia Quail.png b/[BFAV] Quails/assets/BabyBlueCalifornia Quail.png new file mode 100644 index 00000000..f83e70ae Binary files /dev/null and b/[BFAV] Quails/assets/BabyBlueCalifornia Quail.png differ diff --git a/[BFAV] Quails/assets/BabyBrownCalifornia Quail.png b/[BFAV] Quails/assets/BabyBrownCalifornia Quail.png new file mode 100644 index 00000000..6ede0089 Binary files /dev/null and b/[BFAV] Quails/assets/BabyBrownCalifornia Quail.png differ diff --git a/[BFAV] Quails/assets/BabyBrownJapanese Quail.png b/[BFAV] Quails/assets/BabyBrownJapanese Quail.png new file mode 100644 index 00000000..e6cd04be Binary files /dev/null and b/[BFAV] Quails/assets/BabyBrownJapanese Quail.png differ diff --git a/[BFAV] Quails/assets/BabyWhiteJapanese Quail.png b/[BFAV] Quails/assets/BabyWhiteJapanese Quail.png new file mode 100644 index 00000000..8b61324c Binary files /dev/null and b/[BFAV] Quails/assets/BabyWhiteJapanese Quail.png differ diff --git a/[BFAV] Quails/assets/BlueCalifornia Quail.png b/[BFAV] Quails/assets/BlueCalifornia Quail.png new file mode 100644 index 00000000..8b943842 Binary files /dev/null and b/[BFAV] Quails/assets/BlueCalifornia Quail.png differ diff --git a/[BFAV] Quails/assets/BrownCalifornia Quail.png b/[BFAV] Quails/assets/BrownCalifornia Quail.png new file mode 100644 index 00000000..b95318e5 Binary files /dev/null and b/[BFAV] Quails/assets/BrownCalifornia Quail.png differ diff --git a/[BFAV] Quails/assets/BrownJapanese Quail.png b/[BFAV] Quails/assets/BrownJapanese Quail.png new file mode 100644 index 00000000..3994475d Binary files /dev/null and b/[BFAV] Quails/assets/BrownJapanese Quail.png differ diff --git a/[BFAV] Quails/assets/WhiteJapanese Quail.png b/[BFAV] Quails/assets/WhiteJapanese Quail.png new file mode 100644 index 00000000..666e3c59 Binary files /dev/null and b/[BFAV] Quails/assets/WhiteJapanese Quail.png differ diff --git a/[BFAV] Quails/assets/animal_shop_quail.png b/[BFAV] Quails/assets/animal_shop_quail.png new file mode 100644 index 00000000..49c4272a Binary files /dev/null and b/[BFAV] Quails/assets/animal_shop_quail.png differ diff --git a/[BFAV] Quails/assets/animal_shop_quails.png b/[BFAV] Quails/assets/animal_shop_quails.png deleted file mode 100755 index aefe538c..00000000 Binary files a/[BFAV] Quails/assets/animal_shop_quails.png and /dev/null differ diff --git a/[BFAV] Quails/content.json b/[BFAV] Quails/content.json index 0389456d..752390c3 100755 --- a/[BFAV] Quails/content.json +++ b/[BFAV] Quails/content.json @@ -23,15 +23,51 @@ "Baby": "assets/BabyButtonQuail.png" } }, + { + "Type": "Blue California Quail", + "DeluxeProduceLuck": 0.01, + "Data": "2/4/Small California Quail Egg/Small California Quail Eggs/cluck/8/32/48/32/8/32/48/32/0/false/Coop/16/16/16/16/4/7/null/641/1000/Blue California Quail/Coop", + "Sprites": { + "Adult": "assets/BlueCalifornia Quail.png", + "Baby": "assets/BabyBlueCalifornia Quail.png" + } + }, + { + "Type": "Brown California Quail", + "DeluxeProduceLuck": 0.01, + "Data": "2/4/Small California Quail Egg/Small California Quail Eggs/cluck/8/32/48/32/8/32/48/32/0/false/Coop/16/16/16/16/4/7/null/641/1000/Brown California Quail/Coop", + "Sprites": { + "Adult": "assets/BrownCalifornia Quail.png", + "Baby": "assets/BabyBrownCalifornia Quail.png" + } + }, + { + "Type": "White Japanese Quail", + "DeluxeProduceLuck": 0.01, + "Data": "2/4/Small Japanese Quail Egg/Small Japanese Quail Eggs/cluck/8/32/48/32/8/32/48/32/0/false/Coop/16/16/16/16/4/7/null/641/1000/White Japanese Quail/Coop", + "Sprites": { + "Adult": "assets/WhiteJapanese Quail.png", + "Baby": "assets/BabyWhiteJapanese Quail.png" + } + }, + { + "Type": "Brown Japanese Quail", + "DeluxeProduceLuck": 0.01, + "Data": "2/4/Small Japanese Quail Egg/Small Japanese Quail Eggs/cluck/8/32/48/32/8/32/48/32/0/false/Coop/16/16/16/16/4/7/null/641/1000/Brown Japanese Quail/Coop", + "Sprites": { + "Adult": "assets/BrownJapanese Quail.png", + "Baby": "assets/BabyBrownJapanese Quail.png" + } + } ], "Buildings": [ "Deluxe Coop", ], "AnimalShop": { "Name": "Quail", - "Description": "These birds produce valuable eggs.", + "Description": "These quails will lay eggs every other day. If you're lucky, they may even lay two at once.", "Price": 5000, - "Icon": "assets\\animal_shop_quails.png", + "Icon": "assets\\animal_shop_quail.png", "Exclude": [ "Void Chicken" ] diff --git a/[BFAV] Raccoon/content.json b/[BFAV] Raccoon/content.json index 3d25ebec..5f13bef7 100644 --- a/[BFAV] Raccoon/content.json +++ b/[BFAV] Raccoon/content.json @@ -52,7 +52,7 @@ ], "AnimalShop": { "Name": "Raccoon", - "Description": "Those are rescued raccoons that were found in several areas of the valley. Gray ones in the city, blonde ones in the forest, tropical ones in the beach and near the river and brown ones in the mountains. They used to belong in raccoon gangs that would break into people's place and steal their stuff, so they might still have some habits from their past.", + "Description": "Rescued racoons from all over the valley. They're very skilled at theiving.", "Price": 5000, "Icon": "assets\\animal_shop_raccoon.png", "Exclude": [ diff --git a/[BFAV] Dragons - Coop ver/assets/Black Dragon.png b/[BFAV] There Be Dragons/assets/Black Dragon.png similarity index 100% rename from [BFAV] Dragons - Coop ver/assets/Black Dragon.png rename to [BFAV] There Be Dragons/assets/Black Dragon.png diff --git a/[BFAV] Dragons - Coop ver/assets/Blue Dragon.png b/[BFAV] There Be Dragons/assets/Blue Dragon.png similarity index 100% rename from [BFAV] Dragons - Coop ver/assets/Blue Dragon.png rename to [BFAV] There Be Dragons/assets/Blue Dragon.png diff --git a/[BFAV] Dragons - Coop ver/assets/Copper Dragon.png b/[BFAV] There Be Dragons/assets/Copper Dragon.png similarity index 100% rename from [BFAV] Dragons - Coop ver/assets/Copper Dragon.png rename to [BFAV] There Be Dragons/assets/Copper Dragon.png diff --git a/[BFAV] Dragons - Coop ver/assets/Gold Dragon.png b/[BFAV] There Be Dragons/assets/Gold Dragon.png similarity index 100% rename from [BFAV] Dragons - Coop ver/assets/Gold Dragon.png rename to [BFAV] There Be Dragons/assets/Gold Dragon.png diff --git a/[BFAV] Dragons - Coop ver/assets/Green Dragon.png b/[BFAV] There Be Dragons/assets/Green Dragon.png similarity index 100% rename from [BFAV] Dragons - Coop ver/assets/Green Dragon.png rename to [BFAV] There Be Dragons/assets/Green Dragon.png diff --git a/[BFAV] Dragons - Coop ver/assets/Iridium Dragon.png b/[BFAV] There Be Dragons/assets/Iridium Dragon.png similarity index 100% rename from [BFAV] Dragons - Coop ver/assets/Iridium Dragon.png rename to [BFAV] There Be Dragons/assets/Iridium Dragon.png diff --git a/[BFAV] Dragons - Coop ver/assets/Iron Dragon.png b/[BFAV] There Be Dragons/assets/Iron Dragon.png similarity index 100% rename from [BFAV] Dragons - Coop ver/assets/Iron Dragon.png rename to [BFAV] There Be Dragons/assets/Iron Dragon.png diff --git a/[BFAV] Dragons - Coop ver/assets/Purple Dragon.png b/[BFAV] There Be Dragons/assets/Purple Dragon.png similarity index 100% rename from [BFAV] Dragons - Coop ver/assets/Purple Dragon.png rename to [BFAV] There Be Dragons/assets/Purple Dragon.png diff --git a/[BFAV] Dragons - Coop ver/assets/Red Dragon.png b/[BFAV] There Be Dragons/assets/Red Dragon.png similarity index 100% rename from [BFAV] Dragons - Coop ver/assets/Red Dragon.png rename to [BFAV] There Be Dragons/assets/Red Dragon.png diff --git a/[BFAV] Dragons - Coop ver/animal_shop_dragons.png b/[BFAV] There Be Dragons/assets/animal_shop_dragons.png similarity index 100% rename from [BFAV] Dragons - Coop ver/animal_shop_dragons.png rename to [BFAV] There Be Dragons/assets/animal_shop_dragons.png diff --git a/[BFAV] There Be Dragons/content.json b/[BFAV] There Be Dragons/content.json new file mode 100644 index 00000000..5b00b521 --- /dev/null +++ b/[BFAV] There Be Dragons/content.json @@ -0,0 +1,99 @@ +{ + "Format": "1.0", + "Categories": [ + { + "Action": "Create", + "Category": "Miniature Dragon", + "Types": [ + { + "Type": "Black Dragon", + "DeluxeProduceLuck": 0.01, + "Data": "1/0/382/575/none/8/32/48/32/8/32/48/32/0/false/Coop/16/16/16/16/1/8/null/644/1000/Black Dragon/Coop", + "Sprites": { + "Adult": "assets/Black Dragon.png", + } + }, + { + "Type": "Blue Dragon", + "DeluxeProduceLuck": 0.01, + "Data": "1/0/84/62/none/8/32/48/32/8/32/48/32/0/false/Coop/16/16/16/16/1/8/null/644/1000/Blue Dragon/Coop", + "Sprites": { + "Adult": "assets/Blue Dragon.png", + } + }, + { + "Type": "Copper Dragon", + "DeluxeProduceLuck": 0.01, + "Data": "1/0/378/334/none/8/32/48/32/8/32/48/32/0/false/Coop/16/16/16/16/1/8/null/644/1000/Copper Dragon/Coop", + "Sprites": { + "Adult": "assets/Copper Dragon.png", + } + }, + { + "Type": "Gold Dragon", + "DeluxeProduceLuck": 0.01, + "Data": "1/0/384/336/none/8/32/48/32/8/32/48/32/0/false/Coop/16/16/16/16/1/8/null/644/1000/Gold Dragon/Coop", + "Sprites": { + "Adult": "assets/Gold Dragon.png", + } + } + { + "Type": "Green Dragon", + "DeluxeProduceLuck": 0.01, + "Data": "1/0/538/60/none/8/32/48/32/8/32/48/32/0/false/Coop/16/16/16/16/1/8/null/644/1000/Green Dragon/Coop", + "Sprites": { + "Adult": "assets/Green Dragon.png", + } + }, + { + "Type": "Iridium Dragon", + "DeluxeProduceLuck": 0.01, + "Data": "1/0/386/337/none/8/32/48/32/8/32/48/32/0/false/Coop/16/16/16/16/1/8/null/644/1000/Iridium Dragon/Coop", + "Sprites": { + "Adult": "assets/Iridium Dragon.png", + } + }, + { + "Type": "Iron Dragon", + "DeluxeProduceLuck": 0.01, + "Data": "1/0/380/335/none/8/32/48/32/8/32/48/32/0/false/Coop/16/16/16/16/1/8/null/644/1000/Iron Dragon/Coop", + "Sprites": { + "Adult": "assets/Iron Dragon.png", + } + }, + { + "Type": "Purple Dragon", + "DeluxeProduceLuck": 0.01, + "Data": "1/0/66/577/none/8/32/48/32/8/32/48/32/0/false/Coop/16/16/16/16/1/8/null/644/1000/Purple Dragon/Coop", + "Sprites": { + "Adult": "assets/Purple Dragon.png", + } + }, + { + "Type": "Red Dragon", + "DeluxeProduceLuck": 0.01, + "Data": "1/0/82/64/none/8/32/48/32/8/32/48/32/0/false/Coop/16/16/16/16/1/8/null/644/1000/Red Dragon/Coop", + "Sprites": { + "Adult": "assets/Red Dragon.png", + } + } + ], + "Buildings": [ + "Big Coop", + ], + "AnimalShop": { + "Name": "Miniature Dragon", + "Description": "A tiny breed of dragon that is both friendly and cuddly.", + "Price": 8000, + "Icon": "assets\\animal_shop_dragons.png", + "Exclude": [ + "Void Chicken" + ] + }, + "ForceRemoveFromShop": false, + "ForceOverrideTypes": true, + "ForceOverrideBuildings": true, + "ForceOverrideExclude": true + }, + ] + } diff --git a/[BFAV] Dragons - Coop ver/manifest.json b/[BFAV] There Be Dragons/manifest.json similarity index 100% rename from [BFAV] Dragons - Coop ver/manifest.json rename to [BFAV] There Be Dragons/manifest.json diff --git a/[BFAV] [JA] [PFM] So Many Horses/[BFAV] So Many Horses/content.json b/[BFAV] [JA] [PFM] So Many Horses/[BFAV] So Many Horses/content.json index 56fed2a8..04196d30 100755 --- a/[BFAV] [JA] [PFM] So Many Horses/[BFAV] So Many Horses/content.json +++ b/[BFAV] [JA] [PFM] So Many Horses/[BFAV] So Many Horses/content.json @@ -7,7 +7,7 @@ "Types": [ { "Type": "Draft Horse 1", - "Data": "1/5/Horsehoe/Horse Hair/leafrustle/36/64/64/64/36/64/64/64/0/false/Barn/32/32/32/32/15/5/null/639/4000/Draft Horse/Barn", + "Data": "1/5/Horseshoe/Horse Hair/leafrustle/36/64/64/64/36/64/64/64/0/false/Barn/32/32/32/32/15/5/null/639/4000/Draft Horse/Barn", "Sprites": { "Adult": "assets/draft bay 1.png", "Baby": "assets/draft bay 1 baby.png", @@ -15,7 +15,7 @@ }, { "Type": "Draft Horse 2", - "Data": "1/5/Horsehoe/Horse Hair/leafrustle/36/64/64/64/36/64/64/64/0/false/Barn/32/32/32/32/15/5/null/639/4000/Draft Horse/Barn", + "Data": "1/5/Horseshoe/Horse Hair/leafrustle/36/64/64/64/36/64/64/64/0/false/Barn/32/32/32/32/15/5/null/639/4000/Draft Horse/Barn", "Sprites": { "Adult": "assets/draft bay 2.png", "Baby": "assets/draft bay 2 baby.png", @@ -23,7 +23,7 @@ }, { "Type": "Draft Horse 3", - "Data": "1/5/Horsehoe/Horse Hair/leafrustle/36/64/64/64/36/64/64/64/0/false/Barn/32/32/32/32/15/5/null/639/4000/Draft Horse/Barn", + "Data": "1/5/Horseshoe/Horse Hair/leafrustle/36/64/64/64/36/64/64/64/0/false/Barn/32/32/32/32/15/5/null/639/4000/Draft Horse/Barn", "Sprites": { "Adult": "assets/draft bay 3.png", "Baby": "assets/draft bay 3 baby.png", @@ -31,7 +31,7 @@ }, { "Type": "Draft Horse 4", - "Data": "1/5/Horsehoe/Horse Hair/leafrustle/36/64/64/64/36/64/64/64/0/false/Barn/32/32/32/32/15/5/null/639/4000/Draft Horse/Barn", + "Data": "1/5/Horseshoe/Horse Hair/leafrustle/36/64/64/64/36/64/64/64/0/false/Barn/32/32/32/32/15/5/null/639/4000/Draft Horse/Barn", "Sprites": { "Adult": "assets/draft black 1.png", "Baby": "assets/draft black 1 baby.png", @@ -39,7 +39,7 @@ }, { "Type": "Draft Horse 5", - "Data": "1/5/Horsehoe/Horse Hair/leafrustle/36/64/64/64/36/64/64/64/0/false/Barn/32/32/32/32/15/5/null/639/4000/Draft Horse/Barn", + "Data": "1/5/Horseshoe/Horse Hair/leafrustle/36/64/64/64/36/64/64/64/0/false/Barn/32/32/32/32/15/5/null/639/4000/Draft Horse/Barn", "Sprites": { "Adult": "assets/draft black 2.png", "Baby": "assets/draft black 2 baby.png", @@ -47,7 +47,7 @@ }, { "Type": "Draft Horse 6", - "Data": "1/5/Horsehoe/Horse Hair/leafrustle/36/64/64/64/36/64/64/64/0/false/Barn/32/32/32/32/15/5/null/639/4000/Draft Horse/Barn", + "Data": "1/5/Horseshoe/Horse Hair/leafrustle/36/64/64/64/36/64/64/64/0/false/Barn/32/32/32/32/15/5/null/639/4000/Draft Horse/Barn", "Sprites": { "Adult": "assets/draft black 3.png", "Baby": "assets/draft black 3 baby.png", @@ -55,7 +55,7 @@ }, { "Type": "Draft Horse 7", - "Data": "1/5/Horsehoe/Horse Hair/leafrustle/36/64/64/64/36/64/64/64/0/false/Barn/32/32/32/32/15/5/null/639/4000/Draft Horse/Barn", + "Data": "1/5/Horseshoe/Horse Hair/leafrustle/36/64/64/64/36/64/64/64/0/false/Barn/32/32/32/32/15/5/null/639/4000/Draft Horse/Barn", "Sprites": { "Adult": "assets/draft chestnut 1.png", "Baby": "assets/draft chestnut 1 baby.png", @@ -63,7 +63,7 @@ }, { "Type": "Draft Horse 8", - "Data": "1/5/Horsehoe/Horse Hair/leafrustle/36/64/64/64/36/64/64/64/0/false/Barn/32/32/32/32/15/5/null/639/4000/Draft Horse/Barn", + "Data": "1/5/Horseshoe/Horse Hair/leafrustle/36/64/64/64/36/64/64/64/0/false/Barn/32/32/32/32/15/5/null/639/4000/Draft Horse/Barn", "Sprites": { "Adult": "assets/draft chestnut 2.png", "Baby": "assets/draft chestnut 2 baby.png", @@ -71,7 +71,7 @@ }, { "Type": "Draft Horse 9", - "Data": "1/5/Horsehoe/Horse Hair/leafrustle/36/64/64/64/36/64/64/64/0/false/Barn/32/32/32/32/15/5/null/639/4000/Draft Horse/Barn", + "Data": "1/5/Horseshoe/Horse Hair/leafrustle/36/64/64/64/36/64/64/64/0/false/Barn/32/32/32/32/15/5/null/639/4000/Draft Horse/Barn", "Sprites": { "Adult": "assets/draft chestnut 3.png", "Baby": "assets/draft chestnut 3 baby.png", @@ -79,7 +79,7 @@ }, { "Type": "Draft Horse 10", - "Data": "1/5/Horsehoe/Horse Hair/leafrustle/36/64/64/64/36/64/64/64/0/false/Barn/32/32/32/32/15/5/null/639/4000/Draft Horse/Barn", + "Data": "1/5/Horseshoe/Horse Hair/leafrustle/36/64/64/64/36/64/64/64/0/false/Barn/32/32/32/32/15/5/null/639/4000/Draft Horse/Barn", "Sprites": { "Adult": "assets/draft dk grey 1.png", "Baby": "assets/draft dk grey 1 baby.png", @@ -87,7 +87,7 @@ }, { "Type": "Draft Horse 11", - "Data": "1/5/Horsehoe/Horse Hair/leafrustle/36/64/64/64/36/64/64/64/0/false/Barn/32/32/32/32/15/5/null/639/4000/Draft Horse/Barn", + "Data": "1/5/Horseshoe/Horse Hair/leafrustle/36/64/64/64/36/64/64/64/0/false/Barn/32/32/32/32/15/5/null/639/4000/Draft Horse/Barn", "Sprites": { "Adult": "assets/draft dk grey 2.png", "Baby": "assets/draft dk grey 2 baby.png", @@ -95,7 +95,7 @@ }, { "Type": "Draft Horse 12", - "Data": "1/5/Horsehoe/Horse Hair/leafrustle/36/64/64/64/36/64/64/64/0/false/Barn/32/32/32/32/15/5/null/639/4000/Draft Horse/Barn", + "Data": "1/5/Horseshoe/Horse Hair/leafrustle/36/64/64/64/36/64/64/64/0/false/Barn/32/32/32/32/15/5/null/639/4000/Draft Horse/Barn", "Sprites": { "Adult": "assets/draft dk grey 3.png", "Baby": "assets/draft dk grey 3 baby.png", @@ -103,7 +103,7 @@ }, { "Type": "Draft Horse 13", - "Data": "1/5/Horsehoe/Horse Hair/leafrustle/36/64/64/64/36/64/64/64/0/false/Barn/32/32/32/32/15/5/null/639/4000/Draft Horse/Barn", + "Data": "1/5/Horseshoe/Horse Hair/leafrustle/36/64/64/64/36/64/64/64/0/false/Barn/32/32/32/32/15/5/null/639/4000/Draft Horse/Barn", "Sprites": { "Adult": "assets/draft dun 1.png", "Baby": "assets/draft dun 1 baby.png", @@ -111,7 +111,7 @@ }, { "Type": "Draft Horse 14", - "Data": "1/5/Horsehoe/Horse Hair/leafrustle/36/64/64/64/36/64/64/64/0/false/Barn/32/32/32/32/15/5/null/639/4000/Draft Horse/Barn", + "Data": "1/5/Horseshoe/Horse Hair/leafrustle/36/64/64/64/36/64/64/64/0/false/Barn/32/32/32/32/15/5/null/639/4000/Draft Horse/Barn", "Sprites": { "Adult": "assets/draft dun 2.png", "Baby": "assets/draft dun 2 baby.png", @@ -119,7 +119,7 @@ }, { "Type": "Draft Horse 15", - "Data": "1/5/Horsehoe/Horse Hair/leafrustle/36/64/64/64/36/64/64/64/0/false/Barn/32/32/32/32/15/5/null/639/4000/Draft Horse/Barn", + "Data": "1/5/Horseshoe/Horse Hair/leafrustle/36/64/64/64/36/64/64/64/0/false/Barn/32/32/32/32/15/5/null/639/4000/Draft Horse/Barn", "Sprites": { "Adult": "assets/draft dun 3.png", "Baby": "assets/draft dun 3 baby.png", @@ -127,7 +127,7 @@ }, { "Type": "Draft Horse 16", - "Data": "1/5/Horsehoe/Horse Hair/leafrustle/36/64/64/64/36/64/64/64/0/false/Barn/32/32/32/32/15/5/null/639/4000/Draft Horse/Barn", + "Data": "1/5/Horseshoe/Horse Hair/leafrustle/36/64/64/64/36/64/64/64/0/false/Barn/32/32/32/32/15/5/null/639/4000/Draft Horse/Barn", "Sprites": { "Adult": "assets/draft lt grey 1.png", "Baby": "assets/draft lt grey 1 baby.png", @@ -135,7 +135,7 @@ }, { "Type": "Draft Horse 17", - "Data": "1/5/Horsehoe/Horse Hair/leafrustle/36/64/64/64/36/64/64/64/0/false/Barn/32/32/32/32/15/5/null/639/4000/Draft Horse/Barn", + "Data": "1/5/Horseshoe/Horse Hair/leafrustle/36/64/64/64/36/64/64/64/0/false/Barn/32/32/32/32/15/5/null/639/4000/Draft Horse/Barn", "Sprites": { "Adult": "assets/draft lt grey 2.png", "Baby": "assets/draft lt grey 2 baby.png", @@ -143,7 +143,7 @@ }, { "Type": "Draft Horse 18", - "Data": "1/5/Horsehoe/Horse Hair/leafrustle/36/64/64/64/36/64/64/64/0/false/Barn/32/32/32/32/15/5/null/639/4000/Draft Horse/Barn", + "Data": "1/5/Horseshoe/Horse Hair/leafrustle/36/64/64/64/36/64/64/64/0/false/Barn/32/32/32/32/15/5/null/639/4000/Draft Horse/Barn", "Sprites": { "Adult": "assets/draft lt grey 3.png", "Baby": "assets/draft lt grey 3 baby.png", @@ -151,7 +151,7 @@ }, { "Type": "Draft Horse 19", - "Data": "1/5/Horsehoe/Horse Hair/leafrustle/36/64/64/64/36/64/64/64/0/false/Barn/32/32/32/32/15/5/null/639/4000/Draft Horse/Barn", + "Data": "1/5/Horseshoe/Horse Hair/leafrustle/36/64/64/64/36/64/64/64/0/false/Barn/32/32/32/32/15/5/null/639/4000/Draft Horse/Barn", "Sprites": { "Adult": "assets/draft palomino 1.png", "Baby": "assets/draft palomino 1 baby.png", @@ -159,7 +159,7 @@ }, { "Type": "Draft Horse 20", - "Data": "1/5/Horsehoe/Horse Hair/leafrustle/36/64/64/64/36/64/64/64/0/false/Barn/32/32/32/32/15/5/null/639/4000/Draft Horse/Barn", + "Data": "1/5/Horseshoe/Horse Hair/leafrustle/36/64/64/64/36/64/64/64/0/false/Barn/32/32/32/32/15/5/null/639/4000/Draft Horse/Barn", "Sprites": { "Adult": "assets/draft palomino 2.png", "Baby": "assets/draft palomino 2 baby.png", @@ -167,7 +167,7 @@ }, { "Type": "Draft Horse 21", - "Data": "1/5/Horsehoe/Horse Hair/leafrustle/36/64/64/64/36/64/64/64/0/false/Barn/32/32/32/32/15/5/null/639/4000/Draft Horse/Barn", + "Data": "1/5/Horseshoe/Horse Hair/leafrustle/36/64/64/64/36/64/64/64/0/false/Barn/32/32/32/32/15/5/null/639/4000/Draft Horse/Barn", "Sprites": { "Adult": "assets/draft palomino 3.png", "Baby": "assets/draft palomino 3 baby.png", @@ -179,7 +179,7 @@ ], "AnimalShop": { "Name": "Draft Horse", - "Description": "Adult Draft Horses produce Horsehoe each day. They may shed valuable horse hair on occasion, which can be used for cloth.", + "Description": "Adult Draft Horses produce Horseshoe each day. They may shed valuable horse hair on occasion, which can be used for cloth.", "Price": 8000, "Icon": "assets\\draft horse animal shop.png", "Exclude": [] diff --git a/[BFAV] [JA] [PFM] So Many Horses/[PFM] So Many Horses/producerRules.json b/[BFAV] [JA] [PFM] So Many Horses/[PFM] So Many Horses/producerRules.json index b59f5541..782d9432 100755 --- a/[BFAV] [JA] [PFM] So Many Horses/[PFM] So Many Horses/producerRules.json +++ b/[BFAV] [JA] [PFM] So Many Horses/[PFM] So Many Horses/producerRules.json @@ -1,7 +1,7 @@ [ { //Recycling Machine Fertilizer "ProducerName": "Recycling Machine", - "InputIdentifier": "Horsehoe", + "InputIdentifier": "Horseshoe", "InputStack": 2, "MinutesUntilReady": 40, "OutputIdentifier": "Iron Bar", diff --git a/[FTM] Better Quarry Redux/data/Hadi_240720025_SaveData.save b/[FTM] Better Quarry Redux/data/Hadi_240720025_SaveData.save index 7b6415e3..8114b6f4 100755 --- a/[FTM] Better Quarry Redux/data/Hadi_240720025_SaveData.save +++ b/[FTM] Better Quarry Redux/data/Hadi_240720025_SaveData.save @@ -1,5 +1,5 @@ { - "WeatherForYesterday": "Sunny", + "WeatherForYesterday": "Snow", "LNOSCounter": {}, "ExistingObjectLocations": {}, "SavedObjects": [] diff --git a/[FTM] Capitalist Dream Farm 2/data/Hadi_240720025_SaveData.save b/[FTM] Capitalist Dream Farm 2/data/Hadi_240720025_SaveData.save index f1f6d4ce..efe6cfc3 100644 --- a/[FTM] Capitalist Dream Farm 2/data/Hadi_240720025_SaveData.save +++ b/[FTM] Capitalist Dream Farm 2/data/Hadi_240720025_SaveData.save @@ -1,124 +1,14 @@ { - "WeatherForYesterday": "Sunny", + "WeatherForYesterday": "Snow", "LNOSCounter": {}, "ExistingObjectLocations": {}, "SavedObjects": [ { "MapName": "Farm", "Name": null, - "Tile": "1, 53", - "Type": "LargeObject", - "ID": 600, - "DaysUntilExpire": 0, - "SpawnTime": 600, - "ConfigItem": null, - "MonType": null - }, - { - "MapName": "Farm", - "Name": null, - "Tile": "17, 53", - "Type": "LargeObject", - "ID": 600, - "DaysUntilExpire": 0, - "SpawnTime": 600, - "ConfigItem": null, - "MonType": null - }, - { - "MapName": "Farm", - "Name": null, - "Tile": "2, 47", - "Type": "LargeObject", - "ID": 600, - "DaysUntilExpire": 0, - "SpawnTime": 600, - "ConfigItem": null, - "MonType": null - }, - { - "MapName": "Farm", - "Name": null, - "Tile": "9, 55", - "Type": "LargeObject", - "ID": 600, - "DaysUntilExpire": 0, - "SpawnTime": 600, - "ConfigItem": null, - "MonType": null - }, - { - "MapName": "Farm", - "Name": null, - "Tile": "7, 49", - "Type": "LargeObject", - "ID": 600, - "DaysUntilExpire": 0, - "SpawnTime": 600, - "ConfigItem": null, - "MonType": null - }, - { - "MapName": "Farm", - "Name": null, - "Tile": "15, 50", - "Type": "LargeObject", - "ID": 600, - "DaysUntilExpire": 0, - "SpawnTime": 600, - "ConfigItem": null, - "MonType": null - }, - { - "MapName": "Farm", - "Name": null, - "Tile": "3, 50", - "Type": "LargeObject", - "ID": 600, - "DaysUntilExpire": 0, - "SpawnTime": 600, - "ConfigItem": null, - "MonType": null - }, - { - "MapName": "Farm", - "Name": null, - "Tile": "3, 56", - "Type": "LargeObject", - "ID": 600, - "DaysUntilExpire": 0, - "SpawnTime": 600, - "ConfigItem": null, - "MonType": null - }, - { - "MapName": "Farm", - "Name": null, - "Tile": "11, 51", - "Type": "LargeObject", - "ID": 600, - "DaysUntilExpire": 0, - "SpawnTime": 600, - "ConfigItem": null, - "MonType": null - }, - { - "MapName": "Farm", - "Name": null, - "Tile": "6, 53", - "Type": "LargeObject", - "ID": 600, - "DaysUntilExpire": 0, - "SpawnTime": 600, - "ConfigItem": null, - "MonType": null - }, - { - "MapName": "Farm", - "Name": null, - "Tile": "36, 138", + "Tile": "11, 138", "Type": "Forage", - "ID": 722, + "ID": 392, "DaysUntilExpire": 1, "SpawnTime": 600, "ConfigItem": null, @@ -127,9 +17,9 @@ { "MapName": "Farm", "Name": null, - "Tile": "11, 138", + "Tile": "24, 140", "Type": "Forage", - "ID": 392, + "ID": 393, "DaysUntilExpire": 2, "SpawnTime": 600, "ConfigItem": null, diff --git a/[FTM] Farmer to Florist/data/Hadi_240720025_SaveData.save b/[FTM] Farmer to Florist/data/Hadi_240720025_SaveData.save index 7b6415e3..8114b6f4 100755 --- a/[FTM] Farmer to Florist/data/Hadi_240720025_SaveData.save +++ b/[FTM] Farmer to Florist/data/Hadi_240720025_SaveData.save @@ -1,5 +1,5 @@ { - "WeatherForYesterday": "Sunny", + "WeatherForYesterday": "Snow", "LNOSCounter": {}, "ExistingObjectLocations": {}, "SavedObjects": []