diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-09-14 11:40:07 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-14 11:40:07 +0200 |
commit | fc877134eacdd1a75be57f90577ba0628638bbe3 (patch) | |
tree | f7de6ca9cadb5979da2039c6a42135c44806defb /items/GIANT_CLEAVER.json | |
parent | 9861e27f07a1562bb4d1170c22a7b8c72fa63428 (diff) | |
download | NotEnoughUpdates-REPO-fc877134eacdd1a75be57f90577ba0628638bbe3.tar.gz NotEnoughUpdates-REPO-fc877134eacdd1a75be57f90577ba0628638bbe3.tar.bz2 NotEnoughUpdates-REPO-fc877134eacdd1a75be57f90577ba0628638bbe3.zip |
Added new alpha stuff (#978)
Co-authored-by: CalMWolfs <94038482+CalMWolfs@users.noreply.github.com>
Diffstat (limited to 'items/GIANT_CLEAVER.json')
-rw-r--r-- | items/GIANT_CLEAVER.json | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/items/GIANT_CLEAVER.json b/items/GIANT_CLEAVER.json index 40925ca3..d3914886 100644 --- a/items/GIANT_CLEAVER.json +++ b/items/GIANT_CLEAVER.json @@ -1,24 +1,23 @@ { "itemid": "minecraft:golden_sword", "displayname": "§5Giant Cleaver", - "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 §cCatacombs Skill\",14:\"§c28§c.\",15:\"§5§lEPIC DUNGEON SWORD\"],Name:\"§5Giant Cleaver\"},ExtraAttributes:{id:\"GIANT_CLEAVER\",shop_dungeon_floor_completion_required:6}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d501\",1:\"§7Damage: §c+235\",2:\"§7Strength: §c+120\",3:\"§7Crit Damage: §c+120%\",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:\"§7§4❣ §cRequires §aThe Catacombs Floor\",13:\"§aVI Completion§c.\",14:\"§5§lEPIC DUNGEON SWORD\"],Name:\"§5Giant Cleaver\"},ExtraAttributes:{id:\"GIANT_CLEAVER\"}}", "damage": 0, "lore": [ - "§7Gear Score: §d456", - "§7Damage: §c+235 §8(+984.65)", - "§7Strength: §c+95 §8(+398.05)", - "§7Crit Damage: §c+95% §8(+398.05%)", + "§7Gear Score: §d501", + "§7Damage: §c+235", + "§7Strength: §c+120", + "§7Crit Damage: §c+120%", "", - "§6Ability: Cleave", + "§6Ability: Cleave ", "§7When hitting an entity, monsters", "§7in a §a5§7 block range will be", "§7hit for a portion of that damage", "§7too.", "", "§7§8This item can be reforged!", - "§aPerfect 52500 / 52500", - "§7§4❣ §cRequires §cCatacombs Skill", - "§c28§c.", + "§7§4❣ §cRequires §aThe Catacombs Floor", + "§aVI Completion§c.", "§5§lEPIC DUNGEON SWORD" ], "internalname": "GIANT_CLEAVER", |