diff options
author | TomEngMaster <70163122+TomEngMaster@users.noreply.github.com> | 2020-11-22 08:30:30 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-22 08:30:30 +0100 |
commit | a6d967c513053d1f53a3e0944be6f6097e27876a (patch) | |
tree | 60bb5df54670b1fff331004d6b694f6aa8dc9a10 /items/GIANT_CLEAVER.json | |
parent | ce2a8e23753746323446021155538d68c2f78d05 (diff) | |
parent | 3e758918fb29e4fb54d998b457b7953e42e26a7d (diff) | |
download | NotEnoughUpdates-REPO-a6d967c513053d1f53a3e0944be6f6097e27876a.tar.gz NotEnoughUpdates-REPO-a6d967c513053d1f53a3e0944be6f6097e27876a.tar.bz2 NotEnoughUpdates-REPO-a6d967c513053d1f53a3e0944be6f6097e27876a.zip |
Merge pull request #3 from Moulberry/master
Update from original repo
Diffstat (limited to 'items/GIANT_CLEAVER.json')
-rw-r--r-- | items/GIANT_CLEAVER.json | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/items/GIANT_CLEAVER.json b/items/GIANT_CLEAVER.json new file mode 100644 index 00000000..d3ef0efe --- /dev/null +++ b/items/GIANT_CLEAVER.json @@ -0,0 +1,27 @@ +{ + "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:\"§6Item Ability: 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}}", + "damage": 0, + "lore": [ + "§7Gear Score: §d270 ", + "§7Damage: §c+160 ", + "§7Strength: §c+60 ", + "", + "§6Item Ability: 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 §aCatacombs Level 28", + "§5§lEPIC DUNGEON SWORD" + ], + "internalname": "GIANT_CLEAVER", + "crafttext": "", + "clickcommand": "", + "modver": "1.5-REL", + "infoType": "" +}
\ No newline at end of file |