From 0decfe4f998857e2240a3bd6e6580e8f44da8069 Mon Sep 17 00:00:00 2001 From: Phoebe <77941535+catgirlseraid@users.noreply.github.com> Date: Sun, 22 Dec 2024 01:38:27 +1300 Subject: npc wiki links (#1547) * andrew * biblio testing * npcs --- items/ANDREW_NPC.json | 5 ++++- items/ARTHUR_NPC.json | 5 ++++- items/BAKER_NPC.json | 5 ++++- items/BIBLIO_NPC.json | 6 +++++- items/BILLY_JOE_NPC.json | 6 +++++- items/BLACKSMITH_NPC.json | 6 +++++- items/BOBBY_JOE_NPC.json | 6 +++++- items/BUILDER_NPC.json | 6 +++++- items/CARNIVAL_COWBOY_NPC.json | 5 ++++- items/CARNIVAL_FISHERMAN_NPC.json | 5 ++++- items/CARNIVAL_LEADER_NPC.json | 5 ++++- items/CARNIVAL_PIRATEMAN_NPC.json | 6 +++++- items/CARPENTER_NPC.json | 7 ++++++- items/CHANTELLE_NPC.json | 6 +++++- items/CHRISTOPHER_NPC.json | 7 ++++++- 15 files changed, 71 insertions(+), 15 deletions(-) (limited to 'items') diff --git a/items/ANDREW_NPC.json b/items/ANDREW_NPC.json index 0ff3db4e..e3e4e0cf 100644 --- a/items/ANDREW_NPC.json +++ b/items/ANDREW_NPC.json @@ -14,5 +14,8 @@ "z": -47, "island": "hub", "crafttext": "", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://wiki.hypixel.net/Andrew" + ] } \ No newline at end of file diff --git a/items/ARTHUR_NPC.json b/items/ARTHUR_NPC.json index 63a1804a..24f9fca1 100644 --- a/items/ARTHUR_NPC.json +++ b/items/ARTHUR_NPC.json @@ -14,5 +14,8 @@ "z": -136, "island": "hub", "crafttext": "", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://wiki.hypixel.net/Arthur" + ] } \ No newline at end of file diff --git a/items/BAKER_NPC.json b/items/BAKER_NPC.json index bfd13456..d88e10ec 100644 --- a/items/BAKER_NPC.json +++ b/items/BAKER_NPC.json @@ -25,5 +25,8 @@ } ], "crafttext": "", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://wiki.hypixel.net/Baker" + ] } diff --git a/items/BIBLIO_NPC.json b/items/BIBLIO_NPC.json index 39c31358..c659495f 100644 --- a/items/BIBLIO_NPC.json +++ b/items/BIBLIO_NPC.json @@ -12,5 +12,9 @@ "x": 14, "y": 73, "z": -107, - "island": "hub" + "island": "hub", + "infoType": "WIKI_URL", + "info": [ + "https://wiki.hypixel.net/Biblio" + ] } \ No newline at end of file diff --git a/items/BILLY_JOE_NPC.json b/items/BILLY_JOE_NPC.json index 18bc94d7..9ebbfeeb 100644 --- a/items/BILLY_JOE_NPC.json +++ b/items/BILLY_JOE_NPC.json @@ -12,5 +12,9 @@ "x": -78, "y": 71, "z": -70, - "island": "hub" + "island": "hub", + "infoType": "WIKI_URL", + "info": [ + "https://wiki.hypixel.net/Billy_Joe" + ] } \ No newline at end of file diff --git a/items/BLACKSMITH_NPC.json b/items/BLACKSMITH_NPC.json index 6b694b14..d1e05d41 100644 --- a/items/BLACKSMITH_NPC.json +++ b/items/BLACKSMITH_NPC.json @@ -12,5 +12,9 @@ "x": -29, "y": 70, "z": -126, - "island": "hub" + "island": "hub", + "infoType": "WIKI_URL", + "info": [ + "https://wiki.hypixel.net/Blacksmith" + ] } \ No newline at end of file diff --git a/items/BOBBY_JOE_NPC.json b/items/BOBBY_JOE_NPC.json index 3140d242..4ca1b5f7 100644 --- a/items/BOBBY_JOE_NPC.json +++ b/items/BOBBY_JOE_NPC.json @@ -12,5 +12,9 @@ "x": 63, "y": 72, "z": -115, - "island": "hub" + "island": "hub", + "infoType": "WIKI_URL", + "info": [ + "https://wiki.hypixel.net/Bobby_Joe" + ] } \ No newline at end of file diff --git a/items/BUILDER_NPC.json b/items/BUILDER_NPC.json index 7fa0e2de..5fd26306 100644 --- a/items/BUILDER_NPC.json +++ b/items/BUILDER_NPC.json @@ -12,5 +12,9 @@ "x": -51, "y": 72, "z": -27, - "island": "hub" + "island": "hub", + "infoType": "WIKI_URL", + "info": [ + "https://wiki.hypixel.net/Builder" + ] } \ No newline at end of file diff --git a/items/CARNIVAL_COWBOY_NPC.json b/items/CARNIVAL_COWBOY_NPC.json index 05188b1d..deff9cbc 100644 --- a/items/CARNIVAL_COWBOY_NPC.json +++ b/items/CARNIVAL_COWBOY_NPC.json @@ -15,5 +15,8 @@ "z": 9, "island": "hub", "crafttext": "", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://wiki.hypixel.net/Carnival_Cowboy" + ] } \ No newline at end of file diff --git a/items/CARNIVAL_FISHERMAN_NPC.json b/items/CARNIVAL_FISHERMAN_NPC.json index cf5f7ea9..ff52d340 100644 --- a/items/CARNIVAL_FISHERMAN_NPC.json +++ b/items/CARNIVAL_FISHERMAN_NPC.json @@ -15,5 +15,8 @@ "z": 0, "island": "hub", "crafttext": "", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://wiki.hypixel.net/Carnival_Fisherman" + ] } \ No newline at end of file diff --git a/items/CARNIVAL_LEADER_NPC.json b/items/CARNIVAL_LEADER_NPC.json index 7b9b360b..fc301a11 100644 --- a/items/CARNIVAL_LEADER_NPC.json +++ b/items/CARNIVAL_LEADER_NPC.json @@ -15,5 +15,8 @@ "z": -18, "island": "hub", "crafttext": "", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://wiki.hypixel.net/Carnival_Leader" + ] } \ No newline at end of file diff --git a/items/CARNIVAL_PIRATEMAN_NPC.json b/items/CARNIVAL_PIRATEMAN_NPC.json index 7229be8e..7d00ff08 100644 --- a/items/CARNIVAL_PIRATEMAN_NPC.json +++ b/items/CARNIVAL_PIRATEMAN_NPC.json @@ -15,5 +15,9 @@ "z": -2, "island": "hub", "crafttext": "", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://wiki.hypixel.net/Carnival_Pirateman" + ] + } \ No newline at end of file diff --git a/items/CARPENTER_NPC.json b/items/CARPENTER_NPC.json index 0b93e88d..e2bb541c 100644 --- a/items/CARPENTER_NPC.json +++ b/items/CARPENTER_NPC.json @@ -12,5 +12,10 @@ "x": 16, "y": 73, "z": -21, - "island": "hub" + "island": "hub", + "infoType": "WIKI_URL", + "info": [ + "https://wiki.hypixel.net/Carpenter" + ] + } \ No newline at end of file diff --git a/items/CHANTELLE_NPC.json b/items/CHANTELLE_NPC.json index 533c6740..98ed1044 100644 --- a/items/CHANTELLE_NPC.json +++ b/items/CHANTELLE_NPC.json @@ -15,5 +15,9 @@ "z": -18, "island": "hub", "crafttext": "", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://wiki.hypixel.net/Chantelle" + ] + } \ No newline at end of file diff --git a/items/CHRISTOPHER_NPC.json b/items/CHRISTOPHER_NPC.json index 7459f50c..ef34ca3b 100644 --- a/items/CHRISTOPHER_NPC.json +++ b/items/CHRISTOPHER_NPC.json @@ -12,5 +12,10 @@ "x": -59, "y": 90, "z": -16, - "island": "hub" + "island": "hub", + "infoType": "WIKI_URL", + "info": [ + "https://wiki.hypixel.net/Christopher" + ] + } \ No newline at end of file -- cgit