From 3f8e5dc360676674f34917eb62597d821cfe92d9 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 6 Nov 2019 20:35:10 -0300 Subject: Register all new shield recipes on blueprints. Note: How'll you get Sunny Crystal? Secret :> --- npc/craft/recipes.txt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'npc/craft/recipes.txt') diff --git a/npc/craft/recipes.txt b/npc/craft/recipes.txt index 155e441c4..fbe47628d 100644 --- a/npc/craft/recipes.txt +++ b/npc/craft/recipes.txt @@ -470,6 +470,9 @@ function script MakeBlueprint { array_push(.@recipes, CraftPynRevolver); array_push(.@recipes, CraftApprenticeWand); array_push(.@recipes, CraftElficBow); + array_push(.@recipes, CraftBritShield); + array_push(.@recipes, CraftBromenalShield); + array_push(.@recipes, CraftBlueKnightShield); } if (.@rarity & CRAFT_EXPERT) { array_push(.@recipes, CraftGoldenRing); @@ -480,6 +483,8 @@ function script MakeBlueprint { array_push(.@recipes, CraftPynGatling); array_push(.@recipes, CraftLeaderWand); array_push(.@recipes, CraftChampionshipBow); + array_push(.@recipes, CraftSteelShield); + array_push(.@recipes, CraftDragonShield); } if (.@rarity & CRAFT_MASTER) { array_push(.@recipes, CraftDivineSword); @@ -487,6 +492,7 @@ function script MakeBlueprint { array_push(.@recipes, CraftPynShotgun); array_push(.@recipes, CraftLegendaryWand); array_push(.@recipes, CraftBansheeBow); + array_push(.@recipes, CraftSaviorShield); } // Now you'll learn some recipe! -- cgit v1.2.3-60-g2f50