rathena/db/import-tmpl/job_param_db.txt
lighta b9aae13340 Db import3
Remove map_index.txt as this ain't overwrittable
add missings newlines at end of file
2014-01-01 21:45:40 -05:00

17 lines
463 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).