From 5e5d341eab8ea12832ddf0261c4c1475b0a08eb2 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 8 Jun 2019 13:43:43 -0300 Subject: Add human-readable version of fire staffs (pyn guns) --- db/craft_db.conf | 2 +- npc/craft/recipes.txt | 23 +++++++++++++++++++++++ 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/db/craft_db.conf b/db/craft_db.conf index 0f4ae9d24..a21aa5d19 100644 --- a/db/craft_db.conf +++ b/db/craft_db.conf @@ -1106,7 +1106,7 @@ craft_db: ( PileOfAsh: 3 }, ) - Priority: 20 + Priority: 40 }, /****************************************************************************/ diff --git a/npc/craft/recipes.txt b/npc/craft/recipes.txt index 0748c77eb..4a499e936 100644 --- a/npc/craft/recipes.txt +++ b/npc/craft/recipes.txt @@ -210,6 +210,29 @@ function readCrafting { 20, FluoPowder, 7, GemPowder); next; + // Weapons + mesc "----------"+l("Fire Staffs Recipes")+"----------", 2; + showRecipe(CraftPynRevolver, PynRevolver, + 4, LeadIngot, + 5, TitaniumIngot, + 11, Coal, + 1, EverburnPowder); + showRecipe(CraftPynRifle, PynRifle, + 6, LeadIngot, + 7, TitaniumIngot, + 14, Coal, + 1, EverburnPowder); + showRecipe(CraftPynGatling, PynGatling, + 7, LeadIngot, + 7, TitaniumIngot, + 14, Coal, + 1, EverburnPowder); + showRecipe(CraftPynShotgun, PynShotgun, + 9, LeadIngot, + 10, TitaniumIngot, + 16, Coal, + 1, EverburnPowder); + next; @scope$=""; return; } -- cgit v1.2.3-60-g2f50