summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--db/craft_db.conf25
-rw-r--r--npc/items/recipes.txt3
2 files changed, 27 insertions, 1 deletions
diff --git a/db/craft_db.conf b/db/craft_db.conf
index 9ac2426e..0811b4a3 100644
--- a/db/craft_db.conf
+++ b/db/craft_db.conf
@@ -737,6 +737,31 @@ Boots: 700 --> 799
}
Priority: 81
},
+{
+ Id: 123
+ Name: "CraftEvocatorRobe"
+ Flag: "CRAFT_TAILORING"
+ ReturnCode: "EvocatorRobe"
+ SourceItems:
+ (
+ {
+ CottonCloth: 60
+ RotoniumIngot: 5
+ BlackPearl: 1
+ Dagger: 1
+ },
+ )
+ CreateItems:
+ (
+ {
+ EvocatorRobe: 1
+ },
+ )
+ RequiredItems: {
+ RecipeBook: 1
+ }
+ Priority: 82
+},
/************************* LEG ARMOR (PANTS) ***********************************
********************************************************************************
diff --git a/npc/items/recipes.txt b/npc/items/recipes.txt
index f7e1210b..15dbba15 100644
--- a/npc/items/recipes.txt
+++ b/npc/items/recipes.txt
@@ -171,7 +171,8 @@ function read_tailoring {
ApprenticeRobe,
PeltJacket,
SorcererRobe,
- WizardRobe);
+ WizardRobe,
+ EvocatorRobe);
return;
}