diff options
-rw-r--r-- | constants/CrimsonIsleReputation.json | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/constants/CrimsonIsleReputation.json b/constants/CrimsonIsleReputation.json index 1a45e7e..c314458 100644 --- a/constants/CrimsonIsleReputation.json +++ b/constants/CrimsonIsleReputation.json @@ -47,13 +47,14 @@ ] }, "Golden Fish": { + "item": "GOLDEN_FISH_BRONZE", + "location": [] } }, "RESCUE": { "Rescue Mission": { "item": "abc", - "location": [ - ] + "location": [] } }, "FETCH": { @@ -74,16 +75,20 @@ "location": [] }, "Gunpowder": { - "item": "SULPHUR" + "item": "SULPHUR", + "location": [] }, "Digested Mushrooms": { - "item": "DIGESTED_MUSHROOMS" + "item": "DIGESTED_MUSHROOMS", + "location": [] }, "Mycelium": { - "item": "MYCEL" + "item": "MYCEL", + "location": [] }, "Kada Lead": { - "item": "KADA_LEAD" + "item": "KADA_LEAD", + "location": [] } }, "DOJO": { |