diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-09-06 13:32:05 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-09-06 13:32:05 -0300 |
commit | 1da4376b9c440a9d3bc0f36c0a0e9c003ec156aa (patch) | |
tree | e88d929891d2bb771be44bb3d673659a9eb8c5f8 /npc/craft/recipes.txt | |
parent | 247ad6f29c2537d0a251c018ae9e87d318125f96 (diff) | |
download | serverdata-1da4376b9c440a9d3bc0f36c0a0e9c003ec156aa.tar.gz serverdata-1da4376b9c440a9d3bc0f36c0a0e9c003ec156aa.tar.bz2 serverdata-1da4376b9c440a9d3bc0f36c0a0e9c003ec156aa.tar.xz serverdata-1da4376b9c440a9d3bc0f36c0a0e9c003ec156aa.zip |
Quest-exclusive recipe: [Braknar Shield], automatically unlocked, not a blueprint
Diffstat (limited to 'npc/craft/recipes.txt')
-rw-r--r-- | npc/craft/recipes.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/npc/craft/recipes.txt b/npc/craft/recipes.txt index 98c2c2849..693de6830 100644 --- a/npc/craft/recipes.txt +++ b/npc/craft/recipes.txt @@ -327,6 +327,12 @@ function readCrafting { 2, TitaniumIngot, 5, Coal, 1, EverburnPowder); + // Exception to shield rule: Braknar Shield + showRecipe(CraftBraknarShield, BraknarShield, + 18, CopperIngot, + 2, TinIngot, + 5, Coal, + 1, EverburnPowder); next; // Misc: Misc items mesc "----------"+l("Miscellaneous Recipes")+"----------", 2; |