diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-03-13 20:46:53 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-13 14:46:53 -0500 |
commit | 5b915988210e6e922e4f72bfa9bd7525c8e5e68b (patch) | |
tree | f2a3fcbdc30423da62607212101066890d604730 /items/MEGALODON;3.json | |
parent | 9c4b82a13a5ae68fa21a255f9a0558845cd90a53 (diff) | |
download | NotEnoughUpdates-REPO-5b915988210e6e922e4f72bfa9bd7525c8e5e68b.tar.gz NotEnoughUpdates-REPO-5b915988210e6e922e4f72bfa9bd7525c8e5e68b.tar.bz2 NotEnoughUpdates-REPO-5b915988210e6e922e4f72bfa9bd7525c8e5e68b.zip |
Fixed Things and Added Things (#437)
* Added a weird Item, fixed Items and Pets
* Added Parent for Rev Minion, fixed Reforge Stone, and fixed Parrot/Black Cat
* Fixed Triple Strike
* Update Thorn
Diffstat (limited to 'items/MEGALODON;3.json')
-rw-r--r-- | items/MEGALODON;3.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/items/MEGALODON;3.json b/items/MEGALODON;3.json index 84fa5946..fd8275a5 100644 --- a/items/MEGALODON;3.json +++ b/items/MEGALODON;3.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§7[Lvl {LVL}] §5Megalodon", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"82fc79b9-fded-3c05-b8dc-00e562803862\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYTk0YWU0MzNiMzAxYzdmYjdjNjhjYmE2MjViMGJkMzZiMGIxNDE5MGYyMGUzNGE3YzhlZTBkOWRlMDZkNTNiOSJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Fishing Pet\",1:\"\",2:\"§7Strength: §a+30\",3:\"§7Magic Find: §a+6\",4:\"\",5:\"§6Blood Scent\",6:\"§7§7Deal up to §c+15% §c❁ Damage\",7:\"§c§7based on the enemy\u0027s missing\",8:\"§7health\",9:\"\",10:\"§6Enhanced Scales\",11:\"§7§7Increases the stats of Shark\",12:\"§7Armor by §a12%\",13:\"\",14:\"§7§eRight-click to add this pet to\",15:\"§eyour pet menu!\",16:\"\",17:\"§5§lEPIC\"],Name:\"§f§f§7[Lvl lvl] §5Megalodon\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"MEGALODON\\\",\\\"active\\\":false,\\\"exp\\\":0.0,\\\"tier\\\":\\\"EPIC\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":1}\",id:\"MEGALODON;3\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"82fc79b9-fded-3c05-b8dc-00e562803862\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYTk0YWU0MzNiMzAxYzdmYjdjNjhjYmE2MjViMGJkMzZiMGIxNDE5MGYyMGUzNGE3YzhlZTBkOWRlMDZkNTNiOSJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Fishing Pet\",1:\"\",2:\"§7Strength: §a+{STRENGTH}\",3:\"§7Ferocity: §a+{FEROCITY}\",4:\"§7Magic Find: §a+{MAGIC_FIND}\",5:\"\",6:\"§6Blood Scent\",7:\"§7§7Deal up to §c+{0}% §c❁ Damage\",8:\"§c§7based on the enemy\u0027s missing\",9:\"§7health\",10:\"\",11:\"§6Enhanced Scales\",12:\"§7§7Increases the stats of Shark\",13:\"§7Armor by §a{1}%\",14:\"\",15:\"§7§eRight-click to add this pet to\",16:\"§eyour pet menu!\",17:\"\",18:\"§5§lEPIC\"],Name:\"§f§f§7[Lvl {LVL}] §5Megalodon\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"MEGALODON\\\",\\\"active\\\":false,\\\"exp\\\":0.0,\\\"tier\\\":\\\"EPIC\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":1}\",id:\"MEGALODON;3\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§8Fishing Pet", @@ -27,9 +27,9 @@ "internalname": "MEGALODON;3", "crafttext": "", "clickcommand": "", - "modver": "1.5-REL", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Megalodon_Pet" ] -} +}
\ No newline at end of file |