From e32a6bc6b0e38bc7ce3180d5bc8370b7eb76ec1c Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Tue, 2 Jul 2024 18:21:10 +0200 Subject: Better Mayor Update Items v1.0 (#1271) * feat: Better Mayor Update Items v1.0 * fix: Old rainbownames * feat: Even more Better Mayor Items * feat: Forge duration on new items * fix: coordinates for moved npcs * feat: NPC shop for Liz * feat: HOTM Reqs for new Mining Equipment * feat: Event Sack, Remove Soulbound from Fishing and a few other fixes * feat: Lava Sea Creature HP --- items/FROG_MASK.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 items/FROG_MASK.json (limited to 'items/FROG_MASK.json') diff --git a/items/FROG_MASK.json b/items/FROG_MASK.json new file mode 100644 index 00000000..9395f78d --- /dev/null +++ b/items/FROG_MASK.json @@ -0,0 +1,30 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§5Frog Mask", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"0e9936a2-5609-385f-a5ef-ce38dfee8c91\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTcxNDI0NjI0NzQ1NywKICAicHJvZmlsZUlkIiA6ICJmOTEyM2ZjOGQzMzg0OWMwOWFlMzk5YjQ2NDljZDRjZSIsCiAgInByb2ZpbGVOYW1lIiA6ICJab2VfX01heSIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS84NzUyMmExZWFkZjg5OTZmNDJhOGQyZTVmYjBjYTliZmIzYWI0ODNkM2ZiYWY2OGVmMjlhNDJkZThjZWY3NGM1IgogICAgfQogIH0KfQ\"}]}},display:{Lore:[0:\"§7Health: §a+7\",1:\"§7Speed: §a+7\",2:\"§7Foraging Fortune: §a+7\",3:\"\",4:\"§6Ability: Stick Around \",5:\"§7Every §bSkyBlock §7day, a random region\",6:\"§7in §aThe Park §7is selected. While in that\",7:\"§7region, gain:\",8:\"§7§6+20☘ Foraging Fortune\",9:\"§7§3+5☯ Foraging Wisdom\",10:\"§7\",11:\"§7Today\u0027s region: §aJungle Island\",12:\"§7\",13:\"§7§8§oRibbit, ribbit!\",14:\"\",15:\"§7§8This item can be reforged!\",16:\"§5§lEPIC CARNIVAL MASK\"],Name:\"§5Frog Mask\"},ExtraAttributes:{id:\"FROG_MASK\"}}", + "damage": 3, + "lore": [ + "§7Health: §a+7", + "§7Speed: §a+7", + "§7Foraging Fortune: §a+7", + "", + "§6Ability: Stick Around ", + "§7Every §bSkyBlock §7day, a random region", + "§7in §aThe Park §7is selected. While in that", + "§7region, gain:", + "§7§6+20☘ Foraging Fortune", + "§7§3+5☯ Foraging Wisdom", + "§7", + "§7Today\u0027s region: §aJungle Island", + "§7", + "§7§8§oRibbit, ribbit!", + "", + "§7§8This item can be reforged!", + "§5§lEPIC CARNIVAL MASK" + ], + "internalname": "FROG_MASK", + "crafttext": "", + "clickcommand": "", + "modver": "2.3.0", + "infoType": "" +} \ No newline at end of file -- cgit