diff options
Diffstat (limited to 'items/TARANTULA;3.json')
-rw-r--r-- | items/TARANTULA;3.json | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/items/TARANTULA;3.json b/items/TARANTULA;3.json index 6bcda7f0..6ff6edde 100644 --- a/items/TARANTULA;3.json +++ b/items/TARANTULA;3.json @@ -1,23 +1,23 @@ { "itemid": "minecraft:skull", - "displayname": "§f§f§7[Lvl 1] §5Tarantula", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"3e5474d4-4365-3ea7-b4bc-b4edc54da341\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODMwMDk4NmVkMGEwNGVhNzk5MDRmNmFlNTNmNDllZDNhMGZmNWIxZGY2MmJiYTYyMmVjYmQzNzc3ZjE1NmRmOCJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Combat Pet\",1:\"\",2:\"§7Crit Chance: §a0\",3:\"§7Strength: §a0\",4:\"§7Crit Damage: §a0\",5:\"\",6:\"§6Webbed Cells\",7:\"§7§7Anti-healing is §a0.3% §7less\",8:\"§7effective against you\",9:\"\",10:\"§6Eight Legs\",11:\"§7§7Decreases the mana cost of\",12:\"§7Spider and Tarantula boots by\",13:\"§7§a0.5%\",14:\"\",15:\"§7§eRight-click to add this pet to\",16:\"§eyour pet menu!\",17:\"\",18:\"§5§lEPIC\"],Name:\"§f§f§7[Lvl 1] §5Tarantula\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"TARANTULA\\\",\\\"active\\\":false,\\\"exp\\\":27.705600000000004,\\\"tier\\\":\\\"EPIC\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0}\",originTag:\"UNKNOWN\",id:\"TARANTULA;3\",uuid:\"ba68f7ad-2efb-451d-b426-a1f6a936b467\",timestamp:\"7/14/20 12:41 PM\"},AttributeModifiers:[]}", + "displayname": "§f§f§7[Lvl {LVL}] §5Tarantula", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"3e5474d4-4365-3ea7-b4bc-b4edc54da341\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODMwMDk4NmVkMGEwNGVhNzk5MDRmNmFlNTNmNDllZDNhMGZmNWIxZGY2MmJiYTYyMmVjYmQzNzc3ZjE1NmRmOCJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Combat Pet\",1:\"\",2:\"§7Crit Chance: §a{CRIT_CHANCE}\",3:\"§7Strength: §a{STRENGTH}\",4:\"§7Crit Damage: §a{CRIT_DAMAGE}\",5:\"\",6:\"§6Webbed Cells\",7:\"§7§7Anti-healing is §a{0}% §7less\",8:\"§7effective against you\",9:\"\",10:\"§6Eight Legs\",11:\"§7§7Decreases the mana cost of\",12:\"§7Spider and Tarantula boots by\",13:\"§7§a{1}%\",14:\"\",15:\"§7§eRight-click to add this pet to\",16:\"§eyour pet menu!\",17:\"\",18:\"§5§lEPIC\"],Name:\"§f§f§7[Lvl {LVL}] §5Tarantula\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"TARANTULA\\\",\\\"active\\\":false,\\\"exp\\\":27.705600000000004,\\\"tier\\\":\\\"EPIC\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0}\",originTag:\"UNKNOWN\",id:\"TARANTULA;3\",uuid:\"ba68f7ad-2efb-451d-b426-a1f6a936b467\",timestamp:\"7/14/20 12:41 PM\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§8Combat Pet", "", - "§7Crit Chance: §a0", - "§7Strength: §a0", - "§7Crit Damage: §a0", + "§7Crit Chance: §a{CRIT_CHANCE}", + "§7Strength: §a{STRENGTH}", + "§7Crit Damage: §a{CRIT_DAMAGE}", "", "§6Webbed Cells", - "§7§7Anti-healing is §a0.3% §7less", + "§7§7Anti-healing is §a{0}% §7less", "§7effective against you", "", "§6Eight Legs", "§7§7Decreases the mana cost of", "§7Spider and Tarantula boots by", - "§7§a0.5%", + "§7§a{1}%", "", "§7§eRight-click to add this pet to", "§eyour pet menu!", @@ -27,6 +27,6 @@ "internalname": "TARANTULA;3", "crafttext": "", "clickcommand": "", - "modver": "1.0.0", + "modver": "REL-1.0.0", "infoType": "" }
\ No newline at end of file |