diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-06-17 17:00:13 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-17 17:00:13 +0200 |
commit | 610e81739195b605f5b73941707e3b5ec39b6e46 (patch) | |
tree | 34fbbe77fcc8af4c5a11dfdef205fbb57e18ec24 /items/MEGALODON;3.json | |
parent | 1bba991179e609721477b3eea4ab5b932974b772 (diff) | |
download | NotEnoughUpdates-REPO-610e81739195b605f5b73941707e3b5ec39b6e46.tar.gz NotEnoughUpdates-REPO-610e81739195b605f5b73941707e3b5ec39b6e46.tar.bz2 NotEnoughUpdates-REPO-610e81739195b605f5b73941707e3b5ec39b6e46.zip |
Fixed lore of pet items, fixed shiny rod and fixed pet lores (#940)
* Fixed lore of pet items
* AHHHHHHHHHHHHH
* Fixed lore of megalodon and shiny rod
* Added . to pet lores
Diffstat (limited to 'items/MEGALODON;3.json')
-rw-r--r-- | items/MEGALODON;3.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/items/MEGALODON;3.json b/items/MEGALODON;3.json index b6296935..4739311a 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: §c+{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\\\":0}\",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: §c+{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 §aShark\",13:\"§aScale Armor §7by §a{1}%§7.\",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,\\\"tier\\\":\\\"EPIC\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0}\",id:\"MEGALODON;3\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§8Fishing Pet", @@ -13,11 +13,11 @@ "§6Blood Scent", "§7§7Deal up to §c+{0}% §c❁ Damage", "§c§7based on the enemy\u0027s missing", - "§7health", + "§7health.", "", "§6Enhanced Scales", - "§7§7Increases the stats of Shark", - "§7Armor by §a{1}%", + "§7§7Increases the stats of §aShark", + "§aScale Armor §7by §a{1}%§7.", "", "§7§eRight-click to add this pet to", "§eyour pet menu!", |