OSDN Git Service

In English spell descriptions, use "cuts" rather than "cut status" or "cut", "poisons...
[hengband/hengband.git] / src / mind.c
index 74721d8..5fcff8f 100644 (file)
@@ -441,7 +441,7 @@ static concptr const mind_tips[5][MAX_MIND_POWERS] =
        "Gives stone skin and some resistance to elements for a while. As your level increases, more resistances are given.",
        "Gives feeling of an item. Or identifies an item at level 25.",
        "Generates a ball centered on you which inflicts PSI damage on a monster or, at level 25 and higher, inflicts PSI damage on all monsters.",
-       "Removes fear and stun. Gives heroism and speed. Heals HP a little unless you already have heroism and a temporary speed boost.",
+       "Removes fear and being stunned. Gives heroism and speed. Heals HP a little unless you already have heroism and a temporary speed boost.",
        "Pulls a distant item close to you.",
        "Fires a ball which damages. When not resisted, you gain SP. You will be occupied for 0 to 1.5 turns after casting as your mind recovers.",
        "Fires a beam of pure energy which penetrates invulnerability barriers.",
@@ -460,9 +460,9 @@ static concptr const mind_tips[5][MAX_MIND_POWERS] =
        "Gives levitaion a while.",
        "Fires a short energy beam.",
        "Gives magic resistance for a while.",
-       "Improves spirit energy power temporaly. Improved spirit energy will be more and more powerfull or have longer duration. Too many improving results in uncontrollable explosion of spirit energy.",
-       "Gives aura which damages all monsters which attacked you for a while.",
-       "Damages an adjacent monster, and blows it away.",
+       "Increases your spirit energy temporarily. More spirit energy will boost the effect or duration of your force abilities. Too much spirit energy can result in an explosion.",
+       "Envelops you with a temporary aura that damages any monster which hits you in melee.",
+       "Damages an adjacent monster and blows it away.",
        "Fires a large energy ball.",
        "Dispels all magics which are effecting a monster.",
        "Summons ghosts.",
@@ -528,21 +528,21 @@ static concptr const mind_tips[5][MAX_MIND_POWERS] =
        "Darkens nearby area and inside of a room.",
        "Detects visible monsters in your vicinity. Detects traps, doors and stairs at level 5. Detects items at level 15. Lights and reveals the whole level at level 45.",
        "Teleports you a short distance.",
-       "Teleports as you recieve an attack. Might be able to teleport just before receiving damages at higher level.",
+       "Teleports you as you recieve an attack. Might be able to teleport just before receiving damage at higher levels.",
        "Teleports you a long distance.",
-       "Attacks and teleports in a time.",
+       "Attacks an adjacent monster and teleports you away immediately after the attack.",
        "Attempts to freeze a monster.",
        "Identifies an item.",
        "Gives levitation for a while.",
-       "Generates a fire ball and teleports in a time. Gives resistance to fire for a while. This resistance can be added to which from equipment for more powerful resistance.",
+       "Generates a fire ball and immediately teleports you away. Gives resistance to fire for a while. This resistance can be added to that from equipment for more powerful resistance.",
        "Steps close to a monster and attacks at a time.",
        "Shoots 8 iron Spikes in 8 random directions.",
        "Teleports a monster to a place adjacent to you.",
        "Releases a confusion ball which doesn't inflict any damage.",
-       "Swaps positions of you and a monster.",
+       "Causes you and a targeted monster to exchange positions.",
        "Sets a glyph under you. The glyph will explode when a monster moves on it.",
        "Makes you ethereal for a period of time. While ethereal, you can pass through walls and are resistant to acid. The resistance can be added to that from equipment for more powerful resistance.",
-       "Generates huge balls of poison, drain life and confusion, then teleports in a time.",
+       "Generates huge balls of poison, drain life and confusion. Then immediately teleports you away.",
        "Fires some number of beams of fire, nether or plasma in random directions.",
        "Creates shadows of yourself which gives you the ability to completely evade any attacks at one in two chance for a while.",
        "",
@@ -1424,14 +1424,14 @@ static bool cast_mirror_spell(player_type *caster_ptr, int spell)
                /* mirror shift */
        case 15:
                if (!is_mirror_grid(&caster_ptr->current_floor_ptr->grid_array[caster_ptr->y][caster_ptr->x])) {
-                       msg_print(_("鏡の国の場所がわからない!", "You cannot find out where is the world of mirror!"));
+                       msg_print(_("鏡の国の場所がわからない!", "You cannot find out where the mirror is!"));
                        break;
                }
                reserve_alter_reality(caster_ptr);
                break;
                /* mirror tunnel */
        case 16:
-               msg_print(_("鏡の世界を通り抜け…  ", "Go through the world of mirror..."));
+               msg_print(_("鏡の世界を通り抜け…  ", "You try to enter the mirror..."));
                return mirror_tunnel(caster_ptr);
 
                /* mirror of recall */