diff options
Diffstat (limited to 'db/re')
-rw-r--r-- | db/re/item_db.conf | 2 | ||||
-rw-r--r-- | db/re/job_db.conf | 7 | ||||
-rw-r--r-- | db/re/skill_db.conf | 1 |
3 files changed, 9 insertions, 1 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 2f3c417ec..09d4a6bf2 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -10226,7 +10226,7 @@ item_db: ( WeaponLv: 1 EquipLv: 70 Refine: true - Subtype: "W_2HMACE" + Subtype: "W_2HSPEAR" Script: <" bonus bAgi, -7; bonus bDex, -7; diff --git a/db/re/job_db.conf b/db/re/job_db.conf index 9a828489e..8c365c703 100644 --- a/db/re/job_db.conf +++ b/db/re/job_db.conf @@ -63,6 +63,7 @@ Human: { Axe: 50 Mace: 50 TwoHandMace: 75 + TwoHandSpear: 70 Rod: 70 TwoHandRod: 70 Bow: 90 @@ -118,6 +119,7 @@ Ukar: { Axe: 50 Mace: 50 TwoHandMace: 75 + TwoHandSpear: 70 Rod: 70 TwoHandRod: 70 Bow: 90 @@ -143,6 +145,7 @@ Redy: { Axe: 50 Mace: 50 TwoHandMace: 75 + TwoHandSpear: 70 Rod: 70 TwoHandRod: 70 Bow: 90 @@ -168,6 +171,7 @@ Elven: { Axe: 50 Mace: 50 TwoHandMace: 75 + TwoHandSpear: 70 Rod: 70 TwoHandRod: 70 Bow: 75 @@ -188,6 +192,7 @@ Orc: { Axe: 50 Mace: 50 TwoHandMace: 75 + TwoHandSpear: 70 Rod: 70 TwoHandRod: 70 Bow: 90 @@ -213,6 +218,7 @@ Raijin: { Axe: 50 Mace: 50 TwoHandMace: 75 + TwoHandSpear: 70 Rod: 70 TwoHandRod: 70 Bow: 90 @@ -238,6 +244,7 @@ Tritan: { Axe: 50 Mace: 50 TwoHandMace: 75 + TwoHandSpear: 70 Rod: 70 TwoHandRod: 70 Bow: 90 diff --git a/db/re/skill_db.conf b/db/re/skill_db.conf index b34862b22..6ef9df5cf 100644 --- a/db/re/skill_db.conf +++ b/db/re/skill_db.conf @@ -2226,6 +2226,7 @@ skill_db: ( WeaponTypes: { 2HSwords: true 2HMaces: true + 2HSpears: true } } }, |