diff options
author | Moulberry <james.jenour@student.scotch.wa.edu.au> | 2020-07-28 19:02:17 +1000 |
---|---|---|
committer | Moulberry <james.jenour@student.scotch.wa.edu.au> | 2020-07-28 19:02:17 +1000 |
commit | bdc397344090de82b8605e41f36b6967638ca9e7 (patch) | |
tree | b333e9455ad9171c3cc52d16b7c3fab0e35fc6e2 /items/SPIDER;3.json | |
parent | e3ebf5a2f765a081a039a3eb8c776cfd740bcbea (diff) | |
download | NotEnoughUpdates-REPO-bdc397344090de82b8605e41f36b6967638ca9e7.tar.gz NotEnoughUpdates-REPO-bdc397344090de82b8605e41f36b6967638ca9e7.tar.bz2 NotEnoughUpdates-REPO-bdc397344090de82b8605e41f36b6967638ca9e7.zip |
update pet items
Diffstat (limited to 'items/SPIDER;3.json')
-rw-r--r-- | items/SPIDER;3.json | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/items/SPIDER;3.json b/items/SPIDER;3.json index fd129279..6dc01543 100644 --- a/items/SPIDER;3.json +++ b/items/SPIDER;3.json @@ -1,22 +1,22 @@ { "itemid": "minecraft:skull", - "displayname": "§f§f§7[Lvl 1] §5Spider", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"7c63f3cf-a963-311a-aeca-3a075b417806\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvY2Q1NDE1NDFkYWFmZjUwODk2Y2QyNThiZGJkZDRjZjgwYzNiYTgxNjczNTcyNjA3OGJmZTM5MzkyN2U1N2YxIn19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§8Combat Pet\",1:\"\",2:\"§7Crit Chance: §a0\",3:\"§7Strength: §a0\",4:\"\",5:\"§6One With The Spider\",6:\"§7§7Gain §a0.1 §c❁ Strength §7for\",7:\"§7every nearby spider\",8:\"§8Max 10 spiders\",9:\"\",10:\"§6Web-weaver\",11:\"§7§7Upon hitting a monster it\",12:\"§7becomes slowed by §a0.4%\",13:\"\",14:\"§7§eRight-click to add this pet to\",15:\"§eyour pet menu!\",16:\"\",17:\"§5§lEPIC\"],Name:\"§f§f§7[Lvl 1] §5Spider\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"SPIDER\\\",\\\"active\\\":false,\\\"exp\\\":275.0,\\\"tier\\\":\\\"EPIC\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0}\",originTag:\"QUICK_CRAFTING\",id:\"SPIDER;3\",uuid:\"04db694a-9de6-4d9c-a320-dbe4de3d185a\",timestamp:\"7/15/20 3:57 AM\"},AttributeModifiers:[]}", + "displayname": "§f§f§7[Lvl {LVL}] §5Spider", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"7c63f3cf-a963-311a-aeca-3a075b417806\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvY2Q1NDE1NDFkYWFmZjUwODk2Y2QyNThiZGJkZDRjZjgwYzNiYTgxNjczNTcyNjA3OGJmZTM5MzkyN2U1N2YxIn19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§8Combat Pet\",1:\"\",2:\"§7Crit Chance: §a{CRIT_CHANCE}\",3:\"§7Strength: §a{STRENGTH}\",4:\"\",5:\"§6One With The Spider\",6:\"§7§7Gain §a{0} §c❁ Strength §7for\",7:\"§7every nearby spider\",8:\"§8Max 10 spiders\",9:\"\",10:\"§6Web-weaver\",11:\"§7§7Upon hitting a monster it\",12:\"§7becomes slowed by §a{2}%\",13:\"\",14:\"§7§eRight-click to add this pet to\",15:\"§eyour pet menu!\",16:\"\",17:\"§5§lEPIC\"],Name:\"§f§f§7[Lvl {LVL}] §5Spider\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"SPIDER\\\",\\\"active\\\":false,\\\"exp\\\":275.0,\\\"tier\\\":\\\"EPIC\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0}\",originTag:\"QUICK_CRAFTING\",id:\"SPIDER;3\",uuid:\"04db694a-9de6-4d9c-a320-dbe4de3d185a\",timestamp:\"7/15/20 3:57 AM\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§8Combat Pet", "", - "§7Crit Chance: §a0", - "§7Strength: §a0", + "§7Crit Chance: §a{CRIT_CHANCE}", + "§7Strength: §a{STRENGTH}", "", "§6One With The Spider", - "§7§7Gain §a0.1 §c❁ Strength §7for", + "§7§7Gain §a{0} §c❁ Strength §7for", "§7every nearby spider", "§8Max 10 spiders", "", "§6Web-weaver", "§7§7Upon hitting a monster it", - "§7becomes slowed by §a0.4%", + "§7becomes slowed by §a{2}%", "", "§7§eRight-click to add this pet to", "§eyour pet menu!", @@ -26,6 +26,6 @@ "internalname": "SPIDER;3", "crafttext": "", "clickcommand": "", - "modver": "1.0.0", + "modver": "REL-1.0.0", "infoType": "" }
\ No newline at end of file |