summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
Diffstat (limited to 'db')
-rw-r--r--db/craft_db.conf25
1 files changed, 25 insertions, 0 deletions
diff --git a/db/craft_db.conf b/db/craft_db.conf
index 3a1879bc..d5a52943 100644
--- a/db/craft_db.conf
+++ b/db/craft_db.conf
@@ -1552,4 +1552,29 @@ Boots: 700 --> 799
}
Priority: 61
},
+{
+ Id: 709
+ Name: "CraftAssassinBoots"
+ Flag: "CRAFT_TAILORING"
+ ReturnCode: "AssassinBoots"
+ SourceItems:
+ (
+ {
+ RotoniumIngot: 4
+ CottonCloth: 20
+ TortugaShell: 34
+ Dagger: 1
+ },
+ )
+ CreateItems:
+ (
+ {
+ AssassinBoots: 1
+ },
+ )
+ RequiredItems: {
+ RecipeBook: 1
+ }
+ Priority: 70
+},
)