summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
Diffstat (limited to 'npc')
-rw-r--r--npc/craft/recipes.txt30
1 files changed, 30 insertions, 0 deletions
diff --git a/npc/craft/recipes.txt b/npc/craft/recipes.txt
index 693de6830..155e441c4 100644
--- a/npc/craft/recipes.txt
+++ b/npc/craft/recipes.txt
@@ -333,6 +333,36 @@ function readCrafting {
2, TinIngot,
5, Coal,
1, EverburnPowder);
+ showRecipe(CraftBritShield, BritShield,
+ 20, CopperIngot,
+ 3, TitaniumIngot,
+ 7, Coal,
+ 1, EverburnPowder);
+ showRecipe(CraftBromenalShield, BromenalShield,
+ 24, CopperIngot,
+ 4, TitaniumIngot,
+ 10, Coal,
+ 1, EverburnPowder);
+ showRecipe(CraftBlueKnightShield, BlueKnightShield,
+ 30, CopperIngot,
+ 5, TitaniumIngot,
+ 15, Coal,
+ 1, EverburnPowder);
+ showRecipe(CraftSteelShield, SteelShield,
+ 20, TinIngot,
+ 7, TitaniumIngot,
+ 20, Coal,
+ 1, EverburnPowder);
+ showRecipe(CraftDragonShield, DragonShield,
+ 80, DragonScales,
+ 10, TitaniumIngot,
+ 30, Coal,
+ 1, EverburnPowder);
+ showRecipe(CraftSaviorShield, SaviorShield,
+ 1, SunnyCrystal,
+ 15, TitaniumIngot,
+ 40, Coal,
+ 1, EverburnPowder);
next;
// Misc: Misc items
mesc "----------"+l("Miscellaneous Recipes")+"----------", 2;