summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--db/craft_db.conf24
-rw-r--r--npc/craft/price.txt1
-rw-r--r--npc/craft/recipes.txt3
-rw-r--r--npc/items/miscrecipes.txt4
4 files changed, 29 insertions, 3 deletions
diff --git a/db/craft_db.conf b/db/craft_db.conf
index a066b8a6f..2f531cc4a 100644
--- a/db/craft_db.conf
+++ b/db/craft_db.conf
@@ -3489,6 +3489,30 @@ craft_db: (
Priority: 99
},
/****************************************************************************/
+{
+ Id: 124
+ Name: "CraftSaviorHelmet"
+ Flag: 16
+ ReturnCode: 3030
+ //SaviorHelmet
+ SourceItems:
+ (
+ {
+ MylarinDust: 1
+ IridiumIngot: 3
+ PlatinumIngot: 5
+ EarthPowder: 3
+ },
+ )
+ CreateItems:
+ (
+ {
+ EverburnPowder: 1
+ },
+ )
+ Priority: 99
+},
+/****************************************************************************/
// 51~71 → Swords
// 72~76 → Bows
// 77~81 → Wands
diff --git a/npc/craft/price.txt b/npc/craft/price.txt
index ede2cf5db..4b0ab9c39 100644
--- a/npc/craft/price.txt
+++ b/npc/craft/price.txt
@@ -196,6 +196,7 @@ function script fix_cPrice {
_fix_cPrice(DarkHelm);
_fix_cPrice(DarkKnightHelmet);
_fix_cPrice(SamuraiHelmet);
+ _fix_cPrice(SaviorHelmet);
// Footwear
_fix_cPrice(LeatherBoots);
diff --git a/npc/craft/recipes.txt b/npc/craft/recipes.txt
index fa43f7e5a..0647ff49a 100644
--- a/npc/craft/recipes.txt
+++ b/npc/craft/recipes.txt
@@ -330,7 +330,8 @@ function readCrafting {
BullHelmet,
DarkHelm,
DarkKnightHelmet,
- SamuraiHelmet);
+ SamuraiHelmet,
+ SaviorHelmet);
dnext;
// Misc: Misc items
mesc "----------"+l("Miscellaneous Recipes")+"----------", 2;
diff --git a/npc/items/miscrecipes.txt b/npc/items/miscrecipes.txt
index 04d9e1873..275d5b0f7 100644
--- a/npc/items/miscrecipes.txt
+++ b/npc/items/miscrecipes.txt
@@ -53,7 +53,7 @@ function script LegendaryBlueprint {
return;
}
// Current: 3x Mylarin & 2x Sunny Crystal (can be cheated for 2)
- // Needed: 2x Mylarin & 2x Sunny Crystal
+ // Needed: 3x Mylarin & 2x Sunny Crystal
// Setup
array_push(.@recipes, CraftSkypiercer); // Weapon: Sky Piercer
@@ -61,7 +61,7 @@ function script LegendaryBlueprint {
array_push(.@recipes, CraftSaviorArmor); // Savior Armor
//array_push(.@recipes, CraftSaviorPants); // Savior Pants
array_push(.@recipes, CraftSaviorBoots); // Savior Boots
- //array_push(.@recipes, CraftSavior); // Savior Helmet
+ array_push(.@recipes, CraftSaviorHelmet); // Savior Helmet
//array_push(.@recipes, CraftSavior); // Savior Gloves (?)(X)
// Now you'll learn some recipe!