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/SOULS_REBOUND.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/SOULS_REBOUND.json')
-rw-r--r-- | items/SOULS_REBOUND.json | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/items/SOULS_REBOUND.json b/items/SOULS_REBOUND.json index fc8e601f..93691122 100644 --- a/items/SOULS_REBOUND.json +++ b/items/SOULS_REBOUND.json @@ -1,19 +1,19 @@ { "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'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\"}}", + "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 §c10%§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't take damage from", + "§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.", + "§7by up to §c10%§7.", "", "§7§8This item can be reforged!", "§5§lEPIC BOW" @@ -31,10 +31,11 @@ }, "internalname": "SOULS_REBOUND", "clickcommand": "viewrecipe", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Souls_Rebound", "https://wiki.hypixel.net/Souls_Rebound" - ] + ], + "crafttext": "" }
\ No newline at end of file |