Skip to content

Commit

Permalink
Rebalance farming
Browse files Browse the repository at this point in the history
  • Loading branch information
Iapetus-11 committed Jul 14, 2024
1 parent 1414aaf commit cad4bbb
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions common/data/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -712,17 +712,17 @@
},
"wheat seed": {
"cat": "farming",
"buy_price": 32,
"buy_price": 40,
"db_entry": {
"item": "Wheat Seed",
"sell_price": 24,
"sell_price": 32,
"sticky": false
},
"requires": {}
},
"carrot": {
"cat": "farming",
"buy_price": 96,
"buy_price": 72,
"db_entry": {
"item": "Carrot",
"sell_price": 64,
Expand All @@ -732,7 +732,7 @@
},
"potato": {
"cat": "farming",
"buy_price": 192,
"buy_price": 144,
"db_entry": {
"item": "Potato",
"sell_price": 128,
Expand All @@ -752,10 +752,10 @@
},
"chorus seed": {
"cat": "farming",
"buy_price": 640,
"buy_price": 512,
"db_entry": {
"item": "Chorus Seed",
"sell_price": 512,
"sell_price": 384,
"sticky": false
},
"requires": {}
Expand Down Expand Up @@ -1855,8 +1855,8 @@
2
],
"melon": [
1,
3
2,
4
],
"potato": [
1,
Expand Down

0 comments on commit cad4bbb

Please sign in to comment.