From cd090a50ea43124241edb326eaf6f5b81c7d0e6b Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 8 Jun 2019 13:41:32 -0300 Subject: Add human-readable version of wand recipes --- npc/craft/recipes.txt | 30 +++++++++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) (limited to 'npc/craft/recipes.txt') diff --git a/npc/craft/recipes.txt b/npc/craft/recipes.txt index 74116ef45..0748c77eb 100644 --- a/npc/craft/recipes.txt +++ b/npc/craft/recipes.txt @@ -158,7 +158,7 @@ function readCrafting { mesc l("List of known crafting recipes:"); mes ""; // Weapons - mesc "----------"+l("Weapon Recipes")+"----------", 2; + mesc "----------"+l("Melee Weapon Recipes")+"----------", 2; showRecipe(CraftWoodenSword, WoodenSword, 20, WoodenLog, 5, RawLog, @@ -182,6 +182,34 @@ function readCrafting { 24, Coal, 1, EverburnPowder); next; + // Weapons + mesc "----------"+l("Magical Weapon Recipes")+"----------", 2; + showRecipe(CraftTrainingWand, TrainingWand, + 20, WoodenLog, + 30, ManaPiouFeathers, + 5, FluoPowder, + 1, GemPowder); + showRecipe(CraftNoviceWand, NoviceWand, + 40, WoodenLog, + 60, ManaPiouFeathers, + 8, FluoPowder, + 2, GemPowder); + showRecipe(CraftApprenticeWand, ApprenticeWand, + 60, WoodenLog, + 90, ManaPiouFeathers, + 12, FluoPowder, + 3, GemPowder); + showRecipe(CraftLeaderWand, LeaderWand, + 100, WoodenLog, + 120, ManaPiouFeathers, + 15, FluoPowder, + 5, GemPowder); + showRecipe(CraftLegendaryWand, LegendaryWand, + 110, WoodenLog, + 3, GoldenApple, + 20, FluoPowder, + 7, GemPowder); + next; @scope$=""; return; } -- cgit v1.2.3-60-g2f50