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_ADAPTIVE_HELMET.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_ADAPTIVE_HELMET.json')
-rw-r--r-- | items/STARRED_ADAPTIVE_HELMET.json | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/items/STARRED_ADAPTIVE_HELMET.json b/items/STARRED_ADAPTIVE_HELMET.json new file mode 100644 index 00000000..a988e537 --- /dev/null +++ b/items/STARRED_ADAPTIVE_HELMET.json @@ -0,0 +1,54 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§5⚚ Adaptive Helm", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"1756e280-9a64-3027-9c50-553d59999221\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMTZmMGQzNGFhYTcxNDM3Nzk4MzcwMWMxYmJlOWIzZjZlN2IzMGNiMzg1NzFiYzBhMmZkNzU0MWQ3ZWRiMTYzNyJ9fX0K\"}]}},display:{Lore:[0:\"§7Gear Score: §d313\",1:\"§7Strength: §c+15\",2:\"\",3:\"§7Health: §a+120 HP\",4:\"§7Defense: §a+60\",5:\"§7Intelligence: §a+15\",6:\"\",7:\"§6Full Set Bonus: Efficient training\",8:\"§7Every §b5 §7Catacombs levels,\",9:\"§7this armor piece gains +§a2%\",10:\"§a§7stats.\",11:\"\",12:\"§7Grants additional bonuses based\",13:\"§7on your selected dungeon class!\",14:\"\",15:\"§bBerserk§7: §7+§c20❁ Strength\",16:\"§bHealer§7: §7+§a10% §7HP regeneration and §7+§c40❤ Health\",17:\"§bMage§7: §7+§b50✎ Intelligence\",18:\"§7§bTank§7: §7+§a30❈ Defense§7 and reduces damage\",19:\"§7taken by §b5% §7for each piece you have equip if\",20:\"§7you are hit by the same monster within §e10\",21:\"§e§7seconds.\",22:\"§bArcher§7: §7+§95☣ Crit Chance §7+§915☠ Crit Damage\",23:\"\",24:\"§7§8This item can be reforged!\",25:\"§5§lEPIC DUNGEON HELMET\"],Name:\"§5⚚ Adaptive Helm\"},ExtraAttributes:{id:\"STARRED_ADAPTIVE_HELMET\"}}", + "damage": 3, + "lore": [ + "§7Gear Score: §d313", + "§7Strength: §c+15", + "", + "§7Health: §a+120 HP", + "§7Defense: §a+60", + "§7Intelligence: §a+15", + "", + "§6Full Set Bonus: Efficient training", + "§7Every §b5 §7Catacombs levels,", + "§7this armor piece gains +§a2%", + "§a§7stats.", + "", + "§7Grants additional bonuses based", + "§7on your selected dungeon class!", + "", + "§bBerserk§7: §7+§c20❁ Strength", + "§bHealer§7: §7+§a10% §7HP regeneration and §7+§c40❤ Health", + "§bMage§7: §7+§b50✎ Intelligence", + "§7§bTank§7: §7+§a30❈ Defense§7 and reduces damage", + "§7taken by §b5% §7for each piece you have equip if", + "§7you are hit by the same monster within §e10", + "§e§7seconds.", + "§bArcher§7: §7+§95☣ Crit Chance §7+§915☠ Crit Damage", + "", + "§7§8This item can be reforged!", + "§5§lEPIC DUNGEON HELMET" + ], + "recipe": { + "A1": "SCARF_FRAGMENT:1", + "A2": "SCARF_FRAGMENT:1", + "A3": "SCARF_FRAGMENT:1", + "B1": "SCARF_FRAGMENT:1", + "B2": "ADAPTIVE_HELMET:1", + "B3": "SCARF_FRAGMENT:1", + "C1": "SCARF_FRAGMENT:1", + "C2": "SCARF_FRAGMENT:1", + "C3": "SCARF_FRAGMENT:1" + }, + "internalname": "STARRED_ADAPTIVE_HELMET", + "parent": "ADAPTIVE_HELMET", + "clickcommand": "viewrecipe", + "modver": "1.3-REL", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Adaptive_Armor" + ] +}
\ No newline at end of file |