job_param_db.txt 462 B

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