job_db2.txt 446 B

1234567891011121314
  1. // Job-specific Stat Bonuses Database
  2. //
  3. // Structure of Database:
  4. // JobID,JobLv1,JobLv2,JobLv3,...
  5. //
  6. // Legend for 'JobLvN' fields:
  7. // 0 = No stat bonus at this job level
  8. // 1 = STR increased by 1 at this job level
  9. // 2 = AGI increased by 1 at this job level
  10. // 3 = VIT increased by 1 at this job level
  11. // 4 = INT increased by 1 at this job level
  12. // 5 = DEX increased by 1 at this job level
  13. // 6 = LUK increased by 1 at this job level