feat(building): 增强防御塔功能并调整武器射程
更新了阿拉克涅虫族防御建筑的行为与配置: - 将部分 turret 类型的 thingClass 替换为 Building_TurretGunHasSpeed, 并添加 ModExt_HasSpeedTurret 扩展以支持旋转速度控制。 - 为多个炮塔添加射击偏移扩展 ModExtension_ShootWithOffset, 并指定具体的坐标偏移量。 - 调整两种 needle gun 武器的射程从 22 提高至 28。 - 移除了已废弃的 ARA_Weapon_FireSpew.xml 配置文件。 - 在项目中引入新的构建类:Building_TurretGunHasSpeed 和 Verb_ShootWithOffset。
This commit is contained in:
@@ -420,7 +420,7 @@
|
||||
<forceNormalTimeSpeed>false</forceNormalTimeSpeed>
|
||||
<warmupTime>0.8</warmupTime>
|
||||
<defaultProjectile>Bullet_ARA_RW_Basic_Fist_Needle_Gun</defaultProjectile>
|
||||
<range>22</range>
|
||||
<range>28</range>
|
||||
<burstShotCount>32</burstShotCount>
|
||||
<ticksBetweenBurstShots>2</ticksBetweenBurstShots>
|
||||
<soundCast>SpitterSpit</soundCast>
|
||||
@@ -498,7 +498,7 @@
|
||||
<forceNormalTimeSpeed>false</forceNormalTimeSpeed>
|
||||
<warmupTime>0.8</warmupTime>
|
||||
<defaultProjectile>Bullet_ARA_RW_Basic_Fist_Needle_Gun_SG</defaultProjectile>
|
||||
<range>22</range>
|
||||
<range>28</range>
|
||||
<burstShotCount>3</burstShotCount>
|
||||
<ticksBetweenBurstShots>12</ticksBetweenBurstShots>
|
||||
<soundCast>SpitterSpit</soundCast>
|
||||
|
||||
Reference in New Issue
Block a user