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/STRONG_DRAGON_BOOTS.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/STRONG_DRAGON_BOOTS.json')
-rw-r--r-- | items/STRONG_DRAGON_BOOTS.json | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/items/STRONG_DRAGON_BOOTS.json b/items/STRONG_DRAGON_BOOTS.json index 7b1171c9..3ba41205 100644 --- a/items/STRONG_DRAGON_BOOTS.json +++ b/items/STRONG_DRAGON_BOOTS.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_boots", "displayname": "§6Strong Dragon Boots", - "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Strength: §c+25\",1:\"§7Health: §a+60\",2:\"§7Defense: §a+90\",3:\" §8[§8❁§8]\",4:\"\",5:\"§6Full Set Bonus: Strong Blood\",6:\"§7Improves §9Aspect of the End\",7:\"§8⋗ §c+75 Damage\",8:\"\",9:\"§7Instant Transmission:\",10:\"§8⋗ §a+2 §7teleport range\",11:\"§8⋗ §a+3 §7seconds\",12:\"§8⋗ §c+5❁ Strength §7on cast\",13:\"\",14:\"§7§8This item can be reforged!\",15:\"§6§lLEGENDARY BOOTS\"],color:15782180,Name:\"§6Strong Dragon Boots\"},ExtraAttributes:{color:\"240:209:36\",id:\"STRONG_DRAGON_BOOTS\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Strength: §c+25\",1:\"§7Health: §a+60\",2:\"§7Defense: §a+90\",3:\" §8[§8❁§8]\",4:\"\",5:\"§6Full Set Bonus: Strong Blood §7(0/4)\",6:\"§7Improves §9Aspect of the End\",7:\"§8⋗ §c+75 Damage\",8:\"\",9:\"§7Instant Transmission:\",10:\"§8⋗ §a+2 §7teleport range\",11:\"§8⋗ §a+3 §7seconds\",12:\"§8⋗ §c+5❁ Strength §7on cast\",13:\"\",14:\"§7§8This item can be reforged!\",15:\"§7§4❣ §cRequires §aCombat Skill 16§c.\",16:\"§6§lLEGENDARY BOOTS\"],color:15782180,Name:\"§6Strong Dragon Boots\"},ExtraAttributes:{id:\"STRONG_DRAGON_BOOTS\"}}", "damage": 0, "lore": [ "§7Strength: §c+25", @@ -9,7 +9,7 @@ "§7Defense: §a+90", " §8[§8❁§8]", "", - "§6Full Set Bonus: Strong Blood", + "§6Full Set Bonus: Strong Blood §7(0/4)", "§7Improves §9Aspect of the End", "§8⋗ §c+75 Damage", "", @@ -19,6 +19,7 @@ "§8⋗ §c+5❁ Strength §7on cast", "", "§7§8This item can be reforged!", + "§7§4❣ §cRequires §aCombat Skill 16§c.", "§6§lLEGENDARY BOOTS" ], "recipe": { @@ -34,7 +35,7 @@ }, "internalname": "STRONG_DRAGON_BOOTS", "clickcommand": "viewrecipe", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Strong_Dragon_Armor", |