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/GUARDIAN;0.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/GUARDIAN;0.json')
-rw-r--r-- | items/GUARDIAN;0.json | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/items/GUARDIAN;0.json b/items/GUARDIAN;0.json index 643c4c88..4662cf59 100644 --- a/items/GUARDIAN;0.json +++ b/items/GUARDIAN;0.json @@ -1,16 +1,16 @@ { "itemid": "minecraft:skull", - "displayname": "§f§f§7[Lvl 1➡100] §fGuardian", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"26508276-c01a-32a9-9201-7dae1724954e\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMjIxMDI1NDM0MDQ1YmRhNzAyNWIzZTUxNGIzMTZhNGI3NzBjNmZhYTRiYTlhZGI0YmUzODA5NTI2ZGI3N2Y5ZCJ9fX0=\"}]}},display:{Lore:[0:\"§8Combat Pet\",1:\"\",2:\"§7Intelligence: §a+1➡100\",3:\"§7Defense: §a+0➡50\",4:\"\",5:\"§6Lazerbeam\",6:\"§7§7Zaps your enemies for §b0.2x➡20x\",7:\"§b§7your §b✎ Intelligence §7every\",8:\"§7§a3s\",9:\"\",10:\"§7§eRight-click to add this pet to\",11:\"§eyour pet menu!\",12:\"\",13:\"§f§lCOMMON\"],Name:\"§f§f§7[Lvl 1➡100] §fGuardian\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"GUARDIAN\\\",\\\"active\\\":false,\\\"exp\\\":0.0,\\\"tier\\\":\\\"LEGENDARY\\\",\\\"hideInfo\\\":false}\",originTag:\"UNKNOWN\",id:\"GUARDIAN;0\",uuid:\"5ff7dae2-53e6-4e18-bedf-541b4ce1b4f4\",timestamp:\"4/6/20 5:02 AM\"},AttributeModifiers:[]}", + "displayname": "§f§f§7[Lvl {LVL}] §fGuardian", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"26508276-c01a-32a9-9201-7dae1724954e\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMjIxMDI1NDM0MDQ1YmRhNzAyNWIzZTUxNGIzMTZhNGI3NzBjNmZhYTRiYTlhZGI0YmUzODA5NTI2ZGI3N2Y5ZCJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Combat Pet\",1:\"\",2:\"§7Intelligence: §a{INTELLIGENCE}\",3:\"§7Defense: §a{DEFENSE}\",4:\"\",5:\"§6Lazerbeam\",6:\"§7§7Zaps your enemies for §b{0}x\",7:\"§b§7your §b✎ Intelligence §7every\",8:\"§7§a3s\",9:\"\",10:\"§7§eRight-click to add this pet to\",11:\"§eyour pet menu!\",12:\"\",13:\"§f§lCOMMON\"],Name:\"§f§f§7[Lvl {LVL}] §fGuardian\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"GUARDIAN\\\",\\\"active\\\":false,\\\"exp\\\":0.0,\\\"tier\\\":\\\"LEGENDARY\\\",\\\"hideInfo\\\":false}\",originTag:\"UNKNOWN\",id:\"GUARDIAN;0\",uuid:\"5ff7dae2-53e6-4e18-bedf-541b4ce1b4f4\",timestamp:\"4/6/20 5:02 AM\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§8Combat Pet", "", - "§7Intelligence: §a+1➡100", - "§7Defense: §a+0➡50", + "§7Intelligence: §a{INTELLIGENCE}", + "§7Defense: §a{DEFENSE}", "", "§6Lazerbeam", - "§7§7Zaps your enemies for §b0.2x➡20x", + "§7§7Zaps your enemies for §b{0}x", "§b§7your §b✎ Intelligence §7every", "§7§a3s", "", @@ -21,9 +21,10 @@ ], "internalname": "GUARDIAN;0", "clickcommand": "", - "modver": "1.0.0", + "modver": "REL-1.0.0", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Guardian_Pet" - ] + ], + "crafttext": "" }
\ No newline at end of file |