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/LEAPING_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/LEAPING_SWORD.json')
-rw-r--r-- | items/LEAPING_SWORD.json | 25 |
1 files changed, 20 insertions, 5 deletions
diff --git a/items/LEAPING_SWORD.json b/items/LEAPING_SWORD.json index 9b82f04d..24ca468c 100644 --- a/items/LEAPING_SWORD.json +++ b/items/LEAPING_SWORD.json @@ -1,11 +1,8 @@ { - "internalname": "LEAPING_SWORD", "itemid": "minecraft:golden_sword", - "displayname": "Leaping Sword", - "clickcommand": "viewrecipe", + "displayname": "§5Leaping Sword", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+150\",1:\"§7Strength: §c+100\",2:\"§7Crit Damage: §c+25%\",3:\"\",4:\"§6Item Ability: Leap §e§lRIGHT CLICK\",5:\"§7Leap into the air and deal §a350\",6:\"§a§7 base Magic Damage to nearby\",7:\"§7enemies upon landing on the\",8:\"§7ground. Damaged enemies will\",9:\"§7also be frozen for §a1.0\",10:\"§a§7second.\",11:\"§8Mana Cost: §350\",12:\"§8Cooldown: §a1s\",13:\"\",14:\"§7§8This item can be reforged!\",15:\"§5§lEPIC SWORD\"],Name:\"§5Leaping Sword\"},ExtraAttributes:{id:\"LEAPING_SWORD\"}}", "damage": 0, - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+150\",1:\"§7Strength: §c+100\",2:\"§7Crit Damage: §c+25%\",3:\"\",4:\"§6Item Ability: Leap §e§lRIGHT CLICK\",5:\"§7Leap into the air and deal §a350\",6:\"§a§7 base Magic Damage to nearby\",7:\"§7enemies upon landing on the\",8:\"§7ground. Damaged enemies will\",9:\"§7also be frozen for §a1.0\",10:\"§a§7second.\",11:\"§8Mana Cost: §350\",12:\"§8Cooldown: §a1s\",13:\"\",14:\"§7§8This item can be reforged!\",15:\"§5§lEPIC SWORD\"],Name:\"§5Leaping Sword\"},ExtraAttributes:{originTag:\"CRAFTING_GRID_SHIFT\",id:\"LEAPING_SWORD\",uuid:\"4fce7f39-b66c-4853-bc5c-b1934837f463\",timestamp:\"1/30/20 3:20 PM\"}}", - "modver": "1.0.0", "lore": [ "§7Damage: §c+150", "§7Strength: §c+100", @@ -23,5 +20,23 @@ "", "§7§8This item can be reforged!", "§5§lEPIC SWORD" + ], + "recipe": { + "A1": "", + "A2": "ENCHANTED_FERMENTED_SPIDER_EYE:12", + "A3": "", + "B1": "", + "B2": "ENCHANTED_FERMENTED_SPIDER_EYE:12", + "B3": "", + "C1": "", + "C2": "STICK:1", + "C3": "" + }, + "internalname": "LEAPING_SWORD", + "clickcommand": "viewrecipe", + "modver": "1.0.0", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Leaping_Sword" ] }
\ No newline at end of file |