summaryrefslogtreecommitdiff
path: root/db/pre-re/item_group.conf
blob: ea58364c33f28ba2ec365b9cf7de400b9e78c73a (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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
//====================================================
//=       _   _                     _
//=      | | | |                   | |
//=      | |_| | ___ _ __ ___ _   _| | ___  ___
//=      |  _  |/ _ \ '__/ __| | | | |/ _ \/ __|
//=      | | | |  __/ | | (__| |_| | |  __/\__ \
//=      \_| |_/\___|_|  \___|\__,_|_|\___||___/
//=
//=            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",
)

CrudeGems: (
	"CrudeDiamond",
	"CrudeRuby",
	"CrudeEmerald",
	"CrudeSapphire",
	"CrudeTopaz",
	"CrudeAmethyst",
)

Gems: (
	"Diamond",
	"Ruby",
	"Emerald",
	"Sapphire",
	"Topaz",
	"Amethyst",
)

Runestones: (
	"RunestoneUruz",
	"RunestoneRaido",
	"RunestoneThurisaz",
	"RunestoneKaunaz",
	"RunestoneDagaz",
	"RunestonePeorth",
)