OSDN Git Service

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