diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-10-19 15:39:49 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-19 15:39:49 +0200 |
commit | f144e9fb45018e18ce16ea9c0f01518b877d34dd (patch) | |
tree | 508463965aea3f3ad3dcda11b96b15ef717ee4eb /items/SULPHUR_BOW.json | |
parent | 1102dc62c60916df7095d266e907ed191e658e2b (diff) | |
download | NotEnoughUpdates-REPO-f144e9fb45018e18ce16ea9c0f01518b877d34dd.tar.gz NotEnoughUpdates-REPO-f144e9fb45018e18ce16ea9c0f01518b877d34dd.tar.bz2 NotEnoughUpdates-REPO-f144e9fb45018e18ce16ea9c0f01518b877d34dd.zip |
Added reqs to items, fixed slayer drops, added new drop, fixed some lores (#998)
Diffstat (limited to 'items/SULPHUR_BOW.json')
-rw-r--r-- | items/SULPHUR_BOW.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/items/SULPHUR_BOW.json b/items/SULPHUR_BOW.json index fc2d256d..1124899c 100644 --- a/items/SULPHUR_BOW.json +++ b/items/SULPHUR_BOW.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:bow", "displayname": "§5Sulphur Bow", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+200\",1:\"§7Strength: §c+100\",2:\" §8[§7⚔§8]\",3:\"\",4:\"§7Consumes 1 §6Sulphur§7 from the\",5:\"§7§eInventory §7or §aQuiver §7to\",6:\"§7§adouble§7 the damage per shot.\",7:\"\",8:\"§7§8This item can be reforged!\",9:\"§5§lEPIC BOW\"],Name:\"§5Sulphur Bow\"},ExtraAttributes:{id:\"SULPHUR_BOW\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+200\",1:\"§7Strength: §c+100\",2:\" §8[§7⚔§8]\",3:\"\",4:\"§7Consumes 1 §6Sulphur§7 from the\",5:\"§7§eInventory §7or §aQuiver §7to\",6:\"§7§adouble§7 the damage per shot.\",7:\"\",8:\"§7§8This item can be reforged!\",9:\"§7§4❣ §cRequires §aCombat Skill 22§c.\",10:\"§5§lEPIC BOW\"],Name:\"§5Sulphur Bow\"},ExtraAttributes:{id:\"SULPHUR_BOW\"}}", "damage": 0, "lore": [ "§7Damage: §c+200", @@ -13,6 +13,7 @@ "§7§adouble§7 the damage per shot.", "", "§7§8This item can be reforged!", + "§7§4❣ §cRequires §aCombat Skill 22§c.", "§5§lEPIC BOW" ], "recipe": { @@ -29,7 +30,7 @@ "internalname": "SULPHUR_BOW", "crafttext": "Requires: Sulphur VII", "clickcommand": "viewrecipe", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Sulphur_Bow", |