summaryrefslogtreecommitdiff
path: root/db/produce_db.txt
blob: 38eef6d6cdeeb1e03c46c9c2d3c256ce00741e19 (plain) (blame)
1
2
3
4
5
6
7
8
9
// Item Produce Database
//
// Structure of Database:
// ProduceItemID,ItemLV,RequireSkill,RequireSkillLv,MaterialID1,MaterialAmount1,......
//
// Comments:
// If MaterialAmount = 0, then you just need that item in your inventory (guides)
// For example, Mine Bottle is 7138,32,228,7131,0,713,1,1050,1,1051,1
// 7131 is the Guide needed to create mine bottles and the amount needed of this item is 0 (.. ,7131,0, ..).