summaryrefslogtreecommitdiff
path: root/db/craft_db.conf
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-06-01 00:03:51 -0300
committerJesusaves <cpntb1@ymail.com>2019-06-01 00:03:51 -0300
commit628d337ce5c81412bd7d39b6409c4697f2a4c043 (patch)
tree228331572b27fba3bb87ef980256e4116b318331 /db/craft_db.conf
parent79350a1c49f3196906dd491cbe50a6039a709d0d (diff)
downloadserverdata-628d337ce5c81412bd7d39b6409c4697f2a4c043.tar.gz
serverdata-628d337ce5c81412bd7d39b6409c4697f2a4c043.tar.bz2
serverdata-628d337ce5c81412bd7d39b6409c4697f2a4c043.tar.xz
serverdata-628d337ce5c81412bd7d39b6409c4697f2a4c043.zip
Minor ore-related fixes, major changes to Backsword and add Short Sword Craft Recipe
Diffstat (limited to 'db/craft_db.conf')
-rw-r--r--db/craft_db.conf45
1 files changed, 41 insertions, 4 deletions
diff --git a/db/craft_db.conf b/db/craft_db.conf
index 2af567ff7..8cf076947 100644
--- a/db/craft_db.conf
+++ b/db/craft_db.conf
@@ -751,9 +751,9 @@ craft_db: (
SourceItems:
(
{
- IronIngot: 20
- TitaniumIngot: 9
- Coal: 8
+ IronIngot: 18
+ TinIngot: 3
+ Coal: 20
EverburnPowder: 1
},
)
@@ -766,7 +766,7 @@ craft_db: (
PileOfAsh: 1
},
{
- TitaniumIngot: 1
+ TinIngot: 1
PileOfAsh: 1
},
{
@@ -779,5 +779,42 @@ craft_db: (
Priority: 30
},
/****************************************************************************/
+{
+ Id: 55
+ Name: "CraftShortsword"
+ Flag: 16
+ ReturnCode: 3527
+ //ShortSword
+ SourceItems:
+ (
+ {
+ IronIngot: 24
+ TinIngot: 5
+ Coal: 24
+ EverburnPowder: 1
+ },
+ )
+ RequiredEquips: {
+ Knife: true
+ }
+ CreateItems:
+ (
+ {
+ PileOfAsh: 1
+ },
+ {
+ TinIngot: 1
+ PileOfAsh: 1
+ },
+ {
+ PileOfAsh: 2
+ },
+ {
+ PileOfAsh: 3
+ },
+ )
+ Priority: 40
+},
+/****************************************************************************/
)