diff options
author | Moulberry <jjenour@student.unimelb.edu.au> | 2020-10-03 06:03:27 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-03 06:03:27 +1000 |
commit | 3ecf258ced69724feb09c9807d1dd73719bf7f5c (patch) | |
tree | 00baab2a701125a4f9ad8a676a8e2477d9fe70c9 /items/NECROMANCER_LORD_LEGGINGS.json | |
parent | 228ec7960d0319d8018c24ee14a92ea235c5e68c (diff) | |
parent | 53df26bfed360f90f5eed3947e854606138888c7 (diff) | |
download | NotEnoughUpdates-REPO-3ecf258ced69724feb09c9807d1dd73719bf7f5c.tar.gz NotEnoughUpdates-REPO-3ecf258ced69724feb09c9807d1dd73719bf7f5c.tar.bz2 NotEnoughUpdates-REPO-3ecf258ced69724feb09c9807d1dd73719bf7f5c.zip |
Merge pull request #278 from IRONM00N/master
Some New Items And Fixes
Diffstat (limited to 'items/NECROMANCER_LORD_LEGGINGS.json')
-rw-r--r-- | items/NECROMANCER_LORD_LEGGINGS.json | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/items/NECROMANCER_LORD_LEGGINGS.json b/items/NECROMANCER_LORD_LEGGINGS.json new file mode 100644 index 00000000..53b260c3 --- /dev/null +++ b/items/NECROMANCER_LORD_LEGGINGS.json @@ -0,0 +1,32 @@ +{ + "itemid": "minecraft:leather_leggings", + "displayname": "§6Necromancer Lord Leggings", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d720 \",1:\"§7Health: §a+250 HP \",2:\"§7Defense: §a+220 \",3:\"§7Intelligence: §a+10 \",4:\"\",5:\"§6Full Set Bonus: Soul Whisper\",6:\"§7Increase the damage of your\",7:\"§7necromancer summoned mobs by\",8:\"§7§c20%§7.\",9:\"\",10:\"§7Allows the wearer to store\",11:\"§7and summon an additional\",12:\"§7§e1 §7souls in their\",13:\"§7necromancer weapon.\",14:\"\",15:\"§7§8This item can be reforged!\",16:\"§7§4❣ §cRequires §aCatacombs Floor VI\",17:\"§aCompletion\",18:\"§6§lLEGENDARY DUNGEON LEGGINGS\"],color:3604807,Name:\"§6Necromancer Lord Leggings\"},ExtraAttributes:{dungeon_item_level:0,id:\"NECROMANCER_LORD_LEGGINGS\"}}", + "damage": 0, + "lore": [ + "§7Gear Score: §d720 ", + "§7Health: §a+250 HP ", + "§7Defense: §a+220 ", + "§7Intelligence: §a+10 ", + "", + "§6Full Set Bonus: Soul Whisper", + "§7Increase the damage of your", + "§7necromancer summoned mobs by", + "§7§c20%§7.", + "", + "§7Allows the wearer to store", + "§7and summon an additional", + "§7§e1 §7souls in their", + "§7necromancer weapon.", + "", + "§7§8This item can be reforged!", + "§7§4❣ §cRequires §aCatacombs Floor VI", + "§aCompletion", + "§6§lLEGENDARY DUNGEON LEGGINGS" + ], + "internalname": "NECROMANCER_LORD_LEGGINGS", + "crafttext": "", + "clickcommand": "", + "modver": "1.3-REL", + "infoType": "" +}
\ No newline at end of file |