summaryrefslogtreecommitdiff
path: root/db/re/item_group.conf
blob: a1fffa253c0cc653707779d2f4bbd48a94a3dbca (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
//====================================================
//=       _   _                     _
//=      | | | |                   | |
//=      | |_| | ___ _ __ ___ _   _| | ___  ___
//=      |  _  |/ _ \ '__/ __| | | | |/ _ \/ __|
//=      | | | |  __/ | | (__| |_| | |  __/\__ \
//=      \_| |_/\___|_|  \___|\__,_|_|\___||___/
//=
//=            http://herc.ws/board/
//================= More Information =================
// http://herc.ws/board/topic/1244-official-item-grouppackagechain
//====================================================
// Structure of file:
/*
<Container_Item_Name>: (
	"Item_Name" or
	("Item_Name",Repeat_Count)
)
*/

BasicSilkDyes: (
	"PitchBlackSilkDye",
	"ChocolateSilkDye",
	"CrimsonSilkDye",
)

ExtendedSilkDyes: (
	"PitchBlackSilkDye",
	"ChocolateSilkDye",
	"CrimsonSilkDye",
	"TomatoSilkDye",
	"GoldenrodSilkDye",
	"SunflowerSilkDye",
	"OliveSilkDye",
	"SeaGreenSilkDye",
	"MintSilkDye",
	"MidnightBlueSilkDye",
	"SlatBlueSilkDye",
	"OrchidSilkDye",
	"PinkiePinkSilkDye",
)

BasicCottonDyes: (
	"BlackCottonDye",
	"SilverCottonDye",
	"CamelCottonDye",
	"BrownCottonDye",
	"OrangeCottonDye",
	"DarkRedCottonDye",
	"RedCottonDye",
	"FuschiaCottonDye",
	"PinkCottonDye",
	"MauveCottonDye",
	"PurpleCottonDye",
	"NavyBlueCottonDye",
	"BlueGrayCottonDye",
	"BlueCottonDye",
	"TealCottonDye",
	"GreenCottonDye",
	"LimeCottonDye",
	"KhakiCottonDye",
	"YellowCottonDye",
)