Skip to content

Commit

Permalink
Added wild rice foraging
Browse files Browse the repository at this point in the history
Made it possible to forage wild rice from shrubs in the summer, since that's when they grow IRL.
  • Loading branch information
yay855 committed Jan 18, 2024
1 parent d5c7a0c commit c5a8bcb
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions data/json/itemgroups/Agriculture_Forage_Excavation/forage.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
{ "group": "forage_carrot_wild", "prob": 5 },
{ "group": "forage_bee_balm", "prob": 5 },
{ "group": "forage_mugwort", "prob": 5 },
{ "group": "forage_salsify_raw", "prob": 5 }
{ "group": "forage_salsify_raw", "prob": 5 },

]
},
{
Expand All @@ -37,7 +38,8 @@
{ "group": "forage_dogbane", "prob": 10 },
{ "group": "forage_bee_balm", "prob": 10 },
{ "group": "forage_mugwort", "prob": 10 },
{ "group": "forage_salsify_raw", "prob": 5 }
{ "group": "forage_salsify_raw", "prob": 5 },
{ "group": "forage_wildrice", "prob": 10 }
]
},
{
Expand Down Expand Up @@ -172,5 +174,11 @@
"type": "item_group",
"subtype": "collection",
"entries": [ { "item": "seed_salsify_raw", "prob": 10, "charges": [ 1, 2 ] }, { "item": "salsify_raw", "count": [ 1, 3 ] } ]
},
{
"id": "forage_wildrice",
"type": "item_group",
"subtype": "collection",
"entries": [ { "item": "seed_rice", "prob": 10, "charges": [ 1, 3 ] } ]
}
]

0 comments on commit c5a8bcb

Please sign in to comment.