diff options
-rw-r--r-- | db/craft_db.conf | 2 | ||||
-rw-r--r-- | npc/craft/recipes.txt | 23 |
2 files changed, 24 insertions, 1 deletions
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; } |