summaryrefslogtreecommitdiff
path: root/db/re/item_chain.conf
blob: e0b1b4dca8f30e01be24da5fdce07de8d3049c10 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
//====================================================
//=       _   _                     _           
//=      | | | |                   | |          
//=      | |_| | ___ _ __ ___ _   _| | ___  ___ 
//=      |  _  |/ _ \ '__/ __| | | | |/ _ \/ __|
//=      | | | |  __/ | | (__| |_| | |  __/\__ \
//=      \_| |_/\___|_|  \___|\__,_|_|\___||___/
//=                                                  
//=            http://herc.ws/board/                        
//================= More Information =================
// http://herc.ws/board/topic/1244-official-item-grouppackagechain
//====================================================
// Structure of file:
/*

 ITMCHAIN_<Name>: {
   <Item_Name>: <chance>
 }

*/

ITMCHAIN_ORE: {
	EarthPowder: 1800
	Coal: 500
	IronOre: 380
	CopperOre: 250
	SilverOre: 100
	GoldOre: 80
	TinOre: 67
	LeadOre: 54
	TitaniumOre: 35
	IridiumOre: 10
	PlatinumOre: 5
}


ITMCHAIN_HERB: {
	ArtichokeHerb: 800
	CobaltHerb: 400
	GambogeHerb: 400
	MauveHerb: 400
	AlizarinHerb: 400
	ShadowHerb: 100
}

ITMCHAIN_ARROW: {
	SmallArrowSack: 1800
	MediumArrowSack: 800
	BigArrowSack: 460
	TolchiAmmoBox: 120
	ArrowAmmoBox: 18
}

ITMCHAIN_BULLET: {
	Bullet: 17000
	SmallBulletSack: 900
	MediumBulletSack: 420
	BigBulletSack: 190
}

ITMCHAIN_SIEGFRIED: {
}

ITMCHAIN_NEO_INSURANCE: {
	Insurance: 1
}