summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--db/craft_db.conf82
-rw-r--r--db/re/item_db.conf16
-rw-r--r--npc/craft/recipes.txt3
-rw-r--r--npc/items/miscrecipes.txt4
4 files changed, 88 insertions, 17 deletions
diff --git a/db/craft_db.conf b/db/craft_db.conf
index 3320b1a61..0c1b1869e 100644
--- a/db/craft_db.conf
+++ b/db/craft_db.conf
@@ -1403,7 +1403,9 @@ craft_db: (
// 122~124 → Special
// 125~132 → Chest Armors
// 135~144 → Pants
-// 145~199 → WIP
+// 145~150 → Boots
+
+// 151~199 → WIP
//////////////////////////////////////////////////////////////////////////////
// Output PileOfAsh
// Require 1x EverburnPowder to lit (maybe Sulphur?)
@@ -1875,7 +1877,9 @@ craft_db: (
// 122~124 → Special
// 125~132 → Chest Armors
// 135~144 → Pants
-// 145~199 → WIP
+// 145~150 → Boots
+
+// 151~199 → WIP
//////////////////////////////////////////////////////////////////////////////
{
Id: 72
@@ -2044,7 +2048,9 @@ craft_db: (
// 122~124 → Special
// 125~132 → Chest Armors
// 135~144 → Pants
-// 145~199 → WIP
+// 145~150 → Boots
+
+// 151~199 → WIP
//////////////////////////////////////////////////////////////////////////////
{
Id: 77
@@ -2238,7 +2244,9 @@ craft_db: (
// 122~124 → Special
// 125~132 → Chest Armors
// 135~144 → Pants
-// 145~199 → WIP
+// 145~150 → Boots
+
+// 151~199 → WIP
//////////////////////////////////////////////////////////////////////////////
{
Id: 82
@@ -2380,7 +2388,9 @@ craft_db: (
// 122~124 → Special
// 125~132 → Chest Armors
// 135~144 → Pants
-// 145~199 → WIP
+// 145~150 → Boots
+
+// 151~199 → WIP
//////////////////////////////////////////////////////////////////////////////
{
Id: 93
@@ -2697,7 +2707,9 @@ craft_db: (
// 122~124 → Special
// 125~132 → Chest Armors
// 135~144 → Pants
-// 145~199 → WIP
+// 145~150 → Boots
+
+// 151~199 → WIP
//////////////////////////////////////////////////////////////////////////////
{
Id: 83
@@ -2897,7 +2909,9 @@ craft_db: (
// 122~124 → Special
// 125~132 → Chest Armors
// 135~144 → Pants
-// 145~199 → WIP
+// 145~150 → Boots
+
+// 151~199 → WIP
//////////////////////////////////////////////////////////////////////////////
{
Id: 101
@@ -2961,7 +2975,9 @@ craft_db: (
// 122~124 → Special
// 125~132 → Chest Armors
// 135~144 → Pants
-// 145~199 → WIP
+// 145~150 → Boots
+
+// 151~199 → WIP
//////////////////////////////////////////////////////////////////////////////
{
Id: 103
@@ -3332,7 +3348,9 @@ craft_db: (
// 122~124 → Special
// 125~132 → Chest Armors
// 135~144 → Pants
-// 145~199 → WIP
+// 145~150 → Boots
+
+// 151~199 → WIP
//////////////////////////////////////////////////////////////////////////////
{
Id: 115
@@ -3439,7 +3457,9 @@ craft_db: (
// 122~124 → Special
// 125~132 → Chest Armors
// 135~144 → Pants
-// 145~199 → WIP
+// 145~150 → Boots
+
+// 151~199 → WIP
//////////////////////////////////////////////////////////////////////////////
{
Id: 122
@@ -3528,7 +3548,9 @@ craft_db: (
// 122~124 → Special
// 125~132 → Chest Armors
// 135~144 → Pants
-// 145~199 → WIP
+// 145~150 → Boots
+
+// 151~199 → WIP
//////////////////////////////////////////////////////////////////////////////
{
Id: 125
@@ -3845,7 +3867,9 @@ craft_db: (
// 122~124 → Special
// 125~134 → Chest Armors
// 135~144 → Pants
-// 145~199 → WIP
+// 145~150 → Boots
+
+// 151~199 → WIP
//////////////////////////////////////////////////////////////////////////////
{
Id: 135
@@ -4162,7 +4186,9 @@ craft_db: (
// 122~124 → Special
// 125~134 → Chest Armors
// 135~144 → Pants
-// 145~199 → WIP
+// 145~150 → Boots
+
+// 151~199 → WIP
//////////////////////////////////////////////////////////////////////////////
{
Id: 145
@@ -4344,6 +4370,36 @@ craft_db: (
Priority: 90
},
/****************************************************************************/
+{
+ Id: 151
+ Name: "CraftSaviorGloves"
+ Flag: 16
+ ReturnCode: 2017
+ //SaviorGloves
+ SourceItems:
+ (
+ {
+ IridiumIngot: 1
+ PlatinumIngot: 1
+ MylarinDust: 3
+ EarthPowder: 1
+ },
+ )
+ CreateItems:
+ (
+ {
+ WhiteFur: 1
+ },
+ {
+ WhiteFur: 2
+ },
+ {
+ WhiteFur: 1
+ },
+ )
+ Priority: 50
+},
+/****************************************************************************/
// Cooking System (ID 200~250, Flag 4)
//////////////////////////////////////////////////////////////////////////////
diff --git a/db/re/item_db.conf b/db/re/item_db.conf
index 490d07122..6c20adbdd 100644
--- a/db/re/item_db.conf
+++ b/db/re/item_db.conf
@@ -8252,6 +8252,22 @@ item_db: (
bonus bAspd,1;
">
},
+{
+ Id: 2017
+ AegisName: "SaviorGloves"
+ Name: "Assassin Gloves"
+ Type: "IT_ARMOR"
+ Buy: 999999
+ Sell: 1
+ Weight: 30
+ Def: 25
+ Loc: "EQP_GARMENT"
+ EquipLv: 103
+ Refine: false
+ Script: <"
+ bonus bAspd,20;
+ ">
+},
// Leggings (Pants or Shorts)
{
Id: 2200
diff --git a/npc/craft/recipes.txt b/npc/craft/recipes.txt
index 39a9681f5..423bca93b 100644
--- a/npc/craft/recipes.txt
+++ b/npc/craft/recipes.txt
@@ -308,7 +308,8 @@ function readCrafting {
BromenalGloves,
ManaGloves,
WarlordGloves,
- AssassinGloves);
+ AssassinGloves,
+ SaviorGloves);
dnext;
// Feet: Shoes items
mesc "----------"+l("Footwear Recipes")+"----------", 2;
diff --git a/npc/items/miscrecipes.txt b/npc/items/miscrecipes.txt
index 869eb415f..610a9621c 100644
--- a/npc/items/miscrecipes.txt
+++ b/npc/items/miscrecipes.txt
@@ -52,8 +52,6 @@ function script LegendaryBlueprint {
dispbottom l("Wait a minute... This is written in Mananese! I can't read it!");
return;
}
- // Current: 3x Mylarin & 2x Sunny Crystal (can be cheated for 2)
- // Needed: 3x Mylarin & 2x Sunny Crystal
// Setup
array_push(.@recipes, CraftSkypiercer); // Weapon: Sky Piercer
@@ -62,7 +60,7 @@ function script LegendaryBlueprint {
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)
+ array_push(.@recipes, CraftSaviorGloves); // Savior Gloves
// Now you'll learn some recipe!
.@rcp=any_of(.@recipes);