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/SOULS_REBOUND.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/SOULS_REBOUND.json')
-rw-r--r-- | items/SOULS_REBOUND.json | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/items/SOULS_REBOUND.json b/items/SOULS_REBOUND.json index 129b4fd7..17cbb76e 100644 --- a/items/SOULS_REBOUND.json +++ b/items/SOULS_REBOUND.json @@ -1,14 +1,14 @@ { "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\"}}", + "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't 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", + "§7Enemies don't take damage from", "§7you, once the mark expires the", "§7target will receive a burst of", "§7damage equal to all the damage", @@ -31,5 +31,9 @@ }, "internalname": "SOULS_REBOUND", "clickcommand": "viewrecipe", - "modver": "2.0.0-REL" + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Souls_Rebound" + ] }
\ No newline at end of file |