OSDN Git Service

(2.2.0.6) モンスター1種追加。 / Add a monster.
authorDeskull <desull@users.sourceforge.jp>
Mon, 19 Jun 2017 14:33:59 +0000 (23:33 +0900)
committerDeskull <desull@users.sourceforge.jp>
Mon, 19 Jun 2017 14:33:59 +0000 (23:33 +0900)
lib/edit/misc.txt
lib/edit/r_info.txt
src/defines.h

index bbdd962..39e1ae2 100644 (file)
@@ -13,7 +13,7 @@ M:WX:99
 M:WY:66
 
 # Maximum number of monsters in r_info.txt
-M:R:1105
+M:R:1106
 
 # Maximum number of items in k_info.txt
 M:K:672
index 1d680fc..887a34a 100644 (file)
@@ -19592,7 +19592,7 @@ N:957:あばれ馬
 E:Unruly horse
 G:q:G
 I:110:12d10:20:30:0
-W:9:2:0:35:0:0
+W:9:2:0:35:300:1105
 B:BITE:HURT:1d8
 B:KICK:HURT:2d4
 B:KICK:HURT:2d4
@@ -22219,3 +22219,20 @@ F:ATTR_CLEAR | NEVER_MOVE | MULTIPLY |
 F:EMPTY_MIND | NO_FEAR | NO_CONF | NO_SLEEP
 D:$A mysterious clear jelly thing.  It looks ready to explode.
 D:透明でぷよぷよした謎の生物だ。
+
+N:1105:汗血馬
+E:Ferghana horse
+G:q:R
+I:115:20d15:20:70:0
+W:20:2:0:240:1800:985
+B:BITE:HURT:1d8
+B:KICK:HURT:2d4
+B:KICK:HURT:2d4
+B:KICK:HURT:8d4
+F:WILD_ALL | BASH_DOOR | RAND_25 | CAN_SWIM
+F:NO_FEAR | POWERFUL | FRIENDS
+F:ANIMAL | DROP_SKELETON | DROP_CORPSE | RIDING
+D:$This horse is produced in ancient Fergana.
+D:$It was able to run 1000 Li a day and shed bloogy sweat.
+D:大宛で産出する名馬だ。血の汗を流し、千里を走ることができた。
+
index 392d4fd..dc2c655 100644 (file)
@@ -53,7 +53,7 @@
 #define FAKE_VER_MAJOR 12 /*!< ゲームのバージョン番号定義(メジャー番号 + 10) */
 #define FAKE_VER_MINOR 2 /*!< ゲームのバージョン番号定義(マイナー番号) */
 #define FAKE_VER_PATCH 0 /*!< ゲームのバージョン番号定義(パッチ番号) */
-#define FAKE_VER_EXTRA 5 /*!< ゲームのバージョン番号定義(エクストラ番号) */
+#define FAKE_VER_EXTRA 6 /*!< ゲームのバージョン番号定義(エクストラ番号) */
 
 /*!
  * @brief セーブファイル上のバージョン定義(メジャー番号) / "Savefile Version Number" for Hengband 1.1.1 and later
@@ -71,7 +71,7 @@
 #define H_VER_MAJOR 2 /*!< セーブファイル上のバージョン定義(メジャー番号) */
 #define H_VER_MINOR 2 /*!< セーブファイル上のバージョン定義(マイナー番号) */
 #define H_VER_PATCH 0 /*!< セーブファイル上のバージョン定義(パッチ番号) */
-#define H_VER_EXTRA 5 /*!< セーブファイル上のバージョン定義(エクストラ番号) */
+#define H_VER_EXTRA 6 /*!< セーブファイル上のバージョン定義(エクストラ番号) */
 
 #define ANGBAND_2_8_1 /*!< Angband 2.8.1以降から有効な処理分岐を定義 */
 #define ZANGBAND /*!< Zangband 以降から有効な処理分岐を定義 */