From 5548b64d74a6910a972007e1e330c85dbb5e6c99 Mon Sep 17 00:00:00 2001 From: Phoebe <77941535+catgirlseraid@users.noreply.github.com> Date: Sun, 22 Dec 2024 13:18:53 +1300 Subject: wiki links for park npcs (#1553) * park npcs * remove space :( --- items/CHARLIE_NPC.json | 6 +++++- items/GUSTAVE_NPC.json | 6 +++++- items/MELODY_NPC.json | 6 +++++- items/RYAN_NPC.json | 6 +++++- items/VANESSA_NPC.json | 6 +++++- 5 files changed, 25 insertions(+), 5 deletions(-) (limited to 'items') 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 -- cgit