-
Notifications
You must be signed in to change notification settings - Fork 258
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'Development' into GW-Talons
- Loading branch information
Showing
71 changed files
with
4,184 additions
and
1,125 deletions.
There are no files selected for viewing
Binary file not shown.
12 changes: 0 additions & 12 deletions
12
Languages/ChineseSimplified/DefInjected/ThingDef/Buildings_Mech_Turrets.xml
This file was deleted.
Oops, something went wrong.
10 changes: 0 additions & 10 deletions
10
Languages/ChineseSimplified/DefInjected/ThingDef/Buildings_Security_Turrets.xml
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
Languages/ChineseSimplified/DefInjected/ThingDef/RangedNeolithic.xml
This file was deleted.
Oops, something went wrong.
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
25 changes: 0 additions & 25 deletions
25
Languages/ChineseSimplified/DefInjected/ThingDef/Weapons_Turretsgun.xml
This file was deleted.
Oops, something went wrong.
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
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
64 changes: 64 additions & 0 deletions
64
ModPatches/Beliar Xenotype/Patches/Beliar Xenotype/Weapons.xml
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,64 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Patch> | ||
|
||
<Operation Class="PatchOperationAdd"> | ||
<xpath>Defs/ThingDef[defName="BX_BloodletterBlade"]/statBases</xpath> | ||
<value> | ||
<Bulk>4</Bulk> | ||
<MeleeCounterParryBonus>0.40</MeleeCounterParryBonus> | ||
</value> | ||
</Operation> | ||
|
||
<Operation Class="PatchOperationAdd"> | ||
<xpath>Defs/ThingDef[defName="BX_BloodletterBlade"]</xpath> | ||
<value> | ||
<equippedStatOffsets> | ||
<MeleeCritChance>1.00</MeleeCritChance> | ||
<MeleeParryChance>0.40</MeleeParryChance> | ||
<MeleeDodgeChance>0.27</MeleeDodgeChance> | ||
</equippedStatOffsets> | ||
</value> | ||
</Operation> | ||
|
||
<Operation Class="PatchOperationReplace"> | ||
<xpath>Defs/ThingDef[defName="BX_BloodletterBlade"]/tools</xpath> | ||
<value> | ||
<tools> | ||
<li Class="CombatExtended.ToolCE"> | ||
<label>handle</label> | ||
<capacities> | ||
<li>Blunt</li> | ||
</capacities> | ||
<power>2</power> | ||
<cooldownTime>1.5</cooldownTime> | ||
<chanceFactor>0.1</chanceFactor> | ||
<armorPenetrationBlunt>1.2</armorPenetrationBlunt> | ||
<linkedBodyPartsGroup>Handle</linkedBodyPartsGroup> | ||
</li> | ||
<li Class="CombatExtended.ToolCE"> | ||
<label>point</label> | ||
<capacities> | ||
<li>GS_BleedDamage</li> | ||
</capacities> | ||
<power>14</power> | ||
<cooldownTime>0.94</cooldownTime> | ||
<armorPenetrationBlunt>1.28</armorPenetrationBlunt> | ||
<armorPenetrationSharp>23</armorPenetrationSharp> | ||
<linkedBodyPartsGroup>Point</linkedBodyPartsGroup> | ||
</li> | ||
<li Class="CombatExtended.ToolCE"> | ||
<label>edge</label> | ||
<capacities> | ||
<li>GS_BleedDamage</li> | ||
</capacities> | ||
<power>32</power> | ||
<cooldownTime>0.83</cooldownTime> | ||
<armorPenetrationBlunt>2.88</armorPenetrationBlunt> | ||
<armorPenetrationSharp>14</armorPenetrationSharp> | ||
<linkedBodyPartsGroup>Edge</linkedBodyPartsGroup> | ||
</li> | ||
</tools> | ||
</value> | ||
</Operation> | ||
|
||
</Patch> |
Oops, something went wrong.