rathena/db/re/job_param_db.txt
Euphy 7083ecf079 Standardized formatting of database files.
Signed-off-by: Euphy <euphy.raliel@rathena.org>
2013-12-29 15:58:17 -05:00

16 lines
462 B
Plaintext

// Max Parameter Database
// Sets maximum stat parameters for specific jobs.
//
// Structure of Database:
// JobID,MaxParam
// OR
// JobID,MaxStr,MaxAgi,MaxVit,MaxInt,MaxDex,MaxLuk
//
// JobID: Job constants in 'db/const.txt'
// MaxParams: Value between 10 ~ 32767 (SHRT_MAX)
//
// Examples:
// Job_Novice,60
// Normally, Novice's max. param uses 'max_parameter' in 'conf/battle/player.conf'.
// With this config, Novice's max. param will be 60 (for all stats).