From 96da58808dce5159113cd7214526007115ee7360 Mon Sep 17 00:00:00 2001 From: Deskull Date: Mon, 17 Jul 2017 21:22:43 +0900 Subject: [PATCH] =?utf8?q?#37285=20(2.2.0.34)=20=E6=96=B0=E3=83=A2?= =?utf8?q?=E3=83=B3=E3=82=B9=E3=82=BF=E3=83=BC=E3=80=81=E3=81=95=E3=81=BE?= =?utf8?q?=E3=82=88=E3=81=86=E3=82=82=E3=81=AE=E8=BF=BD=E5=8A=A0=E3=80=82?= =?utf8?q?=20/=20Add=20a=20monster,=20wandering=20one.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- lib/edit/misc.txt | 2 +- lib/edit/r_info.txt | 10 ++++++++++ src/defines.h | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/lib/edit/misc.txt b/lib/edit/misc.txt index 1ef5487e7..c08622b3d 100644 --- a/lib/edit/misc.txt +++ b/lib/edit/misc.txt @@ -13,7 +13,7 @@ M:WX:99 M:WY:66 # Maximum number of monsters in r_info.txt -M:R:1107 +M:R:1108 # Maximum number of items in k_info.txt M:K:672 diff --git a/lib/edit/r_info.txt b/lib/edit/r_info.txt index 4fb50a153..9003c49e9 100644 --- a/lib/edit/r_info.txt +++ b/lib/edit/r_info.txt @@ -22256,3 +22256,13 @@ S:BLIND | SCARE | S:BO_MANA | HOLD | S:PSY_SPEAR | BA_LITE | BR_LITE D:光を操るサイキッカーで、中性的な容姿と背中に輝く光の羽根を背負っている。 + +N:1107:さまようもの +E:Wandering one +G:G:b +I:110:1d1:150:1:10 +W:0:30:0:0:0:0 +B:TOUCH:HURT:1d1 +F:WILD_TOWN | WILD_ONLY | RAND_50 | RAND_25 +F:FRIENDS | FRIENDLY +D:彼らは故郷が常にあるものとも、常に帰るべきものとも考えていない。 diff --git a/src/defines.h b/src/defines.h index 689b591e6..3f7537f9b 100644 --- a/src/defines.h +++ b/src/defines.h @@ -53,7 +53,7 @@ #define FAKE_VER_MAJOR 12 /*!< ゲームのバージョン番号定義(メジャー番号 + 10) */ #define FAKE_VER_MINOR 2 /*!< ゲームのバージョン番号定義(マイナー番号) */ #define FAKE_VER_PATCH 0 /*!< ゲームのバージョン番号定義(パッチ番号) */ -#define FAKE_VER_EXTRA 33 /*!< ゲームのバージョン番号定義(エクストラ番号) */ +#define FAKE_VER_EXTRA 34 /*!< ゲームのバージョン番号定義(エクストラ番号) */ /*! -- 2.11.0