From e2e7b2389f7a135e511f549109a9eeae20608700 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 8 Jun 2019 13:30:29 -0300 Subject: Blueprint Recipe for Revolvers and reorder weapons --- npc/craft/recipes.txt | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'npc/craft') diff --git a/npc/craft/recipes.txt b/npc/craft/recipes.txt index 81ffb8d94..55f82dc13 100644 --- a/npc/craft/recipes.txt +++ b/npc/craft/recipes.txt @@ -251,6 +251,7 @@ function script MakeBlueprint { ///////////////////////////////////////////////////// ///// Equipment Recipes ///////////////////////////////////////////////////// +// array_push(.@recipes, Craft); case CRAFT_EQUIPMENT: if (.@rarity & CRAFT_BASIC) { array_push(.@recipes, CraftWoodenSword); @@ -258,18 +259,19 @@ function script MakeBlueprint { } if (.@rarity & CRAFT_INTERMEDIARY) { array_push(.@recipes, CraftBugSlayer); + array_push(.@recipes, CraftShortGladius); array_push(.@recipes, CraftNoviceWand); } if (.@rarity & CRAFT_ADVANCED) { - array_push(.@recipes, CraftShortGladius); + array_push(.@recipes, CraftBacksword); + array_push(.@recipes, CraftShortsword); array_push(.@recipes, CraftApprenticeWand); } if (.@rarity & CRAFT_EXPERT) { - array_push(.@recipes, CraftBacksword); array_push(.@recipes, CraftLeaderWand); + array_push(.@recipes, CraftPynRevolver); } if (.@rarity & CRAFT_MASTER) { - array_push(.@recipes, CraftShortsword); array_push(.@recipes, CraftLegendaryWand); } -- cgit v1.2.3-60-g2f50