From 28de399ec1ce9c41402277ed135c962864df17d7 Mon Sep 17 00:00:00 2001 From: Slimebreath6078 Date: Sat, 16 Apr 2022 10:40:41 +0900 Subject: [PATCH] =?utf8?q?[Fix]=20=E9=87=8D=E5=8A=9B=E3=80=81=E5=88=86?= =?utf8?q?=E8=A7=A3=E3=81=AE=E3=83=96=E3=83=AC=E3=82=B9=E3=81=AE=E5=B1=9E?= =?utf8?q?=E6=80=A7=E3=81=8C=E3=80=8C=E4=B8=8D=E6=98=8E=E3=80=8D=E3=81=AB?= =?utf8?q?=E3=81=AA=E3=82=8B=E3=83=90=E3=82=B0=E3=82=92=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- src/mspell/mspell-attack/mspell-breath.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/mspell/mspell-attack/mspell-breath.cpp b/src/mspell/mspell-attack/mspell-breath.cpp index 5d7f9bdb8..ad2802c67 100644 --- a/src/mspell/mspell-attack/mspell-breath.cpp +++ b/src/mspell/mspell-attack/mspell-breath.cpp @@ -115,12 +115,13 @@ const std::unordered_map breath_list = { make_breath_elemental(MonsterAbilityType::BR_NEXU, AttributeType::NEXUS, _("因果混乱", "nexus"), DRS_NEXUS), make_breath_elemental(MonsterAbilityType::BR_TIME, AttributeType::TIME, _("時間逆転", "time")), make_breath_elemental(MonsterAbilityType::BR_INER, AttributeType::INERTIAL, _("遅鈍", "inertia")), + make_breath_elemental(MonsterAbilityType::BR_GRAV, AttributeType::GRAVITY, _("重力", "gravity")), make_breath_elemental(MonsterAbilityType::BR_SHAR, AttributeType::SHARDS, _("破片", "shards"), DRS_SHARD), make_breath_elemental(MonsterAbilityType::BR_PLAS, AttributeType::PLASMA, _("プラズマ", "plasma")), make_breath_elemental(MonsterAbilityType::BR_FORC, AttributeType::FORCE, _("フォース", "force")), make_breath_elemental(MonsterAbilityType::BR_MANA, AttributeType::MANA, _("魔力", "mana")), make_breath_elemental(MonsterAbilityType::BR_NUKE, AttributeType::NUKE, _("放射性廃棄物", "toxic waste"), DRS_POIS), - make_breath_elemental(MonsterAbilityType::BR_DISE, AttributeType::DISINTEGRATE, _("分解", "disintegration")), + make_breath_elemental(MonsterAbilityType::BR_DISI, AttributeType::DISINTEGRATE, _("分解", "disintegration")), make_breath_elemental(MonsterAbilityType::BR_VOID, AttributeType::VOID_MAGIC, _("虚無", "void")), make_breath_elemental(MonsterAbilityType::BR_ABYSS, AttributeType::ABYSS, _("深淵", "abyss")), }; -- 2.11.0