diff options
Diffstat (limited to 'db/re')
-rw-r--r-- | db/re/job_db.conf | 59 | ||||
-rw-r--r-- | db/re/skill_tree.conf | 12 |
2 files changed, 67 insertions, 4 deletions
diff --git a/db/re/job_db.conf b/db/re/job_db.conf index 36ea3e904..37a701a96 100644 --- a/db/re/job_db.conf +++ b/db/re/job_db.conf @@ -108,7 +108,7 @@ Human: { 1460, 1468, 1476, 1484, 1492, 1500, 1508, 1516, 1524, 1532] // 151 - 160 } -Ukar: { +MedHu: { BaseExpGroup: "EvolClasses" JobExpGroup: "EvolClasses" MoveSpeed: 150 @@ -135,7 +135,7 @@ Ukar: { InheritSP: ( "Human" ); } -Redy: { +DarkHu: { BaseExpGroup: "EvolClasses" JobExpGroup: "EvolClasses" MoveSpeed: 150 @@ -264,3 +264,58 @@ Tritan: { InheritSP: ( "Human" ); } + +Ukar: { + BaseExpGroup: "EvolClasses" + JobExpGroup: "EvolClasses" + MoveSpeed: 150 + Weight: 20500 + BaseASPD: { + Fist: 40 + Dagger: 55 + Sword: 57 + Axe: 50 + Mace: 50 + TwoHandMace: 75 + TwoHandSpear: 69 + Rod: 92 + TwoHandRod: 92 + Bow: 90 + Knuckle: 20 + Katar: 45 + Revolver: 116 + Rifle: 150 + Shotgun: 120 + GatlingGun: 40 + } + InheritHP: ( "Human" ); + InheritSP: ( "Human" ); +} + +Redy: { + BaseExpGroup: "EvolClasses" + JobExpGroup: "EvolClasses" + MoveSpeed: 150 + Weight: 20500 + BaseASPD: { + Fist: 40 + Dagger: 55 + Sword: 57 + Axe: 50 + Mace: 50 + TwoHandMace: 75 + TwoHandSpear: 69 + Rod: 92 + TwoHandRod: 92 + Bow: 90 + Knuckle: 20 + Katar: 45 + Revolver: 116 + Rifle: 150 + Shotgun: 120 + GatlingGun: 40 + } + InheritHP: ( "Human" ); + InheritSP: ( "Human" ); +} + diff --git a/db/re/skill_tree.conf b/db/re/skill_tree.conf index a4ba90a72..02474c4b9 100644 --- a/db/re/skill_tree.conf +++ b/db/re/skill_tree.conf @@ -202,11 +202,11 @@ Human: { } } -Ukar: { +MedHu: { inherit: ( "Human" ); } -Redy: { +DarkHu: { inherit: ( "Human" ); } @@ -225,3 +225,11 @@ Raijin: { Tritan: { inherit: ( "Human" ); } + +Ukar: { + inherit: ( "Human" ); +} + +Redy: { + inherit: ( "Human" ); +} |