summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-06-14 04:54:38 -0300
committerJesusaves <cpntb1@ymail.com>2020-06-14 04:54:38 -0300
commit820e3fccaf909707f1393b53a5aacddcfd6579b5 (patch)
treea4197c364c0731613953427a77032d23b0feea8e
parent3b1d307ffd1f995e5284ebeb02dde9da797e4509 (diff)
downloadserverdata-820e3fccaf909707f1393b53a5aacddcfd6579b5.tar.gz
serverdata-820e3fccaf909707f1393b53a5aacddcfd6579b5.tar.bz2
serverdata-820e3fccaf909707f1393b53a5aacddcfd6579b5.tar.xz
serverdata-820e3fccaf909707f1393b53a5aacddcfd6579b5.zip
Level 30 equip using ~Lv 60 ingot?
Replace Blade Shield 2x Titanium requeriment with 4x Tin requeriment
-rw-r--r--db/craft_db.conf6
-rw-r--r--npc/012-5/nicholas.txt2
-rw-r--r--npc/craft/recipes.txt2
3 files changed, 5 insertions, 5 deletions
diff --git a/db/craft_db.conf b/db/craft_db.conf
index 33eb535d6..ed848a871 100644
--- a/db/craft_db.conf
+++ b/db/craft_db.conf
@@ -1712,7 +1712,7 @@ craft_db: (
(
{
IronIngot: 14
- TitaniumIngot: 2
+ TinIngot: 4
Coal: 5
EverburnPowder: 1
},
@@ -1720,10 +1720,10 @@ craft_db: (
CreateItems:
(
{
- TitaniumIngot: 1
+ TinIngot: 1
},
{
- TitaniumIngot: 1
+ TinIngot: 1
IronIngot: 1
},
{
diff --git a/npc/012-5/nicholas.txt b/npc/012-5/nicholas.txt
index eec6cfea4..a5455dee4 100644
--- a/npc/012-5/nicholas.txt
+++ b/npc/012-5/nicholas.txt
@@ -188,7 +188,7 @@ L_Shield:
blacksmith_create(WoodenLog, 40, LeatherPatch, 2, WoodenShield, 500);
break;
case 3:
- blacksmith_create(IronIngot, 14, TitaniumIngot, 2, BladeShield, 1500);
+ blacksmith_create(IronIngot, 14, TinIngot, 4, BladeShield, 1500);
break;
case 4:
blacksmith_create(CopperIngot, 18, TinIngot, 2, BraknarShield, 8000);
diff --git a/npc/craft/recipes.txt b/npc/craft/recipes.txt
index 063b5a20b..07c8625e1 100644
--- a/npc/craft/recipes.txt
+++ b/npc/craft/recipes.txt
@@ -324,7 +324,7 @@ function readCrafting {
1, SharpKnife);
showRecipe(CraftBladeShield, BladeShield,
14, IronIngot,
- 2, TitaniumIngot,
+ 4, TinIngot,
5, Coal,
1, EverburnPowder);
// Exception to shield rule: Braknar Shield