diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2022-09-29 14:26:03 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-29 14:26:03 +0200 |
commit | 19bf0bd5719906212616f37582679877fe70c11e (patch) | |
tree | 53b5d9bd3e1b1e8b615b2a35ed08e0ae4985bf05 /items/HYPER_CLEAVER.json | |
parent | 436035e9af14dced1e71617667428feabfb2330f (diff) | |
download | NotEnoughUpdates-REPO-19bf0bd5719906212616f37582679877fe70c11e.tar.gz NotEnoughUpdates-REPO-19bf0bd5719906212616f37582679877fe70c11e.tar.bz2 NotEnoughUpdates-REPO-19bf0bd5719906212616f37582679877fe70c11e.zip |
Fixed kuudra pet stats (#829)
* Fixed kuudra pet stats
* New update i hate you
* Fixed Aiming enchant
Diffstat (limited to 'items/HYPER_CLEAVER.json')
-rw-r--r-- | items/HYPER_CLEAVER.json | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/items/HYPER_CLEAVER.json b/items/HYPER_CLEAVER.json index 0e31b2d1..e5f94482 100644 --- a/items/HYPER_CLEAVER.json +++ b/items/HYPER_CLEAVER.json @@ -1,12 +1,13 @@ { "itemid": "minecraft:golden_sword", "displayname": "§5Hyper Cleaver", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d215 \",1:\"§7Damage: §c+145 \",2:\"§7Strength: §c+50 \",3:\"\",4:\"§6Ability: Cleave\",5:\"§7When hitting an entity, monsters\",6:\"§7in a §a4§7 block range will be\",7:\"§7hit for a portion of that damage\",8:\"§7too.\",9:\"\",10:\"§7§8This item can be reforged!\",11:\"§aPerfect 52500 / 52500\",12:\"§7§4❣ §cRequires §aCatacombs Level 16\",13:\"§5§lEPIC DUNGEON SWORD\"],Name:\"§5Hyper Cleaver\"},ExtraAttributes:{dungeon_item_level:0,id:\"HYPER_CLEAVER\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d285 §8(1130)\",1:\"§7Damage: §c+175 §8(+733.25)\",2:\"§7Strength: §c+50 §8(+209.5)\",3:\"§7Crit Damage: §c+50% §8(+209.5%)\",4:\"\",5:\"§6Ability: Cleave\",6:\"§7When hitting an entity, monsters\",7:\"§7in a §a4§7 block range will be\",8:\"§7hit for a portion of that damage\",9:\"§7too.\",10:\"\",11:\"§7§8This item can be reforged!\",12:\"§aPerfect 52500 / 52500\",13:\"§7§4❣ §cRequires §aCatacombs Level 16\",14:\"§5§lEPIC DUNGEON SWORD\"],Name:\"§5Hyper Cleaver\"},ExtraAttributes:{dungeon_item_level:0,id:\"HYPER_CLEAVER\"}}", "damage": 0, "lore": [ - "§7Gear Score: §d215 ", - "§7Damage: §c+145 ", - "§7Strength: §c+50 ", + "§7Gear Score: §d285 §8(1130)", + "§7Damage: §c+175 §8(+733.25)", + "§7Strength: §c+50 §8(+209.5)", + "§7Crit Damage: §c+50% §8(+209.5%)", "", "§6Ability: Cleave", "§7When hitting an entity, monsters", @@ -22,9 +23,9 @@ "internalname": "HYPER_CLEAVER", "crafttext": "", "clickcommand": "", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Hyper_Cleaver" ] -} +}
\ No newline at end of file |