Skip to content

Instantly share code, notes, and snippets.

@Neceros
Created August 27, 2019 04:37
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save Neceros/937fa1f7d720ce02e9394ba150b34325 to your computer and use it in GitHub Desktop.
SRTSMkIII
<ThingDef ParentName="BuildingBase">
<defName>SRTSMkIII</defName>
<label>SRTS Mk.III: Phoenix</label>
<description>The Phoenix offers similar fuel efficiency to the Albatross, but with an increased fuel reserve and carry capacity. Additionally, the Mk.II is harder to kill and uses less materials in its construction at the cost of some advanced chemistry.</description>
<graphicData>
<texPath>SRTSDropShip</texPath>
<graphicClass>Graphic_Multi</graphicClass>
<drawSize>(9,9)</drawSize>
<shadowData>
<volume>(0.1, 0.1, 0.1)</volume>
</shadowData>
</graphicData>
<size>(3,3)</size>
<tickerType>Normal</tickerType>
<altitudeLayer>BuildingOnTop</altitudeLayer>
<passability>PassThroughOnly</passability>
<castEdgeShadows>true</castEdgeShadows>
<fillPercent>0.5</fillPercent>
<designationCategory>Misc</designationCategory>
<terrainAffordanceNeeded>Medium</terrainAffordanceNeeded>
<statBases>
<MaxHitPoints>3000</MaxHitPoints>
<WorkToBuild>32000</WorkToBuild>
<Flammability>0.3</Flammability>
<Mass>17250</Mass>
</statBases>
<costList>
<Plasteel>450</Plasteel>
<Steel>800</Steel>
<Gold>150</Gold>
<Neutroamine>100</Neutroamine>
<ComponentIndustrial>20</ComponentIndustrial>
<ComponentSpacer>10</ComponentSpacer>
</costList>
<comps>
<li Class="CompProperties_Transporter">
<restEffectiveness>0.8</restEffectiveness>
<massCapacity>7500</massCapacity>
</li>
<li Class="SRTS.CompProperties_LaunchableSRTS" />
<li Class="CompProperties_Refuelable">
<fuelCapacity>2000</fuelCapacity>
<fuelConsumptionRate>0.75</fuelConsumptionRate>
<targetFuelLevelConfigurable>true</targetFuelLevelConfigurable>
<initialConfigurableTargetFuelLevel>1000</initialConfigurableTargetFuelLevel>
<fuelFilter>
<thingDefs>
<li>Chemfuel</li>
</thingDefs>
</fuelFilter>
<consumeFuelOnlyWhenUsed>true</consumeFuelOnlyWhenUsed>
<autoRefuelPercent>1</autoRefuelPercent>
<showFuelGizmo>true</showFuelGizmo>
<drawOutOfFuelOverlay>false</drawOutOfFuelOverlay>
<drawFuelGaugeInMap>false</drawFuelGaugeInMap>
</li>
</comps>
<inspectorTabs>
<li>ITab_TransporterContents</li>
</inspectorTabs>
<placeWorkers>
<li>PlaceWorker_NotUnderRoof</li>
</placeWorkers>
<researchPrerequisites>
<li>Research_SRTSMk3</li>
</researchPrerequisites>
<constructionSkillPrerequisite>12</constructionSkillPrerequisite>
<uiIconScale>0.25</uiIconScale>
</ThingDef>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment