更新龙裔混血模组DragonianMix的1.6版本能力定义,为烟雾类技能添加爆炸音效配置

This commit is contained in:
ProjectKoi-Kalo\Kalo 2025-06-20 13:37:56 +08:00
parent dc8946a167
commit 17337c4678
5 changed files with 5 additions and 0 deletions

Binary file not shown.

Binary file not shown.

View File

@ -157,6 +157,7 @@
<li Class="DragonianMix.CompProperties_AbilityDRM_Deaddustpop"> <li Class="DragonianMix.CompProperties_AbilityDRM_Deaddustpop">
<damageDef>DRM_Feargas</damageDef> <damageDef>DRM_Feargas</damageDef>
<smokeRadius>9</smokeRadius> <smokeRadius>9</smokeRadius>
<explosionSound>Explosion_Smoke</explosionSound>
<clamorType>Ability</clamorType> <clamorType>Ability</clamorType>
<clamorRadius>20</clamorRadius> <clamorRadius>20</clamorRadius>
<postExplosionSpawnThingDef>DRM_FearGasCloud</postExplosionSpawnThingDef> <!-- ARL_ToxicGasCloud --> <postExplosionSpawnThingDef>DRM_FearGasCloud</postExplosionSpawnThingDef> <!-- ARL_ToxicGasCloud -->
@ -259,6 +260,7 @@
<damageAmount>25</damageAmount> <damageAmount>25</damageAmount>
<armorPenetration>0.5</armorPenetration> <armorPenetration>0.5</armorPenetration>
<smokeRadius>9</smokeRadius> <smokeRadius>9</smokeRadius>
<explosionSound>Explosion_Smoke</explosionSound>
<clamorType>Ability</clamorType> <clamorType>Ability</clamorType>
<clamorRadius>20</clamorRadius> <clamorRadius>20</clamorRadius>
<postExplosionSpawnThingDef>DRM_AcidGasCloud</postExplosionSpawnThingDef> <!-- ARL_ToxicGasCloud --> <postExplosionSpawnThingDef>DRM_AcidGasCloud</postExplosionSpawnThingDef> <!-- ARL_ToxicGasCloud -->
@ -297,6 +299,7 @@
<damageAmount>20</damageAmount> <damageAmount>20</damageAmount>
<armorPenetration>0.5</armorPenetration> <armorPenetration>0.5</armorPenetration>
<smokeRadius>6</smokeRadius> <smokeRadius>6</smokeRadius>
<explosionSound>Explosion_Smoke</explosionSound>
<clamorType>Ability</clamorType> <clamorType>Ability</clamorType>
<clamorRadius>20</clamorRadius> <clamorRadius>20</clamorRadius>
<postExplosionSpawnThingDef>DRM_FrostGasCloud_Ex</postExplosionSpawnThingDef> <!-- ARL_ToxicGasCloud --> <postExplosionSpawnThingDef>DRM_FrostGasCloud_Ex</postExplosionSpawnThingDef> <!-- ARL_ToxicGasCloud -->

View File

@ -74,6 +74,7 @@
<damageDef>Smoke</damageDef> <damageDef>Smoke</damageDef>
<smokeRadius>9</smokeRadius> <smokeRadius>9</smokeRadius>
<gasType>DeadlifeDust</gasType> <gasType>DeadlifeDust</gasType>
<explosionSound>Explosion_Smoke</explosionSound>
<clamorType>Ability</clamorType> <clamorType>Ability</clamorType>
<clamorRadius>20</clamorRadius> <clamorRadius>20</clamorRadius>
</li> </li>

View File

@ -26,6 +26,7 @@
<li Class="DragonianMix.CompProperties_AbilityDRM_Deaddustpop"> <li Class="DragonianMix.CompProperties_AbilityDRM_Deaddustpop">
<damageDef>Smoke</damageDef> <damageDef>Smoke</damageDef>
<smokeRadius>9</smokeRadius> <smokeRadius>9</smokeRadius>
<explosionSound>Explosion_Smoke</explosionSound>
<gasType>ToxGas</gasType> <gasType>ToxGas</gasType>
<clamorType>Ability</clamorType> <clamorType>Ability</clamorType>
<clamorRadius>20</clamorRadius> <clamorRadius>20</clamorRadius>