diff options
Diffstat (limited to 'constants/CrimsonIsleReputation.json')
-rw-r--r-- | constants/CrimsonIsleReputation.json | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/constants/CrimsonIsleReputation.json b/constants/CrimsonIsleReputation.json index e8f15aa..cf36c6a 100644 --- a/constants/CrimsonIsleReputation.json +++ b/constants/CrimsonIsleReputation.json @@ -8,9 +8,16 @@ "Blobfish", "Flyfish" ], - "RESCUE": [ - "Rescue Mission" - ], + "RESCUE": { + "Rescue Mission": { + "item": "abc", + "location": [ + 123, + 123, + 123 + ] + } + }, "FETCH": [ "Magmag", "Spectre Dust", |