diff options
Diffstat (limited to 'items')
| -rw-r--r-- | items/CHARLIE_NPC.json | 6 | ||||
| -rw-r--r-- | items/GUSTAVE_NPC.json | 6 | ||||
| -rw-r--r-- | items/MELODY_NPC.json | 6 | ||||
| -rw-r--r-- | items/RYAN_NPC.json | 6 | ||||
| -rw-r--r-- | items/VANESSA_NPC.json | 6 |
5 files changed, 25 insertions, 5 deletions
diff --git a/items/CHARLIE_NPC.json b/items/CHARLIE_NPC.json index 36f71b1d..7ef11567 100644 --- a/items/CHARLIE_NPC.json +++ b/items/CHARLIE_NPC.json @@ -12,5 +12,9 @@ "x": -286, "y": 83, "z": -17, - "island": "foraging_1" + "island": "foraging_1", + "infoType": "WIKI_URL", + "info": [ + "https://wiki.hypixel.net/Charlie" + ] }
\ No newline at end of file diff --git a/items/GUSTAVE_NPC.json b/items/GUSTAVE_NPC.json index 76cddc06..8053998a 100644 --- a/items/GUSTAVE_NPC.json +++ b/items/GUSTAVE_NPC.json @@ -12,5 +12,9 @@ "x": -385, "y": 90, "z": 56, - "island": "foraging_1" + "island": "foraging_1", + "infoType": "WIKI_URL", + "info": [ + "https://wiki.hypixel.net/Gustave" + ] }
\ No newline at end of file diff --git a/items/MELODY_NPC.json b/items/MELODY_NPC.json index d2e9a950..8f2b92e3 100644 --- a/items/MELODY_NPC.json +++ b/items/MELODY_NPC.json @@ -12,5 +12,9 @@ "x": -398, "y": 111, "z": 35, - "island": "foraging_1" + "island": "foraging_1", + "infoType": "WIKI_URL", + "info": [ + "https://wiki.hypixel.net/Melody" + ] }
\ No newline at end of file diff --git a/items/RYAN_NPC.json b/items/RYAN_NPC.json index aaac524f..9466fa12 100644 --- a/items/RYAN_NPC.json +++ b/items/RYAN_NPC.json @@ -12,5 +12,9 @@ "x": -333, "y": 105, "z": -108, - "island": "foraging_1" + "island": "foraging_1", + "infoType": "WIKI_URL", + "info": [ + "https://wiki.hypixel.net/Ryan" + ] }
\ No newline at end of file diff --git a/items/VANESSA_NPC.json b/items/VANESSA_NPC.json index 15fe8d67..72e88bf5 100644 --- a/items/VANESSA_NPC.json +++ b/items/VANESSA_NPC.json @@ -12,5 +12,9 @@ "x": -312, "y": 84, "z": -70, - "island": "foraging_1" + "island": "foraging_1", + "infoType": "WIKI_URL", + "info": [ + "https://wiki.hypixel.net/Vanessa" + ] }
\ No newline at end of file |
