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/SUPER_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/SUPER_CLEAVER.json')
-rw-r--r-- | items/SUPER_CLEAVER.json | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/items/SUPER_CLEAVER.json b/items/SUPER_CLEAVER.json index 84e8d3c7..5220d3b9 100644 --- a/items/SUPER_CLEAVER.json +++ b/items/SUPER_CLEAVER.json @@ -4,12 +4,13 @@ "displayname": "§9Super Cleaver", "clickcommand": "", "damage": 0, - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d105\",1:\"§7Damage: §c+85\",2:\"§7Strength: §c+20\",3:\"\",4:\"§6Ability: Cleave\",5:\"§7When hitting an entity, monsters\",6:\"§7in a §a3§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 35000 / 35000\",12:\"§9§lRARE DUNGEON SWORD\"],Name:\"§9Super Cleaver\"},ExtraAttributes:{id:\"SUPER_CLEAVER\"}}", - "modver": "2.0.0-REL", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d141 §8(591)\",1:\"§7Damage: §c+105 §8(+439.95)\",2:\"§7Strength: §c+20 §8(+83.8)\",3:\"§7Crit Damage: §c+20% §8(+83.8%)\",4:\"\",5:\"§6Ability: Cleave\",6:\"§7When hitting an entity, monsters\",7:\"§7in a §a3§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 35000 / 35000\",13:\"§9§lRARE DUNGEON SWORD\"],Name:\"§9Super Cleaver\"},ExtraAttributes:{id:\"SUPER_CLEAVER\"}}", + "modver": "2.1.0-REL", "lore": [ - "§7Gear Score: §d105", - "§7Damage: §c+85", - "§7Strength: §c+20", + "§7Gear Score: §d141 §8(591)", + "§7Damage: §c+105 §8(+439.95)", + "§7Strength: §c+20 §8(+83.8)", + "§7Crit Damage: §c+20% §8(+83.8%)", "", "§6Ability: Cleave", "§7When hitting an entity, monsters", @@ -26,4 +27,4 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Super_Cleaver" ] -} +}
\ No newline at end of file |