123456789101112131415 |
- // 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).
|