diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-06-17 05:08:35 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-06-17 05:08:35 -0300 |
commit | 654d54d42079e21ac0541cb1e5f28c08cc935d5d (patch) | |
tree | ced30475ba31099de02627b57fb264958193d70d /db/re/job_db.conf | |
parent | 3cb4b0171536a04e177d823213a1aff51ab56f8d (diff) | |
parent | 4e242e64460a5548b77d512f317a8cd66967a95f (diff) | |
download | serverdata-kfahr.tar.gz serverdata-kfahr.tar.bz2 serverdata-kfahr.tar.xz serverdata-kfahr.zip |
Merge branch 'master' into kfahrkfahr
Diffstat (limited to 'db/re/job_db.conf')
-rw-r--r-- | db/re/job_db.conf | 44 |
1 files changed, 22 insertions, 22 deletions
diff --git a/db/re/job_db.conf b/db/re/job_db.conf index 02b4e16a..825ed1e4 100644 --- a/db/re/job_db.conf +++ b/db/re/job_db.conf @@ -51,10 +51,10 @@ Job_Name: { // Job names as in src/map/pc.c (they are hardcoded at the moment so } */ //==================================================== -Human: { +Viro: { BaseExpGroup: "EvolClasses" JobExpGroup: "EvolClasses" - MoveSpeed: 170 + MoveSpeed: 150 Weight: 20000 BaseASPD: { Fist: 40 @@ -104,10 +104,10 @@ Human: { 1510, 1520, 1530, 1540, 1550, 1560, 1570, 1580, 1590, 160] // 151 - 160 } -DarkUkar: { +CaveUkar: { BaseExpGroup: "EvolClasses" JobExpGroup: "EvolClasses" - MoveSpeed: 170 + MoveSpeed: 150 Weight: 20000 BaseASPD: { Fist: 40 @@ -159,7 +159,7 @@ DarkUkar: { FireKralog: { BaseExpGroup: "EvolClasses" JobExpGroup: "EvolClasses" - MoveSpeed: 170 + MoveSpeed: 150 Weight: 20000 BaseASPD: { Fist: 40 @@ -212,7 +212,7 @@ FireKralog: { LightRaijin: { BaseExpGroup: "EvolClasses" JobExpGroup: "EvolClasses" - MoveSpeed: 170 + MoveSpeed: 150 Weight: 20000 BaseASPD: { Fist: 40 @@ -262,10 +262,10 @@ LightRaijin: { 1510, 1520, 1530, 1540, 1550, 1560, 1570, 1580, 1590, 160] // 151 - 160 } -BlueTritan: { +SeaTritan: { BaseExpGroup: "EvolClasses" JobExpGroup: "EvolClasses" - MoveSpeed: 170 + MoveSpeed: 150 Weight: 20000 BaseASPD: { Fist: 40 @@ -318,43 +318,43 @@ BlueTritan: { FrostKralog: { BaseExpGroup: "EvolClasses" JobExpGroup: "EvolClasses" - MoveSpeed: 170 + MoveSpeed: 150 Inherit: ( "FireKralog" ); // Base job from which this job will inherit its max weight, base ASPD set and HP/SP table. } DarkRaijin: { BaseExpGroup: "EvolClasses" JobExpGroup: "EvolClasses" - MoveSpeed: 170 + MoveSpeed: 150 Inherit: ( "LightRaijin" ); // Base job from which this job will inherit its max weight, base ASPD set and HP/SP table. } -MediumHuman: { +ArgaesViro: { BaseExpGroup: "EvolClasses" JobExpGroup: "EvolClasses" - MoveSpeed: 170 - Inherit: ( "Human" ); + MoveSpeed: 150 + Inherit: ( "Viro" ); } -DarkHuman: { +TonoriViro: { BaseExpGroup: "EvolClasses" JobExpGroup: "EvolClasses" - MoveSpeed: 170 - Inherit: ( "Human" ); + MoveSpeed: 150 + Inherit: ( "Viro" ); } -PurpleTritan: { +LakeTritan: { BaseExpGroup: "EvolClasses" JobExpGroup: "EvolClasses" - MoveSpeed: 170 - Inherit: ( "BlueTritan" ); + MoveSpeed: 150 + Inherit: ( "SeaTritan" ); } -PinkUkar: { +MountainUkar: { BaseExpGroup: "EvolClasses" JobExpGroup: "EvolClasses" - MoveSpeed: 170 - Inherit: ( "DarkUkar" ); + MoveSpeed: 150 + Inherit: ( "CaveUkar" ); } |