Skip to content
Snippets Groups Projects
Commit 55420c33 authored by Ed86's avatar Ed86
Browse files

support for 1.3 Mech_Termite

parent 45037526
No related branches found
No related tags found
No related merge requests found
......@@ -179,6 +179,7 @@ Can analyze vital signs and location data, and relay that information back to me
<li>Mech_Scyther</li>
<li>Mech_Centipede</li>
<li>Mech_Pikeman</li>
<li>Mech_Termite</li>
</parentDefs>
<childrenDefs>
<li>Mech_Scyther</li>
......@@ -189,7 +190,7 @@ Can analyze vital signs and location data, and relay that information back to me
<!--deprecated-->
<!--rip-->
<!--maybe readd someday?-->
<!--maybe re-add someday?-->
<rjw.HediffDef_MechImplants ParentName="RJW_ImplantMech">
<hediffClass>rjw.Hediff_MicroComputer</hediffClass>
<defName>RJW_MicroComputer</defName>
......
......@@ -40,6 +40,7 @@
<li>Mech_Lancer</li>
<li>Mech_Scyther</li>
<li>Mech_Pikeman</li>
<li>Mech_Termite</li>
</raceNames>
<tags>
......
......@@ -2,7 +2,7 @@
<Patch>
<!-- Animals, Insects, Birds, modded pawns -->
<Operation Class="PatchOperationAdd">
<xpath>Defs/BodyDef[defName != "Human" and defName != "MechanicalCentipede" and defName != "Scyther" and defName != "Lancer" and defName != "Pikeman"]/corePart/parts</xpath>
<xpath>Defs/BodyDef[defName != "Human" and defName != "MechanicalCentipede" and defName != "Scyther" and defName != "Lancer" and defName != "Pikeman" and defName != "MechanicalTermite"]/corePart/parts</xpath>
<value>
<li>
<def>Genitals</def>
......@@ -18,7 +18,7 @@
</Operation>
<Operation Class="PatchOperationAdd">
<xpath>Defs/BodyDef[defName != "Human" and defName != "MechanicalCentipede" and defName != "Scyther" and defName != "Lancer" and defName != "Pikeman"]/corePart/parts</xpath>
<xpath>Defs/BodyDef[defName != "Human" and defName != "MechanicalCentipede" and defName != "Scyther" and defName != "Lancer" and defName != "Pikeman" and defName != "MechanicalTermite"]/corePart/parts</xpath>
<value>
<li>
<def>Chest</def>
......@@ -34,7 +34,7 @@
</Operation>
<Operation Class="PatchOperationAdd">
<xpath>Defs/BodyDef[defName != "Human" and defName != "MechanicalCentipede" and defName != "Scyther" and defName != "Lancer" and defName != "Pikeman"]/corePart/parts</xpath>
<xpath>Defs/BodyDef[defName != "Human" and defName != "MechanicalCentipede" and defName != "Scyther" and defName != "Lancer" and defName != "Pikeman" and defName != "MechanicalTermite"]/corePart/parts</xpath>
<value>
<li>
<def>Anus</def>
......
......@@ -41,4 +41,14 @@
</li>
</value>
</Operation>
<Operation Class="PatchOperationAdd">
<xpath>Defs/BodyDef[defName = "MechanicalTermite"]/corePart/parts/li[def = "MechanicalTermiteBodySecondRing"]/parts</xpath>
<value>
<li>
<def>MechGenitals</def>
<coverage>0.001</coverage>
<depth>Inside</depth>
</li>
</value>
</Operation>
</Patch>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment