Skip to content

Instantly share code, notes, and snippets.

@Neceros
Created August 1, 2020 06:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Neceros/405d246ffbb7f4b1421df954649d5d7c to your computer and use it in GitHub Desktop.
Save Neceros/405d246ffbb7f4b1421df954649d5d7c to your computer and use it in GitHub Desktop.
Drone body parts
<?xml version="1.0" encoding="utf-8" ?>
<Defs>
<BodyPartDef>
<defName>DroneShell</defName>
<label>shell</label>
<hitPoints>30</hitPoints>
<permanentInjuryChanceFactor>0</permanentInjuryChanceFactor>
<skinCovered>false</skinCovered>
<bleedRate>0</bleedRate>
<solid>true</solid>
</BodyPartDef>
<BodyPartDef>
<defName>DroneFramework</defName>
<label>framework</label>
<hitPoints>25</hitPoints>
<permanentInjuryChanceFactor>0</permanentInjuryChanceFactor>
<skinCovered>false</skinCovered>
<bleedRate>0</bleedRate>
<tags>
<li>BreathingSourceCage</li>
</tags>
<solid>true</solid>
</BodyPartDef>
<BodyPartDef>
<defName>DroneEngine</defName>
<label>engine</label>
<hitPoints>15</hitPoints>
<permanentInjuryChanceFactor>0.22</permanentInjuryChanceFactor>
<skinCovered>false</skinCovered>
<bleedRate>2</bleedRate>
<tags>
<li>BloodPumpingSource</li>
<li>BreathingSource</li>
<li>MetabolismSource</li>
</tags>
</BodyPartDef>
<BodyPartDef>
<defName>DroneSensor</defName>
<label>sensor</label>
<hitPoints>5</hitPoints>
<permanentInjuryChanceFactor>0</permanentInjuryChanceFactor>
<skinCovered>false</skinCovered>
<bleedRate>0</bleedRate>
<socketed>true</socketed>
<tags>
<li>SightSource</li>
<li>HearingSource</li>
</tags>
</BodyPartDef>
<BodyPartDef>
<defName>DroneShoulder</defName>
<label>shoulder joint</label>
<hitPoints>10</hitPoints>
<permanentInjuryChanceFactor>0</permanentInjuryChanceFactor>
<skinCovered>false</skinCovered>
<bleedRate>0</bleedRate>
<solid>true</solid>
<tags>
<li>ManipulationLimbSegment</li>
</tags>
</BodyPartDef>
<BodyPartDef>
<defName>DroneArm</defName>
<label>arm</label>
<hitPoints>10</hitPoints>
<permanentInjuryChanceFactor>0</permanentInjuryChanceFactor>
<skinCovered>false</skinCovered>
<bleedRate>0</bleedRate>
<solid>true</solid>
<tags>
<li>ManipulationLimbCore</li>
</tags>
</BodyPartDef>
<BodyPartDef>
<defName>DroneHand</defName>
<label>multi-tool hand</label>
<hitPoints>5</hitPoints>
<frostbiteVulnerability>0</frostbiteVulnerability>
<permanentInjuryChanceFactor>0</permanentInjuryChanceFactor>
<skinCovered>false</skinCovered>
<tags>
<li>ManipulationLimbSegment</li>
<li>ManipulationLimbDigit</li>
</tags>
<bleedRate>0</bleedRate>
<solid>true</solid>
</BodyPartDef>
<BodyPartDef>
<defName>DronePelvis</defName>
<label>main axle</label>
<hitPoints>8</hitPoints>
<permanentInjuryChanceFactor>0</permanentInjuryChanceFactor>
<skinCovered>false</skinCovered>
<bleedRate>1</bleedRate>
<tags>
<li>BloodFiltrationLiver</li>
</tags>
</BodyPartDef>
<BodyPartDef>
<defName>LeftDroneWheel</defName>
<label>left tread wheel</label>
<hitPoints>15</hitPoints>
<permanentInjuryChanceFactor>0</permanentInjuryChanceFactor>
<skinCovered>false</skinCovered>
<bleedRate>0</bleedRate>
<solid>true</solid>
<tags>
<li>MovingLimbSegment</li>
</tags>
</BodyPartDef>
<BodyPartDef>
<defName>RightDroneWheel</defName>
<label>right tread wheel</label>
<hitPoints>15</hitPoints>
<permanentInjuryChanceFactor>0</permanentInjuryChanceFactor>
<skinCovered>false</skinCovered>
<bleedRate>0</bleedRate>
<solid>true</solid>
<tags>
<li>MovingLimbSegment</li>
</tags>
</BodyPartDef>
<BodyPartDef>
<defName>DroneMotherboard</defName>
<label>droid motherboard</label>
<hitPoints>10</hitPoints>
<permanentInjuryChanceFactor>0</permanentInjuryChanceFactor>
<skinCovered>false</skinCovered>
<bleedRate>0</bleedRate>
<solid>false</solid>
<tags>
<li>ConsciousnessSource</li>
</tags>
</BodyPartDef>
</Defs>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment