summaryrefslogtreecommitdiff
path: root/db/craft_db.conf
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-11-06 20:28:37 -0300
committerJesusaves <cpntb1@ymail.com>2019-11-06 20:28:37 -0300
commit3fe19cc42e30ae3d926bbee79bf95f6cf374648c (patch)
tree591ed9cae337848c51527cceefc8e3431a21873d /db/craft_db.conf
parent2fc7f28f753e36e30cd11e29f22caf3eef121138 (diff)
downloadserverdata-3fe19cc42e30ae3d926bbee79bf95f6cf374648c.tar.gz
serverdata-3fe19cc42e30ae3d926bbee79bf95f6cf374648c.tar.bz2
serverdata-3fe19cc42e30ae3d926bbee79bf95f6cf374648c.tar.xz
serverdata-3fe19cc42e30ae3d926bbee79bf95f6cf374648c.zip
Add shields craft recipes to Database (Brit ~ Savior)
Diffstat (limited to 'db/craft_db.conf')
-rw-r--r--db/craft_db.conf214
1 files changed, 208 insertions, 6 deletions
diff --git a/db/craft_db.conf b/db/craft_db.conf
index 08b7243a3..00f65b884 100644
--- a/db/craft_db.conf
+++ b/db/craft_db.conf
@@ -696,7 +696,7 @@ craft_db: (
// 77~81 → Wands (ok)
// 82 → Reserved for guns (ok)
// 83~87 → Armor Chestplates
-// 88~92 → Armor Helmets
+// 88~92 → Stronger Shields
// 93~97 → Shields
// 98, 99, 100 → Reserved for guns (ok)
//////////////////////////////////////////////////////////////////////////////
@@ -1160,7 +1160,7 @@ craft_db: (
// 77~81 → Wands
// 82 → Reserved for guns
// 83~87 → Armor Chestplates
-// 88~92 → Armor Helmets
+// 88~92 → Stronger Shields
// 93~97 → Shields
// 98, 99, 100 → Reserved for guns
//////////////////////////////////////////////////////////////////////////////
@@ -1321,7 +1321,7 @@ craft_db: (
// 77~81 → Wands
// 82 → Reserved for guns
// 83~87 → Armor Chestplates
-// 88~92 → Armor Helmets
+// 88~92 → Stronger Shields
// 93~97 → Shields
// 98, 99, 100 → Reserved for guns
//////////////////////////////////////////////////////////////////////////////
@@ -1507,7 +1507,7 @@ craft_db: (
// 77~81 → Wands
// 82 → Reserved for guns
// 83~87 → Armor Chestplates
-// 88~92 → Armor Helmets
+// 88~92 → Stronger Shields
// 93~97 → Shields
// 98, 99, 100 → Reserved for guns
//////////////////////////////////////////////////////////////////////////////
@@ -1641,7 +1641,7 @@ craft_db: (
// 77~81 → Wands
// 82 → Reserved for guns
// 83~87 → Armor Chestplates
-// 88~92 → Armor Helmets
+// 88~92 → Stronger Shields
// 93~97 → Shields
// 98, 99, 100 → Reserved for guns
//////////////////////////////////////////////////////////////////////////////
@@ -1744,12 +1744,214 @@ craft_db: (
Priority: 30
},
/****************************************************************************/
+{
+ Id: 96
+ Name: "CraftBritShield"
+ Flag: 16
+ ReturnCode: 2704
+ //BritShield
+ SourceItems:
+ (
+ {
+ CopperIngot: 20
+ TitaniumIngot: 3
+ Coal: 7
+ EverburnPowder: 1
+ },
+ )
+ CreateItems:
+ (
+ {
+ CopperIngot: 1
+ },
+ {
+ CopperIngot: 1
+ PileOfAsh: 1
+ },
+ {
+ PileOfAsh: 1
+ },
+ )
+ Priority: 40
+},
+/****************************************************************************/
+{
+ Id: 97
+ Name: "CraftBromenalShield"
+ Flag: 16
+ ReturnCode: 2706
+ //BromenalShield
+ SourceItems:
+ (
+ {
+ CopperIngot: 24
+ TitaniumIngot: 4
+ Coal: 10
+ EverburnPowder: 1
+ },
+ )
+ CreateItems:
+ (
+ {
+ CopperIngot: 1
+ },
+ {
+ CopperIngot: 1
+ PileOfAsh: 1
+ },
+ {
+ PileOfAsh: 1
+ },
+ )
+ Priority: 50
+},
+/****************************************************************************/
+{
+ Id: 88
+ Name: "CraftBlueKnightShield"
+ Flag: 16
+ ReturnCode: 2703
+ //BlueKnightShield
+ SourceItems:
+ (
+ {
+ CopperIngot: 30
+ TitaniumIngot: 5
+ Coal: 15
+ EverburnPowder: 1
+ },
+ )
+ CreateItems:
+ (
+ {
+ CopperIngot: 1
+ },
+ {
+ CopperIngot: 2
+ },
+ {
+ CopperIngot: 1
+ PileOfAsh: 1
+ },
+ {
+ PileOfAsh: 1
+ },
+ )
+ Priority: 60
+},
+/****************************************************************************/
+{
+ Id: 89
+ Name: "CraftSteelShield"
+ Flag: 16
+ ReturnCode: 2711
+ //SteelShield
+ SourceItems:
+ (
+ {
+ TinIngot: 20
+ TitaniumIngot: 7
+ Coal: 20
+ EverburnPowder: 1
+ },
+ )
+ CreateItems:
+ (
+ {
+ TinIngot: 1
+ },
+ {
+ TitaniumIngot: 1
+ TinIngot: 1
+ },
+ {
+ TinIngot: 1
+ PileOfAsh: 1
+ },
+ {
+ PileOfAsh: 1
+ },
+ )
+ Priority: 70
+},
+/****************************************************************************/
+{
+ Id: 90
+ Name: "CraftDragonShield"
+ Flag: 16
+ ReturnCode: 2712
+ //DragonShield
+ SourceItems:
+ (
+ {
+ DragonScales: 80
+ TitaniumIngot: 10
+ Coal: 30
+ EverburnPowder: 1
+ },
+ )
+ CreateItems:
+ (
+ {
+ DragonScales: 1
+ },
+ {
+ DragonScales: 1
+ TitaniumIngot: 1
+ },
+ {
+ DragonScales: 1
+ PileOfAsh: 1
+ },
+ {
+ PileOfAsh: 1
+ },
+ )
+ Priority: 80
+},
+/****************************************************************************/
+{
+ Id: 91
+ Name: "CraftSaviorShield"
+ Flag: 16
+ ReturnCode: 2705
+ //SaviorShield
+ SourceItems:
+ (
+ {
+ SunnyCrystal: 1
+ TitaniumIngot: 15
+ Coal: 40
+ EverburnPowder: 1
+ },
+ )
+ CreateItems:
+ (
+ {
+ TitaniumIngot: 1
+ },
+ {
+ TitaniumIngot: 1
+ Coal: 1
+ },
+ {
+ TitaniumIngot: 1
+ PileOfAsh: 1
+ },
+ {
+ PileOfAsh: 1
+ },
+ )
+ Priority: 90
+},
+// ID 92 is free for a bonus shield
+/****************************************************************************/
// 51~71 → Swords
// 72~76 → Bows
// 77~81 → Wands
// 82 → Reserved for guns
// 83~87 → Armor Chestplates
-// 88~92 → Armor Helmets
+// 88~92 → Stronger Shields
// 93~97 → Shields
// 98, 99, 100 → Reserved for guns
//////////////////////////////////////////////////////////////////////////////