summaryrefslogtreecommitdiff
path: root/db/pre-re/item_group.conf
diff options
context:
space:
mode:
Diffstat (limited to 'db/pre-re/item_group.conf')
-rw-r--r--db/pre-re/item_group.conf90
1 files changed, 90 insertions, 0 deletions
diff --git a/db/pre-re/item_group.conf b/db/pre-re/item_group.conf
new file mode 100644
index 00000000..ea58364c
--- /dev/null
+++ b/db/pre-re/item_group.conf
@@ -0,0 +1,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",
+)