OSDN Git Service

Merge pull request #2290 from habu1010/feature/clang-format-insert-braces
[hengbandforosx/hengbandosx.git] / src / store / store-owners.cpp
1 #include "store/store-owners.h"
2 #include "player-info/race-types.h"
3 #include "store/store-util.h"
4
5 /*!
6  * @todo _() でまとめる
7  */
8 const std::unordered_map<StoreSaleType, std::vector<owner_type>> owners = {
9     /* General store - 32 unique names */
10     /*
11   Raistlin は dragonlance の powerful wizard 。
12   Rincewind the Chicken は Terry Pratchett の Discworld の登場人物 上記のパロディ?、
13   { "憶病者ラストリン",  200, 108, PlayerRaceType::HUMAN},
14   { "Raistlin the Chicken", 200, 108, PlayerRaceType::HUMAN},
15 */
16     {
17         StoreSaleType::GENERAL,
18         {
19 #ifdef JP
20             { "フレンドリーなビルボ", 30000, 108, PlayerRaceType::HOBBIT, STORE_OBJ_STD_LEVEL },
21             { "憶病者リンスウィンド", 30000, 108, PlayerRaceType::HUMAN, STORE_OBJ_STD_LEVEL },
22             { "背の低いサルタン", 30000, 107, PlayerRaceType::GNOME, STORE_OBJ_STD_LEVEL },
23             { "ハンサムなライア=エル", 30000, 107, PlayerRaceType::ELF, STORE_OBJ_STD_LEVEL },
24             { "親切なファリルマウエン", 30000, 108, PlayerRaceType::HOBBIT, STORE_OBJ_STD_LEVEL },
25             { "臆病者ヴォワラン", 30000, 108, PlayerRaceType::HUMAN, STORE_OBJ_STD_LEVEL },
26             { "チビのエラシュナク", 30000, 107, PlayerRaceType::BEASTMAN, STORE_OBJ_STD_LEVEL },
27             { "ハンサムなグラッグ", 30000, 107, PlayerRaceType::HALF_TITAN, STORE_OBJ_STD_LEVEL },
28             { "ケチなフォロビア", 30000, 108, PlayerRaceType::HUMAN, STORE_OBJ_STD_LEVEL },
29             { "馬鹿のエリス", 30000, 108, PlayerRaceType::HUMAN, STORE_OBJ_STD_LEVEL },
30             { "腹ペコのフィルバート", 30000, 107, PlayerRaceType::VAMPIRE, STORE_OBJ_STD_LEVEL },
31             { "スナーグル・サシグア", 30000, 107, PlayerRaceType::MIND_FLAYER, STORE_OBJ_STD_LEVEL },
32             { "長死きエロワーズ", 30000, 108, PlayerRaceType::SPECTRE, STORE_OBJ_STD_LEVEL },
33             { "ノロマのフンディ", 30000, 108, PlayerRaceType::ZOMBIE, STORE_OBJ_STD_LEVEL },
34             { "グランサス", 30000, 107, PlayerRaceType::SKELETON, STORE_OBJ_STD_LEVEL },
35             { "丁寧なロラックス", 30000, 107, PlayerRaceType::VAMPIRE, STORE_OBJ_STD_LEVEL },
36             { "ブッチ", 30000, 108, PlayerRaceType::HALF_ORC, STORE_OBJ_STD_LEVEL },
37             { "美しきエルベレス", 30000, 108, PlayerRaceType::HIGH_ELF, STORE_OBJ_STD_LEVEL },
38             { "こそこそサーレス", 30000, 107, PlayerRaceType::GNOME, STORE_OBJ_STD_LEVEL },
39             { "ナーロック", 30000, 107, PlayerRaceType::DWARF, STORE_OBJ_STD_LEVEL },
40             { "チビのヘイネッカ", 30000, 108, PlayerRaceType::GNOME, STORE_OBJ_STD_LEVEL },
41             { "きちがいロワラン", 30000, 108, PlayerRaceType::HALF_GIANT, STORE_OBJ_STD_LEVEL },
42             { "毒息のウート", 30000, 107, PlayerRaceType::DRACONIAN, STORE_OBJ_STD_LEVEL },
43             { "でぶっちょアラァカ", 30000, 107, PlayerRaceType::DRACONIAN, STORE_OBJ_STD_LEVEL },
44             { "低能なプーゴー", 30000, 108, PlayerRaceType::BEASTMAN, STORE_OBJ_STD_LEVEL },
45             { "フェロールフィリアン", 30000, 108, PlayerRaceType::ELF, STORE_OBJ_STD_LEVEL },
46             { "年寄りマロカ", 30000, 107, PlayerRaceType::GNOME, STORE_OBJ_STD_LEVEL },
47             { "勇敢なサシン", 30000, 107, PlayerRaceType::HALF_GIANT, STORE_OBJ_STD_LEVEL },
48             { "田舎者アビエマール", 30000, 108, PlayerRaceType::HUMAN, STORE_OBJ_STD_LEVEL },
49             { "貧乏なハーク", 30000, 108, PlayerRaceType::HALF_ORC, STORE_OBJ_STD_LEVEL },
50             { "みじめなソアリン", 30000, 107, PlayerRaceType::ZOMBIE, STORE_OBJ_STD_LEVEL },
51             { "質素なメルラ", 30000, 107, PlayerRaceType::ELF, STORE_OBJ_STD_LEVEL },
52 #else
53             { "Bilbo the Friendly", 30000, 108, PlayerRaceType::HOBBIT, STORE_OBJ_STD_LEVEL },
54             { "Rincewind the Chicken", 30000, 108, PlayerRaceType::HUMAN, STORE_OBJ_STD_LEVEL },
55             { "Sultan the Midget", 30000, 107, PlayerRaceType::GNOME, STORE_OBJ_STD_LEVEL },
56             { "Lyar-el the Comely", 30000, 107, PlayerRaceType::ELF, STORE_OBJ_STD_LEVEL },
57             { "Falilmawen the Friendly", 30000, 108, PlayerRaceType::HOBBIT, STORE_OBJ_STD_LEVEL },
58             { "Voirin the Cowardly", 30000, 108, PlayerRaceType::HUMAN, STORE_OBJ_STD_LEVEL },
59             { "Erashnak the Midget", 30000, 107, PlayerRaceType::BEASTMAN, STORE_OBJ_STD_LEVEL },
60             { "Grug the Comely", 30000, 107, PlayerRaceType::HALF_TITAN, STORE_OBJ_STD_LEVEL },
61             { "Forovir the Cheap", 30000, 108, PlayerRaceType::HUMAN, STORE_OBJ_STD_LEVEL },
62             { "Ellis the Fool", 30000, 108, PlayerRaceType::HUMAN, STORE_OBJ_STD_LEVEL },
63             { "Filbert the Hungry", 30000, 107, PlayerRaceType::VAMPIRE, STORE_OBJ_STD_LEVEL },
64             { "Fthnargl Psathiggua", 30000, 107, PlayerRaceType::MIND_FLAYER, STORE_OBJ_STD_LEVEL },
65             { "Eloise Long-Dead", 30000, 108, PlayerRaceType::SPECTRE, STORE_OBJ_STD_LEVEL },
66             { "Fundi the Slow", 30000, 108, PlayerRaceType::ZOMBIE, STORE_OBJ_STD_LEVEL },
67             { "Granthus", 30000, 107, PlayerRaceType::SKELETON, STORE_OBJ_STD_LEVEL },
68             { "Lorax the Suave", 30000, 107, PlayerRaceType::VAMPIRE, STORE_OBJ_STD_LEVEL },
69             { "Butch", 30000, 108, PlayerRaceType::HALF_ORC, STORE_OBJ_STD_LEVEL },
70             { "Elbereth the Beautiful", 30000, 108, PlayerRaceType::HIGH_ELF, STORE_OBJ_STD_LEVEL },
71             { "Sarleth the Sneaky", 30000, 107, PlayerRaceType::GNOME, STORE_OBJ_STD_LEVEL },
72             { "Narlock", 30000, 107, PlayerRaceType::DWARF, STORE_OBJ_STD_LEVEL },
73             { "Haneka the Small", 30000, 108, PlayerRaceType::GNOME, STORE_OBJ_STD_LEVEL },
74             { "Loirin the Mad", 30000, 108, PlayerRaceType::HALF_GIANT, STORE_OBJ_STD_LEVEL },
75             { "Wuto Poisonbreath", 30000, 107, PlayerRaceType::DRACONIAN, STORE_OBJ_STD_LEVEL },
76             { "Araaka the Rotund", 30000, 107, PlayerRaceType::DRACONIAN, STORE_OBJ_STD_LEVEL },
77             { "Poogor the Dumb", 30000, 108, PlayerRaceType::BEASTMAN, STORE_OBJ_STD_LEVEL },
78             { "Felorfiliand", 30000, 108, PlayerRaceType::ELF, STORE_OBJ_STD_LEVEL },
79             { "Maroka the Aged", 30000, 107, PlayerRaceType::GNOME, STORE_OBJ_STD_LEVEL },
80             { "Sasin the Bold", 30000, 107, PlayerRaceType::HALF_GIANT, STORE_OBJ_STD_LEVEL },
81             { "Abiemar the Peasant", 30000, 108, PlayerRaceType::HUMAN, STORE_OBJ_STD_LEVEL },
82             { "Hurk the Poor", 30000, 108, PlayerRaceType::HALF_ORC, STORE_OBJ_STD_LEVEL },
83             { "Soalin the Wretched", 30000, 107, PlayerRaceType::ZOMBIE, STORE_OBJ_STD_LEVEL },
84             { "Merulla the Humble", 30000, 107, PlayerRaceType::ELF, STORE_OBJ_STD_LEVEL },
85 #endif
86         } },
87     /* Armoury - 28 unique names */
88     {
89         StoreSaleType::ARMOURY,
90         {
91 #ifdef JP
92             { "醜悪コン=ダー", 30000, 115, PlayerRaceType::HALF_ORC, STORE_OBJ_STD_LEVEL },
93             { "頑固者ダーグ=ロウ", 30000, 111, PlayerRaceType::HUMAN, STORE_OBJ_STD_LEVEL },
94             { "賢者デカド", 30000, 112, PlayerRaceType::DUNADAN, STORE_OBJ_STD_LEVEL },
95             { "鍛冶屋のウィーランド", 30000, 112, PlayerRaceType::DWARF, STORE_OBJ_STD_LEVEL },
96             { "醜悪コン=ダー", 30000, 115, PlayerRaceType::HALF_ORC, STORE_OBJ_STD_LEVEL },
97             { "頑固者ダーグ=ロウ", 30000, 111, PlayerRaceType::HUMAN, STORE_OBJ_STD_LEVEL },
98             { "ハンサムなデカド", 30000, 112, PlayerRaceType::AMBERITE, STORE_OBJ_STD_LEVEL },
99             { "エロー・ドラゴンスケイル", 30000, 112, PlayerRaceType::ELF, STORE_OBJ_STD_LEVEL },
100             { "デリカトス", 30000, 115, PlayerRaceType::SPRITE, STORE_OBJ_STD_LEVEL },
101             { "巨大なグルース", 30000, 111, PlayerRaceType::HALF_GIANT, STORE_OBJ_STD_LEVEL },
102             { "アニムス", 30000, 112, PlayerRaceType::GOLEM, STORE_OBJ_STD_LEVEL },
103             { "マルヴァス", 30000, 112, PlayerRaceType::HALF_TITAN, STORE_OBJ_STD_LEVEL },
104             { "セラクシス", 30000, 115, PlayerRaceType::ZOMBIE, STORE_OBJ_STD_LEVEL },
105             { "デス・チル", 30000, 111, PlayerRaceType::SPECTRE, STORE_OBJ_STD_LEVEL },
106             { "微かなドリオス", 30000, 112, PlayerRaceType::SPECTRE, STORE_OBJ_STD_LEVEL },
107             { "冷たいバスリック", 30000, 112, PlayerRaceType::VAMPIRE, STORE_OBJ_STD_LEVEL },
108             { "冷酷ヴェンジェラ", 30000, 115, PlayerRaceType::HALF_TROLL, STORE_OBJ_STD_LEVEL },
109             { "強者ウィラナ", 30000, 111, PlayerRaceType::HUMAN, STORE_OBJ_STD_LEVEL },
110             { "ヨジョ二世", 30000, 112, PlayerRaceType::DWARF, STORE_OBJ_STD_LEVEL },
111             { "優しいラナラー", 30000, 112, PlayerRaceType::AMBERITE, STORE_OBJ_STD_LEVEL },
112             { "不浄のホルバグ", 30000, 115, PlayerRaceType::HALF_ORC, STORE_OBJ_STD_LEVEL },
113             { "テレパスのエレレン", 30000, 111, PlayerRaceType::DARK_ELF, STORE_OBJ_STD_LEVEL },
114             { "イスドリリアス", 30000, 112, PlayerRaceType::SPRITE, STORE_OBJ_STD_LEVEL },
115             { "一つ目ヴェグナー", 30000, 112, PlayerRaceType::CYCLOPS, STORE_OBJ_STD_LEVEL },
116             { "混沌のロディッシュ", 30000, 115, PlayerRaceType::BEASTMAN, STORE_OBJ_STD_LEVEL },
117             { "剣豪ヘジン", 30000, 111, PlayerRaceType::NIBELUNG, STORE_OBJ_STD_LEVEL },
118             { "ずる屋のエルベレリス", 30000, 112, PlayerRaceType::DARK_ELF, STORE_OBJ_STD_LEVEL },
119             { "インプのザサス", 30000, 112, PlayerRaceType::IMP, STORE_OBJ_STD_LEVEL },
120 #else
121             { "Kon-Dar the Ugly", 30000, 115, PlayerRaceType::HALF_ORC, STORE_OBJ_STD_LEVEL },
122             { "Darg-Low the Grim", 30000, 111, PlayerRaceType::HUMAN, STORE_OBJ_STD_LEVEL },
123             { "Decado the Handsome", 30000, 112, PlayerRaceType::DUNADAN, STORE_OBJ_STD_LEVEL },
124             { "Wieland the Smith", 30000, 112, PlayerRaceType::DWARF, STORE_OBJ_STD_LEVEL },
125             { "Kon-Dar the Ugly", 30000, 115, PlayerRaceType::HALF_ORC, STORE_OBJ_STD_LEVEL },
126             { "Darg-Low the Grim", 30000, 111, PlayerRaceType::HUMAN, STORE_OBJ_STD_LEVEL },
127             { "Decado the Handsome", 30000, 112, PlayerRaceType::AMBERITE, STORE_OBJ_STD_LEVEL },
128             { "Elo Dragonscale", 30000, 112, PlayerRaceType::ELF, STORE_OBJ_STD_LEVEL },
129             { "Delicatus", 30000, 115, PlayerRaceType::SPRITE, STORE_OBJ_STD_LEVEL },
130             { "Gruce the Huge", 30000, 111, PlayerRaceType::HALF_GIANT, STORE_OBJ_STD_LEVEL },
131             { "Animus", 30000, 112, PlayerRaceType::GOLEM, STORE_OBJ_STD_LEVEL },
132             { "Malvus", 30000, 112, PlayerRaceType::HALF_TITAN, STORE_OBJ_STD_LEVEL },
133             { "Selaxis", 30000, 115, PlayerRaceType::ZOMBIE, STORE_OBJ_STD_LEVEL },
134             { "Deathchill", 30000, 111, PlayerRaceType::SPECTRE, STORE_OBJ_STD_LEVEL },
135             { "Drios the Faint", 30000, 112, PlayerRaceType::SPECTRE, STORE_OBJ_STD_LEVEL },
136             { "Bathric the Cold", 30000, 112, PlayerRaceType::VAMPIRE, STORE_OBJ_STD_LEVEL },
137             { "Vengella the Cruel", 30000, 115, PlayerRaceType::HALF_TROLL, STORE_OBJ_STD_LEVEL },
138             { "Wyrana the Mighty", 30000, 111, PlayerRaceType::HUMAN, STORE_OBJ_STD_LEVEL },
139             { "Yojo II", 30000, 112, PlayerRaceType::DWARF, STORE_OBJ_STD_LEVEL },
140             { "Ranalar the Sweet", 30000, 112, PlayerRaceType::AMBERITE, STORE_OBJ_STD_LEVEL },
141             { "Horbag the Unclean", 30000, 115, PlayerRaceType::HALF_ORC, STORE_OBJ_STD_LEVEL },
142             { "Elelen the Telepath", 30000, 111, PlayerRaceType::DARK_ELF, STORE_OBJ_STD_LEVEL },
143             { "Isedrelias", 30000, 112, PlayerRaceType::SPRITE, STORE_OBJ_STD_LEVEL },
144             { "Vegnar One-eye", 30000, 112, PlayerRaceType::CYCLOPS, STORE_OBJ_STD_LEVEL },
145             { "Rodish the Chaotic", 30000, 115, PlayerRaceType::BEASTMAN, STORE_OBJ_STD_LEVEL },
146             { "Hesin Swordmaster", 30000, 111, PlayerRaceType::NIBELUNG, STORE_OBJ_STD_LEVEL },
147             { "Elvererith the Cheat", 30000, 112, PlayerRaceType::DARK_ELF, STORE_OBJ_STD_LEVEL },
148             { "Zzathath the Imp", 30000, 112, PlayerRaceType::IMP, STORE_OBJ_STD_LEVEL },
149 #endif
150         } },
151     /* Weapon Smith - 28 unique names */
152     {
153         StoreSaleType::WEAPON,
154         {
155 #ifdef JP
156             { "残忍なるアーノルド", 30000, 115, PlayerRaceType::HALF_TROLL, STORE_OBJ_STD_LEVEL },
157             { "獣殺しのアーンダル", 30000, 110, PlayerRaceType::HALF_ELF, STORE_OBJ_STD_LEVEL },
158             { "獣マスターのエディー", 30000, 115, PlayerRaceType::HOBBIT, STORE_OBJ_STD_LEVEL },
159             { "竜殺しのオグライン", 30000, 112, PlayerRaceType::DWARF, STORE_OBJ_STD_LEVEL },
160             { "熟練者ドリュー", 30000, 115, PlayerRaceType::HUMAN, STORE_OBJ_STD_LEVEL },
161             { "龍の子オラックス", 30000, 110, PlayerRaceType::DRACONIAN, STORE_OBJ_STD_LEVEL },
162             { "病気持ちのアンスラックス", 30000, 115, PlayerRaceType::BEASTMAN, STORE_OBJ_STD_LEVEL },
163             { "頑丈者アルコス", 30000, 112, PlayerRaceType::DWARF, STORE_OBJ_STD_LEVEL },
164             { "腐れ者のサリアス", 30000, 115, PlayerRaceType::ZOMBIE, STORE_OBJ_STD_LEVEL },
165             { "晒し骨のトゥエシク", 30000, 110, PlayerRaceType::SKELETON, STORE_OBJ_STD_LEVEL },
166             { "ビリオス", 30000, 115, PlayerRaceType::BEASTMAN, STORE_OBJ_STD_LEVEL },
167             { "ファスガル", 30000, 112, PlayerRaceType::ZOMBIE, STORE_OBJ_STD_LEVEL },
168             { "パラディンのエレフリス", 30000, 115, PlayerRaceType::BARBARIAN, STORE_OBJ_STD_LEVEL },
169             { "キ'トリッ'ク", 30000, 110, PlayerRaceType::KLACKON, STORE_OBJ_STD_LEVEL },
170             { "蜘蛛の友ドゥロカス", 30000, 115, PlayerRaceType::DARK_ELF, STORE_OBJ_STD_LEVEL },
171             { "巨人殺しのフングス", 30000, 112, PlayerRaceType::DWARF, STORE_OBJ_STD_LEVEL },
172             { "デランサ", 30000, 115, PlayerRaceType::ELF, STORE_OBJ_STD_LEVEL },
173             { "レンジャーのソルビスタニ", 30000, 110, PlayerRaceType::HALF_ELF, STORE_OBJ_STD_LEVEL },
174             { "ノロマのゾリル", 30000, 115, PlayerRaceType::GOLEM, STORE_OBJ_STD_LEVEL },
175             { "イーオン・フラックス", 30000, 112, PlayerRaceType::HALF_ELF, STORE_OBJ_STD_LEVEL },
176             { "強者ナドック", 30000, 115, PlayerRaceType::HOBBIT, STORE_OBJ_STD_LEVEL },
177             { "弱虫エラモグ", 30000, 110, PlayerRaceType::KOBOLD, STORE_OBJ_STD_LEVEL },
178             { "公正なエオウィリス", 30000, 115, PlayerRaceType::VAMPIRE, STORE_OBJ_STD_LEVEL },
179             { "バルログ殺しのヒュイモグ", 30000, 112, PlayerRaceType::HALF_ORC, STORE_OBJ_STD_LEVEL },
180             { "冷酷ピーダス", 30000, 115, PlayerRaceType::HUMAN, STORE_OBJ_STD_LEVEL },
181             { "ヴァモグ スレイヤー", 30000, 110, PlayerRaceType::HALF_OGRE, STORE_OBJ_STD_LEVEL },
182             { "性悪フーシュナク", 30000, 115, PlayerRaceType::BEASTMAN, STORE_OBJ_STD_LEVEL },
183             { "舞闘バレン", 30000, 112, PlayerRaceType::BARBARIAN, STORE_OBJ_STD_LEVEL },
184 #else
185             { "Arnold the Beastly", 30000, 115, PlayerRaceType::BARBARIAN, STORE_OBJ_STD_LEVEL },
186             { "Arndal Beast-Slayer", 30000, 110, PlayerRaceType::HALF_ELF, STORE_OBJ_STD_LEVEL },
187             { "Eddie Beast-Master", 30000, 115, PlayerRaceType::HALF_ORC, STORE_OBJ_STD_LEVEL },
188             { "Oglign Dragon-Slayer", 30000, 112, PlayerRaceType::DWARF, STORE_OBJ_STD_LEVEL },
189             { "Drew the Skilled", 30000, 115, PlayerRaceType::HUMAN, STORE_OBJ_STD_LEVEL },
190             { "Orrax Dragonson", 30000, 110, PlayerRaceType::DRACONIAN, STORE_OBJ_STD_LEVEL },
191             { "Anthrax Disease-Carrier", 30000, 115, PlayerRaceType::BEASTMAN, STORE_OBJ_STD_LEVEL },
192             { "Arkhoth the Stout", 30000, 112, PlayerRaceType::DWARF, STORE_OBJ_STD_LEVEL },
193             { "Sarlyas the Rotten", 30000, 115, PlayerRaceType::ZOMBIE, STORE_OBJ_STD_LEVEL },
194             { "Tuethic Bare-Bones", 30000, 110, PlayerRaceType::SKELETON, STORE_OBJ_STD_LEVEL },
195             { "Bilious", 30000, 115, PlayerRaceType::BEASTMAN, STORE_OBJ_STD_LEVEL },
196             { "Fasgul", 30000, 112, PlayerRaceType::ZOMBIE, STORE_OBJ_STD_LEVEL },
197             { "Ellefris the Paladin", 30000, 115, PlayerRaceType::BARBARIAN, STORE_OBJ_STD_LEVEL },
198             { "K'trrik'k", 30000, 110, PlayerRaceType::KLACKON, STORE_OBJ_STD_LEVEL },
199             { "Drocus Spiderfriend", 30000, 115, PlayerRaceType::DARK_ELF, STORE_OBJ_STD_LEVEL },
200             { "Fungus Giant-Slayer", 30000, 112, PlayerRaceType::DWARF, STORE_OBJ_STD_LEVEL },
201             { "Delantha", 30000, 115, PlayerRaceType::ELF, STORE_OBJ_STD_LEVEL },
202             { "Solvistani the Ranger", 30000, 110, PlayerRaceType::HALF_ELF, STORE_OBJ_STD_LEVEL },
203             { "Xoril the Slow", 30000, 115, PlayerRaceType::GOLEM, STORE_OBJ_STD_LEVEL },
204             { "Aeon Flux", 30000, 112, PlayerRaceType::HALF_ELF, STORE_OBJ_STD_LEVEL },
205             { "Nadoc the Strong", 30000, 115, PlayerRaceType::HOBBIT, STORE_OBJ_STD_LEVEL },
206             { "Eramog the Weak", 30000, 110, PlayerRaceType::KOBOLD, STORE_OBJ_STD_LEVEL },
207             { "Eowilith the Fair", 30000, 115, PlayerRaceType::VAMPIRE, STORE_OBJ_STD_LEVEL },
208             { "Huimog Balrog-Slayer", 30000, 112, PlayerRaceType::HALF_ORC, STORE_OBJ_STD_LEVEL },
209             { "Peadus the Cruel", 30000, 115, PlayerRaceType::HUMAN, STORE_OBJ_STD_LEVEL },
210             { "Vamog Slayer", 30000, 110, PlayerRaceType::HALF_OGRE, STORE_OBJ_STD_LEVEL },
211             { "Hooshnak the Vicious", 30000, 115, PlayerRaceType::BEASTMAN, STORE_OBJ_STD_LEVEL },
212             { "Balenn War-Dancer", 30000, 112, PlayerRaceType::BARBARIAN, STORE_OBJ_STD_LEVEL },
213 #endif
214         } },
215     /* Temple - 22 unique names */
216     {
217         StoreSaleType::TEMPLE,
218         {
219 #ifdef JP
220             { "質素なルードヴィヒ", 30000, 109, PlayerRaceType::HUMAN, STORE_OBJ_STD_LEVEL },
221             { "パラディンのガンナー", 30000, 110, PlayerRaceType::HUMAN, STORE_OBJ_STD_LEVEL },
222             { "選ばれしトリン", 30000, 107, PlayerRaceType::ELF, STORE_OBJ_STD_LEVEL },
223             { "賢明なるサラストロ", 30000, 109, PlayerRaceType::DWARF, STORE_OBJ_STD_LEVEL },
224             { "パーシヴァル卿", 30000, 107, PlayerRaceType::HIGH_ELF, STORE_OBJ_STD_LEVEL },
225             { "神聖なるアセナス", 30000, 109, PlayerRaceType::HUMAN, STORE_OBJ_STD_LEVEL },
226             { "マッキノン", 30000, 109, PlayerRaceType::HUMAN, STORE_OBJ_STD_LEVEL },
227             { "謹み婦人", 30000, 110, PlayerRaceType::HIGH_ELF, STORE_OBJ_STD_LEVEL },
228             { "ドルイドのハシュニック", 30000, 107, PlayerRaceType::HOBBIT, STORE_OBJ_STD_LEVEL },
229             { "フィナク", 30000, 109, PlayerRaceType::YEEK, STORE_OBJ_STD_LEVEL },
230             { "クリキック", 30000, 109, PlayerRaceType::KLACKON, STORE_OBJ_STD_LEVEL },
231             { "荒くれ者モリヴァル", 30000, 110, PlayerRaceType::ELF, STORE_OBJ_STD_LEVEL },
232             { "暗きホシャック", 30000, 107, PlayerRaceType::IMP, STORE_OBJ_STD_LEVEL },
233             { "賢者アタール", 30000, 109, PlayerRaceType::HUMAN, STORE_OBJ_STD_LEVEL },
234             { "清きイベニッド", 30000, 109, PlayerRaceType::HUMAN, STORE_OBJ_STD_LEVEL },
235             { "エリディシュ", 30000, 110, PlayerRaceType::HALF_TROLL, STORE_OBJ_STD_LEVEL },
236             { "呪術師ヴルドゥシュ", 30000, 107, PlayerRaceType::HALF_OGRE, STORE_OBJ_STD_LEVEL },
237             { "狂戦士ハオブ", 30000, 109, PlayerRaceType::BARBARIAN, STORE_OBJ_STD_LEVEL },
238             { "若きプルーグディシュ", 30000, 109, PlayerRaceType::HALF_OGRE, STORE_OBJ_STD_LEVEL },
239             { "きちがいラムワイズ", 30000, 110, PlayerRaceType::YEEK, STORE_OBJ_STD_LEVEL },
240             { "有徳者ムワート", 30000, 107, PlayerRaceType::KOBOLD, STORE_OBJ_STD_LEVEL },
241             { "弱虫ダードバード", 30000, 109, PlayerRaceType::SPECTRE, STORE_OBJ_STD_LEVEL },
242 #else
243             { "Ludwig the Humble", 30000, 109, PlayerRaceType::DWARF, STORE_OBJ_STD_LEVEL },
244             { "Gunnar the Paladin", 30000, 110, PlayerRaceType::HALF_TROLL, STORE_OBJ_STD_LEVEL },
245             { "Torin the Chosen", 30000, 107, PlayerRaceType::HIGH_ELF, STORE_OBJ_STD_LEVEL },
246             { "Sarastro the Wise", 30000, 109, PlayerRaceType::HUMAN, STORE_OBJ_STD_LEVEL },
247             { "Sir Parsival the Pure", 30000, 107, PlayerRaceType::HIGH_ELF, STORE_OBJ_STD_LEVEL },
248             { "Asenath the Holy", 30000, 109, PlayerRaceType::HUMAN, STORE_OBJ_STD_LEVEL },
249             { "McKinnon", 30000, 109, PlayerRaceType::HUMAN, STORE_OBJ_STD_LEVEL },
250             { "Mistress Chastity", 30000, 110, PlayerRaceType::HIGH_ELF, STORE_OBJ_STD_LEVEL },
251             { "Hashnik the Druid", 30000, 107, PlayerRaceType::HOBBIT, STORE_OBJ_STD_LEVEL },
252             { "Finak", 30000, 109, PlayerRaceType::YEEK, STORE_OBJ_STD_LEVEL },
253             { "Krikkik", 30000, 109, PlayerRaceType::KLACKON, STORE_OBJ_STD_LEVEL },
254             { "Morival the Wild", 30000, 110, PlayerRaceType::ELF, STORE_OBJ_STD_LEVEL },
255             { "Hoshak the Dark", 30000, 107, PlayerRaceType::IMP, STORE_OBJ_STD_LEVEL },
256             { "Atal the Wise", 30000, 109, PlayerRaceType::HUMAN, STORE_OBJ_STD_LEVEL },
257             { "Ibenidd the Chaste", 30000, 109, PlayerRaceType::HUMAN, STORE_OBJ_STD_LEVEL },
258             { "Eridish", 30000, 110, PlayerRaceType::HALF_TROLL, STORE_OBJ_STD_LEVEL },
259             { "Vrudush the Shaman", 30000, 107, PlayerRaceType::HALF_OGRE, STORE_OBJ_STD_LEVEL },
260             { "Haob the Berserker", 30000, 109, PlayerRaceType::BARBARIAN, STORE_OBJ_STD_LEVEL },
261             { "Proogdish the Youthfull", 30000, 109, PlayerRaceType::HALF_OGRE, STORE_OBJ_STD_LEVEL },
262             { "Lumwise the Mad", 30000, 110, PlayerRaceType::YEEK, STORE_OBJ_STD_LEVEL },
263             { "Muirt the Virtuous", 30000, 107, PlayerRaceType::KOBOLD, STORE_OBJ_STD_LEVEL },
264             { "Dardobard the Weak", 30000, 109, PlayerRaceType::SPECTRE, STORE_OBJ_STD_LEVEL },
265 #endif
266         } },
267     /* Alchemist - 26 unique names */
268     {
269         StoreSaleType::ALCHEMIST,
270         {
271 #ifdef JP
272             { "化学者マウザー", 30000, 111, PlayerRaceType::HALF_ELF, STORE_OBJ_STD_LEVEL },
273             { "カオスのウィズル", 30000, 110, PlayerRaceType::HOBBIT, STORE_OBJ_STD_LEVEL },
274             { "強欲ミダス", 30000, 116, PlayerRaceType::GNOME, STORE_OBJ_STD_LEVEL },
275             { "貧弱ジャ=ファー", 30000, 111, PlayerRaceType::ELF, STORE_OBJ_STD_LEVEL }, /*FIRST*/
276             { "カカルラカカル", 30000, 116, PlayerRaceType::KLACKON, STORE_OBJ_STD_LEVEL },
277             { "錬金術師ジャル=エス", 30000, 111, PlayerRaceType::ELF, STORE_OBJ_STD_LEVEL },
278             { "用心深いファネラス", 30000, 111, PlayerRaceType::DWARF, STORE_OBJ_STD_LEVEL },
279             { "キチガイのルンシー", 30000, 110, PlayerRaceType::HUMAN, STORE_OBJ_STD_LEVEL },
280             { "グランブルワース", 30000, 116, PlayerRaceType::GNOME, STORE_OBJ_STD_LEVEL },
281             { "フリッター", 30000, 111, PlayerRaceType::SPRITE, STORE_OBJ_STD_LEVEL },
282             { "ザリルス", 30000, 111, PlayerRaceType::HUMAN, STORE_OBJ_STD_LEVEL },
283             { "古きエグバート", 30000, 110, PlayerRaceType::DWARF, STORE_OBJ_STD_LEVEL },
284             { "誇り高きヴァリンドラ", 30000, 116, PlayerRaceType::HIGH_ELF, STORE_OBJ_STD_LEVEL },
285             { "錬金術師タエン", 30000, 111, PlayerRaceType::HUMAN, STORE_OBJ_STD_LEVEL },
286             { "巧言カイド", 30000, 111, PlayerRaceType::VAMPIRE, STORE_OBJ_STD_LEVEL },
287             { "暗きフリア", 30000, 110, PlayerRaceType::NIBELUNG, STORE_OBJ_STD_LEVEL },
288             { "質素なドムリ", 30000, 116, PlayerRaceType::DWARF, STORE_OBJ_STD_LEVEL },
289             { "魔の子ヤァジュッカ", 30000, 111, PlayerRaceType::IMP, STORE_OBJ_STD_LEVEL },
290             { "薬草師ジェララルドール", 30000, 111, PlayerRaceType::HIGH_ELF, STORE_OBJ_STD_LEVEL },
291             { "賢者オレラルダン", 30000, 110, PlayerRaceType::BARBARIAN, STORE_OBJ_STD_LEVEL },
292             { "デモニシストのフゾグロ", 30000, 116, PlayerRaceType::IMP, STORE_OBJ_STD_LEVEL },
293             { "錬金術師ドゥリアシュ", 30000, 111, PlayerRaceType::HALF_ORC, STORE_OBJ_STD_LEVEL },
294             { "強者ネリア", 30000, 111, PlayerRaceType::CYCLOPS, STORE_OBJ_STD_LEVEL },
295             { "辛口リグナス", 30000, 110, PlayerRaceType::HALF_ORC, STORE_OBJ_STD_LEVEL },
296             { "ティルバ", 30000, 116, PlayerRaceType::HOBBIT, STORE_OBJ_STD_LEVEL },
297             { "金持ちミリルドリック", 30000, 111, PlayerRaceType::HUMAN, STORE_OBJ_STD_LEVEL },
298 #else
299             { "Mauser the Chemist", 30000, 111, PlayerRaceType::HALF_ELF, STORE_OBJ_STD_LEVEL },
300             { "Wizzle the Chaotic", 30000, 110, PlayerRaceType::HOBBIT, STORE_OBJ_STD_LEVEL },
301             { "Midas the Greedy", 30000, 116, PlayerRaceType::GNOME, STORE_OBJ_STD_LEVEL },
302             { "Ja-Far the Alchemist", 30000, 111, PlayerRaceType::ELF, STORE_OBJ_STD_LEVEL },
303             { "Kakalrakakal", 30000, 116, PlayerRaceType::KLACKON, STORE_OBJ_STD_LEVEL },
304             { "Jal-Eth the Alchemist", 30000, 111, PlayerRaceType::ELF, STORE_OBJ_STD_LEVEL },
305             { "Fanelath the Cautious", 30000, 111, PlayerRaceType::DWARF, STORE_OBJ_STD_LEVEL },
306             { "Runcie the Insane", 30000, 110, PlayerRaceType::HUMAN, STORE_OBJ_STD_LEVEL },
307             { "Grumbleworth", 30000, 116, PlayerRaceType::GNOME, STORE_OBJ_STD_LEVEL },
308             { "Flitter", 30000, 111, PlayerRaceType::SPRITE, STORE_OBJ_STD_LEVEL },
309             { "Xarillus", 30000, 111, PlayerRaceType::HUMAN, STORE_OBJ_STD_LEVEL },
310             { "Egbert the Old", 30000, 110, PlayerRaceType::DWARF, STORE_OBJ_STD_LEVEL },
311             { "Valindra the Proud", 30000, 116, PlayerRaceType::HIGH_ELF, STORE_OBJ_STD_LEVEL },
312             { "Taen the Alchemist", 30000, 111, PlayerRaceType::HUMAN, STORE_OBJ_STD_LEVEL },
313             { "Cayd the Sweet", 30000, 111, PlayerRaceType::VAMPIRE, STORE_OBJ_STD_LEVEL },
314             { "Fulir the Dark", 30000, 110, PlayerRaceType::NIBELUNG, STORE_OBJ_STD_LEVEL },
315             { "Domli the Humble", 30000, 116, PlayerRaceType::DWARF, STORE_OBJ_STD_LEVEL },
316             { "Yaarjukka Demonspawn", 30000, 111, PlayerRaceType::IMP, STORE_OBJ_STD_LEVEL },
317             { "Gelaraldor the Herbmaster", 30000, 111, PlayerRaceType::HIGH_ELF, STORE_OBJ_STD_LEVEL },
318             { "Olelaldan the Wise", 30000, 110, PlayerRaceType::BARBARIAN, STORE_OBJ_STD_LEVEL },
319             { "Fthoglo the Demonicist", 30000, 116, PlayerRaceType::IMP, STORE_OBJ_STD_LEVEL },
320             { "Dridash the Alchemist", 30000, 111, PlayerRaceType::HALF_ORC, STORE_OBJ_STD_LEVEL },
321             { "Nelir the Strong", 30000, 111, PlayerRaceType::CYCLOPS, STORE_OBJ_STD_LEVEL },
322             { "Lignus the Pungent", 30000, 110, PlayerRaceType::HALF_ORC, STORE_OBJ_STD_LEVEL },
323             { "Tilba", 30000, 116, PlayerRaceType::HOBBIT, STORE_OBJ_STD_LEVEL },
324             { "Myrildric the Wealthy", 30000, 111, PlayerRaceType::HUMAN, STORE_OBJ_STD_LEVEL },
325 #endif
326         } },
327     /* Magic Shop - 23 unique names */
328     {
329         StoreSaleType::MAGIC,
330         {
331 #ifdef JP
332             { "ソーサラーのロ=パン", 30000, 110, PlayerRaceType::HALF_ELF, STORE_OBJ_STD_LEVEL },
333             { "偉大なるブガービイ", 30000, 113, PlayerRaceType::GNOME, STORE_OBJ_STD_LEVEL },
334             { "イェンダーの魔法使い", 30000, 110, PlayerRaceType::HUMAN, STORE_OBJ_STD_LEVEL },
335             { "死霊使いリャク", 30000, 110, PlayerRaceType::HIGH_ELF, STORE_OBJ_STD_LEVEL },
336             { "魔術師スキドゥニー", 30000, 110, PlayerRaceType::HALF_ELF, STORE_OBJ_STD_LEVEL },
337             { "幻術師キリア", 30000, 110, PlayerRaceType::HUMAN, STORE_OBJ_STD_LEVEL },
338             { "死霊術師ニッキ", 30000, 110, PlayerRaceType::DARK_ELF, STORE_OBJ_STD_LEVEL },
339             { "ソロストラン", 30000, 110, PlayerRaceType::SPRITE, STORE_OBJ_STD_LEVEL },
340             { "烏賊口アチシェ", 30000, 113, PlayerRaceType::MIND_FLAYER, STORE_OBJ_STD_LEVEL },
341             { "貴族のカザ", 30000, 110, PlayerRaceType::HIGH_ELF, STORE_OBJ_STD_LEVEL },
342             { "暗きファジル", 30000, 110, PlayerRaceType::DARK_ELF, STORE_OBJ_STD_LEVEL },
343             { "偉大なるケルドーン", 30000, 110, PlayerRaceType::DWARF, STORE_OBJ_STD_LEVEL },
344             { "フィランスロプス", 30000, 113, PlayerRaceType::HOBBIT, STORE_OBJ_STD_LEVEL },
345             { "魔女のアグナー", 30000, 110, PlayerRaceType::HUMAN, STORE_OBJ_STD_LEVEL },
346             { "死霊術師ビュリアンス", 30000, 110, PlayerRaceType::BEASTMAN, STORE_OBJ_STD_LEVEL },
347             { "ハイメイジのヴイラク", 30000, 110, PlayerRaceType::BEASTMAN, STORE_OBJ_STD_LEVEL },
348             { "知恵者マディッシュ", 30000, 113, PlayerRaceType::BEASTMAN, STORE_OBJ_STD_LEVEL },
349             { "ファレブリンボール", 30000, 110, PlayerRaceType::HIGH_ELF, STORE_OBJ_STD_LEVEL },
350             { "陰険フェリル=ガンド", 30000, 110, PlayerRaceType::DARK_ELF, STORE_OBJ_STD_LEVEL },
351             { "呪術師サレゴード", 30000, 110, PlayerRaceType::BARBARIAN, STORE_OBJ_STD_LEVEL },
352             { "神秘家クトゥアロス", 30000, 113, PlayerRaceType::MIND_FLAYER, STORE_OBJ_STD_LEVEL },
353             { "幻術師イベリ", 30000, 110, PlayerRaceType::SKELETON, STORE_OBJ_STD_LEVEL },
354             { "死霊術師ヘトー", 30000, 110, PlayerRaceType::YEEK, STORE_OBJ_STD_LEVEL },
355 #else
356             { "Lo Pan the Sorcerer", 30000, 110, PlayerRaceType::HALF_ELF, STORE_OBJ_STD_LEVEL },
357             { "Buggerby the Great", 30000, 113, PlayerRaceType::GNOME, STORE_OBJ_STD_LEVEL },
358             { "The Wizard of Yendor", 30000, 110, PlayerRaceType::HUMAN, STORE_OBJ_STD_LEVEL },
359             { "Rjak the Necromancer", 30000, 110, PlayerRaceType::DARK_ELF, STORE_OBJ_STD_LEVEL },
360             { "Skidney the Sorcerer", 30000, 110, PlayerRaceType::HALF_ELF, STORE_OBJ_STD_LEVEL },
361             { "Kyria the Illusionist", 30000, 110, PlayerRaceType::HUMAN, STORE_OBJ_STD_LEVEL },
362             { "Nikki the Necromancer", 30000, 110, PlayerRaceType::DARK_ELF, STORE_OBJ_STD_LEVEL },
363             { "Solostoran", 30000, 110, PlayerRaceType::SPRITE, STORE_OBJ_STD_LEVEL },
364             { "Achshe the Tentacled", 30000, 113, PlayerRaceType::MIND_FLAYER, STORE_OBJ_STD_LEVEL },
365             { "Kaza the Noble", 30000, 110, PlayerRaceType::HIGH_ELF, STORE_OBJ_STD_LEVEL },
366             { "Fazzil the Dark", 30000, 110, PlayerRaceType::DARK_ELF, STORE_OBJ_STD_LEVEL },
367             { "Keldorn the Grand", 30000, 110, PlayerRaceType::DWARF, STORE_OBJ_STD_LEVEL },
368             { "Philanthropus", 30000, 113, PlayerRaceType::HOBBIT, STORE_OBJ_STD_LEVEL },
369             { "Agnar the Enchantress", 30000, 110, PlayerRaceType::HUMAN, STORE_OBJ_STD_LEVEL },
370             { "Buliance the Necromancer", 30000, 110, PlayerRaceType::BEASTMAN, STORE_OBJ_STD_LEVEL },
371             { "Vuirak the High-Mage", 30000, 110, PlayerRaceType::BEASTMAN, STORE_OBJ_STD_LEVEL },
372             { "Madish the Smart", 30000, 113, PlayerRaceType::BEASTMAN, STORE_OBJ_STD_LEVEL },
373             { "Falebrimbor", 30000, 110, PlayerRaceType::HIGH_ELF, STORE_OBJ_STD_LEVEL },
374             { "Felil-Gand the Subtle", 30000, 110, PlayerRaceType::DARK_ELF, STORE_OBJ_STD_LEVEL },
375             { "Thalegord the Shaman", 30000, 110, PlayerRaceType::BARBARIAN, STORE_OBJ_STD_LEVEL },
376             { "Cthoaloth the Mystic", 30000, 113, PlayerRaceType::MIND_FLAYER, STORE_OBJ_STD_LEVEL },
377             { "Ibeli the Illusionist", 30000, 110, PlayerRaceType::SKELETON, STORE_OBJ_STD_LEVEL },
378             { "Heto the Necromancer", 30000, 110, PlayerRaceType::YEEK, STORE_OBJ_STD_LEVEL },
379 #endif
380         } },
381     { StoreSaleType::BLACK,
382         {
383 /* Black Market - 32 unique names */
384 #ifdef JP
385             { "ガリー=ギガズ", 60000, 150, PlayerRaceType::HALF_TROLL, STORE_OBJ_STD_LEVEL },
386             { "ゴブリンのヒストーア", 60000, 150, PlayerRaceType::HALF_ORC, STORE_OBJ_STD_LEVEL },
387             { "フェレンギ人クアーク", 60000, 150, PlayerRaceType::HUMAN, STORE_OBJ_STD_LEVEL },
388             { "公正なる(?)トッピ", 60000, 150, PlayerRaceType::ELF, STORE_OBJ_STD_LEVEL },
389             { "死人ヴァッサ", 60000, 150, PlayerRaceType::ZOMBIE, STORE_OBJ_STD_LEVEL },
390             { "裏切り者カイン", 60000, 150, PlayerRaceType::VAMPIRE, STORE_OBJ_STD_LEVEL },
391             { "ブボニカス", 60000, 150, PlayerRaceType::BEASTMAN, STORE_OBJ_STD_LEVEL },
392             { "コープスライト", 60000, 150, PlayerRaceType::SPECTRE, STORE_OBJ_STD_LEVEL },
393             { "血に飢えしパリッシュ", 60000, 150, PlayerRaceType::VAMPIRE, STORE_OBJ_STD_LEVEL },
394             { "ヴァイル", 60000, 150, PlayerRaceType::SKELETON, STORE_OBJ_STD_LEVEL },
395             { "信頼のプレンティス", 60000, 150, PlayerRaceType::SKELETON, STORE_OBJ_STD_LEVEL },
396             { "人間殺しのグリエラ", 60000, 150, PlayerRaceType::IMP, STORE_OBJ_STD_LEVEL },
397             { "エンジェル", 60000, 150, PlayerRaceType::VAMPIRE, STORE_OBJ_STD_LEVEL },
398             { "水膨れフロツァム", 60000, 150, PlayerRaceType::ZOMBIE, STORE_OBJ_STD_LEVEL },
399             { "ニーヴァル", 60000, 150, PlayerRaceType::VAMPIRE, STORE_OBJ_STD_LEVEL },
400             { "明るいアナスタシア", 60000, 150, PlayerRaceType::SPECTRE, STORE_OBJ_STD_LEVEL },
401             { "死霊術師チャリティー", 60000, 150, PlayerRaceType::DARK_ELF, STORE_OBJ_STD_LEVEL },
402             { "ボクサーのプグナシオス", 60000, 150, PlayerRaceType::HALF_ORC, STORE_OBJ_STD_LEVEL },
403             { "幸運なフットソア", 60000, 150, PlayerRaceType::BEASTMAN, STORE_OBJ_STD_LEVEL },
404             { "光指のシドリア", 60000, 150, PlayerRaceType::HUMAN, STORE_OBJ_STD_LEVEL },
405             { "手品師リアソー", 60000, 150, PlayerRaceType::HOBBIT, STORE_OBJ_STD_LEVEL },
406             { "やりくり上手のジャナッカ", 60000, 150, PlayerRaceType::GNOME, STORE_OBJ_STD_LEVEL },
407             { "悪党シーナ", 60000, 150, PlayerRaceType::GNOME, STORE_OBJ_STD_LEVEL },
408             { "大爪アルニッキ", 60000, 150, PlayerRaceType::DRACONIAN, STORE_OBJ_STD_LEVEL },
409             { "貧乏チャエアンド", 60000, 150, PlayerRaceType::HUMAN, STORE_OBJ_STD_LEVEL },
410             { "山賊アファードーフ", 60000, 150, PlayerRaceType::BARBARIAN, STORE_OBJ_STD_LEVEL },
411             { "強欲ラザクスル", 60000, 150, PlayerRaceType::MIND_FLAYER, STORE_OBJ_STD_LEVEL },
412             { "ファラレウィン", 60000, 150, PlayerRaceType::SPRITE, STORE_OBJ_STD_LEVEL },
413             { "しわしわヴォスール", 60000, 150, PlayerRaceType::NIBELUNG, STORE_OBJ_STD_LEVEL },
414             { "ハンサムなアラオード", 60000, 150, PlayerRaceType::AMBERITE, STORE_OBJ_STD_LEVEL },
415             { "負け犬セラドフリド", 60000, 150, PlayerRaceType::HUMAN, STORE_OBJ_STD_LEVEL },
416             { "片足のエルーロ", 60000, 150, PlayerRaceType::HALF_OGRE, STORE_OBJ_STD_LEVEL },
417 #else
418             { "Gary Gygaz", 60000, 150, PlayerRaceType::HALF_TROLL, STORE_OBJ_STD_LEVEL },
419             { "Histor the Goblin", 60000, 150, PlayerRaceType::HALF_ORC, STORE_OBJ_STD_LEVEL },
420             { "Quark the Ferengi", 60000, 150, PlayerRaceType::DWARF, STORE_OBJ_STD_LEVEL },
421             { "Topi the Fair(?)", 60000, 150, PlayerRaceType::HUMAN, STORE_OBJ_STD_LEVEL },
422             { "Vhassa the Dead", 60000, 150, PlayerRaceType::ZOMBIE, STORE_OBJ_STD_LEVEL },
423             { "Kyn the Treacherous", 60000, 150, PlayerRaceType::VAMPIRE, STORE_OBJ_STD_LEVEL },
424             { "Bubonicus", 60000, 150, PlayerRaceType::BEASTMAN, STORE_OBJ_STD_LEVEL },
425             { "Corpselight", 60000, 150, PlayerRaceType::SPECTRE, STORE_OBJ_STD_LEVEL },
426             { "Parrish the Bloodthirsty", 60000, 150, PlayerRaceType::VAMPIRE, STORE_OBJ_STD_LEVEL },
427             { "Vile", 60000, 150, PlayerRaceType::SKELETON, STORE_OBJ_STD_LEVEL },
428             { "Prentice the Trusted", 60000, 150, PlayerRaceType::SKELETON, STORE_OBJ_STD_LEVEL },
429             { "Griella Humanslayer", 60000, 150, PlayerRaceType::IMP, STORE_OBJ_STD_LEVEL },
430             { "Angel", 60000, 150, PlayerRaceType::VAMPIRE, STORE_OBJ_STD_LEVEL },
431             { "Flotsam the Bloated", 60000, 150, PlayerRaceType::ZOMBIE, STORE_OBJ_STD_LEVEL },
432             { "Nieval", 60000, 150, PlayerRaceType::VAMPIRE, STORE_OBJ_STD_LEVEL },
433             { "Anastasia the Luminous", 60000, 150, PlayerRaceType::SPECTRE, STORE_OBJ_STD_LEVEL },
434             { "Charity the Necromancer", 60000, 150, PlayerRaceType::DARK_ELF, STORE_OBJ_STD_LEVEL },
435             { "Pugnacious the Pugilist", 60000, 150, PlayerRaceType::HALF_ORC, STORE_OBJ_STD_LEVEL },
436             { "Footsore the Lucky", 60000, 150, PlayerRaceType::BEASTMAN, STORE_OBJ_STD_LEVEL },
437             { "Sidria Lighfingered", 60000, 150, PlayerRaceType::HUMAN, STORE_OBJ_STD_LEVEL },
438             { "Riatho the Juggler", 60000, 150, PlayerRaceType::HOBBIT, STORE_OBJ_STD_LEVEL },
439             { "Janaaka the Shifty", 60000, 150, PlayerRaceType::GNOME, STORE_OBJ_STD_LEVEL },
440             { "Cina the Rogue", 60000, 150, PlayerRaceType::GNOME, STORE_OBJ_STD_LEVEL },
441             { "Arunikki Greatclaw", 60000, 150, PlayerRaceType::DRACONIAN, STORE_OBJ_STD_LEVEL },
442             { "Chaeand the Poor", 60000, 150, PlayerRaceType::HUMAN, STORE_OBJ_STD_LEVEL },
443             { "Afardorf the Brigand", 60000, 150, PlayerRaceType::BARBARIAN, STORE_OBJ_STD_LEVEL },
444             { "Lathaxl the Greedy", 60000, 150, PlayerRaceType::MIND_FLAYER, STORE_OBJ_STD_LEVEL },
445             { "Falarewyn", 60000, 150, PlayerRaceType::SPRITE, STORE_OBJ_STD_LEVEL },
446             { "Vosur the Wrinkled", 60000, 150, PlayerRaceType::NIBELUNG, STORE_OBJ_STD_LEVEL },
447             { "Araord the Handsome", 60000, 150, PlayerRaceType::AMBERITE, STORE_OBJ_STD_LEVEL },
448             { "Theradfrid the Loser", 60000, 150, PlayerRaceType::HUMAN, STORE_OBJ_STD_LEVEL },
449             { "One-Legged Eroolo", 60000, 150, PlayerRaceType::HALF_OGRE, STORE_OBJ_STD_LEVEL },
450 #endif
451         } },
452     /* Home */
453     {
454         StoreSaleType::HOME,
455         {
456             { _("我が家", "Your home"), 0, 100, PlayerRaceType::HUMAN, STORE_OBJ_STD_LEVEL },
457         } },
458     /* Bookstore - 21 unique names */
459     {
460         StoreSaleType::BOOK,
461         {
462 #ifdef JP
463             { "強欲ドラフ", 30000, 108, PlayerRaceType::HUMAN, STORE_OBJ_STD_LEVEL },
464             { "賢者オドナー", 30000, 105, PlayerRaceType::HIGH_ELF, STORE_OBJ_STD_LEVEL },
465             { "中立のガンダー", 30000, 110, PlayerRaceType::DARK_ELF, STORE_OBJ_STD_LEVEL },
466             { "忍耐の人ロ=シャ", 30000, 105, PlayerRaceType::ELF, STORE_OBJ_STD_LEVEL },
467             { "ランドルフ・カーター", 30000, 108, PlayerRaceType::HUMAN, STORE_OBJ_STD_LEVEL },
468             { "隼のサライ", 30000, 108, PlayerRaceType::HUMAN, STORE_OBJ_STD_LEVEL },
469             { "千里眼ボドリル", 30000, 105, PlayerRaceType::HIGH_ELF, STORE_OBJ_STD_LEVEL },
470             { "沈黙のヴェオロイン", 30000, 110, PlayerRaceType::ZOMBIE, STORE_OBJ_STD_LEVEL },
471             { "学者のヴァンシラス", 30000, 105, PlayerRaceType::MIND_FLAYER, STORE_OBJ_STD_LEVEL },
472             { "物書きオセイン", 30000, 108, PlayerRaceType::SKELETON, STORE_OBJ_STD_LEVEL },
473             { "本の虫オルヴァー", 30000, 105, PlayerRaceType::VAMPIRE, STORE_OBJ_STD_LEVEL },
474             { "浅井墓男", 30000, 110, PlayerRaceType::ZOMBIE, STORE_OBJ_STD_LEVEL },
475             { "デスマスク", 30000, 105, PlayerRaceType::ZOMBIE, STORE_OBJ_STD_LEVEL },
476             { "学者のアスーヌ", 30000, 108, PlayerRaceType::MIND_FLAYER, STORE_OBJ_STD_LEVEL },
477             { "死人のプリランド", 30000, 105, PlayerRaceType::ZOMBIE, STORE_OBJ_STD_LEVEL },
478             { "鉄のロナール", 30000, 110, PlayerRaceType::GOLEM, STORE_OBJ_STD_LEVEL },
479             { "ガリル=ガミル", 30000, 105, PlayerRaceType::ELF, STORE_OBJ_STD_LEVEL },
480             { "本食いローバグ", 30000, 108, PlayerRaceType::KOBOLD, STORE_OBJ_STD_LEVEL },
481             { "キリアリキーク", 30000, 105, PlayerRaceType::KLACKON, STORE_OBJ_STD_LEVEL },
482             { "静かなるリリン", 30000, 110, PlayerRaceType::DWARF, STORE_OBJ_STD_LEVEL },
483             { "王者イサング", 30000, 105, PlayerRaceType::HIGH_ELF, STORE_OBJ_STD_LEVEL },
484 #else
485             { "Dolaf the Greedy", 30000, 108, PlayerRaceType::HUMAN, STORE_OBJ_STD_LEVEL },
486             { "Odnar the Sage", 30000, 105, PlayerRaceType::HIGH_ELF, STORE_OBJ_STD_LEVEL },
487             { "Gandar the Neutral", 30000, 110, PlayerRaceType::DARK_ELF, STORE_OBJ_STD_LEVEL },
488             { "Ro-sha the Patient", 30000, 105, PlayerRaceType::ELF, STORE_OBJ_STD_LEVEL },
489             { "Randolph Carter", 30000, 108, PlayerRaceType::HUMAN, STORE_OBJ_STD_LEVEL },
490             { "Sarai the Swift", 30000, 108, PlayerRaceType::HUMAN, STORE_OBJ_STD_LEVEL },
491             { "Bodril the Seer", 30000, 105, PlayerRaceType::HIGH_ELF, STORE_OBJ_STD_LEVEL },
492             { "Veloin the Quiet", 30000, 110, PlayerRaceType::ZOMBIE, STORE_OBJ_STD_LEVEL },
493             { "Vanthylas the Learned", 30000, 105, PlayerRaceType::MIND_FLAYER, STORE_OBJ_STD_LEVEL },
494             { "Ossein the Literate", 30000, 108, PlayerRaceType::SKELETON, STORE_OBJ_STD_LEVEL },
495             { "Olvar Bookworm", 30000, 105, PlayerRaceType::VAMPIRE, STORE_OBJ_STD_LEVEL },
496             { "Shallowgrave", 30000, 110, PlayerRaceType::ZOMBIE, STORE_OBJ_STD_LEVEL },
497             { "Death Mask", 30000, 105, PlayerRaceType::ZOMBIE, STORE_OBJ_STD_LEVEL },
498             { "Asuunu the Learned", 30000, 108, PlayerRaceType::MIND_FLAYER, STORE_OBJ_STD_LEVEL },
499             { "Prirand the Dead", 30000, 105, PlayerRaceType::ZOMBIE, STORE_OBJ_STD_LEVEL },
500             { "Ronar the Iron", 30000, 110, PlayerRaceType::GOLEM, STORE_OBJ_STD_LEVEL },
501             { "Galil-Gamir", 30000, 105, PlayerRaceType::ELF, STORE_OBJ_STD_LEVEL },
502             { "Rorbag Book-Eater", 30000, 108, PlayerRaceType::KOBOLD, STORE_OBJ_STD_LEVEL },
503             { "Kiriarikirk", 30000, 105, PlayerRaceType::KLACKON, STORE_OBJ_STD_LEVEL },
504             { "Rilin the Quiet", 30000, 110, PlayerRaceType::DWARF, STORE_OBJ_STD_LEVEL },
505             { "Isung the Lord", 30000, 105, PlayerRaceType::HIGH_ELF, STORE_OBJ_STD_LEVEL },
506 #endif
507         } },
508     /* Museum */
509     {
510         StoreSaleType::MUSEUM,
511         {
512             { _("博物館", "Museum"), 0, 100, PlayerRaceType::HUMAN, STORE_OBJ_STD_LEVEL },
513         } }
514 };