OSDN Git Service

[Refactor] #3736 activation_type のフィールド変数をconcptr からstring に差し替えた
[hengbandforosx/hengbandosx.git] / src / object-enchant / old-ego-extra-values.h
1 /*
2  * @brief 変愚ver1.5.0以前に使われていたアイテムの追加特性フラグ / Hack -- special "xtra" object powers
3  * @date 2020/05/28
4  * @author Hourier
5  * @details いずれ消したい
6  */
7
8 #pragma once
9
10 enum class OldEgoType {
11     XTRA_SUSTAIN = 1, /*!< 旧版アイテムフラグ(非推奨): 追加維持能力 / Sustain one stat */
12     XTRA_POWER = 2, /*!< 旧版アイテムフラグ(非推奨): 追加上級耐性 / High resist */
13     XTRA_ABILITY = 3 /*!< 旧版アイテムフラグ(非推奨): 追加能力 / Special ability */
14 };