From 6629d6c22a26f70828b7a6e428c3852711bc35cd Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 8 Jun 2019 13:59:48 -0300 Subject: Okay, this will need some order or we'll have recipe conflicts >.< There cannot be two equal recipes, after all. I've defined some rules. --- npc/craft/recipes.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'npc/craft/recipes.txt') diff --git a/npc/craft/recipes.txt b/npc/craft/recipes.txt index 19d4e44ee..0f97f92e5 100644 --- a/npc/craft/recipes.txt +++ b/npc/craft/recipes.txt @@ -157,7 +157,7 @@ function readCrafting { next; mesc l("List of known crafting recipes:"); mes ""; - // Weapons + // Melee Weapons: Never use Titanium nor Lead mesc "----------"+l("Melee Weapon Recipes")+"----------", 2; showRecipe(CraftWoodenSword, WoodenSword, 20, WoodenLog, @@ -182,7 +182,7 @@ function readCrafting { 24, Coal, 1, EverburnPowder); next; - // Weapons + // Magical Weapons: Wood + powders mesc "----------"+l("Magical Weapon Recipes")+"----------", 2; showRecipe(CraftTrainingWand, TrainingWand, 20, WoodenLog, @@ -210,7 +210,7 @@ function readCrafting { 20, FluoPowder, 7, GemPowder); next; - // Weapons + // Firestaff Weapons: Lead + Titanium mesc "----------"+l("Fire Staffs Recipes")+"----------", 2; showRecipe(CraftPynRevolver, PynRevolver, 4, LeadIngot, @@ -233,7 +233,7 @@ function readCrafting { 16, Coal, 1, EverburnPowder); next; - // Shields + // Shields: May use Leather. Titanium or Lead, but never both mesc "----------"+l("Shield Recipes")+"----------", 2; showRecipe(CraftWoodenShield, WoodenShield, 40, WoodenLog, @@ -245,7 +245,7 @@ function readCrafting { 5, Coal, 1, EverburnPowder); next; - // Misc + // Misc: Misc items mesc "----------"+l("Miscellaneous Recipes")+"----------", 2; showRecipe(CraftGoldenRing, GoldenRing, 5, GoldPieces, -- cgit v1.2.3-60-g2f50