diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-06-29 21:55:05 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-29 15:55:05 -0400 |
commit | 9a7121c380f91006ab8d4e14e29d0cf0ca7226ba (patch) | |
tree | 3ea4f748b70c5cece98de109954908fec4b06a41 /items/AATROX_MAYOR_MONSTER.json | |
parent | 173ed871b253674af7dec169935fcfbc6114e6f8 (diff) | |
download | NotEnoughUpdates-REPO-9a7121c380f91006ab8d4e14e29d0cf0ca7226ba.tar.gz NotEnoughUpdates-REPO-9a7121c380f91006ab8d4e14e29d0cf0ca7226ba.tar.bz2 NotEnoughUpdates-REPO-9a7121c380f91006ab8d4e14e29d0cf0ca7226ba.zip |
Added and fixed some Stuff (#530)
* Stuff
* Another Fix
Diffstat (limited to 'items/AATROX_MAYOR_MONSTER.json')
-rw-r--r-- | items/AATROX_MAYOR_MONSTER.json | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/items/AATROX_MAYOR_MONSTER.json b/items/AATROX_MAYOR_MONSTER.json new file mode 100644 index 00000000..45983ec1 --- /dev/null +++ b/items/AATROX_MAYOR_MONSTER.json @@ -0,0 +1,28 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§3Aatrox (Mayor)", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"b9b98fe6-654d-4c43-a4df-60452360fb2c\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTU5Nzc4MTIyNjczMywKICAicHJvZmlsZUlkIiA6ICI0MWQzYWJjMmQ3NDk0MDBjOTA5MGQ1NDM0ZDAzODMxYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJNZWdha2xvb24iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzFiZGY1MDViYjhjMGYxZjMzNjVhMDMwMzJkZTE5MzE2NjNmZjcxYzU3ZTAyMjU1OGRlMzEyYjhmMWI1YzQ0NSIKICAgIH0KICB9Cn0\u003d\u003d\"}]}},display:{Lore:[0:\"§8Candidate\",1:\"\",2:\"§3Slayer XP Buff\",3:\"§7Earn §e25% §7more Slayer XP\",4:\"\",5:\"§3Pathfinder\",6:\"§7Gain rare drops §e20% §7more\",7:\"§7often.\",8:\"\",9:\"§3SLASHED Pricing\",10:\"§7Starting slayer quests is\",11:\"§ehalf price§7.\"],Name:\"§3Aatrox (Mayor)\"},ExtraAttributes:{id:\"AATROX_MAYOR_MONSTER\"}}", + "damage": 3, + "lore": [ + "§8Candidate", + "", + "§3Slayer XP Buff", + "§7Earn §e25% §7more Slayer XP", + "", + "§3Pathfinder", + "§7Gain rare drops §e20% §7more", + "§7often.", + "", + "§3SLASHED Pricing", + "§7Starting slayer quests is", + "§ehalf price§7." + ], + "internalname": "AATROX_MAYOR_MONSTER", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Aatrox" + ], + "crafttext": "" +}
\ No newline at end of file |