summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgumi <git@gumi.ca>2020-08-14 09:33:41 -0400
committergumi <git@gumi.ca>2020-08-14 09:33:41 -0400
commitba8faa2f4ed3305fed8a9a6731a2194699961336 (patch)
treecab0bb5cf17b663e74876e051fc520f08bd324aa
parentbffd702dd040adf7313397c445c66ea8e818be78 (diff)
downloadserverdata-ba8faa2f4ed3305fed8a9a6731a2194699961336.tar.gz
serverdata-ba8faa2f4ed3305fed8a9a6731a2194699961336.tar.bz2
serverdata-ba8faa2f4ed3305fed8a9a6731a2194699961336.tar.xz
serverdata-ba8faa2f4ed3305fed8a9a6731a2194699961336.zip
add the AssassinChest recipe
Co-authored-by: Christopher Chay <2@hisfootsteps.net>
-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 62eed9e1..e7d727ad 100644
--- a/db/craft_db.conf
+++ b/db/craft_db.conf
@@ -662,6 +662,31 @@ Boots: 700 --> 799
}
Priority: 72
},
+{
+ Id: 120
+ Name: "CraftAssassinChest"
+ Flag: "CRAFT_SMITHERY"
+ ReturnCode: "AssassinChest"
+ SourceItems:
+ (
+ {
+ RotoniumIngot: 6
+ CottonCloth: 50
+ Coal: 30
+ Dagger: 1
+ },
+ )
+ CreateItems:
+ (
+ {
+ AssassinChest: 1
+ },
+ )
+ RequiredItems: {
+ RecipeBook: 1
+ }
+ Priority: 73
+},
/************************* LEG ARMOR (PANTS) ***********************************
********************************************************************************
diff --git a/npc/items/recipes.txt b/npc/items/recipes.txt
index fa458118..5c8db26b 100644
--- a/npc/items/recipes.txt
+++ b/npc/items/recipes.txt
@@ -142,7 +142,8 @@ function read_smithery {
JustifierChest,
LegionIronArmor,
WarlordArmor,
- TerraniteArmor);
+ TerraniteArmor,
+ AssassinChest);
return;
}