From 73caf30f85b97e0b7365e7fdbd67a99bc5cbc8bd Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 6 Nov 2019 20:33:23 -0300 Subject: Register recipes on book --- npc/craft/recipes.txt | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) (limited to 'npc') diff --git a/npc/craft/recipes.txt b/npc/craft/recipes.txt index 693de6830..155e441c4 100644 --- a/npc/craft/recipes.txt +++ b/npc/craft/recipes.txt @@ -333,6 +333,36 @@ function readCrafting { 2, TinIngot, 5, Coal, 1, EverburnPowder); + showRecipe(CraftBritShield, BritShield, + 20, CopperIngot, + 3, TitaniumIngot, + 7, Coal, + 1, EverburnPowder); + showRecipe(CraftBromenalShield, BromenalShield, + 24, CopperIngot, + 4, TitaniumIngot, + 10, Coal, + 1, EverburnPowder); + showRecipe(CraftBlueKnightShield, BlueKnightShield, + 30, CopperIngot, + 5, TitaniumIngot, + 15, Coal, + 1, EverburnPowder); + showRecipe(CraftSteelShield, SteelShield, + 20, TinIngot, + 7, TitaniumIngot, + 20, Coal, + 1, EverburnPowder); + showRecipe(CraftDragonShield, DragonShield, + 80, DragonScales, + 10, TitaniumIngot, + 30, Coal, + 1, EverburnPowder); + showRecipe(CraftSaviorShield, SaviorShield, + 1, SunnyCrystal, + 15, TitaniumIngot, + 40, Coal, + 1, EverburnPowder); next; // Misc: Misc items mesc "----------"+l("Miscellaneous Recipes")+"----------", 2; -- cgit v1.2.3-60-g2f50