diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2020-10-01 11:49:29 -0400 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2020-10-01 11:49:29 -0400 |
commit | 3415391bcfcaaa7277329fa88c277db35f12bb4b (patch) | |
tree | 273bed72f85fa54a29287768839f68f43478ec1b /items/CRYPT_DREADLORD_SWORD.json | |
parent | 9874778871a5ed0a2dafcf03da66e0a10ba2c61f (diff) | |
download | NotEnoughUpdates-REPO-3415391bcfcaaa7277329fa88c277db35f12bb4b.tar.gz NotEnoughUpdates-REPO-3415391bcfcaaa7277329fa88c277db35f12bb4b.tar.bz2 NotEnoughUpdates-REPO-3415391bcfcaaa7277329fa88c277db35f12bb4b.zip |
More dungeon fixes
Diffstat (limited to 'items/CRYPT_DREADLORD_SWORD.json')
-rw-r--r-- | items/CRYPT_DREADLORD_SWORD.json | 39 |
1 files changed, 18 insertions, 21 deletions
diff --git a/items/CRYPT_DREADLORD_SWORD.json b/items/CRYPT_DREADLORD_SWORD.json index 69a73b00..61a7eea8 100644 --- a/items/CRYPT_DREADLORD_SWORD.json +++ b/items/CRYPT_DREADLORD_SWORD.json @@ -1,34 +1,31 @@ { - "internalname": "CRYPT_DREADLORD_SWORD", - "itemid": 267, - "displayname": "§9Epic Dreadlord Sword", - "clickcommand": "", + "itemid": "minecraft:iron_sword", + "displayname": "§9Dreadlord Sword", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d145\",1:\"§7Damage: §c+52\",2:\"§7Strength: §c+50\",3:\"\",4:\"§7Intelligence: §a+85\",5:\"\",6:\"§6Item Ability: Dreadlord §e§lRIGHT CLICK\",7:\"§7Shoot a skull that deals §a578§7\",8:\"§7damage.\",9:\"§8Mana Cost: §340\",10:\"\",11:\"§7§8This item can be reforged!\",12:\"§aPerfect 35000 / 35000\",13:\"§7§4❣ §cRequires §aCatacombs Level 5\",14:\"§9§lRARE DUNGEON SWORD\"],Name:\"§9Dreadlord Sword\"},ExtraAttributes:{dungeon_item_level:0,id:\"CRYPT_DREADLORD_SWORD\"}}", "damage": 0, - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d315 §8(324)\",1:\"§7Damage: §c+72 §8(+74.88)\",2:\"§7Strength: §c+94 §8(Epic +25) §8(+97.76)\",3:\"§7Crit Damage: §c+20% §8(Epic +20%) §8(+20.8%)\",4:\"§7Bonus Attack Speed: §c+4% §8(Epic +4%)\",5:\"\",6:\"§7Intelligence: §a+117 §8(+121.68)\",7:\"\",8:\"§9Execute V, §9Experience III\",9:\"§9First Strike IV, §9Giant Killer V\",10:\"§9Looting III, §9Luck V\",11:\"§9Scavenger V, §9Sharpness V\",12:\"\",13:\"§6Item Ability: Dreadlord §e§lRIGHT CLICK\",14:\"§7Shoot a skull that deals §a0§7\",15:\"§7damage.\",16:\"§8Mana Cost: §340\",17:\"§8Cooldown: §a3s\",18:\"\",19:\"§aPerfect 35000 / 35000\",20:\"§7§4❣ §cRequires §aCatacombs Level\",21:\"§a5\",22:\"§9§lRARE DUNGEON SWORD\"],Name:\"§9Epic Dreadlord Sword\"},ExtraAttributes:{baseStatBoostPercentage:37,modifier:\"epic\",id:\"CRYPT_DREADLORD_SWORD\",enchantments:{luck:5,first_strike:4,looting:3,sharpness:5,scavenger:5,experience:3,execute:5,giant_killer:5},item_tier:0}}", - "modver": "1.0.0", "lore": [ - "§7Gear Score: §d315 §8(324)", - "§7Damage: §c+72 §8(+74.88)", - "§7Strength: §c+94 §8(Epic +25) §8(+97.76)", - "§7Crit Damage: §c+20% §8(Epic +20%) §8(+20.8%)", - "§7Bonus Attack Speed: §c+4% §8(Epic +4%)", - "", - "§7Intelligence: §a+117 §8(+121.68)", + "§7Gear Score: §d145", + "§7Damage: §c+52", + "§7Strength: §c+50", "", - "§9Execute V, §9Experience III", - "§9First Strike IV, §9Giant Killer V", - "§9Looting III, §9Luck V", - "§9Scavenger V, §9Sharpness V", + "§7Intelligence: §a+85", "", "§6Item Ability: Dreadlord §e§lRIGHT CLICK", - "§7Shoot a skull that deals §a0§7", + "§7Shoot a skull that deals §a578§7", "§7damage.", "§8Mana Cost: §340", - "§8Cooldown: §a3s", "", + "§7§8This item can be reforged!", "§aPerfect 35000 / 35000", - "§7§4❣ §cRequires §aCatacombs Level", - "§a5", + "§7§4❣ §cRequires §aCatacombs Level 5", "§9§lRARE DUNGEON SWORD" + ], + "internalname": "CRYPT_DREADLORD_SWORD", + "crafttext": "", + "clickcommand": "", + "modver": "1.3-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Dreadlord_Sword" ] }
\ No newline at end of file |