diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-10-19 15:39:49 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-19 15:39:49 +0200 |
commit | f144e9fb45018e18ce16ea9c0f01518b877d34dd (patch) | |
tree | 508463965aea3f3ad3dcda11b96b15ef717ee4eb /items/OLD_DRAGON_HELMET.json | |
parent | 1102dc62c60916df7095d266e907ed191e658e2b (diff) | |
download | NotEnoughUpdates-REPO-f144e9fb45018e18ce16ea9c0f01518b877d34dd.tar.gz NotEnoughUpdates-REPO-f144e9fb45018e18ce16ea9c0f01518b877d34dd.tar.bz2 NotEnoughUpdates-REPO-f144e9fb45018e18ce16ea9c0f01518b877d34dd.zip |
Added reqs to items, fixed slayer drops, added new drop, fixed some lores (#998)
Diffstat (limited to 'items/OLD_DRAGON_HELMET.json')
-rw-r--r-- | items/OLD_DRAGON_HELMET.json | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/items/OLD_DRAGON_HELMET.json b/items/OLD_DRAGON_HELMET.json index c91a06d6..31b88a65 100644 --- a/items/OLD_DRAGON_HELMET.json +++ b/items/OLD_DRAGON_HELMET.json @@ -1,14 +1,14 @@ { "itemid": "minecraft:skull", "displayname": "§6Old Dragon Helmet", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"53b0f579-fb7b-338f-a224-447fc7006b41\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHBzOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzUyNGM0ZGE2YWIyN2U5YzkzZmJmNDllYTFiMWZlZmFlZmJlMmQ0YzBjOGIyMjJlMmZmNmIxODE3OWZiNWFkZGYifX19\"}]}},display:{Lore:[0:\"§7Health: §a+90\",1:\"§7Defense: §a+110\",2:\" §8[§8☤§8]\",3:\"\",4:\"§6Full Set Bonus: Old Blood\",5:\"§7Increases the strength of\",6:\"§7§9Growth§7, §9Protection§7,\",7:\"§7§9Feather Falling§7, §9Sugar\",8:\"§9Rush§7, and §9True Protection§7\",9:\"§7while worn.\",10:\"\",11:\"§7§8This item can be reforged!\",12:\"§6§lLEGENDARY HELMET\"],Name:\"§6Old Dragon Helmet\"},ExtraAttributes:{id:\"OLD_DRAGON_HELMET\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"53b0f579-fb7b-338f-a224-447fc7006b41\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHBzOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzUyNGM0ZGE2YWIyN2U5YzkzZmJmNDllYTFiMWZlZmFlZmJlMmQ0YzBjOGIyMjJlMmZmNmIxODE3OWZiNWFkZGYifX19\"}]}},display:{Lore:[0:\"§7Health: §a+90\",1:\"§7Defense: §a+110\",2:\" §8[§8☤§8]\",3:\"\",4:\"§6Full Set Bonus: Old Blood §7(0/4)\",5:\"§7Increases the strength of\",6:\"§7§9Growth§7, §9Protection§7,\",7:\"§7§9Feather Falling§7, §9Sugar\",8:\"§9Rush§7, and §9True Protection§7\",9:\"§7while worn.\",10:\"\",11:\"§7§8This item can be reforged!\",12:\"§7§4❣ §cRequires §aCombat Skill 16§c.\",13:\"§6§lLEGENDARY HELMET\"],Name:\"§6Old Dragon Helmet\"},ExtraAttributes:{id:\"OLD_DRAGON_HELMET\"}}", "damage": 3, "lore": [ "§7Health: §a+90", "§7Defense: §a+110", " §8[§8☤§8]", "", - "§6Full Set Bonus: Old Blood", + "§6Full Set Bonus: Old Blood §7(0/4)", "§7Increases the strength of", "§7§9Growth§7, §9Protection§7,", "§7§9Feather Falling§7, §9Sugar", @@ -16,6 +16,7 @@ "§7while worn.", "", "§7§8This item can be reforged!", + "§7§4❣ §cRequires §aCombat Skill 16§c.", "§6§lLEGENDARY HELMET" ], "recipe": { @@ -31,7 +32,7 @@ }, "internalname": "OLD_DRAGON_HELMET", "clickcommand": "viewrecipe", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Old_Dragon_Armor", |