From 6139bddfeee6844e1eedade2264b248e716f3a36 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 8 Jun 2019 13:47:51 -0300 Subject: Why not forging a Golden Ring full of bonuses, I wonder. --- npc/craft/recipes.txt | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'npc/craft/recipes.txt') diff --git a/npc/craft/recipes.txt b/npc/craft/recipes.txt index 4a499e936..714c77d2c 100644 --- a/npc/craft/recipes.txt +++ b/npc/craft/recipes.txt @@ -233,6 +233,14 @@ function readCrafting { 16, Coal, 1, EverburnPowder); next; + // Misc + mesc "----------"+l("Miscellaneous Recipes")+"----------", 2; + showRecipe(CraftGoldenRing, GoldenRing, + 5, GoldPieces, + 1, TitaniumIngot, + 8, Coal, + 1, EverburnPowder); + next; @scope$=""; return; } @@ -320,6 +328,7 @@ function script MakeBlueprint { array_push(.@recipes, CraftApprenticeWand); } if (.@rarity & CRAFT_EXPERT) { + array_push(.@recipes, CraftGoldenRing); array_push(.@recipes, CraftPynRifle); array_push(.@recipes, CraftPynGatling); array_push(.@recipes, CraftLeaderWand); -- cgit v1.2.3-60-g2f50