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/ENDERMAN;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/ENDERMAN;0.json')
-rw-r--r-- | items/ENDERMAN;0.json | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/items/ENDERMAN;0.json b/items/ENDERMAN;0.json index dd6274f9..46d3066c 100644 --- a/items/ENDERMAN;0.json +++ b/items/ENDERMAN;0.json @@ -1,15 +1,15 @@ { "itemid": "minecraft:skull", - "displayname": "§f§f§7[Lvl 1➡100] §fEnderman", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"476cd413-4182-331d-845f-451608355831\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNmVhYjc1ZWFhNWM5ZjJjNDNhMGQyM2NmZGNlMzVmNGRmNjMyZTk4MTUwMDE4NTAzNzczODVmN2IyZjAzOWNlMSJ9fX0=\"}]}},display:{Lore:[0:\"§8Combat Pet\",1:\"\",2:\"§7Crit Damage: §a+0.75%➡75%\",3:\"\",4:\"§6Enderian\",5:\"§7§7Take §a0.1%➡10% §7less damage from\",6:\"§7end monsters\",7:\"\",8:\"§7§eRight-click to add this pet to\",9:\"§eyour pet menu!\",10:\"\",11:\"§f§lCOMMON\"],Name:\"§f§f§7[Lvl 1➡100] §fEnderman\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"ENDERMAN\\\",\\\"active\\\":false,\\\"exp\\\":1.221073342884213E7,\\\"tier\\\":\\\"LEGENDARY\\\",\\\"hideInfo\\\":false}\",originTag:\"UNKNOWN\",id:\"ENDERMAN;0\",uuid:\"4d1cdad1-18cd-4245-9f84-5480262eb808\",timestamp:\"4/6/20 9:42 AM\"},AttributeModifiers:[]}", + "displayname": "§f§f§7[Lvl {LVL}] §fEnderman", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"476cd413-4182-331d-845f-451608355831\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNmVhYjc1ZWFhNWM5ZjJjNDNhMGQyM2NmZGNlMzVmNGRmNjMyZTk4MTUwMDE4NTAzNzczODVmN2IyZjAzOWNlMSJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Combat Pet\",1:\"\",2:\"§7Crit Damage: §a{CRIT_DAMAGE}\",3:\"\",4:\"§6Enderian\",5:\"§7§7Take §a{0}% §7less damage from\",6:\"§7end monsters\",7:\"\",8:\"§7§eRight-click to add this pet to\",9:\"§eyour pet menu!\",10:\"\",11:\"§f§lCOMMON\"],Name:\"§f§f§7[Lvl {LVL}] §fEnderman\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"ENDERMAN\\\",\\\"active\\\":false,\\\"exp\\\":1.221073342884213E7,\\\"tier\\\":\\\"LEGENDARY\\\",\\\"hideInfo\\\":false}\",originTag:\"UNKNOWN\",id:\"ENDERMAN;0\",uuid:\"4d1cdad1-18cd-4245-9f84-5480262eb808\",timestamp:\"4/6/20 9:42 AM\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§8Combat Pet", "", - "§7Crit Damage: §a+0.75%➡75%", + "§7Crit Damage: §a{CRIT_DAMAGE}", "", "§6Enderian", - "§7§7Take §a0.1%➡10% §7less damage from", + "§7§7Take §a{0}% §7less damage from", "§7end monsters", "", "§7§eRight-click to add this pet to", @@ -19,9 +19,10 @@ ], "internalname": "ENDERMAN;0", "clickcommand": "", - "modver": "1.0.0", + "modver": "REL-1.0.0", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Enderman_Pet" - ] + ], + "crafttext": "" }
\ No newline at end of file |