```
feat(weapons): 修改武器特质配置并添加新特质 将原有的 `ARA_Weapon_ChainReload` 特质替换为 `ARA_Weapon_OverPenetrate`,并更新
This commit is contained in:
@@ -730,7 +730,7 @@
|
|||||||
<li Class="ArachnaeSwarm.CompProperties_CustomUniqueWeapon" MayRequire="Ludeon.RimWorld.Odyssey">
|
<li Class="ArachnaeSwarm.CompProperties_CustomUniqueWeapon" MayRequire="Ludeon.RimWorld.Odyssey">
|
||||||
<forcedTraits>
|
<forcedTraits>
|
||||||
<li>ARA_Huge_Weapon</li>
|
<li>ARA_Huge_Weapon</li>
|
||||||
<li>ARA_Weapon_ChainReload</li>
|
<li>ARA_Weapon_OverPenetrate</li>
|
||||||
</forcedTraits>
|
</forcedTraits>
|
||||||
<numTraitsRange>
|
<numTraitsRange>
|
||||||
<min>2</min>
|
<min>2</min>
|
||||||
|
|||||||
@@ -46,7 +46,7 @@
|
|||||||
</WeaponTraitDef>
|
</WeaponTraitDef>
|
||||||
<WeaponTraitDef>
|
<WeaponTraitDef>
|
||||||
<defName>ARA_Weapon_ChainReload</defName>
|
<defName>ARA_Weapon_ChainReload</defName>
|
||||||
<label>生物链式重装填</label>
|
<label>链式重装填</label>
|
||||||
<description>这种武装器官会随着每次攻击释放激素加快代谢速度,从而体现为射击速度和装填速度加快。</description>
|
<description>这种武装器官会随着每次攻击释放激素加快代谢速度,从而体现为射击速度和装填速度加快。</description>
|
||||||
<commonality>1</commonality>
|
<commonality>1</commonality>
|
||||||
<weaponCategory>ARA_Weapon_Damage_Category</weaponCategory>
|
<weaponCategory>ARA_Weapon_Damage_Category</weaponCategory>
|
||||||
@@ -55,4 +55,15 @@
|
|||||||
<statFactors>
|
<statFactors>
|
||||||
</statFactors>
|
</statFactors>
|
||||||
</WeaponTraitDef>
|
</WeaponTraitDef>
|
||||||
|
<WeaponTraitDef>
|
||||||
|
<defName>ARA_Weapon_OverPenetrate</defName>
|
||||||
|
<label>过度穿透</label>
|
||||||
|
<description>这种武装器官的射弹命中敌人时,不会停止而是会穿透路径上的所有敌人造成伤害。</description>
|
||||||
|
<commonality>1</commonality>
|
||||||
|
<weaponCategory>ARA_Weapon_Damage_Category</weaponCategory>
|
||||||
|
<statOffsets>
|
||||||
|
</statOffsets>
|
||||||
|
<statFactors>
|
||||||
|
</statFactors>
|
||||||
|
</WeaponTraitDef>
|
||||||
</Defs>
|
</Defs>
|
||||||
Reference in New Issue
Block a user