skill_changematerial_db.txt 448 B

1234567891011
  1. // Change Material Database
  2. //
  3. // Structure of Database:
  4. // ID,ProductID,BaseRate,MakeAmount1,MakeAmountRate1...,MakeAmount5,MakeAmountRate5
  5. //
  6. // NOTE:
  7. // - ID is used to identify item order that will be used for overwriting on db/import.
  8. // Value is started from 0 until 74 (MAX_SKILL_CHANGEMATERIAL_DB-1). Use same ID on import file to overwrite original result & requirements
  9. // - Up to 5 ID/Amount pairs can be specified.
  10. // - Rate = n/10%