diff options
Diffstat (limited to 'items')
-rw-r--r-- | items/BITTER_ICE_TEA.json | 5 | ||||
-rw-r--r-- | items/CHEAP_COFFEE.json | 4 | ||||
-rw-r--r-- | items/DECENT_COFFEE.json | 5 | ||||
-rw-r--r-- | items/DR_PAPER.json | 4 | ||||
-rw-r--r-- | items/KNOCKOFF_COLA.json | 4 | ||||
-rw-r--r-- | items/PULPOUS_ORANGE_JUICE.json | 4 | ||||
-rw-r--r-- | items/SLAYER_ENERGY_DRINK.json | 4 | ||||
-rw-r--r-- | items/TEPID_GREEN_TEA.json | 4 | ||||
-rw-r--r-- | items/TUTTI_FRUTTI_POISON.json | 4 | ||||
-rw-r--r-- | items/VIKING_TEAR.json | 4 |
10 files changed, 40 insertions, 2 deletions
diff --git a/items/BITTER_ICE_TEA.json b/items/BITTER_ICE_TEA.json index 5b3e855e..157e61b6 100644 --- a/items/BITTER_ICE_TEA.json +++ b/items/BITTER_ICE_TEA.json @@ -19,5 +19,8 @@ "internalname": "BITTER_ICE_TEA", "clickcommand": "", "modver": "1.0.0", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Brews" + ] }
\ No newline at end of file diff --git a/items/CHEAP_COFFEE.json b/items/CHEAP_COFFEE.json index b3f39fac..9b9e4f7b 100644 --- a/items/CHEAP_COFFEE.json +++ b/items/CHEAP_COFFEE.json @@ -17,5 +17,9 @@ "§7with that stat.", "", "§f§lCOMMON" + ], + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Brews" ] }
\ No newline at end of file diff --git a/items/DECENT_COFFEE.json b/items/DECENT_COFFEE.json index cd2630d0..83859d68 100644 --- a/items/DECENT_COFFEE.json +++ b/items/DECENT_COFFEE.json @@ -18,5 +18,8 @@ "internalname": "DECENT_COFFEE", "clickcommand": "", "modver": "1.0.0", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Brews" + ] }
\ No newline at end of file diff --git a/items/DR_PAPER.json b/items/DR_PAPER.json index 10ad4cc3..6617b0ac 100644 --- a/items/DR_PAPER.json +++ b/items/DR_PAPER.json @@ -17,5 +17,9 @@ "§7potions with that stat.", "", "§a§lUNCOMMON" + ], + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Brews" ] }
\ No newline at end of file diff --git a/items/KNOCKOFF_COLA.json b/items/KNOCKOFF_COLA.json index e1190e8e..19cfdb56 100644 --- a/items/KNOCKOFF_COLA.json +++ b/items/KNOCKOFF_COLA.json @@ -17,5 +17,9 @@ "§7of potions by §a+5%§7.", "", "§f§lCOMMON" + ], + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Brews" ] }
\ No newline at end of file diff --git a/items/PULPOUS_ORANGE_JUICE.json b/items/PULPOUS_ORANGE_JUICE.json index de6cbc0a..574f5eb0 100644 --- a/items/PULPOUS_ORANGE_JUICE.json +++ b/items/PULPOUS_ORANGE_JUICE.json @@ -17,5 +17,9 @@ "§7of potions by §a+5%§7.", "", "§f§lCOMMON" + ], + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Brews" ] }
\ No newline at end of file diff --git a/items/SLAYER_ENERGY_DRINK.json b/items/SLAYER_ENERGY_DRINK.json index 827e1758..dd0fd752 100644 --- a/items/SLAYER_ENERGY_DRINK.json +++ b/items/SLAYER_ENERGY_DRINK.json @@ -17,5 +17,9 @@ "§7Critical potions.", "", "§9§lRARE" + ], + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Brews" ] }
\ No newline at end of file diff --git a/items/TEPID_GREEN_TEA.json b/items/TEPID_GREEN_TEA.json index ec44b214..4c05174f 100644 --- a/items/TEPID_GREEN_TEA.json +++ b/items/TEPID_GREEN_TEA.json @@ -17,5 +17,9 @@ "§7of potions by §a+10%§7.", "", "§f§lCOMMON" + ], + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Brews" ] }
\ No newline at end of file diff --git a/items/TUTTI_FRUTTI_POISON.json b/items/TUTTI_FRUTTI_POISON.json index 704f137a..19df7253 100644 --- a/items/TUTTI_FRUTTI_POISON.json +++ b/items/TUTTI_FRUTTI_POISON.json @@ -17,5 +17,9 @@ "§7Archery potions.", "", "§f§lCOMMON" + ], + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Brews" ] }
\ No newline at end of file diff --git a/items/VIKING_TEAR.json b/items/VIKING_TEAR.json index d8f68afe..00f8e512 100644 --- a/items/VIKING_TEAR.json +++ b/items/VIKING_TEAR.json @@ -19,5 +19,9 @@ " §c+10❤ §7per second.", "", "§9§lRARE" + ], + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Brews" ] }
\ No newline at end of file |