From 4c3b9ec1ff31573d7c97a8713ec20a2a1a9983ee Mon Sep 17 00:00:00 2001 From: Deskull Date: Tue, 25 Sep 2018 19:33:38 +0900 Subject: [PATCH] =?utf8?q?#37353=20[Fix]=20Typo=E4=BF=AE=E6=AD=A3=E3=80=82?= =?utf8?q?=20Fix=20typo.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- lib/edit/a_info.txt | 6 +++--- lib/edit/e_info.txt | 2 +- src/cmd-activate.c | 4 ++-- src/defines.h | 4 ++-- src/tables.c | 6 +++--- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/lib/edit/a_info.txt b/lib/edit/a_info.txt index 7f3bd4f65..3cd4c61c1 100644 --- a/lib/edit/a_info.txt +++ b/lib/edit/a_info.txt @@ -2602,7 +2602,7 @@ W:30:30:180:120000 P:0:2d6:10:12:2 F:CON | BLOWS | HIDE_TYPE | BRAND_ACID | SHOW_MODS F:SLAY_TROLL | SLAY_DEMON | ACTIVATE -U:HELO_SPEED +U:HERO_SPEED D:$"Hurin [...] wielded the axe two-handed, and it is sung that the axe D:$ smoked in the black blood of the troll-guard of Gothmog, until it withered, D:$ and each time that he slew Hurin cried 'Aure entuluva! Day shall come @@ -3046,7 +3046,7 @@ I:21:7:3 W:40:5:100:808 P:0:1d7:-5:10:3 F:STR | CHR | RES_FIRE | ACTIVATE | -U:HELO +U:HERO D:消火作業にあたって、士気を鼓舞すべく振りたてられた杖だ。 D:杖の先に隊のマーク入りの円盤があり、その下側から D:長い帯状の飾りが幾本ものびている。 @@ -3520,7 +3520,7 @@ P:0:3d3:11:22:0 F:STR | DEX | CHR | TUNNEL | BLESSED | F:SLAY_EVIL | SLAY_DRAGON | SLAY_ORC | SLAY_GIANT | SLAY_DEMON | F:RES_COLD | SEE_INVIS | RES_FEAR | REGEN -U:HELO +U:HERO D:バトルハンマー氏族のドワーフの長にして、伝説の都ミスリル・ホールの王、 D:ブルーノー・バトルハンマーの生涯最高傑作だ。 D:「なるほどね」ドリッズドは、ハンマーをブルーノーに返した。 diff --git a/lib/edit/e_info.txt b/lib/edit/e_info.txt index a9822462d..addd70511 100644 --- a/lib/edit/e_info.txt +++ b/lib/edit/e_info.txt @@ -1049,7 +1049,7 @@ X:27:10 W:5:0:0:300 C:0:0:0:0 F:ACTIVATE -U:HELO +U:HERO N:151:殺戮の E:and Slaying diff --git a/src/cmd-activate.c b/src/cmd-activate.c index 5dda8616f..9341126c2 100644 --- a/src/cmd-activate.c +++ b/src/cmd-activate.c @@ -1266,13 +1266,13 @@ bool activate_artifact(object_type *o_ptr) break; } - case ACT_HELO: + case ACT_HERO: { (void)heroism(25); break; } - case ACT_HELO_SPEED: + case ACT_HERO_SPEED: { (void)set_fast(randint1(50) + 50, FALSE); (void)heroism(50); diff --git a/src/defines.h b/src/defines.h index 21b2982d6..f0cb93465 100644 --- a/src/defines.h +++ b/src/defines.h @@ -1762,8 +1762,8 @@ #define ACT_XTRA_SPEED 96 #define ACT_WRAITH 97 #define ACT_INVULN 98 -#define ACT_HELO 99 -#define ACT_HELO_SPEED 100 +#define ACT_HERO 99 +#define ACT_HERO_SPEED 100 #define ACT_RESIST_ACID 101 #define ACT_RESIST_FIRE 102 #define ACT_RESIST_COLD 103 diff --git a/src/tables.c b/src/tables.c index 6b126bdbd..cbb707d1b 100644 --- a/src/tables.c +++ b/src/tables.c @@ -5986,7 +5986,7 @@ const activation_type activation_info[] = _("蛸の大群召喚", "summon octopus") }, { "CHOIR_SINGS", ACT_CHOIR_SINGS, 60, 20000, {300, 0}, - _("回復(777)、癒し、士気高揚", "heal 777 hit points, curing and heloism") }, + _("回復(777)、癒し、士気高揚", "heal 777 hit points, curing and HEROism") }, { "CURE_LW", ACT_CURE_LW, 10, 500, {10, 0}, _("恐怖除去/体力回復(30)", "remove fear and heal 30 hp") }, { "CURE_MW", ACT_CURE_MW, 20, 750, {3, 3}, @@ -6022,9 +6022,9 @@ const activation_type activation_info[] = _("幽体化(期間 (レベル/2)+d(レベル/2))", "wraith form (dur level/2 + d(level/2))") }, { "INVULN", ACT_INVULN, 90, 25000, {1000, 0}, _("無敵化(期間 8+d8)", "invulnerability (dur 8+d8)") }, - { "HELO", ACT_HELO, 10, 500, {30, 30}, + { "HERO", ACT_HERO, 10, 500, {30, 30}, _("士気高揚", "heroism") }, - { "HELO_SPEED", ACT_HELO_SPEED, 30, 20000, {100, 200}, + { "HERO_SPEED", ACT_HERO_SPEED, 30, 20000, {100, 200}, _("士気高揚, スピード(期間 50+d50ターン)", "hero and +10 to speed (50)") }, { "RESIST_ACID", ACT_RESIST_ACID, 20, 2000, {40, 40}, _("酸への耐性(期間 20+d20)", "resist acid (dur 20+d20)") }, -- 2.11.0