Stardew Valley: Fixed Help wanted rules, added missing coffee bean to cropsanity (#2089)

* - Added missing coffee bean to cropsanity

* - Fix an issue with the seed having the same name as the crop

* - Fix a recently discovered bug with help wanted rules when using a number not divisible by 7
This commit is contained in:
agilbert1412
2023-08-11 04:58:27 -04:00
committed by GitHub
parent d5514c4635
commit 01e8e9576c
5 changed files with 49 additions and 19 deletions

View File

@@ -1036,6 +1036,7 @@ id,region,name,tags,mod_name
2344,Farm,Harvest Peach,"CROPSANITY",
2345,Farm,Harvest Banana,"CROPSANITY,GINGER_ISLAND",
2346,Farm,Harvest Mango,"CROPSANITY,GINGER_ISLAND",
2347,Farm,Harvest Coffee Bean,"CROPSANITY",
5001,Stardew Valley,Level 1 Luck,"LUCK_LEVEL,SKILL_LEVEL",Luck Skill
5002,Stardew Valley,Level 2 Luck,"LUCK_LEVEL,SKILL_LEVEL",Luck Skill
5003,Stardew Valley,Level 3 Luck,"LUCK_LEVEL,SKILL_LEVEL",Luck Skill
1 id region name tags mod_name
1036 2344 Farm Harvest Peach CROPSANITY
1037 2345 Farm Harvest Banana CROPSANITY,GINGER_ISLAND
1038 2346 Farm Harvest Mango CROPSANITY,GINGER_ISLAND
1039 2347 Farm Harvest Coffee Bean CROPSANITY
1040 5001 Stardew Valley Level 1 Luck LUCK_LEVEL,SKILL_LEVEL Luck Skill
1041 5002 Stardew Valley Level 2 Luck LUCK_LEVEL,SKILL_LEVEL Luck Skill
1042 5003 Stardew Valley Level 3 Luck LUCK_LEVEL,SKILL_LEVEL Luck Skill