CombatExtendedRWMod / CombatExtended

Combat Extended mod for RimWorld
129 stars 91 forks source link

EPOE compatibility patch - added AdvancedPowerClaw #1217

Open JonM0 opened 4 years ago

JonM0 commented 4 years ago

It was missing, this is about 33% more dps than normal powerclaw I'm not sure about armor piercing.

Seems to work properly, I checked using the ingame "list melee verbs".

Normal power claw for reference:

<tools>
    <li Class="CombatExtended.ToolCE">
        <label>claw</label>
        <capacities>
            <li>Scratch</li>
        </capacities>
        <power>21</power>
        <cooldownTime>0.89</cooldownTime>
        <armorPenetrationSharp>0.8</armorPenetrationSharp>
        <armorPenetrationBlunt>4</armorPenetrationBlunt>
        <linkedBodyPartsGroup>Blade</linkedBodyPartsGroup>
    </li>
</tools>