From 8c3f2dfb0649d41a8ae715449e54e99f128f0bdb Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Tue, 10 Dec 2024 19:08:08 +0100 Subject: feat: Rift Items Part 1 (#1499) * feat: Rift Items Part 1 * feat: Rift Items Part 2 * feat: Rift Items Part 3 --- items/LEGGINGS_OF_THE_COVEN.json | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) (limited to 'items/LEGGINGS_OF_THE_COVEN.json') diff --git a/items/LEGGINGS_OF_THE_COVEN.json b/items/LEGGINGS_OF_THE_COVEN.json index 105c2ad2..8b21feba 100644 --- a/items/LEGGINGS_OF_THE_COVEN.json +++ b/items/LEGGINGS_OF_THE_COVEN.json @@ -1,24 +1,22 @@ { "itemid": "minecraft:leather_leggings", - "displayname": "§5Leggings of the Coven", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Rift Time: §a+80s\",1:\"§7Hearts: §a+1\",2:\"§7Mana Regen: §a+6%\",3:\"\",4:\"§6Ability: Friendship is Power\",5:\"§7Gain §5+1❁ Rift Damage §7and\",6:\"§7§b+2⚡ Mana Regen §7for each\",7:\"§7other §7wearer within §a64\",8:\"§a§7blocks.\",9:\"§8Max of 3 players!\",10:\"\",11:\"§7§dSame color \u003d 2x stats!\",12:\"§eLeft-click to pick color!\",13:\"\",14:\"§5§lEPIC LEGGINGS\"],color:10040115,Name:\"§5Leggings of the Coven\"},ExtraAttributes:{id:\"LEGGINGS_OF_THE_COVEN\"}}", + "displayname": "§6Leggings of the Coven", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Mana Regen: §a+6%\",1:\"\",2:\"§6Ability: Friendship is Power \",3:\"§7Gain §5+1❁ Rift Damage §7and §b+2⚡ Mana\",4:\"§bRegen §7for each other §7wearer within\",5:\"§7§a64 §7blocks.\",6:\"§8Max of 3 players!\",7:\"\",8:\"§7§dSame color \u003d 2x stats!\",9:\"§eLeft-click to pick color!\",10:\"\",11:\"§7§8This item can be reforged!\",12:\"§6§lLEGENDARY LEGGINGS\"],color:10040115,Name:\"§6Leggings of the Coven\"},ExtraAttributes:{id:\"LEGGINGS_OF_THE_COVEN\"}}", "damage": 0, "lore": [ - "§7Rift Time: §a+80s", - "§7Hearts: §a+1", "§7Mana Regen: §a+6%", "", - "§6Ability: Friendship is Power", - "§7Gain §5+1❁ Rift Damage §7and", - "§7§b+2⚡ Mana Regen §7for each", - "§7other §7wearer within §a64", - "§a§7blocks.", + "§6Ability: Friendship is Power ", + "§7Gain §5+1❁ Rift Damage §7and §b+2⚡ Mana", + "§bRegen §7for each other §7wearer within", + "§7§a64 §7blocks.", "§8Max of 3 players!", "", "§7§dSame color \u003d 2x stats!", "§eLeft-click to pick color!", "", - "§5§lEPIC LEGGINGS" + "§7§8This item can be reforged!", + "§6§lLEGENDARY LEGGINGS" ], "recipe": { "A1": "FEMURGROWTH_LEGGINGS:1", @@ -33,7 +31,7 @@ }, "internalname": "LEGGINGS_OF_THE_COVEN", "clickcommand": "viewrecipe", - "modver": "2.1.1-PRE", + "modver": "", "crafttext": "Requires: Vampire Slayer 3", "infoType": "WIKI_URL", "info": [ -- cgit