-
Notifications
You must be signed in to change notification settings - Fork 257
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 #3391 from SamaelGray/SamaelGray-AlphaAnimalsUpdate
Alpha Animals black hive update
- Loading branch information
Showing
12 changed files
with
389 additions
and
15 deletions.
There are no files selected for viewing
40 changes: 40 additions & 0 deletions
40
ModPatches/Alpha Animals/Patches/Alpha Animals/AA_VFEI2/AbilityDefs/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,40 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Patch> | ||
|
||
<Operation Class="PatchOperationFindMod"> | ||
<mods> | ||
<li>Vanilla Factions Expanded - Insectoids 2</li> | ||
</mods> | ||
|
||
<match Class="PatchOperationSequence"> | ||
<operations> | ||
|
||
<li Class="PatchOperationReplace"> | ||
<xpath>Defs/AbilityDef[defName="AA_GreaterVileSpit"]/verbProperties/range</xpath> | ||
<value> | ||
<range>30.9</range> | ||
</value> | ||
</li> | ||
|
||
<li Class="PatchOperationReplace"> | ||
<xpath>Defs/ThingDef[defName="AA_GreaterBlackHiveBolt"]/projectile</xpath> | ||
<value> | ||
<projectile Class="CombatExtended.ProjectilePropertiesCE"> | ||
<damageDef>AA_BlackHiveBolt</damageDef> | ||
<speed>30</speed> | ||
<damageAmountBase>20</damageAmountBase> | ||
<armorPenetrationSharp>9</armorPenetrationSharp> | ||
<armorPenetrationBlunt>12</armorPenetrationBlunt> | ||
<numExtraHitCells>5</numExtraHitCells> | ||
<filthCount>1</filthCount> | ||
<shadowSize>0</shadowSize> | ||
<filth>AA_FilthSlimyPuke</filth> | ||
</projectile> | ||
</value> | ||
</li> | ||
|
||
</operations> | ||
</match> | ||
</Operation> | ||
|
||
</Patch> |
34 changes: 34 additions & 0 deletions
34
ModPatches/Alpha Animals/Patches/Alpha Animals/AA_VFEI2/HediffDefs/Hediffs_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,34 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Patch> | ||
|
||
<Operation Class="PatchOperationFindMod"> | ||
<mods> | ||
<li>Vanilla Factions Expanded - Insectoids 2</li> | ||
</mods> | ||
|
||
<match Class="PatchOperationSequence"> | ||
<operations> | ||
|
||
<li Class="PatchOperationReplace"> | ||
<xpath>Defs/HediffDef[defName="AA_MechanoidRendingClaws"]/comps/li[@Class="HediffCompProperties_VerbGiver"]/tools</xpath> | ||
<value> | ||
<tools> | ||
<li Class="CombatExtended.ToolCE"> | ||
<label>mechanoid rending claws</label> | ||
<capacities> | ||
<li>AA_EMPSlash</li> | ||
</capacities> | ||
<power>16</power> | ||
<cooldownTime>1.5</cooldownTime> | ||
<armorPenetrationSharp>2.0</armorPenetrationSharp> | ||
<armorPenetrationBlunt>1.5</armorPenetrationBlunt> | ||
</li> | ||
</tools> | ||
</value> | ||
</li> | ||
|
||
</operations> | ||
</match> | ||
</Operation> | ||
|
||
</Patch> |
112 changes: 112 additions & 0 deletions
112
...tches/Alpha Animals/Patches/Alpha Animals/AA_VFEI2/ThingDefs_Races/Races_BlackEmpress.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,112 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Patch> | ||
|
||
<Operation Class="PatchOperationFindMod"> | ||
<mods> | ||
<li>Vanilla Factions Expanded - Insectoids 2</li> | ||
</mods> | ||
|
||
<match Class="PatchOperationSequence"> | ||
<operations> | ||
|
||
<li Class="PatchOperationAddModExtension"> | ||
<xpath>Defs/ThingDef[defName="VFEI2_BlackEmpress"]</xpath> | ||
<value> | ||
<li Class="CombatExtended.RacePropertiesExtensionCE"> | ||
<bodyShape>Quadruped</bodyShape> | ||
</li> | ||
</value> | ||
</li> | ||
|
||
<li Class="PatchOperationAdd"> | ||
<xpath>Defs/ThingDef[defName="VFEI2_BlackEmpress"]/statBases</xpath> | ||
<value> | ||
<MeleeDodgeChance>0.05</MeleeDodgeChance> | ||
<MeleeCritChance>0.33</MeleeCritChance> | ||
<MeleeParryChance>0.57</MeleeParryChance> | ||
</value> | ||
</li> | ||
|
||
<li Class="PatchOperationReplace"> | ||
<xpath>Defs/ThingDef[defName="VFEI2_BlackEmpress"]/statBases/ArmorRating_Blunt</xpath> | ||
<value> | ||
<ArmorRating_Blunt>25</ArmorRating_Blunt> | ||
</value> | ||
</li> | ||
|
||
<li Class="PatchOperationReplace"> | ||
<xpath>Defs/ThingDef[defName="VFEI2_BlackEmpress"]/statBases/ArmorRating_Sharp</xpath> | ||
<value> | ||
<ArmorRating_Sharp>14</ArmorRating_Sharp> | ||
</value> | ||
</li> | ||
|
||
<li Class="PatchOperationReplace"> | ||
<xpath>Defs/ThingDef[defName="VFEI2_BlackEmpress"]/tools</xpath> | ||
<value> | ||
<tools> | ||
<li Class="CombatExtended.ToolCE"> | ||
<label>head claw</label> | ||
<capacities> | ||
<li>AA_ExtraDamageMechanoidsClaws</li> | ||
</capacities> | ||
<power>25</power> | ||
<cooldownTime>1.28</cooldownTime> | ||
<linkedBodyPartsGroup>HeadClaw</linkedBodyPartsGroup> | ||
<armorPenetrationSharp>50</armorPenetrationSharp> | ||
<armorPenetrationBlunt>30</armorPenetrationBlunt> | ||
</li> | ||
<li Class="CombatExtended.ToolCE"> | ||
<label>front claw</label> | ||
<capacities> | ||
<li>AA_ExtraDamageMechanoidsClaws</li> | ||
</capacities> | ||
<power>51</power> | ||
<cooldownTime>1.45</cooldownTime> | ||
<linkedBodyPartsGroup>HeadClaw</linkedBodyPartsGroup> | ||
<armorPenetrationSharp>7.5</armorPenetrationSharp> | ||
<armorPenetrationBlunt>15</armorPenetrationBlunt> | ||
</li> | ||
<li Class="CombatExtended.ToolCE"> | ||
<label>head</label> | ||
<capacities> | ||
<li>Blunt</li> | ||
</capacities> | ||
<power>12</power> | ||
<cooldownTime>2.64</cooldownTime> | ||
<linkedBodyPartsGroup>HeadAttackTool</linkedBodyPartsGroup> | ||
<chanceFactor>0.2</chanceFactor> | ||
<armorPenetrationBlunt>5.1</armorPenetrationBlunt> | ||
</li> | ||
</tools> | ||
</value> | ||
</li> | ||
|
||
<li Class="PatchOperationConditional"> | ||
<xpath>Defs/ThingDef[defName="VFEI2_BlackEmpress"]/comps</xpath> | ||
<nomatch Class="PatchOperationAdd"> | ||
<xpath>Defs/ThingDef[defName="VFEI2_BlackEmpress"]</xpath> | ||
<value> | ||
<comps /> | ||
</value> | ||
</nomatch> | ||
</li> | ||
|
||
<li Class="PatchOperationAdd"> | ||
<xpath>Defs/ThingDef[defName="VFEI2_BlackEmpress"]/comps</xpath> | ||
<value> | ||
<li Class="CombatExtended.CompProperties_ArmorDurability"> | ||
<Durability>2750</Durability> | ||
<Regenerates>true</Regenerates> | ||
<RegenInterval>400</RegenInterval> | ||
<RegenValue>5</RegenValue> | ||
<MinArmorPct>0.25</MinArmorPct> | ||
</li> | ||
</value> | ||
</li> | ||
|
||
</operations> | ||
</match> | ||
</Operation> | ||
|
||
</Patch> |
112 changes: 112 additions & 0 deletions
112
ModPatches/Alpha Animals/Patches/Alpha Animals/AA_VFEI2/ThingDefs_Races/Races_BlackQueen.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,112 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Patch> | ||
|
||
<Operation Class="PatchOperationFindMod"> | ||
<mods> | ||
<li>Vanilla Factions Expanded - Insectoids 2</li> | ||
</mods> | ||
|
||
<match Class="PatchOperationSequence"> | ||
<operations> | ||
|
||
<li Class="PatchOperationAddModExtension"> | ||
<xpath>Defs/ThingDef[defName="VFEI2_BlackQueen"]</xpath> | ||
<value> | ||
<li Class="CombatExtended.RacePropertiesExtensionCE"> | ||
<bodyShape>Birdlike</bodyShape> | ||
</li> | ||
</value> | ||
</li> | ||
|
||
<li Class="PatchOperationAdd"> | ||
<xpath>Defs/ThingDef[defName="VFEI2_BlackQueen"]/statBases</xpath> | ||
<value> | ||
<MeleeDodgeChance>0.03</MeleeDodgeChance> | ||
<MeleeCritChance>0.30</MeleeCritChance> | ||
<MeleeParryChance>0.57</MeleeParryChance> | ||
</value> | ||
</li> | ||
|
||
<li Class="PatchOperationReplace"> | ||
<xpath>Defs/ThingDef[defName="VFEI2_BlackQueen"]/statBases/ArmorRating_Blunt</xpath> | ||
<value> | ||
<ArmorRating_Blunt>30</ArmorRating_Blunt> | ||
</value> | ||
</li> | ||
|
||
<li Class="PatchOperationReplace"> | ||
<xpath>Defs/ThingDef[defName="VFEI2_BlackQueen"]/statBases/ArmorRating_Sharp</xpath> | ||
<value> | ||
<ArmorRating_Sharp>12</ArmorRating_Sharp> | ||
</value> | ||
</li> | ||
|
||
<li Class="PatchOperationReplace"> | ||
<xpath>Defs/ThingDef[defName="VFEI2_BlackQueen"]/tools</xpath> | ||
<value> | ||
<tools> | ||
<li Class="CombatExtended.ToolCE"> | ||
<label>head claw</label> | ||
<capacities> | ||
<li>AA_ExtraDamageMechanoidsClaws</li> | ||
</capacities> | ||
<power>37</power> | ||
<cooldownTime>1.48</cooldownTime> | ||
<linkedBodyPartsGroup>HeadClaw</linkedBodyPartsGroup> | ||
<armorPenetrationSharp>50</armorPenetrationSharp> | ||
<armorPenetrationBlunt>30</armorPenetrationBlunt> | ||
</li> | ||
<li Class="CombatExtended.ToolCE"> | ||
<label>head claw</label> | ||
<capacities> | ||
<li>Cut</li> | ||
</capacities> | ||
<power>65</power> | ||
<cooldownTime>1.65</cooldownTime> | ||
<linkedBodyPartsGroup>HeadClaw</linkedBodyPartsGroup> | ||
<armorPenetrationSharp>5</armorPenetrationSharp> | ||
<armorPenetrationBlunt>10</armorPenetrationBlunt> | ||
</li> | ||
<li Class="CombatExtended.ToolCE"> | ||
<label>head</label> | ||
<capacities> | ||
<li>Blunt</li> | ||
</capacities> | ||
<power>34</power> | ||
<cooldownTime>2.64</cooldownTime> | ||
<linkedBodyPartsGroup>HeadAttackTool</linkedBodyPartsGroup> | ||
<chanceFactor>0.2</chanceFactor> | ||
<armorPenetrationBlunt>14.4</armorPenetrationBlunt> | ||
</li> | ||
</tools> | ||
</value> | ||
</li> | ||
|
||
<li Class="PatchOperationConditional"> | ||
<xpath>Defs/ThingDef[defName="VFEI2_BlackQueen"]/comps</xpath> | ||
<nomatch Class="PatchOperationAdd"> | ||
<xpath>Defs/ThingDef[defName="VFEI2_BlackQueen"]</xpath> | ||
<value> | ||
<comps /> | ||
</value> | ||
</nomatch> | ||
</li> | ||
|
||
<li Class="PatchOperationAdd"> | ||
<xpath>Defs/ThingDef[defName="VFEI2_BlackQueen"]/comps</xpath> | ||
<value> | ||
<li Class="CombatExtended.CompProperties_ArmorDurability"> | ||
<Durability>3000</Durability> | ||
<Regenerates>true</Regenerates> | ||
<RegenInterval>400</RegenInterval> | ||
<RegenValue>5</RegenValue> | ||
<MinArmorPct>0.25</MinArmorPct> | ||
</li> | ||
</value> | ||
</li> | ||
|
||
</operations> | ||
</match> | ||
</Operation> | ||
|
||
</Patch> |
45 changes: 45 additions & 0 deletions
45
...hes/Alpha Animals/Patches/Alpha Animals/AA_VFEI2/ThingDefs_Races/Races_BlackSwarmling.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="PatchOperationFindMod"> | ||
<mods> | ||
<li>Vanilla Factions Expanded - Insectoids 2</li> | ||
</mods> | ||
|
||
<match Class="PatchOperationSequence"> | ||
<operations> | ||
|
||
<li Class="PatchOperationReplace"> | ||
<xpath>Defs/ThingDef[defName="VFEI2_BlackSwarmling"]/statBases/MoveSpeed</xpath> | ||
<value> | ||
<MoveSpeed>1.9</MoveSpeed> | ||
<MeleeDodgeChance>0.1</MeleeDodgeChance> | ||
<MeleeCritChance>0.02</MeleeCritChance> | ||
<MeleeParryChance>0.01</MeleeParryChance> | ||
</value> | ||
</li> | ||
|
||
<li Class="PatchOperationReplace"> | ||
<xpath>Defs/ThingDef[defName="VFEI2_BlackSwarmling"]/tools</xpath> | ||
<value> | ||
<tools> | ||
<li Class="CombatExtended.ToolCE"> | ||
<label>mouth</label> | ||
<capacities> | ||
<li>Bite</li> | ||
</capacities> | ||
<power>3</power> | ||
<cooldownTime>1.5</cooldownTime> | ||
<linkedBodyPartsGroup>Mouth</linkedBodyPartsGroup> | ||
<armorPenetrationSharp>0.1</armorPenetrationSharp> | ||
<armorPenetrationBlunt>0.25</armorPenetrationBlunt> | ||
</li> | ||
</tools> | ||
</value> | ||
</li> | ||
|
||
</operations> | ||
</match> | ||
</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.