From bbfc1c44f1ac1a605146d93d02886029baa906e8 Mon Sep 17 00:00:00 2001 From: hoge Date: Sat, 15 Jun 2002 11:12:01 +0000 Subject: [PATCH] =?utf8?q?=E6=9A=97=E9=BB=92=E9=AD=94=E6=B3=95=E3=81=AE?= =?utf8?q?=E6=B6=88=E8=B2=BBMP=E3=83=90=E3=82=B0=E4=BF=AE=E6=AD=A3=20?= =?utf8?q?=E3=83=90=E3=83=BC=E3=82=B8=E3=83=A7=E3=83=B3=E3=82=921.1.0?= =?utf8?q?=E3=81=AB=E3=81=99=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- configure.in | 2 +- lib/edit/m_info_j.txt | 20 ++++++++++---------- lib/file/news.txt | 2 +- lib/file/news_j.txt | 2 +- src/cmd5.c | 2 +- src/defines.h | 4 ++-- src/spells3.c | 2 +- src/tables.c | 4 ++-- 8 files changed, 19 insertions(+), 19 deletions(-) diff --git a/configure.in b/configure.in index 180963925..69e4bf5af 100644 --- a/configure.in +++ b/configure.in @@ -3,7 +3,7 @@ AC_INIT(src/main.c) AM_CONFIG_HEADER(src/autoconf.h) -AM_INIT_AUTOMAKE(hengband, 1.1.0RC2) +AM_INIT_AUTOMAKE(hengband, 1.1.0) AC_ARG_WITH(setgid, [ --with-setgid=NAME install hengband as group NAME], diff --git a/lib/edit/m_info_j.txt b/lib/edit/m_info_j.txt index 8413766ab..fa555c8cc 100644 --- a/lib/edit/m_info_j.txt +++ b/lib/edit/m_info_j.txt @@ -807,7 +807,7 @@ T:21:21:60:3 #1 T:23:23:75:4 T:27:25:75:4 T:31:30:85:5 -T:35:35:75:5 +T:35:80:75:5 T:40:40:75:4 T:99:0:0:0 T:99:0:0:0 @@ -1065,16 +1065,16 @@ T:24:24:55:3 #1 T:26:26:50:3 T:28:28:75:4 T:34:35:85:10 -T:42:40:80:5 -T:50:50:90:75 +T:42:85:80:5 +T:43:50:90:75 T:44:39:76:50 T:99:0:0:0 T:25:30:80:125 #2 T:25:25:80:100 T:27:27:40:40 T:41:60:80:150 -T:45:40:60:9 -T:45:100:90:100 +T:45:100:90:9 +T:45:50:60:100 T:47:45:80:100 T:99:0:0:0 T:35:35:75:50 #3 @@ -1226,17 +1226,17 @@ T:15:15:40:5 T:17:17:40:5 #1 T:19:19:30:4 T:23:23:50:10 -T:35:75:90:30 -T:38:35:60:16 -T:46:45:80:70 +T:35:35:60:30 +T:38:75:90:16 +T:46:40:80:70 T:45:38:70:50 T:47:35:95:100 T:15:20:80:180 #2 T:15:20:80:30 T:18:20:30:15 T:38:53:80:150 -T:40:35:60:16 -T:42:100:70:100 +T:40:100:60:16 +T:42:40:70:100 T:44:40:60:125 T:48:50:80:200 T:30:35:75:50 #3 diff --git a/lib/file/news.txt b/lib/file/news.txt index 96a83fd37..c53035607 100644 --- a/lib/file/news.txt +++ b/lib/file/news.txt @@ -1,6 +1,6 @@ ****************************************** - ** Hengband 1.1.0 Release Candidate 2 ** + ** Hengband 1.1.0 ** ****************************************** Based on Moria: Copyright (c) 1985 Robert Alan Koeneke diff --git a/lib/file/news_j.txt b/lib/file/news_j.txt index 470553b38..745e03d29 100644 --- a/lib/file/news_j.txt +++ b/lib/file/news_j.txt @@ -1,6 +1,6 @@ *************************************** - ** ÊѶòÈÚÅÜ 1.1.0 RC2 ** + ** ÊѶòÈÚÅÜ 1.1.0 ** *************************************** Based on Moria: Copyright (c) 1985 Robert Alan Koeneke diff --git a/src/cmd5.c b/src/cmd5.c index ac9ff3646..5fc82b326 100644 --- a/src/cmd5.c +++ b/src/cmd5.c @@ -3967,7 +3967,7 @@ static bool cast_crusade_spell(int spell) (void)sleep_monsters_touch(); break; case 5: - teleport_player(plev*3); + teleport_player(25+plev/2); break; case 6: if (!get_aim_dir(&dir)) return FALSE; diff --git a/src/defines.h b/src/defines.h index d625de399..7e9c25560 100644 --- a/src/defines.h +++ b/src/defines.h @@ -50,8 +50,8 @@ /* Added for ZAngband */ #define FAKE_VERSION 0 #define FAKE_VER_MAJOR 11 -#define FAKE_VER_MINOR 0 -#define FAKE_VER_PATCH 99 +#define FAKE_VER_MINOR 1 +#define FAKE_VER_PATCH 0 #define ANGBAND_2_8_1 #define ZANGBAND diff --git a/src/spells3.c b/src/spells3.c index 789741d7d..d6cc2620b 100644 --- a/src/spells3.c +++ b/src/spells3.c @@ -4345,7 +4345,7 @@ static void spell_info(char *p, int spell, int realm) switch (spell) { case 0: sprintf(p, " %s%dd4", s_dam, 3 + ((plev - 1) / 5)); break; - case 5: sprintf(p, " %s%d", s_range, plev*3); break; + case 5: sprintf(p, " %s%d", s_range, 25+plev/2); break; #ifdef JP case 6: sprintf(p, " %s³Æ%dd2", s_dam, 3+((plev-1)/9)); break; #else diff --git a/src/tables.c b/src/tables.c index 17a58ddb7..d785859d5 100644 --- a/src/tables.c +++ b/src/tables.c @@ -4505,10 +4505,10 @@ cptr spell_names[VALID_REALM][32] = { /* Common Crusade Spellbooks */ -"ÅÅ·â", +"Ĩȳ", "¼Ù°­Â¸ºß´¶ÃÎ", "¶²Éݽüµî", -"¥â¥ó¥¹¥¿¡¼¶²¹²", +"°Ò°µ", "À»°è", "Æþ¸ý", "¥¹¥¿¡¼¥À¥¹¥È", -- 2.11.0