Skip to content

Commit

Permalink
Added a few new objects
Browse files Browse the repository at this point in the history
  • Loading branch information
AndroidQuazar committed Oct 11, 2020
1 parent 0cba69d commit 5e4c39e
Show file tree
Hide file tree
Showing 5 changed files with 62 additions and 0 deletions.
62 changes: 62 additions & 0 deletions 1.2/Defs/ThingDefs_Buildings/Buildings_AdvancedPower.xml
Original file line number Diff line number Diff line change
Expand Up @@ -184,5 +184,67 @@
</researchPrerequisites>
<constructionSkillPrerequisite>6</constructionSkillPrerequisite>
</ThingDef>

<ThingDef ParentName="BuildingBase">
<defName>VPE_AdvancedGeothermalGenerator</defName>
<label>advanced geothermal generator</label>
<description>This advanced, spacertech generator produces electricity from geothermal steam geysers. Must be placed on a steam geyser.</description>
<thingClass>Building</thingClass>
<graphicData>
<texPath>Things/Building/Power/AdvancedGeothermalPlant/AdvancedGeothermalPlant</texPath>
<graphicClass>Graphic_Single</graphicClass>
<drawSize>(6,6)</drawSize>
<shadowData>
<volume>(6.03,1.0,5.25)</volume>
<offset>(0,0,-0.25)</offset>
</shadowData>
<damageData>
<rect>(0.3,0,5.4,6)</rect>
</damageData>
</graphicData>
<altitudeLayer>Building</altitudeLayer>
<passability>Impassable</passability>
<blockWind>true</blockWind>
<scatterableOnMapGen>false</scatterableOnMapGen>
<fillPercent>1</fillPercent>
<blockLight>true</blockLight>
<canOverlapZones>false</canOverlapZones>
<statBases>
<MaxHitPoints>750</MaxHitPoints>
<WorkToBuild>18000</WorkToBuild>
<Flammability>0.5</Flammability>
<Beauty>-20</Beauty>
</statBases>
<tickerType>Normal</tickerType>
<size>(6,6)</size>
<costList>
<Steel>300</Steel>
<ComponentSpacer>6</ComponentSpacer>
</costList>
<comps>
<li Class="CompProperties_Power">
<compClass>CompPowerPlantSteam</compClass>
<basePowerConsumption>-5200</basePowerConsumption>
<transmitsPower>true</transmitsPower>
</li>
<li Class="CompProperties_Breakdownable"/>
</comps>
<rotatable>false</rotatable>
<terrainAffordanceNeeded>Heavy</terrainAffordanceNeeded>
<designationCategory>Power</designationCategory>
<placeWorkers>
<li>PlaceWorker_OnSteamGeyser</li>
</placeWorkers>
<building>
<ai_chillDestination>false</ai_chillDestination>
<soundAmbient>GeothermalPlant_Ambience</soundAmbient>
<destroySound>BuildingDestroyed_Metal_Big</destroySound>
</building>
<constructEffect>ConstructMetal</constructEffect>
<designationHotKey>Misc6</designationHotKey>
<researchPrerequisites><li>GeothermalPower</li></researchPrerequisites>
<constructionSkillPrerequisite>9</constructionSkillPrerequisite>
</ThingDef>


</Defs>
Binary file modified Textures/Things/Building/GasMachines/GasTank_east.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Textures/Things/Building/GasMachines/GasTank_south.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5e4c39e

Please sign in to comment.