diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-04-09 11:00:49 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-04-09 11:00:49 -0300 |
commit | 8a4bf716002a017de77fe7df301ef8e4aaf00a2e (patch) | |
tree | 4947d0b015baad639fa07133369e9a09c8a468bc /db/pre-re/item_group.conf | |
download | serverdata-8a4bf716002a017de77fe7df301ef8e4aaf00a2e.tar.gz serverdata-8a4bf716002a017de77fe7df301ef8e4aaf00a2e.tar.bz2 serverdata-8a4bf716002a017de77fe7df301ef8e4aaf00a2e.tar.xz serverdata-8a4bf716002a017de77fe7df301ef8e4aaf00a2e.zip |
Initial commit
Diffstat (limited to 'db/pre-re/item_group.conf')
-rw-r--r-- | db/pre-re/item_group.conf | 90 |
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", +) |