diff options
author | Moulberry <jjenour@student.unimelb.edu.au> | 2020-08-05 01:34:04 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-05 01:34:04 +1000 |
commit | a6d765c01b809e775c0dc1bc6c10ac8576086709 (patch) | |
tree | deabeb4ea94e96a96340bb5a18b3d9aa609f22c0 /items/BOUNCY_LEGGINGS.json | |
parent | 3dec40f80c9fea46a7bf4e1d189f2337d339e658 (diff) | |
parent | 9e10cb8251ce059f9a4cc091ca33437f3b1705fb (diff) | |
download | NotEnoughUpdates-REPO-a6d765c01b809e775c0dc1bc6c10ac8576086709.tar.gz NotEnoughUpdates-REPO-a6d765c01b809e775c0dc1bc6c10ac8576086709.tar.bz2 NotEnoughUpdates-REPO-a6d765c01b809e775c0dc1bc6c10ac8576086709.zip |
Merge pull request #258 from IRONM00N/master
Most Dungeon Floor 4 Items
Diffstat (limited to 'items/BOUNCY_LEGGINGS.json')
-rw-r--r-- | items/BOUNCY_LEGGINGS.json | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/items/BOUNCY_LEGGINGS.json b/items/BOUNCY_LEGGINGS.json new file mode 100644 index 00000000..37cfa674 --- /dev/null +++ b/items/BOUNCY_LEGGINGS.json @@ -0,0 +1,30 @@ +{ + "itemid": "minecraft:leather_leggings", + "displayname": "§9Bouncy Leggings", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d125 §8(179)\",1:\"§7Crit Chance: §c+5%\",2:\"\",3:\"§7Health: §a+105 HP §8(+158.55 HP)\",4:\"\",5:\"§6Full Set Bonus: Bouncing Arrow\",6:\"§7Your arrows have a §e25%\",7:\"§e§7chance to bounce to another\",8:\"§7target after it hits something.\",9:\"\",10:\"§7§8This item can be reforged!\",11:\"§aPerfect 35000 / 35000\",12:\"§7§4❣ §cRequires §aCatacombs Level 12\",13:\"§9§lRARE DUNGEON LEGGINGS\"],color:11403055,Name:\"§9Bouncy Leggings\"},ExtraAttributes:{dungeon_item_level:0,id:\"BOUNCY_LEGGINGS\"}}", + "damage": 0, + "lore": [ + "§7Gear Score: §d125 §8(179)", + "§7Crit Chance: §c+5%", + "", + "§7Health: §a+105 HP §8(+158.55 HP)", + "", + "§6Full Set Bonus: Bouncing Arrow", + "§7Your arrows have a §e25%", + "§e§7chance to bounce to another", + "§7target after it hits something.", + "", + "§7§8This item can be reforged!", + "§aPerfect 35000 / 35000", + "§7§4❣ §cRequires §aCatacombs Level 12", + "§9§lRARE DUNGEON LEGGINGS" + ], + "internalname": "BOUNCY_LEGGINGS", + "crafttext": "", + "clickcommand": "", + "modver": "1.1-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Bouncy_Armor" + ] +}
\ No newline at end of file |