Stardew valley: Fix Queen of Sauce Cookbook conditions (#3651)

* - Extracted walnut logic to a Mixin so it can be used in content pack requirements

* - Add 100 walnut requirements to the Queen of Sauce Cookbook

* - Woops a file wasn't added to previous commits

* - Make the queen of sauce cookbook a ginger island only thing, due to the walnut requirement

* - Moved the book in the correct content pack

* - Removed an empty class that I'm not sure where it came from
This commit is contained in:
agilbert1412
2024-07-23 01:36:42 +03:00
committed by GitHub
parent f7989780fa
commit c12d3dd6ad
9 changed files with 171 additions and 133 deletions

View File

@@ -2252,7 +2252,7 @@ id,region,name,tags,mod_name
3848,Shipping,Shipsanity: Way Of The Wind pt. 1,"SHIPSANITY",
3849,Shipping,Shipsanity: Mapping Cave Systems,"SHIPSANITY",
3850,Shipping,Shipsanity: Price Catalogue,"SHIPSANITY",
3851,Shipping,Shipsanity: Queen Of Sauce Cookbook,"SHIPSANITY",
3851,Shipping,Shipsanity: Queen Of Sauce Cookbook,"SHIPSANITY,GINGER_ISLAND",
3852,Shipping,Shipsanity: The Diamond Hunter,"SHIPSANITY,GINGER_ISLAND",
3853,Shipping,Shipsanity: Book of Mysteries,"SHIPSANITY",
3854,Shipping,Shipsanity: Animal Catalogue,"SHIPSANITY",
@@ -2292,7 +2292,7 @@ id,region,name,tags,mod_name
4032,Farm,Read Book Of Stars,"BOOKSANITY,BOOKSANITY_SKILL",
4033,Farm,Read Combat Quarterly,"BOOKSANITY,BOOKSANITY_SKILL",
4034,Farm,Read Mining Monthly,"BOOKSANITY,BOOKSANITY_SKILL",
4035,Farm,Read Queen Of Sauce Cookbook,"BOOKSANITY,BOOKSANITY_SKILL",
4035,Farm,Read Queen Of Sauce Cookbook,"BOOKSANITY,BOOKSANITY_SKILL,GINGER_ISLAND",
4036,Farm,Read Stardew Valley Almanac,"BOOKSANITY,BOOKSANITY_SKILL",
4037,Farm,Read Woodcutter's Weekly,"BOOKSANITY,BOOKSANITY_SKILL",
4051,Museum,Read Tips on Farming,"BOOKSANITY,BOOKSANITY_LOST",
1 id region name tags mod_name
2252 3848 Shipping Shipsanity: Way Of The Wind pt. 1 SHIPSANITY
2253 3849 Shipping Shipsanity: Mapping Cave Systems SHIPSANITY
2254 3850 Shipping Shipsanity: Price Catalogue SHIPSANITY
2255 3851 Shipping Shipsanity: Queen Of Sauce Cookbook SHIPSANITY SHIPSANITY,GINGER_ISLAND
2256 3852 Shipping Shipsanity: The Diamond Hunter SHIPSANITY,GINGER_ISLAND
2257 3853 Shipping Shipsanity: Book of Mysteries SHIPSANITY
2258 3854 Shipping Shipsanity: Animal Catalogue SHIPSANITY
2292 4032 Farm Read Book Of Stars BOOKSANITY,BOOKSANITY_SKILL
2293 4033 Farm Read Combat Quarterly BOOKSANITY,BOOKSANITY_SKILL
2294 4034 Farm Read Mining Monthly BOOKSANITY,BOOKSANITY_SKILL
2295 4035 Farm Read Queen Of Sauce Cookbook BOOKSANITY,BOOKSANITY_SKILL BOOKSANITY,BOOKSANITY_SKILL,GINGER_ISLAND
2296 4036 Farm Read Stardew Valley Almanac BOOKSANITY,BOOKSANITY_SKILL
2297 4037 Farm Read Woodcutter's Weekly BOOKSANITY,BOOKSANITY_SKILL
2298 4051 Museum Read Tips on Farming BOOKSANITY,BOOKSANITY_LOST