diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-06-02 01:23:29 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-02 09:23:29 +1000 |
commit | 8800785d5350693ca1f50ab8a3ea6425feadad7b (patch) | |
tree | 60c18a1d390f5cd0040475f1c0e0c6d05dd301d4 /items/ICY_ARROW.json | |
parent | 30358e4190aeefffc4ac597d008d62b5a0cff579 (diff) | |
download | NotEnoughUpdates-REPO-8800785d5350693ca1f50ab8a3ea6425feadad7b.tar.gz NotEnoughUpdates-REPO-8800785d5350693ca1f50ab8a3ea6425feadad7b.tar.bz2 NotEnoughUpdates-REPO-8800785d5350693ca1f50ab8a3ea6425feadad7b.zip |
Added new sack and fixed some lores (#934)
Diffstat (limited to 'items/ICY_ARROW.json')
-rw-r--r-- | items/ICY_ARROW.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/items/ICY_ARROW.json b/items/ICY_ARROW.json index aefa32c5..c216ff0f 100644 --- a/items/ICY_ARROW.json +++ b/items/ICY_ARROW.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:arrow", "displayname": "§9Icy Arrow", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Damage: §c+24\",1:\"\",2:\"§6Passive: Muscle Freeze\",3:\"§7Applies §bSlowness 1 §7for §a3s\",4:\"§7to targets.\",5:\"\",6:\"§4❣ §cRequires §aCombat Skill 21§c +\",7:\"§aIce Collection 7§c + §aTarget\",8:\"§aPractice II.\",9:\"§8Stats added when shot!\",10:\"§9§lRARE ARROW\"],Name:\"§9Icy Arrow\"},ExtraAttributes:{id:\"ICY_ARROW\"}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Damage: §c+24\",1:\"\",2:\"§6Passive: Muscle Freeze\",3:\"§7Applies §bSlowness 1 §7for §a3s\",4:\"§7to targets.\",5:\"\",6:\"§4❣ §cRequires §aCombat Skill 21§c +\",7:\"§aIce Collection 7§c + §aTarget\",8:\"§aPractice II§c.\",9:\"§8Stats added when shot!\",10:\"§9§lRARE ARROW\"],Name:\"§9Icy Arrow\"},ExtraAttributes:{id:\"ICY_ARROW\"}}", "damage": 0, "lore": [ "§7Damage: §c+24", @@ -12,14 +12,14 @@ "", "§4❣ §cRequires §aCombat Skill 21§c +", "§aIce Collection 7§c + §aTarget", - "§aPractice II.", + "§aPractice II§c.", "§8Stats added when shot!", "§9§lRARE ARROW" ], "internalname": "ICY_ARROW", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Arrows", |