You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
448 B
Plaintext
12 lines
448 B
Plaintext
// Change Material Database
|
|
//
|
|
// Structure of Database:
|
|
// ID,ProductID,BaseRate,MakeAmount1,MakeAmountRate1...,MakeAmount5,MakeAmountRate5
|
|
//
|
|
// NOTE:
|
|
// - ID is used to identify item order that will be used for overwriting on db/import.
|
|
// Value is started from 0 until 74 (MAX_SKILL_CHANGEMATERIAL_DB-1). Use same ID on import file to overwrite original result & requirements
|
|
// - Up to 5 ID/Amount pairs can be specified.
|
|
// - Rate = n/10%
|
|
|