From 182c78af43cce410c21ac0998f511b18cdd44ece Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Tue, 11 Jul 2023 16:51:41 +0200 Subject: Added new rune, added nether npc, removed some alpha items (#953) * Added new rune, added nether npc, removed some alpha items * Added more npcs * Fixed lore of boots and added brewing ingrdient to lores * Fixed enigma soul and lore of power stone * Added undead to more * Removed weird npc * Fixed lore catacombs skill items * Added more mobs and npcs, fixed enderman pet lore * Added Lifeguard Chair * Added Vampire Slayer to crafttext * Made Game Breaker and Annihilator very special * Added Talbot and Kuudra Believer Npc * Added special xp value for vampire * Added fancy name --- items/FEL_SWORD.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'items/FEL_SWORD.json') diff --git a/items/FEL_SWORD.json b/items/FEL_SWORD.json index dfe0462b..fab6f20a 100644 --- a/items/FEL_SWORD.json +++ b/items/FEL_SWORD.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:stone_sword", "displayname": "§5Fel Sword", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d375\",1:\"§7Damage: §c+190\",2:\"§7Strength: §c+135\",3:\"\",4:\"§7§7Every §a100 §7Kills with this\",5:\"§7sword grants +§c1 §7Weapon\",6:\"§7Damage, up to §c100 §7extra.\",7:\"\",8:\"§aDungeon healer bonuses:\",9:\"§7§8- §7Increases healing from\",10:\"§7your Healing Circle by §a10%§7.\",11:\"§7§8- §7Reduces the cooldown of\",12:\"§7your Wish ultimate by §b10\",13:\"§b§7seconds.\",14:\"\",15:\"§eRight-click to use your class ability!\",16:\"\",17:\"§7§8This item can be reforged!\",18:\"§7§4❣ §cRequires §aCatacombs Level 20\",19:\"§5§lEPIC DUNGEON SWORD\"],Name:\"§5Fel Sword\"},ExtraAttributes:{id:\"FEL_SWORD\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d375\",1:\"§7Damage: §c+190\",2:\"§7Strength: §c+135\",3:\"\",4:\"§7§7Every §a100 §7Kills with this\",5:\"§7sword grants +§c1 §7Weapon\",6:\"§7Damage, up to §c100 §7extra.\",7:\"\",8:\"§aDungeon healer bonuses:\",9:\"§7§8- §7Increases healing from\",10:\"§7your Healing Circle by §a10%§7.\",11:\"§7§8- §7Reduces the cooldown of\",12:\"§7your Wish ultimate by §b10\",13:\"§b§7seconds.\",14:\"\",15:\"§eRight-click to use your class ability!\",16:\"\",17:\"§7§8This item can be reforged!\",18:\"§7§4❣ §cRequires §cCatacombs Skill\",19:\"§c20§c.\",20:\"§5§lEPIC DUNGEON SWORD\"],Name:\"§5Fel Sword\"},ExtraAttributes:{id:\"FEL_SWORD\"}}", "damage": 0, "lore": [ "§7Gear Score: §d375", @@ -22,7 +22,8 @@ "§eRight-click to use your class ability!", "", "§7§8This item can be reforged!", - "§7§4❣ §cRequires §aCatacombs Level 20", + "§7§4❣ §cRequires §cCatacombs Skill", + "§c20§c.", "§5§lEPIC DUNGEON SWORD" ], "recipe": { @@ -38,7 +39,7 @@ }, "internalname": "FEL_SWORD", "clickcommand": "viewrecipe", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "crafttext": "", "infoType": "WIKI_URL", "info": [ -- cgit