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/GIANT_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/GIANT_CLEAVER.json')
-rw-r--r-- | items/GIANT_CLEAVER.json | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/items/GIANT_CLEAVER.json b/items/GIANT_CLEAVER.json index c34bb5f8..0b9a86e5 100644 --- a/items/GIANT_CLEAVER.json +++ b/items/GIANT_CLEAVER.json @@ -1,12 +1,13 @@ { "itemid": "minecraft:golden_sword", "displayname": "§5Giant Cleaver", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d270 \",1:\"§7Damage: §c+160 \",2:\"§7Strength: §c+60 \",3:\"\",4:\"§6Ability: Cleave\",5:\"§7When hitting an entity, monsters\",6:\"§7in a §a5§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 28\",13:\"§5§lEPIC DUNGEON SWORD\"],Name:\"§5Giant Cleaver\"},ExtraAttributes:{id:\"GIANT_CLEAVER\",shop_dungeon_floor_completion_required:6}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d456\",1:\"§7Damage: §c+235 §8(+984.65)\",2:\"§7Strength: §c+95 §8(+398.05)\",3:\"§7Crit Damage: §c+95% §8(+398.05%)\",4:\"\",5:\"§6Ability: Cleave\",6:\"§7When hitting an entity, monsters\",7:\"§7in a §a5§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 28\",14:\"§5§lEPIC DUNGEON SWORD\"],Name:\"§5Giant Cleaver\"},ExtraAttributes:{id:\"GIANT_CLEAVER\",shop_dungeon_floor_completion_required:6}}", "damage": 0, "lore": [ - "§7Gear Score: §d270 ", - "§7Damage: §c+160 ", - "§7Strength: §c+60 ", + "§7Gear Score: §d456", + "§7Damage: §c+235 §8(+984.65)", + "§7Strength: §c+95 §8(+398.05)", + "§7Crit Damage: §c+95% §8(+398.05%)", "", "§6Ability: Cleave", "§7When hitting an entity, monsters", @@ -22,9 +23,9 @@ "internalname": "GIANT_CLEAVER", "crafttext": "", "clickcommand": "", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Giant_Cleaver" ] -} +}
\ No newline at end of file |