OSDN Git Service

[Refactor] #37353 型の置換。 / Type replacement.
[hengband/hengband.git] / src / cmd-item.c
1 /*!
2  *  @file cmd3.c
3  *  @brief プレイヤーのアイテムに関するコマンドの実装1 / Inventory commands
4  *  @date 2014/01/02
5  *  @author
6  * Copyright (c) 1997 Ben Harrison, James E. Wilson, Robert A. Koeneke
7  *
8  * This software may be copied and distributed for educational, research,
9  * and not for profit purposes provided that this copyright and statement
10  * are included in all such copies.  Other copyrights may also apply.
11  */
12
13
14 #include "angband.h"
15 #include "selfinfo.h"
16 #include "cmd-activate.h"
17 #include "cmd-eat.h"
18 #include "cmd-quaff.h"
19 #include "cmd-read.h"
20 #include "cmd-usestaff.h"
21 #include "cmd-zaprod.h"
22 #include "cmd-zapwand.h"
23
24 #include "object-hook.h"
25
26
27 /*!
28  * @brief 持ち物一覧を表示するコマンドのメインルーチン / Display inventory
29  * @return なし 
30  */
31 void do_cmd_inven(void)
32 {
33         char out_val[160];
34
35         /* Note that we are in "inventory" mode */
36         command_wrk = FALSE;
37
38         /* Note that we are in "inventory" mode */
39         if (easy_floor) command_wrk = (USE_INVEN);
40         screen_save();
41
42         /* Display the inventory */
43         (void)show_inven(0, USE_FULL);
44
45 #ifdef JP
46         sprintf(out_val, "持ち物: 合計 %3d.%1d kg (限界の%ld%%) コマンド: ",
47                 (int)lbtokg1(p_ptr->total_weight) , (int)lbtokg2(p_ptr->total_weight) ,
48                 (long int)((p_ptr->total_weight * 100) / weight_limit()));
49 #else
50         sprintf(out_val, "Inventory: carrying %d.%d pounds (%ld%% of capacity). Command: ",
51                 (int)(p_ptr->total_weight / 10), (int)(p_ptr->total_weight % 10),
52                 (p_ptr->total_weight * 100) / weight_limit());
53 #endif
54
55         prt(out_val, 0, 0);
56         command_new = inkey();
57         screen_load();
58
59         /* Process "Escape" */
60         if (command_new == ESCAPE)
61         {
62                 int wid, hgt;
63
64                 Term_get_size(&wid, &hgt);
65
66                 /* Reset stuff */
67                 command_new = 0;
68                 command_gap = wid - 30;
69         }
70
71         /* Process normal keys */
72         else
73         {
74                 /* Hack -- Use "display" mode */
75                 command_see = TRUE;
76         }
77 }
78
79
80 /*!
81  * @brief 装備一覧を表示するコマンドのメインルーチン / Display equipment
82  * @return なし 
83  */
84 void do_cmd_equip(void)
85 {
86         char out_val[160];
87
88
89         /* Note that we are in "equipment" mode */
90         command_wrk = TRUE;
91
92         /* Note that we are in "equipment" mode */
93         if (easy_floor) command_wrk = (USE_EQUIP);
94         screen_save();
95
96         (void)show_equip(0, USE_FULL);
97
98         /* Build a prompt */
99 #ifdef JP
100         sprintf(out_val, "装備: 合計 %3d.%1d kg (限界の%ld%%) コマンド: ",
101             (int)lbtokg1(p_ptr->total_weight) , (int)lbtokg2(p_ptr->total_weight) ,
102             (long int)((p_ptr->total_weight * 100) / weight_limit()));
103 #else
104         sprintf(out_val, "Equipment: carrying %d.%d pounds (%ld%% of capacity). Command: ",
105             (int)(p_ptr->total_weight / 10), (int)(p_ptr->total_weight % 10),
106             (long int)((p_ptr->total_weight * 100) / weight_limit()));
107 #endif
108
109         prt(out_val, 0, 0);
110         command_new = inkey();
111         screen_load();
112
113         /* Process "Escape" */
114         if (command_new == ESCAPE)
115         {
116                 int wid, hgt;
117
118                 Term_get_size(&wid, &hgt);
119
120                 /* Reset stuff */
121                 command_new = 0;
122                 command_gap = wid - 30;
123         }
124
125         /* Process normal keys */
126         else
127         {
128                 /* Enter "display" mode */
129                 command_see = TRUE;
130         }
131 }
132
133
134
135
136 bool select_ring_slot = FALSE;
137
138 /*!
139  * @brief 装備するコマンドのメインルーチン / Wield or wear a single item from the pack or floor
140  * @return なし 
141  */
142 void do_cmd_wield(void)
143 {
144         OBJECT_IDX item, slot;
145         object_type forge;
146         object_type *q_ptr;
147         object_type *o_ptr;
148
149         cptr act;
150         cptr q, s;
151
152         GAME_TEXT o_name[MAX_NLEN];
153
154
155         OBJECT_IDX need_switch_wielding = 0;
156
157         if (p_ptr->special_defense & KATA_MUSOU)
158         {
159                 set_action(ACTION_NONE);
160         }
161
162         /* Restrict the choices */
163         item_tester_hook = item_tester_hook_wear;
164
165         q = _("どれを装備しますか? ", "Wear/Wield which item? ");
166         s = _("装備可能なアイテムがない。", "You have nothing you can wear or wield.");
167
168         o_ptr = choose_object(&item, q, s, (USE_INVEN | USE_FLOOR));
169         if (!o_ptr) return;
170
171         /* Check the slot */
172         slot = wield_slot(o_ptr);
173
174         switch (o_ptr->tval)
175         {
176         /* Shields and some misc. items */
177         case TV_CAPTURE:
178         case TV_SHIELD:
179         case TV_CARD:
180                 /* Dual wielding */
181                 if (buki_motteruka(INVEN_RARM) && buki_motteruka(INVEN_LARM))
182                 {
183                         /* Restrict the choices */
184                         item_tester_hook = item_tester_hook_melee_weapon;
185
186                         /* Choose a weapon from the equipment only */
187                         q = _("どちらの武器と取り替えますか?", "Replace which weapon? ");
188                         s = _("おっと。", "Oops.");
189                         if (!choose_object(&slot, q, s, (USE_EQUIP | IGNORE_BOTHHAND_SLOT))) return;
190                         if (slot == INVEN_RARM) need_switch_wielding = INVEN_LARM;
191                 }
192
193                 else if (buki_motteruka(INVEN_LARM)) slot = INVEN_RARM;
194
195                 /* Both arms are already used by non-weapon */
196                 else if (inventory[INVEN_RARM].k_idx && !object_is_melee_weapon(&inventory[INVEN_RARM]) &&
197                          inventory[INVEN_LARM].k_idx && !object_is_melee_weapon(&inventory[INVEN_LARM]))
198                 {
199                         /* Restrict the choices */
200                         item_tester_hook = item_tester_hook_mochikae;
201
202                         /* Choose a hand */
203                         q = _("どちらの手に装備しますか?", "Equip which hand? ");
204                         s = _("おっと。", "Oops.");
205                         if (!choose_object(&slot, q, s, (USE_EQUIP))) return;
206                 }
207                 break;
208
209         /* Melee weapons */
210         case TV_DIGGING:
211         case TV_HAFTED:
212         case TV_POLEARM:
213         case TV_SWORD:
214                 /* Asking for dual wielding */
215                 if (slot == INVEN_LARM)
216                 {
217                         if (!get_check(_("二刀流で戦いますか?", "Dual wielding? "))) slot = INVEN_RARM;
218                 }
219
220                 else if (!inventory[INVEN_RARM].k_idx && buki_motteruka(INVEN_LARM))
221                 {
222                         if (!get_check(_("二刀流で戦いますか?", "Dual wielding? "))) slot = INVEN_LARM;
223                 }
224
225                 /* Both arms are already used */
226                 else if (inventory[INVEN_LARM].k_idx && inventory[INVEN_RARM].k_idx)
227                 {
228                         /* Restrict the choices */
229                         item_tester_hook = item_tester_hook_mochikae;
230
231                         /* Choose a hand */
232                         q = _("どちらの手に装備しますか?", "Equip which hand? ");
233                         s = _("おっと。", "Oops.");
234                         
235                         if (!choose_object(&slot, q, s, (USE_EQUIP))) return;
236                         if ((slot == INVEN_LARM) && !buki_motteruka(INVEN_RARM))
237                                 need_switch_wielding = INVEN_RARM;
238                 }
239                 break;
240
241         /* Rings */
242         case TV_RING:
243                 /* Choose a ring slot */
244                 if (inventory[INVEN_LEFT].k_idx && inventory[INVEN_RIGHT].k_idx)
245                 {
246                         q = _("どちらの指輪と取り替えますか?", "Replace which ring? ");
247                 }
248                 else
249                 {
250                         q = _("どちらの手に装備しますか?", "Equip which hand? ");
251                 }
252                 s = _("おっと。", "Oops.");
253
254                 /* Restrict the choices */
255                 select_ring_slot = TRUE;
256
257                 if (!choose_object(&slot, q, s, (USE_EQUIP | IGNORE_BOTHHAND_SLOT)))
258                 {
259                         select_ring_slot = FALSE;
260                         return;
261                 }
262                 select_ring_slot = FALSE;
263                 break;
264         }
265
266         /* Prevent wielding into a cursed slot */
267         if (object_is_cursed(&inventory[slot]))
268         {
269                 object_desc(o_name, &inventory[slot], (OD_OMIT_PREFIX | OD_NAME_ONLY));
270
271 #ifdef JP
272                 msg_format("%s%sは呪われているようだ。", describe_use(slot) , o_name );
273 #else
274                 msg_format("The %s you are %s appears to be cursed.", o_name, describe_use(slot));
275 #endif
276
277                 /* Cancel the command */
278                 return;
279         }
280
281         if (confirm_wear &&
282                 ((object_is_cursed(o_ptr) && object_is_known(o_ptr)) ||
283                 ((o_ptr->ident & IDENT_SENSE) &&
284                         (FEEL_BROKEN <= o_ptr->feeling) && (o_ptr->feeling <= FEEL_CURSED))))
285         {
286                 char dummy[MAX_NLEN+80];
287
288                 object_desc(o_name, o_ptr, (OD_OMIT_PREFIX | OD_NAME_ONLY));
289                 sprintf(dummy, _("本当に%s{呪われている}を使いますか?", "Really use the %s {cursed}? "), o_name);
290
291                 if (!get_check(dummy)) return;
292         }
293
294         if ((o_ptr->name1 == ART_STONEMASK) && object_is_known(o_ptr) && (p_ptr->prace != RACE_VAMPIRE) && (p_ptr->prace != RACE_ANDROID))
295         {
296                 char dummy[MAX_NLEN+80];
297
298                 object_desc(o_name, o_ptr, (OD_OMIT_PREFIX | OD_NAME_ONLY));
299
300 #ifdef JP
301                 sprintf(dummy, "%sを装備すると吸血鬼になります。よろしいですか?", o_name);
302 #else
303                 msg_format("%s will transforms you into a vampire permanently when equiped.", o_name);
304                 sprintf(dummy, "Do you become a vampire?");
305 #endif
306
307                 if (!get_check(dummy)) return;
308         }
309
310         if (need_switch_wielding && !object_is_cursed(&inventory[need_switch_wielding]))
311         {
312                 object_type *slot_o_ptr = &inventory[slot];
313                 object_type *switch_o_ptr = &inventory[need_switch_wielding];
314                 object_type object_tmp;
315                 object_type *otmp_ptr = &object_tmp;
316                 GAME_TEXT switch_name[MAX_NLEN];
317
318                 object_desc(switch_name, switch_o_ptr, (OD_OMIT_PREFIX | OD_NAME_ONLY));
319
320                 object_copy(otmp_ptr, switch_o_ptr);
321                 object_copy(switch_o_ptr, slot_o_ptr);
322                 object_copy(slot_o_ptr, otmp_ptr);
323                 
324                 msg_format(_("%sを%sに構えなおした。", "You wield %s at %s hand."), switch_name, 
325                                         (slot == INVEN_RARM) ? (left_hander ? _("左手", "left") : _("右手", "right")) : 
326                                                                                    (left_hander ? _("右手", "right") : _("左手", "left")));
327                 slot = need_switch_wielding;
328         }
329
330         check_find_art_quest_completion(o_ptr);
331
332         if (p_ptr->pseikaku == SEIKAKU_MUNCHKIN)
333         {
334                 identify_item(o_ptr);
335
336                 /* Auto-inscription */
337                 autopick_alter_item(item, FALSE);
338         }
339
340         p_ptr->energy_use = 100;
341         q_ptr = &forge;
342
343         /* Obtain local object */
344         object_copy(q_ptr, o_ptr);
345
346         /* Modify quantity */
347         q_ptr->number = 1;
348
349         /* Decrease the item (from the pack) */
350         if (item >= 0)
351         {
352                 inven_item_increase(item, -1);
353                 inven_item_optimize(item);
354         }
355
356         /* Decrease the item (from the floor) */
357         else
358         {
359                 floor_item_increase(0 - item, -1);
360                 floor_item_optimize(0 - item);
361         }
362
363         /* Access the wield slot */
364         o_ptr = &inventory[slot];
365
366         /* Take off existing item */
367         if (o_ptr->k_idx)
368         {
369                 /* Take off existing item */
370                 (void)inven_takeoff(slot, 255);
371         }
372
373         /* Wear the new stuff */
374         object_copy(o_ptr, q_ptr);
375
376         /* Player touches it */
377         o_ptr->marked |= OM_TOUCHED;
378
379         /* Increase the weight */
380         p_ptr->total_weight += q_ptr->weight;
381
382         /* Increment the equip counter by hand */
383         equip_cnt++;
384
385 #ifdef JP
386 #define STR_WIELD_RARM "%s(%c)を右手に装備した。"
387 #define STR_WIELD_LARM "%s(%c)を左手に装備した。"
388 #define STR_WIELD_ARMS "%s(%c)を両手で構えた。"
389 #else
390 #define STR_WIELD_RARM "You are wielding %s (%c) in your right hand."
391 #define STR_WIELD_LARM "You are wielding %s (%c) in your left hand."
392 #define STR_WIELD_ARMS "You are wielding %s (%c) with both hands."
393 #endif
394
395         /* Where is the item now */
396         switch (slot)
397         {
398         case INVEN_RARM:
399                 if (object_allow_two_hands_wielding(o_ptr) && (empty_hands(FALSE) == EMPTY_HAND_LARM) && CAN_TWO_HANDS_WIELDING())
400                         act = STR_WIELD_ARMS;
401                 else
402                         act = (left_hander ? STR_WIELD_LARM : STR_WIELD_RARM);
403                 break;
404
405         case INVEN_LARM:
406                 if (object_allow_two_hands_wielding(o_ptr) && (empty_hands(FALSE) == EMPTY_HAND_RARM) && CAN_TWO_HANDS_WIELDING())
407                         act = STR_WIELD_ARMS;
408                 else
409                         act = (left_hander ? STR_WIELD_RARM : STR_WIELD_LARM);
410                 break;
411
412         case INVEN_BOW:
413                 act = _("%s(%c)を射撃用に装備した。", "You are shooting with %s (%c).");
414                 break;
415
416         case INVEN_LITE:
417                 act = _("%s(%c)を光源にした。", "Your light source is %s (%c).");
418                 break;
419
420         default:
421                 act = _("%s(%c)を装備した。", "You are wearing %s (%c).");
422                 break;
423         }
424
425         object_desc(o_name, o_ptr, 0);
426         msg_format(act, o_name, index_to_label(slot));
427
428         /* Cursed! */
429         if (object_is_cursed(o_ptr))
430         {
431                 msg_print(_("うわ! すさまじく冷たい!", "Oops! It feels deathly cold!"));
432                 chg_virtue(V_HARMONY, -1);
433
434                 /* Note the curse */
435                 o_ptr->ident |= (IDENT_SENSE);
436         }
437
438         /* The Stone Mask make the player turn into a vampire! */
439         if ((o_ptr->name1 == ART_STONEMASK) && (p_ptr->prace != RACE_VAMPIRE) && (p_ptr->prace != RACE_ANDROID))
440         {
441                 /* Turn into a vampire */
442                 change_race(RACE_VAMPIRE, "");
443         }
444
445         p_ptr->update |= (PU_BONUS | PU_TORCH | PU_MANA);
446         p_ptr->redraw |= (PR_EQUIPPY);
447         p_ptr->window |= (PW_INVEN | PW_EQUIP | PW_PLAYER);
448
449         calc_android_exp();
450 }
451
452 /*!
453  * @brief 持ち替え処理
454  * @param item 持ち替えを行いたい装備部位ID
455  * @return なし
456  */
457 void kamaenaoshi(INVENTORY_IDX item)
458 {
459         object_type *o_ptr, *new_o_ptr;
460         GAME_TEXT o_name[MAX_NLEN];
461
462         if (item == INVEN_RARM)
463         {
464                 if (buki_motteruka(INVEN_LARM))
465                 {
466                         o_ptr = &inventory[INVEN_LARM];
467                         object_desc(o_name, o_ptr, 0);
468
469                         if (!object_is_cursed(o_ptr))
470                         {
471                                 new_o_ptr = &inventory[INVEN_RARM];
472                                 object_copy(new_o_ptr, o_ptr);
473                                 p_ptr->total_weight += o_ptr->weight;
474                                 inven_item_increase(INVEN_LARM, -((int)o_ptr->number));
475                                 inven_item_optimize(INVEN_LARM);
476                                 if (object_allow_two_hands_wielding(o_ptr) && CAN_TWO_HANDS_WIELDING())
477                                         msg_format(_("%sを両手で構えた。", "You are wielding %s with both hands."), o_name);
478                                 else
479                                         msg_format(_("%sを%sで構えた。", "You are wielding %s in your %s hand."), o_name, 
480                                                 (left_hander ? _("左手", "left") : _("右手", "right")));
481                         }
482                         else
483                         {
484                                 if (object_allow_two_hands_wielding(o_ptr) && CAN_TWO_HANDS_WIELDING())
485                                         msg_format(_("%sを両手で構えた。", "You are wielding %s with both hands."), o_name);
486                         }
487                 }
488         }
489         else if (item == INVEN_LARM)
490         {
491                 o_ptr = &inventory[INVEN_RARM];
492                 if (o_ptr->k_idx) object_desc(o_name, o_ptr, 0);
493
494                 if (buki_motteruka(INVEN_RARM))
495                 {
496                         if (object_allow_two_hands_wielding(o_ptr) && CAN_TWO_HANDS_WIELDING())
497                                 msg_format(_("%sを両手で構えた。", "You are wielding %s with both hands."), o_name);
498                 }
499                 else if (!(empty_hands(FALSE) & EMPTY_HAND_RARM) && !object_is_cursed(o_ptr))
500                 {
501                         new_o_ptr = &inventory[INVEN_LARM];
502                         object_copy(new_o_ptr, o_ptr);
503                         p_ptr->total_weight += o_ptr->weight;
504                         inven_item_increase(INVEN_RARM, -((int)o_ptr->number));
505                         inven_item_optimize(INVEN_RARM);
506                         msg_format(_("%sを持ち替えた。", "You switched hand of %s."), o_name);
507                 }
508         }
509 }
510
511
512 /*!
513  * @brief 装備を外すコマンドのメインルーチン / Take off an item
514  * @return なし
515  */
516 void do_cmd_takeoff(void)
517 {
518         OBJECT_IDX item;
519         object_type *o_ptr;
520         cptr q, s;
521
522         if (p_ptr->special_defense & KATA_MUSOU)
523         {
524                 set_action(ACTION_NONE);
525         }
526
527         q = _("どれを装備からはずしますか? ", "Take off which item? ");
528         s = _("はずせる装備がない。", "You are not wearing anything to take off.");
529
530         o_ptr = choose_object(&item, q, s, (USE_EQUIP | IGNORE_BOTHHAND_SLOT));
531         if (!o_ptr) return;
532
533         /* Item is cursed */
534         if (object_is_cursed(o_ptr))
535         {
536                 if ((o_ptr->curse_flags & TRC_PERMA_CURSE) || (p_ptr->pclass != CLASS_BERSERKER))
537                 {
538                         msg_print(_("ふーむ、どうやら呪われているようだ。", "Hmmm, it seems to be cursed."));
539
540                         return;
541                 }
542
543                 if (((o_ptr->curse_flags & TRC_HEAVY_CURSE) && one_in_(7)) || one_in_(4))
544                 {
545                         msg_print(_("呪われた装備を力づくで剥がした!", "You teared a cursed equipment off by sheer strength!"));
546
547                         o_ptr->ident |= (IDENT_SENSE);
548                         o_ptr->curse_flags = 0L;
549                         o_ptr->feeling = FEEL_NONE;
550
551                         p_ptr->update |= (PU_BONUS);
552                         p_ptr->window |= (PW_EQUIP);
553
554                         msg_print(_("呪いを打ち破った。", "You break the curse."));
555                 }
556                 else
557                 {
558                         msg_print(_("装備を外せなかった。", "You couldn't remove the equipment."));
559                         p_ptr->energy_use = 50;
560                         return;
561                 }
562         }
563
564         /* Take a partial turn */
565         p_ptr->energy_use = 50;
566
567         /* Take off the item */
568         (void)inven_takeoff(item, 255);
569         kamaenaoshi(item);
570         calc_android_exp();
571         p_ptr->redraw |= (PR_EQUIPPY);
572 }
573
574
575 /*!
576  * @brief アイテムを落とすコマンドのメインルーチン / Drop an item
577  * @return なし
578  */
579 void do_cmd_drop(void)
580 {
581         OBJECT_IDX item;
582         int amt = 1;
583
584         object_type *o_ptr;
585
586         cptr q, s;
587
588         if (p_ptr->special_defense & KATA_MUSOU)
589         {
590                 set_action(ACTION_NONE);
591         }
592
593         q = _("どのアイテムを落としますか? ", "Drop which item? ");
594         s = _("落とせるアイテムを持っていない。", "You have nothing to drop.");
595
596         o_ptr = choose_object(&item, q, s, (USE_EQUIP | USE_INVEN | IGNORE_BOTHHAND_SLOT));
597         if (!o_ptr) return;
598
599         /* Hack -- Cannot remove cursed items */
600         if ((item >= INVEN_RARM) && object_is_cursed(o_ptr))
601         {
602                 msg_print(_("ふーむ、どうやら呪われているようだ。", "Hmmm, it seems to be cursed."));
603                 return;
604         }
605
606
607         /* See how many items */
608         if (o_ptr->number > 1)
609         {
610                 /* Get a quantity */
611                 amt = get_quantity(NULL, o_ptr->number);
612
613                 /* Allow user abort */
614                 if (amt <= 0) return;
615         }
616
617
618         /* Take a partial turn */
619         p_ptr->energy_use = 50;
620
621         /* Drop (some of) the item */
622         inven_drop(item, amt);
623
624         if (item >= INVEN_RARM)
625         {
626                 kamaenaoshi(item);
627                 calc_android_exp();
628         }
629
630         p_ptr->redraw |= (PR_EQUIPPY);
631 }
632
633 /*!
634  * @brief オブジェクトが高位の魔法書かどうかを判定する
635  * @param o_ptr 判定したいオブジェクトの構造体参照ポインタ
636  * @return オブジェクトが高位の魔法書ならばTRUEを返す
637  */
638 static bool high_level_book(object_type *o_ptr)
639 {
640         if ((o_ptr->tval == TV_LIFE_BOOK) ||
641             (o_ptr->tval == TV_SORCERY_BOOK) ||
642             (o_ptr->tval == TV_NATURE_BOOK) ||
643             (o_ptr->tval == TV_CHAOS_BOOK) ||
644             (o_ptr->tval == TV_DEATH_BOOK) ||
645             (o_ptr->tval == TV_TRUMP_BOOK) ||
646             (o_ptr->tval == TV_CRAFT_BOOK) ||
647             (o_ptr->tval == TV_DAEMON_BOOK) ||
648             (o_ptr->tval == TV_CRUSADE_BOOK) ||
649             (o_ptr->tval == TV_MUSIC_BOOK) ||
650                 (o_ptr->tval == TV_HEX_BOOK))
651         {
652                 if (o_ptr->sval > 1)
653                         return TRUE;
654                 else
655                         return FALSE;
656         }
657
658         return FALSE;
659 }
660
661
662 /*!
663  * @brief アイテムを破壊するコマンドのメインルーチン / Destroy an item
664  * @return なし
665  */
666 void do_cmd_destroy(void)
667 {
668         OBJECT_IDX item;
669         QUANTITY amt = 1;
670         QUANTITY old_number;
671
672         bool force = FALSE;
673
674         object_type *o_ptr;
675         object_type forge;
676         object_type *q_ptr = &forge;
677
678         GAME_TEXT o_name[MAX_NLEN];
679         char out_val[MAX_NLEN+40];
680
681         cptr q, s;
682
683         if (p_ptr->special_defense & KATA_MUSOU)
684         {
685                 set_action(ACTION_NONE);
686         }
687
688         /* Hack -- force destruction */
689         if (command_arg > 0) force = TRUE;
690
691         q = _("どのアイテムを壊しますか? ", "Destroy which item? ");
692         s = _("壊せるアイテムを持っていない。", "You have nothing to destroy.");
693
694         o_ptr = choose_object(&item, q, s, (USE_INVEN | USE_FLOOR));
695         if (!o_ptr) return;
696
697         /* Verify unless quantity given beforehand */
698         if (!force && (confirm_destroy || (object_value(o_ptr) > 0)))
699         {
700                 object_desc(o_name, o_ptr, OD_OMIT_PREFIX);
701
702                 /* Make a verification */
703                 sprintf(out_val, _("本当に%sを壊しますか? [y/n/Auto]", "Really destroy %s? [y/n/Auto]"), o_name);
704                 msg_print(NULL);
705
706                 /* HACK : Add the line to message buffer */
707                 message_add(out_val);
708                 p_ptr->window |= (PW_MESSAGE);
709                 handle_stuff();
710
711                 /* Get an acceptable answer */
712                 while (TRUE)
713                 {
714                         char i;
715
716                         /* Prompt */
717                         prt(out_val, 0, 0);
718
719                         i = inkey();
720
721                         /* Erase the prompt */
722                         prt("", 0, 0);
723
724
725                         if (i == 'y' || i == 'Y')
726                         {
727                                 break;
728                         }
729                         if (i == ESCAPE || i == 'n' || i == 'N')
730                         {
731                                 /* Cancel */
732                                 return;
733                         }
734                         if (i == 'A')
735                         {
736                                 /* Add an auto-destroy preference line */
737                                 if (autopick_autoregister(o_ptr))
738                                 {
739                                         /* Auto-destroy it */
740                                         autopick_alter_item(item, TRUE);
741                                 }
742
743                                 /* The object is already destroyed. */
744                                 return;
745                         }
746                 } /* while (TRUE) */
747         }
748
749         /* See how many items */
750         if (o_ptr->number > 1)
751         {
752                 /* Get a quantity */
753                 amt = get_quantity(NULL, o_ptr->number);
754
755                 /* Allow user abort */
756                 if (amt <= 0) return;
757         }
758
759
760         old_number = o_ptr->number;
761         o_ptr->number = amt;
762         object_desc(o_name, o_ptr, 0);
763         o_ptr->number = old_number;
764
765         p_ptr->energy_use = 100;
766
767         /* Artifacts cannot be destroyed */
768         if (!can_player_destroy_object(o_ptr))
769         {
770                 p_ptr->energy_use = 0;
771
772                 msg_format(_("%sは破壊不可能だ。", "You cannot destroy %s."), o_name);
773                 return;
774         }
775
776         object_copy(q_ptr, o_ptr);
777
778         msg_format(_("%sを壊した。", "You destroy %s."), o_name);
779         sound(SOUND_DESTITEM);
780
781         /* Reduce the charges of rods/wands */
782         reduce_charges(o_ptr, amt);
783
784         /* Eliminate the item (from the pack) */
785         if (item >= 0)
786         {
787                 inven_item_increase(item, -amt);
788                 inven_item_describe(item);
789                 inven_item_optimize(item);
790         }
791
792         /* Eliminate the item (from the floor) */
793         else
794         {
795                 floor_item_increase(0 - item, -amt);
796                 floor_item_describe(0 - item);
797                 floor_item_optimize(0 - item);
798         }
799
800         if (high_level_book(q_ptr))
801         {
802                 bool gain_expr = FALSE;
803
804                 if (p_ptr->prace == RACE_ANDROID)
805                 {
806                 }
807                 else if ((p_ptr->pclass == CLASS_WARRIOR) || (p_ptr->pclass == CLASS_BERSERKER))
808                 {
809                         gain_expr = TRUE;
810                 }
811                 else if (p_ptr->pclass == CLASS_PALADIN)
812                 {
813                         if (is_good_realm(p_ptr->realm1))
814                         {
815                                 if (!is_good_realm(tval2realm(q_ptr->tval))) gain_expr = TRUE;
816                         }
817                         else
818                         {
819                                 if (is_good_realm(tval2realm(q_ptr->tval))) gain_expr = TRUE;
820                         }
821                 }
822
823                 if (gain_expr && (p_ptr->exp < PY_MAX_EXP))
824                 {
825                         s32b tester_exp = p_ptr->max_exp / 20;
826                         if (tester_exp > 10000) tester_exp = 10000;
827                         if (q_ptr->sval < 3) tester_exp /= 4;
828                         if (tester_exp<1) tester_exp = 1;
829
830                         msg_print(_("更に経験を積んだような気がする。", "You feel more experienced."));
831                         gain_exp(tester_exp * amt);
832                 }
833                 if (high_level_book(q_ptr) && q_ptr->tval == TV_LIFE_BOOK)
834                 {
835                         chg_virtue(V_UNLIFE, 1);
836                         chg_virtue(V_VITALITY, -1);
837                 }
838                 else if (high_level_book(q_ptr) && q_ptr->tval == TV_DEATH_BOOK)
839                 {
840                         chg_virtue(V_UNLIFE, -1);
841                         chg_virtue(V_VITALITY, 1);
842                 }
843         
844                 if (q_ptr->to_a || q_ptr->to_h || q_ptr->to_d)
845                         chg_virtue(V_ENCHANT, -1);
846         
847                 if (object_value_real(q_ptr) > 30000)
848                         chg_virtue(V_SACRIFICE, 2);
849         
850                 else if (object_value_real(q_ptr) > 10000)
851                         chg_virtue(V_SACRIFICE, 1);
852         }
853
854         if (q_ptr->to_a != 0 || q_ptr->to_d != 0 || q_ptr->to_h != 0)
855                 chg_virtue(V_HARMONY, 1);
856
857         if (item >= INVEN_RARM) calc_android_exp();
858 }
859
860
861 /*!
862  * @brief アイテムを調査するコマンドのメインルーチン / Observe an item which has been *identify*-ed
863  * @return なし
864  */
865 void do_cmd_observe(void)
866 {
867         OBJECT_IDX item;
868         object_type *o_ptr;
869         GAME_TEXT o_name[MAX_NLEN];
870         cptr q, s;
871
872         q = _("どのアイテムを調べますか? ", "Examine which item? ");
873         s = _("調べられるアイテムがない。", "You have nothing to examine.");
874
875         o_ptr = choose_object(&item, q, s, (USE_EQUIP | USE_INVEN | USE_FLOOR | IGNORE_BOTHHAND_SLOT));
876         if (!o_ptr) return;
877
878         /* Require full knowledge */
879         if (!(o_ptr->ident & IDENT_MENTAL))
880         {
881                 msg_print(_("このアイテムについて特に知っていることはない。", "You have no special knowledge about that item."));
882                 return;
883         }
884
885         object_desc(o_name, o_ptr, 0);
886         msg_format(_("%sを調べている...", "Examining %s..."), o_name);
887         if (!screen_object(o_ptr, SCROBJ_FORCE_DETAIL)) msg_print(_("特に変わったところはないようだ。", "You see nothing special."));
888 }
889
890
891
892 /*!
893  * @brief アイテムの銘を消すコマンドのメインルーチン
894  * Remove the inscription from an object XXX Mention item (when done)?
895  * @return なし
896  */
897 void do_cmd_uninscribe(void)
898 {
899         OBJECT_IDX item;
900         object_type *o_ptr;
901         cptr q, s;
902
903         q = _("どのアイテムの銘を消しますか? ", "Un-inscribe which item? ");
904         s = _("銘を消せるアイテムがない。", "You have nothing to un-inscribe.");
905
906         o_ptr = choose_object(&item, q, s, (USE_EQUIP | USE_INVEN | USE_FLOOR | IGNORE_BOTHHAND_SLOT));
907         if (!o_ptr) return;
908
909         /* Nothing to remove */
910         if (!o_ptr->inscription)
911         {
912                 msg_print(_("このアイテムには消すべき銘がない。", "That item had no inscription to remove."));
913                 return;
914         }
915
916         msg_print(_("銘を消した。", "Inscription removed."));
917
918         /* Remove the incription */
919         o_ptr->inscription = 0;
920
921         /* Combine the pack */
922         p_ptr->update |= (PU_COMBINE);
923
924         p_ptr->window |= (PW_INVEN | PW_EQUIP);
925
926         /* .や$の関係で, 再計算が必要なはず -- henkma */
927         p_ptr->update |= (PU_BONUS);
928
929 }
930
931
932 /*!
933  * @brief アイテムの銘を刻むコマンドのメインルーチン
934  * Inscribe an object with a comment
935  * @return なし
936  */
937 void do_cmd_inscribe(void)
938 {
939         OBJECT_IDX item;
940         object_type *o_ptr;
941         GAME_TEXT o_name[MAX_NLEN];
942         char out_val[80];
943         cptr q, s;
944
945         q = _("どのアイテムに銘を刻みますか? ", "Inscribe which item? ");
946         s = _("銘を刻めるアイテムがない。", "You have nothing to inscribe.");
947
948         o_ptr = choose_object(&item, q, s, (USE_EQUIP | USE_INVEN | USE_FLOOR | IGNORE_BOTHHAND_SLOT));
949         if (!o_ptr) return;
950
951         /* Describe the activity */
952         object_desc(o_name, o_ptr, OD_OMIT_INSCRIPTION);
953
954         msg_format(_("%sに銘を刻む。", "Inscribing %s."), o_name);
955         msg_print(NULL);
956
957         /* Start with nothing */
958         strcpy(out_val, "");
959
960         /* Use old inscription */
961         if (o_ptr->inscription)
962         {
963                 /* Start with the old inscription */
964                 strcpy(out_val, quark_str(o_ptr->inscription));
965         }
966
967         /* Get a new inscription (possibly empty) */
968         if (get_string(_("銘: ", "Inscription: "), out_val, 80))
969         {
970                 /* Save the inscription */
971                 o_ptr->inscription = quark_add(out_val);
972
973                 /* Combine the pack */
974                 p_ptr->update |= (PU_COMBINE);
975
976                 p_ptr->window |= (PW_INVEN | PW_EQUIP);
977
978                 /* .や$の関係で, 再計算が必要なはず -- henkma */
979                 p_ptr->update |= (PU_BONUS);
980         }
981 }
982
983
984
985 /*!
986  * @brief オブジェクトがランタンの燃料になるかどうかを判定する
987  * An "item_tester_hook" for refilling lanterns
988  * @param o_ptr 判定したいオブジェクトの構造体参照ポインタ
989  * @return オブジェクトがランタンの燃料になるならばTRUEを返す
990  */
991 static bool item_tester_refill_lantern(object_type *o_ptr)
992 {
993         /* Flasks of oil are okay */
994         if (o_ptr->tval == TV_FLASK) return (TRUE);
995
996         /* Laterns are okay */
997         if ((o_ptr->tval == TV_LITE) &&
998             (o_ptr->sval == SV_LITE_LANTERN)) return (TRUE);
999
1000         /* Assume not okay */
1001         return (FALSE);
1002 }
1003
1004
1005 /*!
1006  * @brief ランタンに燃料を加えるコマンドのメインルーチン
1007  * Refill the players lamp (from the pack or floor)
1008  * @return なし
1009  */
1010 static void do_cmd_refill_lamp(void)
1011 {
1012         OBJECT_IDX item;
1013
1014         object_type *o_ptr;
1015         object_type *j_ptr;
1016
1017         cptr q, s;
1018
1019         /* Restrict the choices */
1020         item_tester_hook = item_tester_refill_lantern;
1021
1022         q = _("どの油つぼから注ぎますか? ", "Refill with which flask? ");
1023         s = _("油つぼがない。", "You have no flasks of oil.");
1024
1025         o_ptr = choose_object(&item, q, s, (USE_INVEN | USE_FLOOR));
1026         if (!o_ptr) return;
1027
1028         /* Take a partial turn */
1029         p_ptr->energy_use = 50;
1030
1031         /* Access the lantern */
1032         j_ptr = &inventory[INVEN_LITE];
1033
1034         /* Refuel */
1035         j_ptr->xtra4 += o_ptr->xtra4;
1036         msg_print(_("ランプに油を注いだ。", "You fuel your lamp."));
1037
1038         if ((o_ptr->name2 == EGO_LITE_DARKNESS) && (j_ptr->xtra4 > 0))
1039         {
1040                 j_ptr->xtra4 = 0;
1041                 msg_print(_("ランプが消えてしまった!", "Your lamp has gone out!"));
1042         }
1043         else if ((o_ptr->name2 == EGO_LITE_DARKNESS) || (j_ptr->name2 == EGO_LITE_DARKNESS))
1044         {
1045                 j_ptr->xtra4 = 0;
1046                 msg_print(_("しかしランプは全く光らない。", "Curiously, your lamp doesn't light."));
1047         }
1048         else if (j_ptr->xtra4 >= FUEL_LAMP)
1049         {
1050                 j_ptr->xtra4 = FUEL_LAMP;
1051                 msg_print(_("ランプの油は一杯だ。", "Your lamp is full."));
1052         }
1053
1054         /* Decrease the item (from the pack) */
1055         if (item >= 0)
1056         {
1057                 inven_item_increase(item, -1);
1058                 inven_item_describe(item);
1059                 inven_item_optimize(item);
1060         }
1061
1062         /* Decrease the item (from the floor) */
1063         else
1064         {
1065                 floor_item_increase(0 - item, -1);
1066                 floor_item_describe(0 - item);
1067                 floor_item_optimize(0 - item);
1068         }
1069
1070         /* Recalculate torch */
1071         p_ptr->update |= (PU_TORCH);
1072 }
1073
1074
1075 /*!
1076  * @brief オブジェクトが松明に束ねられるかどうかを判定する
1077  * An "item_tester_hook" for refilling torches
1078  * @param o_ptr 判定したいオブジェクトの構造体参照ポインタ
1079  * @return オブジェクトが松明に束ねられるならばTRUEを返す
1080  */
1081 static bool item_tester_refill_torch(object_type *o_ptr)
1082 {
1083         /* Torches are okay */
1084         if ((o_ptr->tval == TV_LITE) &&
1085             (o_ptr->sval == SV_LITE_TORCH)) return (TRUE);
1086
1087         /* Assume not okay */
1088         return (FALSE);
1089 }
1090
1091
1092 /*!
1093  * @brief 松明を束ねるコマンドのメインルーチン
1094  * Refuel the players torch (from the pack or floor)
1095  * @return なし
1096  */
1097 static void do_cmd_refill_torch(void)
1098 {
1099         OBJECT_IDX item;
1100
1101         object_type *o_ptr;
1102         object_type *j_ptr;
1103
1104         cptr q, s;
1105
1106         /* Restrict the choices */
1107         item_tester_hook = item_tester_refill_torch;
1108
1109         q = _("どの松明で明かりを強めますか? ", "Refuel with which torch? ");
1110         s = _("他に松明がない。", "You have no extra torches.");
1111
1112         o_ptr = choose_object(&item, q, s, (USE_INVEN | USE_FLOOR));
1113         if (!o_ptr) return;
1114
1115         /* Take a partial turn */
1116         p_ptr->energy_use = 50;
1117
1118         /* Access the primary torch */
1119         j_ptr = &inventory[INVEN_LITE];
1120
1121         /* Refuel */
1122         j_ptr->xtra4 += o_ptr->xtra4 + 5;
1123
1124         msg_print(_("松明を結合した。", "You combine the torches."));
1125
1126         if ((o_ptr->name2 == EGO_LITE_DARKNESS) && (j_ptr->xtra4 > 0))
1127         {
1128                 j_ptr->xtra4 = 0;
1129                 msg_print(_("松明が消えてしまった!", "Your torch has gone out!"));
1130         }
1131         else if ((o_ptr->name2 == EGO_LITE_DARKNESS) || (j_ptr->name2 == EGO_LITE_DARKNESS))
1132         {
1133                 j_ptr->xtra4 = 0;
1134                 msg_print(_("しかし松明は全く光らない。", "Curiously, your torche don't light."));
1135         }
1136         /* Over-fuel message */
1137         else if (j_ptr->xtra4 >= FUEL_TORCH)
1138         {
1139                 j_ptr->xtra4 = FUEL_TORCH;
1140                 msg_print(_("松明の寿命は十分だ。", "Your torch is fully fueled."));
1141         }
1142
1143         /* Refuel message */
1144         else
1145         {
1146                 msg_print(_("松明はいっそう明るく輝いた。", "Your torch glows more brightly."));
1147         }
1148
1149         /* Decrease the item (from the pack) */
1150         if (item >= 0)
1151         {
1152                 inven_item_increase(item, -1);
1153                 inven_item_describe(item);
1154                 inven_item_optimize(item);
1155         }
1156
1157         /* Decrease the item (from the floor) */
1158         else
1159         {
1160                 floor_item_increase(0 - item, -1);
1161                 floor_item_describe(0 - item);
1162                 floor_item_optimize(0 - item);
1163         }
1164
1165         /* Recalculate torch */
1166         p_ptr->update |= (PU_TORCH);
1167 }
1168
1169
1170 /*!
1171  * @brief 燃料を補充するコマンドのメインルーチン
1172  * Refill the players lamp, or restock his torches
1173  * @return なし
1174  */
1175 void do_cmd_refill(void)
1176 {
1177         object_type *o_ptr;
1178
1179         /* Get the light */
1180         o_ptr = &inventory[INVEN_LITE];
1181
1182         if (p_ptr->special_defense & KATA_MUSOU)
1183         {
1184                 set_action(ACTION_NONE);
1185         }
1186
1187         /* It is nothing */
1188         if (o_ptr->tval != TV_LITE)
1189         {
1190                 msg_print(_("光源を装備していない。", "You are not wielding a light."));
1191         }
1192
1193         /* It's a lamp */
1194         else if (o_ptr->sval == SV_LITE_LANTERN)
1195         {
1196                 do_cmd_refill_lamp();
1197         }
1198
1199         /* It's a torch */
1200         else if (o_ptr->sval == SV_LITE_TORCH)
1201         {
1202                 do_cmd_refill_torch();
1203         }
1204
1205         /* No torch to refill */
1206         else
1207         {
1208                 msg_print(_("この光源は寿命を延ばせない。", "Your light cannot be refilled."));
1209         }
1210 }
1211
1212
1213 /*!
1214  * @brief ターゲットを設定するコマンドのメインルーチン
1215  * Target command
1216  * @return なし
1217  */
1218 void do_cmd_target(void)
1219 {
1220         if (p_ptr->wild_mode) return;
1221
1222         /* Target set */
1223         if (target_set(TARGET_KILL))
1224         {
1225                 msg_print(_("ターゲット決定。", "Target Selected."));
1226         }
1227
1228         /* Target aborted */
1229         else
1230         {
1231                 msg_print(_("ターゲット解除。", "Target Aborted."));
1232         }
1233 }
1234
1235
1236
1237 /*!
1238  * @brief 周囲を見渡すコマンドのメインルーチン
1239  * Look command
1240  * @return なし
1241  */
1242 void do_cmd_look(void)
1243 {
1244         p_ptr->window |= PW_MONSTER_LIST;
1245         handle_stuff();
1246
1247         /* Look around */
1248         if (target_set(TARGET_LOOK))
1249         {
1250                 msg_print(_("ターゲット決定。", "Target Selected."));
1251         }
1252 }
1253
1254
1255 /*!
1256  * @brief 位置を確認するコマンドのメインルーチン
1257  * Allow the player to examine other sectors on the map
1258  * @return なし
1259  */
1260 void do_cmd_locate(void)
1261 {
1262         int             dir, y1, x1, y2, x2;
1263
1264         char    tmp_val[80];
1265
1266         char    out_val[160];
1267
1268         int wid, hgt;
1269
1270         get_screen_size(&wid, &hgt);
1271
1272
1273         /* Start at current panel */
1274         y2 = y1 = panel_row_min;
1275         x2 = x1 = panel_col_min;
1276
1277         /* Show panels until done */
1278         while (1)
1279         {
1280                 /* Describe the location */
1281                 if ((y2 == y1) && (x2 == x1))
1282                 {
1283 #ifdef JP
1284                         strcpy(tmp_val, "真上");
1285 #else
1286                         tmp_val[0] = '\0';
1287 #endif
1288
1289                 }
1290                 else
1291                 {
1292 #ifdef JP
1293                         sprintf(tmp_val, "%s%s",
1294                                 ((y2 < y1) ? "北" : (y2 > y1) ? "南" : ""),
1295                                 ((x2 < x1) ? "西" : (x2 > x1) ? "東" : ""));
1296 #else
1297                         sprintf(tmp_val, "%s%s of",
1298                                 ((y2 < y1) ? " North" : (y2 > y1) ? " South" : ""),
1299                                 ((x2 < x1) ? " West" : (x2 > x1) ? " East" : ""));
1300 #endif
1301
1302                 }
1303
1304                 /* Prepare to ask which way to look */
1305                 sprintf(out_val, _("マップ位置 [%d(%02d),%d(%02d)] (プレイヤーの%s)  方向?", 
1306                                                "Map sector [%d(%02d),%d(%02d)], which is%s your sector.  Direction?"),
1307                         y2 / (hgt / 2), y2 % (hgt / 2),
1308                         x2 / (wid / 2), x2 % (wid / 2), tmp_val);
1309
1310                 /* Assume no direction */
1311                 dir = 0;
1312
1313                 /* Get a direction */
1314                 while (!dir)
1315                 {
1316                         char command;
1317
1318                         /* Get a command (or Cancel) */
1319                         if (!get_com(out_val, &command, TRUE)) break;
1320
1321                         /* Extract the action (if any) */
1322                         dir = get_keymap_dir(command);
1323
1324                         /* Error */
1325                         if (!dir) bell();
1326                 }
1327
1328                 /* No direction */
1329                 if (!dir) break;
1330
1331                 /* Apply the motion */
1332                 if (change_panel(ddy[dir], ddx[dir]))
1333                 {
1334                         y2 = panel_row_min;
1335                         x2 = panel_col_min;
1336                 }
1337         }
1338
1339
1340         /* Recenter the map around the player */
1341         verify_panel();
1342
1343         p_ptr->update |= (PU_MONSTERS);
1344
1345         p_ptr->redraw |= (PR_MAP);
1346
1347         p_ptr->window |= (PW_OVERHEAD | PW_DUNGEON);
1348         handle_stuff();
1349 }
1350
1351
1352
1353 /*!
1354  * @brief モンスター種族情報を特定の基準によりソートするための比較処理
1355  * Sorting hook -- Comp function -- see below
1356  * @param u モンスター種族情報の入れるポインタ
1357  * @param v 条件基準ID
1358  * @param a 比較するモンスター種族のID1
1359  * @param b 比較するモンスター種族のID2
1360  * @return 2の方が大きければTRUEを返す
1361  * We use "u" to point to array of monster indexes,
1362  * and "v" to select the type of sorting to perform on "u".
1363  */
1364 bool ang_sort_comp_hook(vptr u, vptr v, int a, int b)
1365 {
1366         u16b *who = (u16b*)(u);
1367
1368         u16b *why = (u16b*)(v);
1369
1370         int w1 = who[a];
1371         int w2 = who[b];
1372
1373         int z1, z2;
1374
1375         /* Sort by player kills */
1376         if (*why >= 4)
1377         {
1378                 /* Extract player kills */
1379                 z1 = r_info[w1].r_pkills;
1380                 z2 = r_info[w2].r_pkills;
1381
1382                 /* Compare player kills */
1383                 if (z1 < z2) return (TRUE);
1384                 if (z1 > z2) return (FALSE);
1385         }
1386
1387
1388         /* Sort by total kills */
1389         if (*why >= 3)
1390         {
1391                 /* Extract total kills */
1392                 z1 = r_info[w1].r_tkills;
1393                 z2 = r_info[w2].r_tkills;
1394
1395                 /* Compare total kills */
1396                 if (z1 < z2) return (TRUE);
1397                 if (z1 > z2) return (FALSE);
1398         }
1399
1400
1401         /* Sort by monster level */
1402         if (*why >= 2)
1403         {
1404                 /* Extract levels */
1405                 z1 = r_info[w1].level;
1406                 z2 = r_info[w2].level;
1407
1408                 /* Compare levels */
1409                 if (z1 < z2) return (TRUE);
1410                 if (z1 > z2) return (FALSE);
1411         }
1412
1413
1414         /* Sort by monster experience */
1415         if (*why >= 1)
1416         {
1417                 /* Extract experience */
1418                 z1 = r_info[w1].mexp;
1419                 z2 = r_info[w2].mexp;
1420
1421                 /* Compare experience */
1422                 if (z1 < z2) return (TRUE);
1423                 if (z1 > z2) return (FALSE);
1424         }
1425
1426
1427         /* Compare indexes */
1428         return (w1 <= w2);
1429 }
1430
1431
1432 /*!
1433  * @brief モンスター種族情報を特定の基準によりソートするためのスワップ処理
1434  * Sorting hook -- Swap function -- see below
1435  * @param u モンスター種族情報の入れるポインタ
1436  * @param v 未使用
1437  * @param a スワップするモンスター種族のID1
1438  * @param b スワップするモンスター種族のID2
1439  * @return なし
1440  * @details
1441  * We use "u" to point to array of monster indexes,
1442  * and "v" to select the type of sorting to perform.
1443  */
1444 void ang_sort_swap_hook(vptr u, vptr v, int a, int b)
1445 {
1446         u16b *who = (u16b*)(u);
1447
1448         u16b holder;
1449
1450         /* Unused */
1451         (void)v;
1452
1453         /* Swap */
1454         holder = who[a];
1455         who[a] = who[b];
1456         who[b] = holder;
1457 }
1458
1459
1460
1461 /*!
1462  * @brief モンスターの思い出を見るコマンドのメインルーチン
1463  * Identify a character, allow recall of monsters
1464  * @return なし
1465  * @details
1466  * <pre>
1467  * Several "special" responses recall "multiple" monsters:
1468  *   ^A (all monsters)
1469  *   ^U (all unique monsters)
1470  *   ^N (all non-unique monsters)
1471  *
1472  * The responses may be sorted in several ways, see below.
1473  *
1474  * Note that the player ghosts are ignored. 
1475  * </pre>
1476  */
1477 void do_cmd_query_symbol(void)
1478 {
1479         IDX i;
1480         int n;
1481         MONRACE_IDX r_idx;
1482         char    sym, query;
1483         char    buf[128];
1484
1485         bool    all = FALSE;
1486         bool    uniq = FALSE;
1487         bool    norm = FALSE;
1488         bool    ride = FALSE;
1489         char    temp[80] = "";
1490
1491         bool    recall = FALSE;
1492
1493         u16b    why = 0;
1494         IDX     *who;
1495
1496         /* Get a character, or abort */
1497         if (!get_com(_("知りたい文字を入力して下さい(記号 or ^A全,^Uユ,^N非ユ,^R乗馬,^M名前): ", 
1498                                    "Enter character to be identified(^A:All,^U:Uniqs,^N:Non uniqs,^M:Name): "), &sym, FALSE)) return;
1499
1500         /* Find that character info, and describe it */
1501         for (i = 0; ident_info[i]; ++i)
1502         {
1503                 if (sym == ident_info[i][0]) break;
1504         }
1505         if (sym == KTRL('A'))
1506         {
1507                 all = TRUE;
1508                 strcpy(buf, _("全モンスターのリスト", "Full monster list."));
1509         }
1510         else if (sym == KTRL('U'))
1511         {
1512                 all = uniq = TRUE;
1513                 strcpy(buf, _("ユニーク・モンスターのリスト", "Unique monster list."));
1514         }
1515         else if (sym == KTRL('N'))
1516         {
1517                 all = norm = TRUE;
1518                 strcpy(buf, _("ユニーク外モンスターのリスト", "Non-unique monster list."));
1519         }
1520         else if (sym == KTRL('R'))
1521         {
1522                 all = ride = TRUE;
1523                 strcpy(buf, _("乗馬可能モンスターのリスト", "Ridable monster list."));
1524         }
1525         /* XTRA HACK WHATSEARCH */
1526         else if (sym == KTRL('M'))
1527         {
1528                 all = TRUE;
1529                 if (!get_string(_("名前(英語の場合小文字で可)", "Enter name:"),temp, 70))
1530                 {
1531                         temp[0]=0;
1532                         return;
1533                 }
1534                 sprintf(buf, _("名前:%sにマッチ", "Monsters with a name \"%s\""),temp);
1535         }
1536         else if (ident_info[i])
1537         {
1538                 sprintf(buf, "%c - %s.", sym, ident_info[i] + 2);
1539         }
1540         else
1541         {
1542                 sprintf(buf, "%c - %s", sym, _("無効な文字", "Unknown Symbol"));
1543         }
1544
1545         /* Display the result */
1546         prt(buf, 0, 0);
1547
1548         /* Allocate the "who" array */
1549         C_MAKE(who, max_r_idx, IDX);
1550
1551         /* Collect matching monsters */
1552         for (n = 0, i = 1; i < max_r_idx; i++)
1553         {
1554                 monster_race *r_ptr = &r_info[i];
1555
1556                 /* Nothing to recall */
1557                 if (!cheat_know && !r_ptr->r_sights) continue;
1558
1559                 /* Require non-unique monsters if needed */
1560                 if (norm && (r_ptr->flags1 & (RF1_UNIQUE))) continue;
1561
1562                 /* Require unique monsters if needed */
1563                 if (uniq && !(r_ptr->flags1 & (RF1_UNIQUE))) continue;
1564
1565                 /* Require ridable monsters if needed */
1566                 if (ride && !(r_ptr->flags7 & (RF7_RIDING))) continue;
1567
1568                 /* XTRA HACK WHATSEARCH */
1569                 if (temp[0])
1570                 {
1571                         TERM_LEN xx;
1572                         char temp2[80];
1573
1574                         for (xx = 0; temp[xx] && xx < 80; xx++)
1575                         {
1576 #ifdef JP
1577                                 if (iskanji(temp[xx])) { xx++; continue; }
1578 #endif
1579                                 if (isupper(temp[xx])) temp[xx] = (char)tolower(temp[xx]);
1580                         }
1581
1582 #ifdef JP
1583                         strcpy(temp2, r_name + r_ptr->E_name);
1584 #else
1585                         strcpy(temp2, r_name + r_ptr->name);
1586 #endif
1587                         for (xx = 0; temp2[xx] && xx < 80; xx++)
1588                                 if (isupper(temp2[xx])) temp2[xx] = (char)tolower(temp2[xx]);
1589
1590 #ifdef JP
1591                         if (my_strstr(temp2, temp) || my_strstr(r_name + r_ptr->name, temp))
1592 #else
1593                         if (my_strstr(temp2, temp))
1594 #endif
1595                                 who[n++] = i;
1596                 }
1597
1598                 /* Collect "appropriate" monsters */
1599                 else if (all || (r_ptr->d_char == sym)) who[n++] = i;
1600         }
1601
1602         /* Nothing to recall */
1603         if (!n)
1604         {
1605                 /* Free the "who" array */
1606                 C_KILL(who, max_r_idx, IDX);
1607
1608                 return;
1609         }
1610
1611         /* Prompt */
1612         put_str(_("思い出を見ますか? (k:殺害順/y/n): ", "Recall details? (k/y/n): "), 0, _(36, 40));
1613
1614         /* Query */
1615         query = inkey();
1616
1617         /* Restore */
1618         prt(buf, 0, 0);
1619
1620         why = 2;
1621
1622         /* Select the sort method */
1623         ang_sort_comp = ang_sort_comp_hook;
1624         ang_sort_swap = ang_sort_swap_hook;
1625
1626         /* Sort the array */
1627         ang_sort(who, &why, n);
1628
1629         /* Sort by kills (and level) */
1630         if (query == 'k')
1631         {
1632                 why = 4;
1633                 query = 'y';
1634         }
1635
1636         /* Catch "escape" */
1637         if (query != 'y')
1638         {
1639                 /* Free the "who" array */
1640                 C_KILL(who, max_r_idx, IDX);
1641
1642                 return;
1643         }
1644
1645         /* Sort if needed */
1646         if (why == 4)
1647         {
1648                 /* Select the sort method */
1649                 ang_sort_comp = ang_sort_comp_hook;
1650                 ang_sort_swap = ang_sort_swap_hook;
1651
1652                 /* Sort the array */
1653                 ang_sort(who, &why, n);
1654         }
1655
1656
1657         /* Start at the end */
1658         i = n - 1;
1659
1660         /* Scan the monster memory */
1661         while (1)
1662         {
1663                 /* Extract a race */
1664                 r_idx = who[i];
1665
1666                 /* Hack -- Auto-recall */
1667                 monster_race_track(r_idx);
1668                 handle_stuff();
1669
1670                 /* Interact */
1671                 while (1)
1672                 {
1673                         /* Recall */
1674                         if (recall)
1675                         {
1676                                 screen_save();
1677
1678                                 /* Recall on screen */
1679                                 screen_roff(who[i], 0);
1680                         }
1681
1682                         /* Hack -- Begin the prompt */
1683                         roff_top(r_idx);
1684
1685                         /* Hack -- Complete the prompt */
1686                         Term_addstr(-1, TERM_WHITE, _(" ['r'思い出, ESC]", " [(r)ecall, ESC]"));
1687
1688                         /* Command */
1689                         query = inkey();
1690
1691                         /* Unrecall */
1692                         if (recall)
1693                         {
1694                                 /* Restore */
1695                                 screen_load();
1696                         }
1697
1698                         /* Normal commands */
1699                         if (query != 'r') break;
1700
1701                         /* Toggle recall */
1702                         recall = !recall;
1703                 }
1704
1705                 /* Stop scanning */
1706                 if (query == ESCAPE) break;
1707
1708                 /* Move to "prev" monster */
1709                 if (query == '-')
1710                 {
1711                         if (++i == n)
1712                         {
1713                                 i = 0;
1714                                 if (!expand_list) break;
1715                         }
1716                 }
1717
1718                 /* Move to "next" monster */
1719                 else
1720                 {
1721                         if (i-- == 0)
1722                         {
1723                                 i = n - 1;
1724                                 if (!expand_list) break;
1725                         }
1726                 }
1727         }
1728
1729         /* Free the "who" array */
1730         C_KILL(who, max_r_idx, IDX);
1731
1732         /* Re-display the identity */
1733         prt(buf, 0, 0);
1734 }
1735
1736 /*!
1737  * @brief アイテムを汎用的に「使う」コマンドのメインルーチン /
1738  * Use an item
1739  * @return なし
1740  * @details
1741  * XXX - Add actions for other item types
1742  */
1743 void do_cmd_use(void)
1744 {
1745         OBJECT_IDX item;
1746         object_type *o_ptr;
1747         cptr q, s;
1748
1749         if (p_ptr->wild_mode)
1750         {
1751                 return;
1752         }
1753
1754         if (p_ptr->inside_arena)
1755         {
1756                 msg_print(_("アリーナが魔法を吸収した!", "The arena absorbs all attempted magic!"));
1757                 msg_print(NULL);
1758                 return;
1759         }
1760
1761         if (p_ptr->special_defense & (KATA_MUSOU | KATA_KOUKIJIN))
1762         {
1763                 set_action(ACTION_NONE);
1764         }
1765
1766         item_tester_hook = item_tester_hook_use;
1767
1768         q = _("どれを使いますか?", "Use which item? ");
1769         s = _("使えるものがありません。", "You have nothing to use.");
1770
1771         o_ptr = choose_object(&item, q, s, (USE_INVEN | USE_EQUIP | USE_FLOOR | IGNORE_BOTHHAND_SLOT));
1772         if (!o_ptr) return;
1773
1774         switch (o_ptr->tval)
1775         {
1776                 /* Spike a door */
1777                 case TV_SPIKE:
1778                 {
1779                         do_cmd_spike();
1780                         break;
1781                 }
1782
1783                 /* Eat some food */
1784                 case TV_FOOD:
1785                 {
1786                         do_cmd_eat_food_aux(item);
1787                         break;
1788                 }
1789
1790                 /* Aim a wand */
1791                 case TV_WAND:
1792                 {
1793                         do_cmd_aim_wand_aux(item);
1794                         break;
1795                 }
1796
1797                 /* Use a staff */
1798                 case TV_STAFF:
1799                 {
1800                         do_cmd_use_staff_aux(item);
1801                         break;
1802                 }
1803
1804                 /* Zap a rod */
1805                 case TV_ROD:
1806                 {
1807                         do_cmd_zap_rod_aux(item);
1808                         break;
1809                 }
1810
1811                 /* Quaff a potion */
1812                 case TV_POTION:
1813                 {
1814                         do_cmd_quaff_potion_aux(item);
1815                         break;
1816                 }
1817
1818                 /* Read a scroll */
1819                 case TV_SCROLL:
1820                 {
1821                         /* Check some conditions */
1822                         if (p_ptr->blind)
1823                         {
1824                                 msg_print(_("目が見えない。", "You can't see anything."));
1825                                 return;
1826                         }
1827                         if (no_lite())
1828                         {
1829                                 msg_print(_("明かりがないので、暗くて読めない。", "You have no light to read by."));
1830                                 return;
1831                         }
1832                         if (p_ptr->confused)
1833                         {
1834                                 msg_print(_("混乱していて読めない!", "You are too confused!"));
1835                                 return;
1836                         }
1837
1838                   do_cmd_read_scroll_aux(item, TRUE);
1839                   break;
1840                 }
1841
1842                 /* Fire ammo */
1843                 case TV_SHOT:
1844                 case TV_ARROW:
1845                 case TV_BOLT:
1846                 {
1847                         do_cmd_fire_aux(item, &inventory[INVEN_BOW]);
1848                         break;
1849                 }
1850
1851                 /* Activate an artifact */
1852                 default:
1853                 {
1854                         do_cmd_activate_aux(item);
1855                         break;
1856                 }
1857         }
1858 }
1859