From 436531c53a7c99ff2b9aef9cc1b23c203fad4d7f Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Mon, 26 Jun 2023 14:06:52 +0200 Subject: Fixed/added recipes and a wiki link (#945) * Fixed/added recipes and a wiki link * Fixed lore of Safety Belt * Added craft recipe to anti bite scarf * Fixed some shit * Fixed leech supreme mini boss * Removed empty thing * Removed roy npc * Added rift npc * Added 2 talis * Added Flex Helmet * Added more stuff * Added parent for glyph * Added more mobs and a npc * Added Fledling * Added more items and fixed mana cost of melon items * Added the one enchant and 2 other items Co-Authored-By: CalMWolfs <94038482+CalMWolfs@users.noreply.github.com> * Added more parents and fixed the one * Added recipe * Fixed frozille name and scroll price * Added more undead stuff, added new recipes, fixed quantum and the one lore added rift exportable info and fixed pet releated items * Fixed recipe * Added more wiki links * Fixed Tia Skin --------- Co-authored-by: CalMWolfs <94038482+CalMWolfs@users.noreply.github.com> --- items/CHOCOLATE_CHIP.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'items/CHOCOLATE_CHIP.json') diff --git a/items/CHOCOLATE_CHIP.json b/items/CHOCOLATE_CHIP.json index 1e4d0cf7..73062c1c 100644 --- a/items/CHOCOLATE_CHIP.json +++ b/items/CHOCOLATE_CHIP.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:cookie", "displayname": "§6Fang-tastic Chocolate Chip", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§8Power Stone\",1:\"§7Combine §a9x §7of this stone at the\",2:\"§7§6Thaumaturgist §7to permanently\",3:\"§7unlock the §aCrumbly §7power.\",4:\"\",5:\"§7At §61,250 Magical Power§7:\",6:\"§c+§k382❤§r §cHealth\",7:\"§b+§k205✎§r §bIntelligence\",8:\"§f+§k25❂§r §fTrue Defense\",9:\"§4+§k91♨§r §4Vitality\",10:\"§a+§k68☄§r §aMending\",11:\"\",12:\"§7Unique Power Bonus:\",13:\"§f+25✦ Speed\",14:\"\",15:\"§7Requires §aCombat Skill Level XX§7!\",16:\"\",17:\"§5§kX§5 Rift-Transferable §kX\",18:\"§6§lLEGENDARY POWER STONE\"],Name:\"§6Fang-tastic Chocolate Chip\"},ExtraAttributes:{id:\"CHOCOLATE_CHIP\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§8Power Stone\",1:\"§7Combine §a9x §7of this stone at the\",2:\"§7§6Thaumaturgist §7to permanently\",3:\"§7unlock the §aCrumbly §7power.\",4:\"\",5:\"§7At §61,250 Magical Power§7:\",6:\"§c+§k382❤§r §cHealth\",7:\"§b+§k205✎§r §bIntelligence\",8:\"§f+§k25❂§r §fTrue Defense\",9:\"§4+§k91♨§r §4Vitality\",10:\"§a+§k68☄§r §aMending\",11:\"\",12:\"§7Unique Power Bonus:\",13:\"§f+25✦ Speed\",14:\"\",15:\"§7Requires §aCombat Skill Level XX§7!\",16:\"\",17:\"§5§kX§5 Rift-Exportable §kX\",18:\"§7§8Loses motes value when\",19:\"§8crossing dimensions.\",20:\"§6§lLEGENDARY POWER STONE\"],Name:\"§6Fang-tastic Chocolate Chip\"},ExtraAttributes:{id:\"CHOCOLATE_CHIP\"}}", "damage": 0, "lore": [ "§8Power Stone", @@ -21,7 +21,9 @@ "", "§7Requires §aCombat Skill Level XX§7!", "", - "§5§kX§5 Rift-Transferable §kX", + "§5§kX§5 Rift-Exportable §kX", + "§7§8Loses motes value when", + "§8crossing dimensions.", "§6§lLEGENDARY POWER STONE" ], "internalname": "CHOCOLATE_CHIP", -- cgit