Skip to content

Commit

Permalink
Fix heart of sea
Browse files Browse the repository at this point in the history
  • Loading branch information
MegaPiggy committed Jul 17, 2024
1 parent 1d4b60d commit 3456281
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
"b": 88,
"a": 255
},
"value": 5,
"value": 0,
"dimensions": [
"X"
],
"harvestMinigameType": "DREDGE_RADIAL",
"perSpotMin": 3,
"perSpotMax": 8,
"perSpotMin": 1,
"perSpotMax": 1,
"harvestableType": "SHALLOW",
"harvestDifficulty": "VERY_EASY"
}
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"location": {
"x": 400.0,
"y": 0.0,
"z": -375.0
},
"harvestableParticlePrefab": "RelicParticles",
"items": [ "exampleitems.heartofthesea" ],
"startStock": 1,
"maxStock": 1,
"doesRestock": false,
"usesTimeSpecificStock": false
}

This file was deleted.

0 comments on commit 3456281

Please sign in to comment.