diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2020-10-03 15:28:59 -0400 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2020-10-03 15:28:59 -0400 |
commit | fda898157180835ef537d70e5137f108a61c7bed (patch) | |
tree | eab66b43c47cc4a7aec2c55040b11b7a73a79863 /items/STARRED_BONZO_MASK.json | |
parent | 53df26bfed360f90f5eed3947e854606138888c7 (diff) | |
download | NotEnoughUpdates-REPO-fda898157180835ef537d70e5137f108a61c7bed.tar.gz NotEnoughUpdates-REPO-fda898157180835ef537d70e5137f108a61c7bed.tar.bz2 NotEnoughUpdates-REPO-fda898157180835ef537d70e5137f108a61c7bed.zip |
More dungeon stuff| also added some more parenting
Diffstat (limited to 'items/STARRED_BONZO_MASK.json')
-rw-r--r-- | items/STARRED_BONZO_MASK.json | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/items/STARRED_BONZO_MASK.json b/items/STARRED_BONZO_MASK.json new file mode 100644 index 00000000..bf548079 --- /dev/null +++ b/items/STARRED_BONZO_MASK.json @@ -0,0 +1,47 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9⚚ Bonzo\u0027s Mask", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"5a27db2d-dcfe-38b5-8868-b1f536da5f0c\",Properties:{textures:[0:{Value:\"eyJ0aW1lc3RhbXAiOjE1NzQ0MTkzMTAxNjQsInByb2ZpbGVJZCI6Ijc1MTQ0NDgxOTFlNjQ1NDY4Yzk3MzlhNmUzOTU3YmViIiwicHJvZmlsZU5hbWUiOiJUaGFua3NNb2phbmciLCJzaWduYXR1cmVSZXF1aXJlZCI6dHJ1ZSwidGV4dHVyZXMiOnsiU0tJTiI6eyJ1cmwiOiJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzEyNzE2ZWNiZjViOGRhMDBiMDVmMzE2ZWM2YWY2MWU4YmQwMjgwNWIyMWViOGU0NDAxNTE0NjhkYzY1NjU0OWMifX19\"}]}},display:{Lore:[0:\"§7Gear Score: §d400 \",1:\"§7Health: §a+125 HP \",2:\"§7Defense: §a+100 \",3:\"§7Intelligence: §a+150 \",4:\"\",5:\"§6Item Ability: Clownin\u0027 Around\",6:\"§7Instead of dying, gain damage\",7:\"§7immunity and §a+24.8 §c❁\",8:\"§cStrength §7for §a3s §7and fully\",9:\"§7replenish your health. The\",10:\"§7cooldown and Strength bonus you\",11:\"§7receive improve based on your\",12:\"§7§aDungeoneering Skill §7level.\",13:\"§7This ability only works while in\",14:\"§7§cThe Catacombs§7!\",15:\"§8Cooldown: §a316s\",16:\"\",17:\"§7§8This item can be reforged!\",18:\"§9§lRARE DUNGEON HELMET\"],Name:\"§9⚚ Bonzo\u0027s Mask\"},ExtraAttributes:{id:\"STARRED_BONZO_MASK\"}}", + "damage": 3, + "lore": [ + "§7Gear Score: §d400 ", + "§7Health: §a+125 HP ", + "§7Defense: §a+100 ", + "§7Intelligence: §a+150 ", + "", + "§6Item Ability: Clownin\u0027 Around", + "§7Instead of dying, gain damage", + "§7immunity and §a+24.8 §c❁", + "§cStrength §7for §a3s §7and fully", + "§7replenish your health. The", + "§7cooldown and Strength bonus you", + "§7receive improve based on your", + "§7§aDungeoneering Skill §7level.", + "§7This ability only works while in", + "§7§cThe Catacombs§7!", + "§8Cooldown: §a316s", + "", + "§7§8This item can be reforged!", + "§9§lRARE DUNGEON HELMET" + ], + "recipe": { + "A1": "BONZO_FRAGMENT:1", + "A2": "BONZO_FRAGMENT:1", + "A3": "BONZO_FRAGMENT:1", + "B1": "BONZO_FRAGMENT:1", + "B2": "BONZO_MASK:1", + "B3": "BONZO_FRAGMENT:1", + "C1": "BONZO_FRAGMENT:1", + "C2": "BONZO_FRAGMENT:1", + "C3": "BONZO_FRAGMENT:1" + }, + "internalname": "STARRED_BONZO_MASK", + "parent": "BONZO_MASK", + "clickcommand": "viewrecipe", + "modver": "1.3-REL", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Bonzo\u0027s_Mask" + ] +}
\ No newline at end of file |