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/RIFTSTALKER_BLOODFIEND_5_BOSS.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/RIFTSTALKER_BLOODFIEND_5_BOSS.json')
-rw-r--r-- | items/RIFTSTALKER_BLOODFIEND_5_BOSS.json | 87 |
1 files changed, 87 insertions, 0 deletions
diff --git a/items/RIFTSTALKER_BLOODFIEND_5_BOSS.json b/items/RIFTSTALKER_BLOODFIEND_5_BOSS.json new file mode 100644 index 00000000..6f2446f9 --- /dev/null +++ b/items/RIFTSTALKER_BLOODFIEND_5_BOSS.json @@ -0,0 +1,87 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§4Riftstalker Bloodfiend V (Boss)", + "nbttag": "{ench:[],HideFlags:254,SkullOwner:{Id:\"267e70c5-17d6-2c6c-a9d7-599bf08e9593\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNWFhMjllYTk2MTc1N2RjM2M5MGJmYWJmMzAyYzVhYmU5ZDMwOGZiNGE3ZDM4NjRlNTc4OGFkMmNjOTE2MGFhMiJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Excruciating\",1:\"\",2:\"§7Health: §c3,000❤\",3:\"§7Damage: §c1.5 §7per second\",4:\"\",5:\"§7Has §c8 §7abilities over §47\",6:\"§4§7phases!\",7:\"\",8:\"§cWARNING: We are not\",9:\"§cresponsible for any damage to\",10:\"§cyour monitor or computer\",11:\"§cperipherals.\"],Name:\"§4Riftstalker Bloodfiend V (Boss)\"},ExtraAttributes:{id:\"RIFTSTALKER_BLOODFIEND_5_BOSS\"}}", + "damage": 3, + "lore": [ + "§8Excruciating", + "", + "§7Health: §c3,000❤", + "§7Damage: §c1.5 §7per second", + "", + "§7Has §c8 §7abilities over §47", + "§4§7phases!", + "", + "§cWARNING: We are not", + "§cresponsible for any damage to", + "§cyour monitor or computer", + "§cperipherals." + ], + "internalname": "RIFTSTALKER_BLOODFIEND_5_BOSS", + "clickcommand": "viewrecipe", + "modver": "2.1.1-PRE", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Riftstalker_Bloodfiend", + "https://wiki.hypixel.net/Riftstalker_Bloodfiend" + ], + "crafttext": "", + "recipes": [ + { + "xp": 150, + "name": "§4Riftstalker Bloodfiend V", + "render": "@neurepo:mobs/riftstalker_bloodfiend.json", + "panorama": "rift", + "type": "drops", + "drops": [ + { + "id": "COVEN_SEAL", + "extra": [ + "x64-128" + ], + "chance": "100%" + }, + { + "id": "ENCHANTED_BOOK_BUNDLE_QUANTUM", + "extra": [], + "chance": "11.98%" + }, + { + "id": "SOULTWIST_RUNE;1", + "extra": [], + "chance": "10.70%" + }, + { + "id": "BUBBA_BLISTER", + "extra": [], + "chance": "8.98%" + }, + { + "id": "CHOCOLATE_CHIP", + "extra": [], + "chance": "8.98%" + }, + { + "id": "GUARDIAN_LUCKY_BLOCK", + "extra": [], + "chance": "5.99%" + }, + { + "id": "MCGRUBBER_BURGER", + "extra": [], + "chance": "1.20%" + }, + { + "id": "UNFANGED_VAMPIRE_PART", + "extra": [], + "chance": "1.20%" + }, + { + "id": "ENCHANTED_BOOK_BUNDLE_THE_ONE", + "extra": [], + "chance": "1.80%" + } + ] + } + ] +}
\ No newline at end of file |