summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--db/craft_db.conf30
-rw-r--r--npc/craft/recipes.txt3
-rw-r--r--npc/items/miscrecipes.txt2
3 files changed, 33 insertions, 2 deletions
diff --git a/db/craft_db.conf b/db/craft_db.conf
index 34bdc1b3d..3320b1a61 100644
--- a/db/craft_db.conf
+++ b/db/craft_db.conf
@@ -4117,6 +4117,36 @@ craft_db: (
Priority: 80
},
/****************************************************************************/
+{
+ Id: 144
+ Name: "CraftSaviorPants"
+ Flag: 16
+ ReturnCode: 2216
+ //SaviorPants
+ SourceItems:
+ (
+ {
+ IridiumIngot: 3
+ CottonCloth: 45
+ MylarinDust: 1
+ EarthPowder: 1
+ },
+ )
+ CreateItems:
+ (
+ {
+ CottonCloth: 1
+ },
+ {
+ CottonCloth: 2
+ },
+ {
+ CottonCloth: 1
+ },
+ )
+ Priority: 90
+},
+/****************************************************************************/
// 51~71 → Swords
// 72~76 → Bows
// 77~81 → Wands
diff --git a/npc/craft/recipes.txt b/npc/craft/recipes.txt
index 445856b4b..39a9681f5 100644
--- a/npc/craft/recipes.txt
+++ b/npc/craft/recipes.txt
@@ -298,7 +298,8 @@ function readCrafting {
ChainmailSkirt,
BromenalPants,
WarlordPants,
- AssassinPants);
+ AssassinPants,
+ SaviorPants);
dnext;
// Gloves: Gloves items
mesc "----------"+l("Gloves Recipes")+"----------", 2;
diff --git a/npc/items/miscrecipes.txt b/npc/items/miscrecipes.txt
index 275d5b0f7..869eb415f 100644
--- a/npc/items/miscrecipes.txt
+++ b/npc/items/miscrecipes.txt
@@ -59,7 +59,7 @@ function script LegendaryBlueprint {
array_push(.@recipes, CraftSkypiercer); // Weapon: Sky Piercer
array_push(.@recipes, CraftSaviorShield); // Shield: Savior Shield
array_push(.@recipes, CraftSaviorArmor); // Savior Armor
- //array_push(.@recipes, CraftSaviorPants); // Savior Pants
+ array_push(.@recipes, CraftSaviorPants); // Savior Pants
array_push(.@recipes, CraftSaviorBoots); // Savior Boots
array_push(.@recipes, CraftSaviorHelmet); // Savior Helmet
//array_push(.@recipes, CraftSavior); // Savior Gloves (?)(X)