OSDN Git Service

暗黒魔法の消費MPバグ修正
authorhoge <hoge@0568b783-4c39-0410-ac80-bf13821ea2a2>
Sat, 15 Jun 2002 11:12:01 +0000 (11:12 +0000)
committerhoge <hoge@0568b783-4c39-0410-ac80-bf13821ea2a2>
Sat, 15 Jun 2002 11:12:01 +0000 (11:12 +0000)
バージョンを1.1.0にする

configure.in
lib/edit/m_info_j.txt
lib/file/news.txt
lib/file/news_j.txt
src/cmd5.c
src/defines.h
src/spells3.c
src/tables.c

index 1809639..69e4bf5 100644 (file)
@@ -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],
index 8413766..fa555c8 100644 (file)
@@ -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
index 96a83fd..c530356 100644 (file)
@@ -1,6 +1,6 @@
 
                 ******************************************
-                **  Hengband 1.1.0 Release Candidate 2  **
+                **            Hengband 1.1.0            **
                 ******************************************
 
           Based on Moria:    Copyright (c) 1985 Robert Alan Koeneke
index 470553b..745e03d 100644 (file)
@@ -1,6 +1,6 @@
 
                   ***************************************
-                  **        ÊѶòÈÚÅÜ  1.1.0 RC2        **
+                  **        ÊѶòÈÚÅÜ  1.1.0            **
                   ***************************************
 
           Based on Moria:    Copyright (c) 1985 Robert Alan Koeneke
index ac9ff36..5fc82b3 100644 (file)
@@ -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;
index d625de3..7e9c255 100644 (file)
@@ -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
index 789741d..d6cc262 100644 (file)
@@ -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
index 17a58dd..d785859 100644 (file)
@@ -4505,10 +4505,10 @@ cptr spell_names[VALID_REALM][32] =
 
        {
                /* Common Crusade Spellbooks */
-"ÅÅ·â",
+"Ĩȳ",
 "¼Ù°­Â¸ºß´¶ÃÎ",
 "¶²Éݽüµî",
-"¥â¥ó¥¹¥¿¡¼¶²¹²",
+"°Ò°µ",
 "À»°è",
 "Æþ¸ý",
 "¥¹¥¿¡¼¥À¥¹¥È",