summaryrefslogtreecommitdiff
path: root/npc/craft/recipes.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/craft/recipes.txt')
-rw-r--r--npc/craft/recipes.txt23
1 files changed, 23 insertions, 0 deletions
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;
}