diff options
author | unknown <james.jenour@protonmail.com> | 2020-03-31 22:49:36 +1100 |
---|---|---|
committer | unknown <james.jenour@protonmail.com> | 2020-03-31 22:49:36 +1100 |
commit | 94b15eb4edf2ead41d16231a26a0e8572f0e88f7 (patch) | |
tree | e2bf7bc073f6036a85b58e4fad687afd63484567 /items/YETI_SWORD.json | |
download | NotEnoughUpdates-REPO-94b15eb4edf2ead41d16231a26a0e8572f0e88f7.tar.gz NotEnoughUpdates-REPO-94b15eb4edf2ead41d16231a26a0e8572f0e88f7.tar.bz2 NotEnoughUpdates-REPO-94b15eb4edf2ead41d16231a26a0e8572f0e88f7.zip |
MASSIVE update
Diffstat (limited to 'items/YETI_SWORD.json')
-rw-r--r-- | items/YETI_SWORD.json | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/items/YETI_SWORD.json b/items/YETI_SWORD.json new file mode 100644 index 00000000..4d8feb85 --- /dev/null +++ b/items/YETI_SWORD.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:iron_sword", + "displayname": "§6Yeti Sword", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+150\",1:\"§7Strength: §c+150\",2:\"\",3:\"§7Intelligence: §a+50\",4:\"\",5:\"§6Item Ability: Terrain Toss §e§lRIGHT CLICK\",6:\"§7Throws a chunk of terrain in the\",7:\"§7direction you are facing! Deals\",8:\"§7up to §c4000 §7damage.\",9:\"§8Mana Cost: §3250\",10:\"§8Cooldown: §a1s\",11:\"\",12:\"§7§8This item can be reforged!\",13:\"§6§lLEGENDARY SWORD\",14:\"\",15:\"§eClick to view recipe!\"],Name:\"§6Yeti Sword\"},ExtraAttributes:{id:\"YETI_SWORD\"}}", + "damage": 0, + "lore": [ + "§7Damage: §c+150", + "§7Strength: §c+150", + "", + "§7Intelligence: §a+50", + "", + "§6Item Ability: Terrain Toss §e§lRIGHT CLICK", + "§7Throws a chunk of terrain in the", + "§7direction you are facing! Deals", + "§7up to §c4000 §7damage.", + "§8Mana Cost: §3250", + "§8Cooldown: §a1s", + "", + "§7§8This item can be reforged!", + "§6§lLEGENDARY SWORD" + ], + "internalname": "YETI_SWORD", + "clickcommand": "viewrecipe", + "modver": "1.0.0" +}
\ No newline at end of file |