diff options
author | DeDiamondPro <67508414+DeDiamondPro@users.noreply.github.com> | 2021-03-09 18:28:08 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-09 12:28:08 -0500 |
commit | 78e775da64b598dd40387f22081ed7a3927e8af1 (patch) | |
tree | 2181d4129400fad2be856a1ac673b56962bf249d /items/SOULS_REBOUND.json | |
parent | 73b6f703307b4524fadead8fd0977c67b028e1f6 (diff) | |
download | NotEnoughUpdates-REPO-78e775da64b598dd40387f22081ed7a3927e8af1.tar.gz NotEnoughUpdates-REPO-78e775da64b598dd40387f22081ed7a3927e8af1.tar.bz2 NotEnoughUpdates-REPO-78e775da64b598dd40387f22081ed7a3927e8af1.zip |
added new items (POG) (#427)
* added personal deletors
* I'm trying to be fast but this will take time
* added new sack
* more sacks
* all sacks done
* added parent
Diffstat (limited to 'items/SOULS_REBOUND.json')
-rw-r--r-- | items/SOULS_REBOUND.json | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/items/SOULS_REBOUND.json b/items/SOULS_REBOUND.json new file mode 100644 index 00000000..129b4fd7 --- /dev/null +++ b/items/SOULS_REBOUND.json @@ -0,0 +1,35 @@ +{ + "itemid": "minecraft:bow", + "displayname": "§5Souls Rebound", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+450\",1:\"\",2:\"§7Your arrows mark enemies you hit\",3:\"§7for §b5 §7seconds. Marked\",4:\"§7Enemies don\u0027t take damage from\",5:\"§7you, once the mark expires the\",6:\"§7target will receive a burst of\",7:\"§7damage equal to all the damage\",8:\"§7dealt during the mark increased\",9:\"§7by up to §c20%§7.\",10:\"\",11:\"§7§8This item can be reforged!\",12:\"§5§lEPIC BOW\"],Name:\"§5Souls Rebound\"},ExtraAttributes:{id:\"SOULS_REBOUND\"}}", + "damage": 0, + "lore": [ + "§7Damage: §c+450", + "", + "§7Your arrows mark enemies you hit", + "§7for §b5 §7seconds. Marked", + "§7Enemies don\u0027t take damage from", + "§7you, once the mark expires the", + "§7target will receive a burst of", + "§7damage equal to all the damage", + "§7dealt during the mark increased", + "§7by up to §c20%§7.", + "", + "§7§8This item can be reforged!", + "§5§lEPIC BOW" + ], + "recipe": { + "A1": "", + "A2": "ENCHANTED_GHAST_TEAR:64", + "A3": "SOUL_STRING:64", + "B1": "ENCHANTED_GHAST_TEAR:64", + "B2": "DARK_QUEENS_SOUL_DROP:10", + "B3": "SOUL_STRING:64", + "C1": "", + "C2": "ENCHANTED_GHAST_TEAR:64", + "C3": "SOUL_STRING:64" + }, + "internalname": "SOULS_REBOUND", + "clickcommand": "viewrecipe", + "modver": "2.0.0-REL" +}
\ No newline at end of file |