diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-09-24 00:31:16 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-09-24 00:31:16 -0300 |
commit | 9d0c6e8944765d00a239680e35b3cfe2f3ac0faf (patch) | |
tree | 77aee81570d9535fc1967cd75e059167dffaffd7 /db/re/job_db.conf | |
parent | 220aa50297dedb4b9d2138ac63cf09f4c92d39f2 (diff) | |
download | serverdata-9d0c6e8944765d00a239680e35b3cfe2f3ac0faf.tar.gz serverdata-9d0c6e8944765d00a239680e35b3cfe2f3ac0faf.tar.bz2 serverdata-9d0c6e8944765d00a239680e35b3cfe2f3ac0faf.tar.xz serverdata-9d0c6e8944765d00a239680e35b3cfe2f3ac0faf.zip |
Add three new weapons to Pyndragon. From these, only Whip effectively works.
The other two, which rely on AutoSpell, are not working properly.
Diffstat (limited to 'db/re/job_db.conf')
-rw-r--r-- | db/re/job_db.conf | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/db/re/job_db.conf b/db/re/job_db.conf index 8feae59e8..69529b3a0 100644 --- a/db/re/job_db.conf +++ b/db/re/job_db.conf @@ -62,6 +62,7 @@ Human: { Sword: 57 Axe: 52 Mace: 52 + Whip: 62 TwoHandMace: 75 TwoHandSpear: 69 Rod: 92 @@ -119,6 +120,7 @@ MedHu: { Sword: 57 Axe: 52 Mace: 52 + Whip: 62 TwoHandMace: 75 TwoHandSpear: 69 Rod: 92 @@ -146,6 +148,7 @@ DarkHu: { Sword: 57 Axe: 52 Mace: 52 + Whip: 62 TwoHandMace: 75 TwoHandSpear: 69 Rod: 92 @@ -173,6 +176,7 @@ Elven: { Sword: 57 Axe: 52 Mace: 52 + Whip: 62 TwoHandMace: 75 TwoHandSpear: 69 Rod: 92 @@ -200,6 +204,7 @@ Orc: { Sword: 57 Axe: 52 Mace: 52 + Whip: 62 TwoHandMace: 75 TwoHandSpear: 69 Rod: 92 @@ -227,6 +232,7 @@ Raijin: { Sword: 57 Axe: 52 Mace: 52 + Whip: 62 TwoHandMace: 75 TwoHandSpear: 69 Rod: 92 @@ -254,6 +260,7 @@ Tritan: { Sword: 57 Axe: 52 Mace: 52 + Whip: 62 TwoHandMace: 75 TwoHandSpear: 69 Rod: 92 @@ -282,6 +289,7 @@ Ukar: { Sword: 57 Axe: 52 Mace: 52 + Whip: 62 TwoHandMace: 75 TwoHandSpear: 69 Rod: 92 @@ -309,6 +317,7 @@ Redy: { Sword: 57 Axe: 52 Mace: 52 + Whip: 62 TwoHandMace: 75 TwoHandSpear: 69 Rod: 92 @@ -336,6 +345,7 @@ Savior: { Sword: 57 Axe: 52 Mace: 52 + Whip: 62 TwoHandMace: 75 TwoHandSpear: 69 Rod: 92 |