diff options
author | DeDiamondPro <67508414+DeDiamondPro@users.noreply.github.com> | 2021-03-12 15:01:49 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-12 09:01:49 -0500 |
commit | 0fc21e2afa29be0add898361be3739a3eb19900c (patch) | |
tree | 18b9b042d37475a780671b011576ecc13776622e /items/AXE_OF_THE_SHREDDED.json | |
parent | 85ecbfcbb05dc0c86297e3debe088ce732a0068c (diff) | |
download | NotEnoughUpdates-REPO-0fc21e2afa29be0add898361be3739a3eb19900c.tar.gz NotEnoughUpdates-REPO-0fc21e2afa29be0add898361be3739a3eb19900c.tar.bz2 NotEnoughUpdates-REPO-0fc21e2afa29be0add898361be3739a3eb19900c.zip |
new items and then some (#435)
* added new god potion
* updated old god pot
* Update GOD_POTION_2.json
* fixed an oopsie
* new items (still searching for recipe of reaper orb and warden helmet)
* uuid removal
* uuid removal 2
* added recipes (thanks Jani)
* reaper gem
* fixed grandma wolf stats
* also updated nbt
* more stuff
starred bows done by Jani
* uuid removal duty
* parents
* recipes (provided by Jani)
* wiki links
* *confused noises*
* Jani
* wiki links v2
Diffstat (limited to 'items/AXE_OF_THE_SHREDDED.json')
-rw-r--r-- | items/AXE_OF_THE_SHREDDED.json | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/items/AXE_OF_THE_SHREDDED.json b/items/AXE_OF_THE_SHREDDED.json new file mode 100644 index 00000000..6d471863 --- /dev/null +++ b/items/AXE_OF_THE_SHREDDED.json @@ -0,0 +1,43 @@ +{ + "itemid": "minecraft:diamond_axe", + "displayname": "§6Axe of the Shredded", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+140\",1:\"§7Strength: §c+115\",2:\"\",3:\"§7Heal §c50❤ §7per hit.\",4:\"§7Deal §a+250% §7damage to Zombies§7.\",5:\"§7§7Receive §a25% §7less damage\",6:\"§7from Zombies§7 when held.\",7:\"\",8:\"§6Item Ability: Throw §e§lRIGHT CLICK\",9:\"§7Throw your axe damaging all\",10:\"§7enemies in its path dealing\",11:\"§7§c10%§7 melee damage.\",12:\"§7Consecutive throws stack §c2x\",13:\"§c§7damage but cost §92x §7mana\",14:\"§8Mana Cost: §320\",15:\"\",16:\"§7§8This item can be reforged!\",17:\"§7§4☠ §cRequires §5Zombie Slayer 8\",18:\"§6§lLEGENDARY SWORD\"],Name:\"§6Axe of the Shredded\"},ExtraAttributes:{id:\"AXE_OF_THE_SHREDDED\"}}", + "damage": 0, + "lore": [ + "§7Damage: §c+140", + "§7Strength: §c+115", + "", + "§7Heal §c50❤ §7per hit.", + "§7Deal §a+250% §7damage to Zombies§7.", + "§7§7Receive §a25% §7less damage", + "§7from Zombies§7 when held.", + "", + "§6Item Ability: Throw §e§lRIGHT CLICK", + "§7Throw your axe damaging all", + "§7enemies in its path dealing", + "§7§c10%§7 melee damage.", + "§7Consecutive throws stack §c2x", + "§c§7damage but cost §92x §7mana", + "§8Mana Cost: §320", + "", + "§7§8This item can be reforged!", + "§7§4☠ §cRequires §5Zombie Slayer 8", + "§6§lLEGENDARY SWORD" + ], + "recipe": { + "A1": "REVENANT_VISCERA:64", + "A2": "SHARD_OF_THE_SHREDDED:1", + "A3": "REVENANT_VISCERA:64", + "B1": "SHARD_OF_THE_SHREDDED:1", + "B2": "REAPER_SWORD:1", + "B3": "SHARD_OF_THE_SHREDDED:1", + "C1": "REVENANT_VISCERA:64", + "C2": "SHARD_OF_THE_SHREDDED:1", + "C3": "REVENANT_VISCERA:64" + }, + "internalname": "AXE_OF_THE_SHREDDED", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "" +}
\ No newline at end of file |