OSDN Git Service

Reword the first sentence of the English description for Yu'uichi. It is an interpol...
[hengbandforosx/hengbandosx.git] / src / monster-attack / monster-attack-effect.h
index d1504c7..7f9faf0 100644 (file)
@@ -2,6 +2,9 @@
 
 /*!
  * @note モンスターの攻撃効果 / New monster blow effects
+ *
+ * "Race Blow Effect" の略。
+ * 実装の都合上、0 から始まる連番でなければならない。
  */
 typedef enum rbe_type {
     RBE_NONE = 0,
@@ -41,4 +44,6 @@ typedef enum rbe_type {
     RBE_INERTIA = 34, /*!< モンスターの攻撃効果: 減速させる*/
     RBE_STUN = 35, /*!< モンスターの攻撃効果: 朦朧とさせる*/
     RBE_FLAVOR = 36, /*!< モンスターの攻撃効果: フレーバー(メッセージ表示のみ) */
+
+    NB_RBE_TYPE, /*!< enum バリアント数 */
 } rbe_type;