Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
updated to the steam version
  • Loading branch information
Teok25 committed Dec 1, 2018
1 parent 9566185 commit ef7c07e
Show file tree
Hide file tree
Showing 19 changed files with 1,045 additions and 162 deletions.
4 changes: 2 additions & 2 deletions About/About.xml
Expand Up @@ -3,6 +3,6 @@
<name>Archotech Expanded</name>
<author>Teok25</author>
<url></url>
<targetVersion>1.0.0</targetVersion>
<description>Expands on the Archotech Bionics introduced in 1.0</description>
<targetVersion>1.0.2045</targetVersion>
<description>Expands on the Archotechnologies introduced in 1.0</description>
</ModMetaData>
20 changes: 20 additions & 0 deletions Defs/HediffDefs/AE_Hediffs_Local_AddedParts.xml
Expand Up @@ -52,6 +52,26 @@
<partEfficiency>1.7</partEfficiency>
</addedPartProps>
</HediffDef>
<HediffDef ParentName="AddedBodyPartBase">
<defName>ArchotechSpine</defName>
<label>archotech spine</label>
<labelNoun>an archotech spine</labelNoun>
<spawnThingOnRemoved>ArchotechSpine</spawnThingOnRemoved>
<addedPartProps>
<solid>true</solid>
<partEfficiency>1.7</partEfficiency>
</addedPartProps>
</HediffDef>
<HediffDef ParentName="AddedBodyPartBase">
<defName>ArchotechPelvis</defName>
<label>archotech pelvis</label>
<labelNoun>an archotech pelvis</labelNoun>
<spawnThingOnRemoved>ArchotechPelvis</spawnThingOnRemoved>
<addedPartProps>
<solid>true</solid>
<partEfficiency>1.7</partEfficiency>
</addedPartProps>
</HediffDef>
<HediffDef ParentName="AddedBodyPartBase">
<defName>ArchotechKidney</defName>
<label>archotech kidney</label>
Expand Down
2 changes: 1 addition & 1 deletion Defs/HediffDefs/AE_Hediffs_Local_Implants.xml
Expand Up @@ -2,7 +2,7 @@
<Defs>
<!-- Implants -->

<HediffDef Name="ImplantHediffBase" Abstract="True">
<HediffDef ParentName="ImplantHediffBase" Abstract ="True">
<hediffClass>Hediff_Implant</hediffClass>
<defaultLabelColor>(0.65, 0.3, 0.9)</defaultLabelColor>
<isBad>false</isBad>
Expand Down

0 comments on commit ef7c07e

Please sign in to comment.