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.
13 lines
617 B
Plaintext
13 lines
617 B
Plaintext
4 months ago
|
// Item Produce Database
|
||
|
//
|
||
|
// Structure of Database:
|
||
|
// ID,ProduceItemID,ItemLV,RequireSkill,RequireSkillLv,MaterialID1,MaterialAmount1,......
|
||
|
//
|
||
|
// Notes:
|
||
|
// - ID is used to identify item order that will be used for overwriting on db/import.
|
||
|
// Value is started from 0 until 269 (MAX_PRODUCE_RESOURCE-1). Use same ID on import file to overwrite original result & requirements
|
||
|
// - To remove entry by importing, put 0 on 'ProduceItemID'
|
||
|
// - If MaterialAmount is 0, the player must have that item in their inventory (i.e. guides).
|
||
|
// For example, Mine Bottle requires 0x Marine Sphere Creation Guide (ID 7131).
|
||
|
|