Skip to content

Commit

Permalink
nerf survival bonus from harvesting
Browse files Browse the repository at this point in the history
  • Loading branch information
NetSysFire committed Nov 29, 2024
1 parent 2a5c082 commit 5f96237
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions data/json/harvest.json
Original file line number Diff line number Diff line change
Expand Up @@ -170,17 +170,17 @@
{
"id": "shrub_autumn_olive_harv",
"type": "harvest",
"entries": [ { "drop": "autumn_olive", "base_num": [ 4, 20 ], "scale_num": [ 0, 0.5 ] } ]
"entries": [ { "drop": "autumn_olive", "base_num": [ 4, 20 ], "scale_num": [ 0, 0.1 ] } ]
},
{
"id": "shrub_chokeberry_harv",
"type": "harvest",
"entries": [ { "drop": "chokeberries", "base_num": [ 6, 12 ], "scale_num": [ 0, 0.5 ] } ]
"entries": [ { "drop": "chokeberries", "base_num": [ 6, 12 ], "scale_num": [ 0, 0.1 ] } ]
},
{
"id": "shrub_spicebush_harv",
"type": "harvest",
"entries": [ { "drop": "spicebush_berries", "base_num": [ 1, 4 ], "scale_num": [ 0, 0.5 ] } ]
"entries": [ { "drop": "spicebush_berries", "base_num": [ 1, 4 ], "scale_num": [ 0, 0.1 ] } ]
},
{
"id": "shrub_grape_harv",
Expand Down Expand Up @@ -218,7 +218,7 @@
{
"id": "shrub_hobblebush_harv",
"type": "harvest",
"entries": [ { "drop": "hobbleberries", "base_num": [ 1, 2 ], "scale_num": [ 0, 0.5 ] } ]
"entries": [ { "drop": "hobbleberries", "base_num": [ 1, 2 ], "scale_num": [ 0, 0.1 ] } ]
},
{
"id": "shrub_peanut_harv",
Expand Down

0 comments on commit 5f96237

Please sign in to comment.