diff options
Diffstat (limited to 'db/re')
-rw-r--r-- | db/re/job_db.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db/re/job_db.conf b/db/re/job_db.conf index db65fd10e..498dad9fb 100644 --- a/db/re/job_db.conf +++ b/db/re/job_db.conf @@ -15,7 +15,7 @@ Job_Name: { // Job names as in src/map/pc.c (they are hardcoded at the moment so Inherit: ( "Other_Job_Name" ); // Base job from which this job will inherit its max weight, base ASPD set and HP/SP table. InheritHP: ( "Other_Job_Name" );// Base job from which this job will inherit its HP table. InheritSP: ( "Other_Job_Name" );// Base job from which this job will inherit its SP table. - Weight: Max Weight (int, defaults to 20000) + Weight: Max Weight (int, defaults to 20000, units in Weight/10) BaseASPD: { // Base ASPD for specific weapon type Fist: 0~200 (int, defaults to 200) Dagger: 0~200 (int, defaults to 200) |