diff options
author | unknown <james.jenour@protonmail.com> | 2020-04-20 13:16:45 +1000 |
---|---|---|
committer | unknown <james.jenour@protonmail.com> | 2020-04-20 13:16:45 +1000 |
commit | 2d2d7db222a466ea627238d005400b44b93e227b (patch) | |
tree | 4e44e1972bb494ab126624225d38c37e9e99e232 /items/SHAMAN_SWORD.json | |
parent | 94b15eb4edf2ead41d16231a26a0e8572f0e88f7 (diff) | |
download | NotEnoughUpdates-REPO-2d2d7db222a466ea627238d005400b44b93e227b.tar.gz NotEnoughUpdates-REPO-2d2d7db222a466ea627238d005400b44b93e227b.tar.bz2 NotEnoughUpdates-REPO-2d2d7db222a466ea627238d005400b44b93e227b.zip |
Update items to RELEASE-1.0
Diffstat (limited to 'items/SHAMAN_SWORD.json')
-rw-r--r-- | items/SHAMAN_SWORD.json | 27 |
1 files changed, 21 insertions, 6 deletions
diff --git a/items/SHAMAN_SWORD.json b/items/SHAMAN_SWORD.json index bc981120..4452908f 100644 --- a/items/SHAMAN_SWORD.json +++ b/items/SHAMAN_SWORD.json @@ -1,11 +1,8 @@ { - "internalname": "SHAMAN_SWORD", "itemid": "minecraft:iron_sword", - "displayname": "Shaman Sword", - "clickcommand": "viewrecipe", + "displayname": "§5Shaman Sword", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+100\",1:\"§7Strength: §c+20\",2:\"\",3:\"§7Speed: §a+5\",4:\"\",5:\"§7Deal §c+1 Damage §7per §c50 max ❤§7.\",6:\"§7Receive §a-20% §7damage from wolves.\",7:\"\",8:\"§7§8This item can be reforged!\",9:\"§c☠ §5Requires Wolf LVL 3\",10:\"§5§lEPIC SWORD\"],Name:\"§5Shaman Sword\"},ExtraAttributes:{id:\"SHAMAN_SWORD\"}}", "damage": 0, - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+100\",1:\"§7Strength: §c+20\",2:\"\",3:\"§7Speed: §a+5\",4:\"\",5:\"§7Deal §c+1 Damage §7per §c50 max ❤§7.\",6:\"§7Receive §a-20% §7damage from wolves.\",7:\"\",8:\"§7§8This item can be reforged!\",9:\"§c☠ §5Requires 狼 LVL 3\",10:\"§5§lEPIC SWORD\"],Name:\"§5Shaman Sword\"},ExtraAttributes:{originTag:\"QUICK_CRAFTING\",id:\"SHAMAN_SWORD\",uuid:\"6eaad2c7-d407-4b03-b214-984a018d59c9\",timestamp:\"3/19/20 5:29 AM\"}}", - "modver": "1.0.0", "lore": [ "§7Damage: §c+100", "§7Strength: §c+20", @@ -16,7 +13,25 @@ "§7Receive §a-20% §7damage from wolves.", "", "§7§8This item can be reforged!", - "§c☠ §5Requires 狼 LVL 3", + "§c☠ §5Requires Wolf LVL 3", "§5§lEPIC SWORD" + ], + "recipe": { + "A1": "", + "A2": "GOLDEN_TOOTH:2", + "A3": "", + "B1": "", + "B2": "ENCHANTED_IRON:8", + "B3": "", + "C1": "", + "C2": "ENCHANTED_BONE:4", + "C3": "" + }, + "internalname": "SHAMAN_SWORD", + "clickcommand": "viewrecipe", + "modver": "1.0.0", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Shaman_Sword" ] }
\ No newline at end of file |