diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-11-06 20:33:23 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-11-06 20:33:23 -0300 |
commit | 73caf30f85b97e0b7365e7fdbd67a99bc5cbc8bd (patch) | |
tree | 043f7adb39b675d67be84ec4c04c7bb033768ea9 /npc | |
parent | 3fe19cc42e30ae3d926bbee79bf95f6cf374648c (diff) | |
download | serverdata-73caf30f85b97e0b7365e7fdbd67a99bc5cbc8bd.tar.gz serverdata-73caf30f85b97e0b7365e7fdbd67a99bc5cbc8bd.tar.bz2 serverdata-73caf30f85b97e0b7365e7fdbd67a99bc5cbc8bd.tar.xz serverdata-73caf30f85b97e0b7365e7fdbd67a99bc5cbc8bd.zip |
Register recipes on book
Diffstat (limited to 'npc')
-rw-r--r-- | npc/craft/recipes.txt | 30 |
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; |