diff options
Diffstat (limited to 'items/SKELETON_HORSE;4.json')
-rw-r--r-- | items/SKELETON_HORSE;4.json | 28 |
1 files changed, 15 insertions, 13 deletions
diff --git a/items/SKELETON_HORSE;4.json b/items/SKELETON_HORSE;4.json index b3a7bbfb..a1f9a794 100644 --- a/items/SKELETON_HORSE;4.json +++ b/items/SKELETON_HORSE;4.json @@ -1,24 +1,28 @@ { "itemid": "minecraft:skull", - "displayname": "§f§f§7[Lvl 1➡100] §6Skeleton Horse", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"bd84da18-cd6c-3191-9bc5-0fa4c2071372\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNDdlZmZjZTM1MTMyYzg2ZmY3MmJjYWU3N2RmYmIxZDIyNTg3ZTk0ZGYzY2JjMjU3MGVkMTdjZjg5NzNhIn19fQ==\"}]}},display:{Lore:[0:\"§8Combat Mount\",1:\"\",2:\"§7Gallop around town on your\",3:\"§7scary, yet trusty, steed!\",4:\"\",5:\"§7Intelligence: §a+1➡100\",6:\"§7Speed: §a+0➡50\",7:\"\",8:\"§6Ridable\",9:\"§7§7Right-click your summoned pet\",10:\"§7to ride it!\",11:\"\",12:\"§6Gallop\",13:\"§7§7Increases the speed of your\",14:\"§7horse by §a1.5%➡150%\",15:\"\",16:\"§7§eRight-click to add this pet to\",17:\"§eyour pet menu!\",18:\"\",19:\"§6§lLEGENDARY\"],Name:\"§f§f§7[Lvl 1➡100] §6Skeleton Horse\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"SKELETON_HORSE\\\",\\\"active\\\":false,\\\"exp\\\":9327.840000000024,\\\"tier\\\":\\\"LEGENDARY\\\",\\\"hideInfo\\\":false}\",originTag:\"UNKNOWN\",id:\"SKELETON_HORSE;4\",uuid:\"06e86fdf-2ce5-445b-953e-92330258c726\",timestamp:\"4/11/20 12:29 PM\"},AttributeModifiers:[]}", + "displayname": "§f§f§7[Lvl {LVL}] §6Skeleton Horse", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"bd84da18-cd6c-3191-9bc5-0fa4c2071372\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNDdlZmZjZTM1MTMyYzg2ZmY3MmJjYWU3N2RmYmIxZDIyNTg3ZTk0ZGYzY2JjMjU3MGVkMTdjZjg5NzNhIn19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§8Combat Mount\",1:\"\",2:\"§7Run around town on your scary,\",3:\"§7yet trusty, steed!\",4:\"\",5:\"§7Intelligence: §a{INTELLIGENCE}\",6:\"§7Speed: §a{SPEED}\",7:\"\",8:\"§6Ridable\",9:\"§7§7Right-click your summoned pet\",10:\"§7to ride it!\",11:\"\",12:\"§6Run\",13:\"§7§7Increases the speed of your\",14:\"§7mount by §a{2}%\",15:\"\",16:\"§6Ride Into Battle\",17:\"§7§7While riding your horse, gain\",18:\"§7+§a{3}% §7 bow damage\",19:\"\",20:\"§7§eRight-click to add this pet to\",21:\"§eyour pet menu!\",22:\"\",23:\"§6§lLEGENDARY\"],Name:\"§f§f§7[Lvl {LVL}] §6Skeleton Horse\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"SKELETON_HORSE\\\",\\\"active\\\":false,\\\"exp\\\":0.0,\\\"tier\\\":\\\"LEGENDARY\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0}\",originTag:\"UNKNOWN\",id:\"SKELETON_HORSE;4\",uuid:\"f03ce058-3516-4500-8980-94c9e18dd2e4\",timestamp:\"7/27/20 4:40 AM\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§8Combat Mount", "", - "§7Gallop around town on your", - "§7scary, yet trusty, steed!", + "§7Run around town on your scary,", + "§7yet trusty, steed!", "", - "§7Intelligence: §a+1➡100", - "§7Speed: §a+0➡50", + "§7Intelligence: §a{INTELLIGENCE}", + "§7Speed: §a{SPEED}", "", "§6Ridable", "§7§7Right-click your summoned pet", "§7to ride it!", "", - "§6Gallop", + "§6Run", "§7§7Increases the speed of your", - "§7horse by §a1.5%➡150%", + "§7mount by §a{2}%", + "", + "§6Ride Into Battle", + "§7§7While riding your horse, gain", + "§7+§a{3}% §7 bow damage", "", "§7§eRight-click to add this pet to", "§eyour pet menu!", @@ -26,10 +30,8 @@ "§6§lLEGENDARY" ], "internalname": "SKELETON_HORSE;4", + "crafttext": "", "clickcommand": "", - "modver": "1.0.0", - "infoType": "WIKI_URL", - "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Skeleton_Horse_Pet" - ] + "modver": "REL-1.0.0", + "infoType": "" }
\ No newline at end of file |