From 406d31faf7b9c32fbb09ee0b48f41bca227c7278 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Thu, 24 Aug 2023 12:09:01 +0200 Subject: First part (#972) * First part * Part 2 * Part III * Part 4 * Fixed items * Fixed Pets * Fixed nbt * Fixed name * Fixed Mooshroom Cow lore * Added wiki links * Fixed shortbow lores * Fixed Fel Sword lore * Fixed drill recipe * patch notes wtf * More fixes --- items/JERRY_STAFF.json | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'items/JERRY_STAFF.json') diff --git a/items/JERRY_STAFF.json b/items/JERRY_STAFF.json index a2918eda..ad730321 100644 --- a/items/JERRY_STAFF.json +++ b/items/JERRY_STAFF.json @@ -1,20 +1,21 @@ { "itemid": "minecraft:golden_horse_armor", "displayname": "§f§f§5Jerry-chine Gun", - "nbttag": "{overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+80\",1:\"§7Intelligence: §a+200\",2:\"\",3:\"§6Ability: Rapid-fire §e§lRIGHT CLICK\",4:\"§7Shoots a Jerry bullet, dealing\",5:\"§7§c555.5 §7damage on impact and\",6:\"§7§7knocking you back.\",7:\"\",8:\"§7Each shot has §3+30 §7mana cost.\",9:\"§7than the previous one, resetting\",10:\"§7after §a4s §7without shooting.\",11:\"\",12:\"§7§8This item can be reforged!\",13:\"§5§lEPIC SWORD\"],Name:\"§f§f§5Jerry-chine Gun\"},ExtraAttributes:{id:\"JERRY_STAFF\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+80\",1:\"§7Intelligence: §a+200\",2:\"\",3:\"§6Ability: Rapid-fire §e§lRIGHT CLICK\",4:\"§7Shoots a Jerry bullet, dealing\",5:\"§7§c555.5 §7damage on impact and\",6:\"§7knocking you back.\",7:\"§7\",8:\"§7Each shot costs §3+30 mana\",9:\"§3§7more than the previous,\",10:\"§7resetting after §a4s §7of not\",11:\"§7firing.\",12:\"\",13:\"§7§8This item can be reforged!\",14:\"§5§lEPIC SWORD\"],Name:\"§f§f§5Jerry-chine Gun\"},ExtraAttributes:{id:\"JERRY_STAFF\"},AttributeModifiers:[]}", "damage": 0, "lore": [ "§7Damage: §c+80", "§7Intelligence: §a+200", "", - "§6Ability: Rapid-fire §e§lRIGHT CLICK", + "§6Ability: Rapid-fire §e§lRIGHT CLICK", "§7Shoots a Jerry bullet, dealing", "§7§c555.5 §7damage on impact and", - "§7§7knocking you back.", - "", - "§7Each shot has §3+30 §7mana cost.", - "§7than the previous one, resetting", - "§7after §a4s §7without shooting.", + "§7knocking you back.", + "§7", + "§7Each shot costs §3+30 mana", + "§3§7more than the previous,", + "§7resetting after §a4s §7of not", + "§7firing.", "", "§7§8This item can be reforged!", "§5§lEPIC SWORD" @@ -22,7 +23,7 @@ "internalname": "JERRY_STAFF", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Jerry-chine_Gun", -- cgit