diff options
author | Moulberry <jjenour@student.unimelb.edu.au> | 2020-09-19 07:31:37 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-19 07:31:37 +1000 |
commit | ea609b2f047e9af769a618479c27e1f96753aa90 (patch) | |
tree | 92c98f103d7a715c9ea91fdf4c23e87232ceb282 /items/SHADOW_ASSASSIN_CHESTPLATE.json | |
parent | 03e86fd075c718d58faefb3032560ee24c514ac6 (diff) | |
parent | e4ed5f62411319af625f5f8374697a0f9bfbb8ae (diff) | |
download | NotEnoughUpdates-REPO-ea609b2f047e9af769a618479c27e1f96753aa90.tar.gz NotEnoughUpdates-REPO-ea609b2f047e9af769a618479c27e1f96753aa90.tar.bz2 NotEnoughUpdates-REPO-ea609b2f047e9af769a618479c27e1f96753aa90.zip |
Merge pull request #270 from IRONM00N/master
More Updates
Diffstat (limited to 'items/SHADOW_ASSASSIN_CHESTPLATE.json')
-rw-r--r-- | items/SHADOW_ASSASSIN_CHESTPLATE.json | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/items/SHADOW_ASSASSIN_CHESTPLATE.json b/items/SHADOW_ASSASSIN_CHESTPLATE.json new file mode 100644 index 00000000..ba578e33 --- /dev/null +++ b/items/SHADOW_ASSASSIN_CHESTPLATE.json @@ -0,0 +1,38 @@ +{ + "itemid": "minecraft:leather_chestplate", + "displayname": "§5Shadow Assassin Chestplate", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d530 \",1:\"§7Strength: §c+25 \",2:\"§7Crit Damage: §c+25% \",3:\"\",4:\"§7Health: §a+240 HP \",5:\"§7Defense: §a+110 \",6:\"§7Speed: §a+7 \",7:\"\",8:\"§6Full Set Bonus: Shadow Assassin\",9:\"§7Collect the shadows of the\",10:\"§7enemies you kill increasing your\",11:\"§7damage for the rest of the\",12:\"§7dungeon while wearing this set.\",13:\"§7§c+1❁ Strength §7every kill\",14:\"\",15:\"§7On teleport: Grants §c+10❁\",16:\"§cStrength §7for §b10 §7seconds.\",17:\"\",18:\"§7§8This item can be reforged!\",19:\"§7§4❣ §cRequires §aCatacombs Floor V\",20:\"§aCompletion\",21:\"§5§lEPIC DUNGEON CHESTPLATE\"],color:0,Name:\"§5Shadow Assassin Chestplate\"},ExtraAttributes:{dungeon_item_level:0,id:\"SHADOW_ASSASSIN_CHESTPLATE\"}}", + "damage": 0, + "lore": [ + "§7Gear Score: §d530 ", + "§7Strength: §c+25 ", + "§7Crit Damage: §c+25% ", + "", + "§7Health: §a+240 HP ", + "§7Defense: §a+110 ", + "§7Speed: §a+7 ", + "", + "§6Full Set Bonus: Shadow Assassin", + "§7Collect the shadows of the", + "§7enemies you kill increasing your", + "§7damage for the rest of the", + "§7dungeon while wearing this set.", + "§7§c+1❁ Strength §7every kill", + "", + "§7On teleport: Grants §c+10❁", + "§cStrength §7for §b10 §7seconds.", + "", + "§7§8This item can be reforged!", + "§7§4❣ §cRequires §aCatacombs Floor V", + "§aCompletion", + "§5§lEPIC DUNGEON CHESTPLATE" + ], + "internalname": "SHADOW_ASSASSIN_CHESTPLATE", + "crafttext": "", + "clickcommand": "", + "modver": "1.3-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Shadow_Assassin_Armor" + ] +}
\ No newline at end of file |