-
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 branch 'Development' into Development
- Loading branch information
Showing
19 changed files
with
462 additions
and
324 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
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
63 changes: 63 additions & 0 deletions
63
...ech Expansion - Insectoid/Patches/Biotech Expansion - Insectoid/BEI_AbilityDefs_Patch.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,63 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Patch> | ||
|
||
<Operation Class="PatchOperationReplace"> | ||
<xpath>Defs/AbilityDef[defName="BTEIst_VolatileStingLauncher" or defName="BTEIst_ToxicStingLauncher"]/verbProperties/range</xpath> | ||
<value> | ||
<range>28</range> | ||
</value> | ||
</Operation> | ||
|
||
<Operation Class="PatchOperationReplace"> | ||
<xpath>Defs/ThingDef[defName="BTEIst_ToxicSting"]/projectile</xpath> | ||
<value> | ||
<projectile Class="CombatExtended.ProjectilePropertiesCE"> | ||
<damageDef>BTEIst_ToxicStab</damageDef> | ||
<speed>120</speed> | ||
<damageAmountBase>5</damageAmountBase> | ||
<armorPenetrationSharp>6</armorPenetrationSharp> | ||
<armorPenetrationBlunt>9</armorPenetrationBlunt> | ||
</projectile> | ||
</value> | ||
</Operation> | ||
|
||
<Operation Class="PatchOperationReplace"> | ||
<xpath>Defs/ThingDef[defName="BTEIst_ToxicStingBuffed"]/projectile</xpath> | ||
<value> | ||
<projectile Class="CombatExtended.ProjectilePropertiesCE"> | ||
<damageDef>BTEIst_ToxicStab</damageDef> | ||
<speed>120</speed> | ||
<damageAmountBase>10</damageAmountBase> | ||
<armorPenetrationSharp>9</armorPenetrationSharp> | ||
<armorPenetrationBlunt>12</armorPenetrationBlunt> | ||
</projectile> | ||
</value> | ||
</Operation> | ||
|
||
<Operation Class="PatchOperationReplace"> | ||
<xpath>Defs/ThingDef[defName="BTEIst_VolatileSting"]/projectile</xpath> | ||
<value> | ||
<projectile Class="CombatExtended.ProjectilePropertiesCE"> | ||
<damageDef>BTEIst_VolatileStab</damageDef> | ||
<speed>120</speed> | ||
<damageAmountBase>1</damageAmountBase> | ||
<armorPenetrationSharp>12</armorPenetrationSharp> | ||
<armorPenetrationBlunt>18</armorPenetrationBlunt> | ||
</projectile> | ||
</value> | ||
</Operation> | ||
|
||
<Operation Class="PatchOperationReplace"> | ||
<xpath>Defs/ThingDef[defName="BTEIst_ToxicStingBuffed"]/projectile</xpath> | ||
<value> | ||
<projectile Class="CombatExtended.ProjectilePropertiesCE"> | ||
<damageDef>BTEIst_ToxicStab</damageDef> | ||
<speed>120</speed> | ||
<damageAmountBase>2</damageAmountBase> | ||
<armorPenetrationSharp>12</armorPenetrationSharp> | ||
<armorPenetrationBlunt>18</armorPenetrationBlunt> | ||
</projectile> | ||
</value> | ||
</Operation> | ||
|
||
</Patch> |
45 changes: 45 additions & 0 deletions
45
...ech Expansion - Insectoid/Patches/Biotech Expansion - Insectoid/BEI_Hediffs_BodyParts.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,45 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Patch> | ||
|
||
<Operation Class="PatchOperationReplace"> | ||
<xpath>Defs/HediffDef[defName="BTEIst_InsectoidClaw"]/comps/li[@Class="HediffCompProperties_VerbGiver"]/tools</xpath> | ||
<value> | ||
<tools> | ||
<li Class="CombatExtended.ToolCE"> | ||
<label>claws</label> | ||
<capacities> | ||
<li>Cut</li> | ||
</capacities> | ||
<power>15</power> | ||
<armorPenetrationBlunt>0.25</armorPenetrationBlunt> | ||
<armorPenetrationSharp>0.22</armorPenetrationSharp> | ||
<alwaysTreatAsWeapon>true</alwaysTreatAsWeapon> | ||
<cooldownTime>1.4</cooldownTime> | ||
<soundMeleeHit>MeleeHit_BionicSlash</soundMeleeHit> | ||
<soundMeleeMiss>MeleeMiss_BionicSlash</soundMeleeMiss> | ||
</li> | ||
</tools> | ||
</value> | ||
</Operation> | ||
|
||
<Operation Class="PatchOperationReplace"> | ||
<xpath>Defs/GeneDef[defName="BTEIst_HardenedChitin"]/statOffsets</xpath> | ||
<value> | ||
<statOffsets> | ||
<ArmorRating_Sharp>2.25</ArmorRating_Sharp> | ||
<ArmorRating_Blunt>3.375</ArmorRating_Blunt> | ||
</statOffsets> | ||
</value> | ||
</Operation> | ||
|
||
<Operation Class="PatchOperationReplace"> | ||
<xpath>Defs/HediffDef[defName="BTEIst_Exogelatin"]/stages/li/statOffsets</xpath> | ||
<value> | ||
<statOffsets> | ||
<ArmorRating_Sharp>2.25</ArmorRating_Sharp> | ||
<ArmorRating_Blunt>3.375</ArmorRating_Blunt> | ||
</statOffsets> | ||
</value> | ||
</Operation> | ||
|
||
</Patch> |
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
Oops, something went wrong.