diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-06-08 13:59:48 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-06-08 13:59:48 -0300 |
commit | 6629d6c22a26f70828b7a6e428c3852711bc35cd (patch) | |
tree | dea5e5e8756552874312db7c07d50a63aa1cf456 /npc | |
parent | 054aa32e0f11759a3eccc8f77c7e394ecab47f9d (diff) | |
download | serverdata-6629d6c22a26f70828b7a6e428c3852711bc35cd.tar.gz serverdata-6629d6c22a26f70828b7a6e428c3852711bc35cd.tar.bz2 serverdata-6629d6c22a26f70828b7a6e428c3852711bc35cd.tar.xz serverdata-6629d6c22a26f70828b7a6e428c3852711bc35cd.zip |
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.
Diffstat (limited to 'npc')
-rw-r--r-- | npc/craft/recipes.txt | 10 |
1 files changed, 5 insertions, 5 deletions
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, |