-
Notifications
You must be signed in to change notification settings - Fork 259
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3348 from SaltyKarl/Pluse_Stunstick_update
make Pulse Weaponry Stunstick one handed
- Loading branch information
Showing
2 changed files
with
66 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Defs> | ||
|
||
<ManeuverDef> | ||
<defName>StunstickSmash</defName> | ||
<requiredCapacity>PW_Taser</requiredCapacity> | ||
<verb> | ||
<verbClass Class="CombatExtended.VerbPropertiesCE">CombatExtended.Verb_MeleeAttackCE</verbClass> | ||
<meleeDamageDef>PW_Taser</meleeDamageDef> | ||
</verb> | ||
<logEntryDef>MeleeAttack</logEntryDef> | ||
<combatLogRulesHit>Maneuver_Smash_MeleeHit</combatLogRulesHit> | ||
<combatLogRulesDeflect>Maneuver_Smash_MeleeDeflect</combatLogRulesDeflect> | ||
<combatLogRulesMiss>Maneuver_Smash_MeleeMiss</combatLogRulesMiss> | ||
<combatLogRulesDodge>Maneuver_Smash_MeleeDodge</combatLogRulesDodge> | ||
</ManeuverDef> | ||
|
||
<ToolCapacityDef> | ||
<defName>PW_Taser</defName> | ||
<label>shock</label> | ||
</ToolCapacityDef> | ||
|
||
<DamageDef ParentName="Electrical"> | ||
<defName>PW_Taser</defName> | ||
<label>shock</label> | ||
<deathMessage>{0} has been shocked to death.</deathMessage> | ||
<hediff>StunstickBurn</hediff> | ||
<defaultArmorPenetration>0.45</defaultArmorPenetration> | ||
<causeStun>true</causeStun> | ||
<modExtensions> | ||
<li Class="CombatExtended.DamageDefExtensionCE"> | ||
<harmOnlyOutsideLayers>true</harmOnlyOutsideLayers> | ||
</li> | ||
</modExtensions> | ||
</DamageDef> | ||
|
||
<HediffDef ParentName="ElectricalBurn"> | ||
<defName>StunstickBurn</defName> | ||
<label>stunstick burn</label> | ||
<labelNoun>a stunstick burn</labelNoun> | ||
<comps> | ||
<li Class="CombatExtended.HediffCompProperties_Beanbag" /> | ||
</comps> | ||
</HediffDef> | ||
|
||
</Defs> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters