From 9bea438ad60438236ff18a9da39cbd3faa79d16d Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Date: Thu, 19 Jan 2023 14:19:51 +0100 Subject: Test more infos --- constants/CrimsonIsleReputation.json | 13 ++++++++++--- 1 file 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", -- cgit