diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-06-30 13:03:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-30 13:03:42 +0200 |
commit | c253a0532aca722ec75096c7628919e0acd6cf12 (patch) | |
tree | 3148c0f3288e323b73496a78322d8463942f1211 /items/VAMPIRE_DENTIST_RELIC.json | |
parent | d94ece918d590909c3d9450d0b457ee659ef04ac (diff) | |
download | NotEnoughUpdates-REPO-c253a0532aca722ec75096c7628919e0acd6cf12.tar.gz NotEnoughUpdates-REPO-c253a0532aca722ec75096c7628919e0acd6cf12.tar.bz2 NotEnoughUpdates-REPO-c253a0532aca722ec75096c7628919e0acd6cf12.zip |
Fixed lore of pet skins, added accessory, added recipe, removed timestamp, fixed accessory in overlay, added more items and npc's (#949)
* Fixed tp pad lore fixed accessory bag overlay for 2 talis
* Added 1 new npc and one older npc
* Added recipe and removed timestamp
* Added Accessory
* Added burger
* Fixed rng meter values
* Fixed all pet skin lores
* Fixed drop chance of ench mutton
* Fixed lore of murder weapon
* Fixed not chicken monster breaking workflow
* Add new cosmetics
* Fixed Vampire Relic and Caducous steam lore
* Fixed lore of netherrack
* Fixed Blessed Stats
* Added recipe
* Added vamp slayer boss
Diffstat (limited to 'items/VAMPIRE_DENTIST_RELIC.json')
-rw-r--r-- | items/VAMPIRE_DENTIST_RELIC.json | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/items/VAMPIRE_DENTIST_RELIC.json b/items/VAMPIRE_DENTIST_RELIC.json index 1143b05f..bb76ae5b 100644 --- a/items/VAMPIRE_DENTIST_RELIC.json +++ b/items/VAMPIRE_DENTIST_RELIC.json @@ -1,14 +1,15 @@ { "itemid": "minecraft:skull", - "displayname": "§6Vampire Dentist Relic", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"c733ab6d-e953-3432-aeb5-01403f73653b\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOWQwNmQ5YTA0YTVhNzcyMDYxNGU5MzRjNzVjNmI2NTFmMGViYWJlYTNhNzQ2MWYxYzc0MTA1YzdhMmEwZTY3MiJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7Rift Time: §a+30s\",1:\"§7Hearts: §a+1\",2:\"\",3:\"§7Heal §c+1❤ §7from healing\",4:\"§7melons.\",5:\"\",6:\"§5§kX§5 Rift-Transferable §kX\",7:\"§6§lLEGENDARY ACCESSORY\"],Name:\"§6Vampire Dentist Relic\"},ExtraAttributes:{id:\"VAMPIRE_DENTIST_RELIC\",uuid:\"bd319e4b-f1e9-45c9-8831-12197cbe341a\",timestamp:\"6/25/23 4:42 PM\"}}", + "displayname": "§f§f§6Vampire Dentist Relic", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"c733ab6d-e953-3432-aeb5-01403f73653b\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOWQwNmQ5YTA0YTVhNzcyMDYxNGU5MzRjNzVjNmI2NTFmMGViYWJlYTNhNzQ2MWYxYzc0MTA1YzdhMmEwZTY3MiJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7Health Regen: §a+10\",1:\"§7Vitality: §a+1\",2:\"\",3:\"§7Apply a natural regen tick when\",4:\"§7you deal melee damage. §8(1s\",5:\"§8cooldown)\",6:\"\",7:\"§5§kX§5 Rift-Transferable §kX\",8:\"§6§lLEGENDARY ACCESSORY\"],Name:\"§f§f§6Vampire Dentist Relic\"},ExtraAttributes:{id:\"VAMPIRE_DENTIST_RELIC\"}}", "damage": 3, "lore": [ - "§7Rift Time: §a+30s", - "§7Hearts: §a+1", + "§7Health Regen: §a+10", + "§7Vitality: §a+1", "", - "§7Heal §c+1❤ §7from healing", - "§7melons.", + "§7Apply a natural regen tick when", + "§7you deal melee damage. §8(1s", + "§8cooldown)", "", "§5§kX§5 Rift-Transferable §kX", "§6§lLEGENDARY ACCESSORY" @@ -31,5 +32,6 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Vampire_Dentist_Relic", "https://wiki.hypixel.net/Vampire_Dentist_Relic" - ] + ], + "crafttext": "" }
\ No newline at end of file |