diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-06-26 17:10:39 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-26 11:10:39 -0400 |
commit | 173ed871b253674af7dec169935fcfbc6114e6f8 (patch) | |
tree | c4319dc9cb520abb4a11d19eda55e23b4dc7fdb0 /items/DIANA_MAYOR_MONSTER.json | |
parent | f08b10d10030d6a5565db61c5a00dfee97223a28 (diff) | |
download | NotEnoughUpdates-REPO-173ed871b253674af7dec169935fcfbc6114e6f8.tar.gz NotEnoughUpdates-REPO-173ed871b253674af7dec169935fcfbc6114e6f8.tar.bz2 NotEnoughUpdates-REPO-173ed871b253674af7dec169935fcfbc6114e6f8.zip |
Slayer Boss Part 1, Mayor Part 1 and other Stuff (#527)
* Mobs, Mayor and other Stuff
* Another Fix
* Fixing Katanas
* Another Fix
Diffstat (limited to 'items/DIANA_MAYOR_MONSTER.json')
-rw-r--r-- | items/DIANA_MAYOR_MONSTER.json | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/items/DIANA_MAYOR_MONSTER.json b/items/DIANA_MAYOR_MONSTER.json new file mode 100644 index 00000000..7aabc383 --- /dev/null +++ b/items/DIANA_MAYOR_MONSTER.json @@ -0,0 +1,29 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§2Diana (Mayor)", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"ba418258-db69-3ef6-ba41-8258db69bef6\",Properties:{textures:[0:{Value:\"e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODNjYzFjZjY3MmE0YjI1NDBiZTM0NmVhZDc5YWMyZDllZDE5ZDk1YjYwNzViZjk1YmUwYjZkMGRhNjEzNzdiZSJ9fX0\u003d\u003d\u003d\"}]}},display:{Lore:[0:\"§8Candidate\",1:\"\",2:\"§2Lucky!\",3:\"§7Gain §d+25♣ Pet Luck.\",4:\"\",5:\"§2Pet XP Buff\",6:\"§7Gain §d35% more pet XP.\",7:\"\",8:\"§2Mythological Ritual\",9:\"§7mayor Diana will sell the\",10:\"§7Griffin pet, which lets you\",11:\"§7find §2Mythological Creatures\",12:\"§7and tons of §eunique items§7.\"],Name:\"§2Diana (Mayor)\"},ExtraAttributes:{id:\"DIANA_MAYOR_MONSTER\"}}", + "damage": 3, + "lore": [ + "§8Candidate", + "", + "§2Lucky!", + "§7Gain §d+25♣ Pet Luck.", + "", + "§2Pet XP Buff", + "§7Gain §d35% more pet XP.", + "", + "§2Mythological Ritual", + "§7mayor Diana will sell the", + "§7Griffin pet, which lets you", + "§7find §2Mythological Creatures", + "§7and tons of §eunique items§7." + ], + "internalname": "DIANA_MAYOR_MONSTER", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Diana" + ], + "crafttext": "" +}
\ No newline at end of file |