Files
WulaFallenEmpireRW/1.5/Defs/ThingDefs_Buildings/Buildings_WULA.xml
2025-06-26 11:54:49 +08:00

152 lines
5.6 KiB
XML

<?xml version="1.0" encoding="utf-8" ?>
<Defs>
<ThingDef ParentName="MechGestatorBase">
<defName>WULA_Mech_Constructor_Small</defName>
<label>乌拉帝国构造体</label>
<description>一台用于构造乌拉帝国的合成人和机械体的小型设备,功能类似于机械培育器,但是不能生产常规的机械体。</description>
<graphicData>
<texPath>Things/Building/Production/MechGestatorLarge</texPath>
<graphicClass>Graphic_Multi</graphicClass>
<drawSize>(6, 5)</drawSize>
<shadowData>
<volume>(3.8, 3, 2.7)</volume>
</shadowData>
</graphicData>
<uiIconPath>Things/Building/Production/MechGestatorLarge_MenuIcon</uiIconPath>
<uiIconScale>1.5</uiIconScale>
<interactionCellOffset>(2,0,2)</interactionCellOffset>
<statBases>
<MaxHitPoints>350</MaxHitPoints>
<WorkToBuild>16000</WorkToBuild>
<Mass>35</Mass>
<Flammability>0.5</Flammability>
</statBases>
<size>(4,3)</size>
<costList>
<Steel>300</Steel>
<ComponentIndustrial>6</ComponentIndustrial>
</costList>
<researchPrerequisites>
<li>BasicMechtech</li>
</researchPrerequisites>
<building>
<!-- <barDrawData>
<north>
<preRotationOffset>(-1.59, 1.4)</preRotationOffset>
<size>(0.72, 0.12)</size>
</north>
<south>
<preRotationOffset>(-1.59, 1.33)</preRotationOffset>
<size>(0.72, 0.12)</size>
</south>
<east>
<preRotationOffset>(1.59, -1.4)</preRotationOffset>
<size>(0.72, 0.12)</size>
</east>
<west>
<preRotationOffset>(-1.59, -1.4)</preRotationOffset>
<size>(0.72, 0.12)</size>
</west>
</barDrawData>
<formingGraphicData>
<texPath>Things/Pawn/Mechanoid/HalfGestatedMechLarge</texPath>
<graphicClass>Graphic_Single</graphicClass>
<drawSize>(1.65,1.65)</drawSize>
</formingGraphicData>
<formingMechBobSpeed>0.0005</formingMechBobSpeed>
<formingMechYBobDistance>0.08</formingMechYBobDistance>
<formingMechPerRotationOffset>
<li>(0, 0, 0.225)</li>
<li>(-0.15, 0, 0.225)</li>
<li>(0, 0, 0.225)</li>
<li>(0.15, 0, 0.225)</li>
</formingMechPerRotationOffset>
<mechGestatorCylinderGraphic>
<texPath>Things/Building/Production/MechGestatorLargeGlass</texPath>
<graphicClass>Graphic_Multi</graphicClass>
<drawSize>(6, 5)</drawSize>
<shaderType>Transparent</shaderType>
</mechGestatorCylinderGraphic>
<mechGestatorTopGraphic>
<texPath>Things/Building/Production/MechGestatorLargeTop</texPath>
<graphicClass>Graphic_Multi</graphicClass>
<drawSize>(6, 5)</drawSize>
</mechGestatorTopGraphic>
<gestatorFormingMote>
<north>MechGestatorFormingLarge_North</north>
<east>MechGestatorFormingLarge_East</east>
<west>MechGestatorFormingLarge_West</west>
<south>MechGestatorFormingLarge_South</south>
</gestatorFormingMote>
<gestatorCycleCompleteMote>
<north>MechGestatorCycleCompleteLarge_North</north>
<east>MechGestatorCycleCompleteLarge_East</east>
<west>MechGestatorCycleCompleteLarge_West</west>
<south>MechGestatorCycleCompleteLarge_South</south>
</gestatorCycleCompleteMote>
<gestatorFormedMote>
<north>MechGestatorFormedLarge_North</north>
<east>MechGestatorFormedLarge_East</east>
<west>MechGestatorFormedLarge_West</west>
<south>MechGestatorFormedLarge_South</south>
</gestatorFormedMote> -->
</building>
<constructionSkillPrerequisite>6</constructionSkillPrerequisite>
<recipes>
<li>WULA_make_new_synth</li>
</recipes>
<comps>
<li Class="CompProperties_Power">
<compClass>CompPowerTrader</compClass>
<basePowerConsumption>500</basePowerConsumption>
<idlePowerDraw>50</idlePowerDraw>
</li>
</comps>
</ThingDef>
<ThingDef ParentName="BasicBedBase">
<defName>WULA_Charging_Station_Synth</defName>
<label>合成人充电站</label>
<description>一台用于给乌拉帝国合成人进行充电的充电站,效率比自机充电高很多。</description>
<graphicData>
<texPath>Things/Building/Furniture/Bed/Bed</texPath>
<graphicClass>Graphic_Multi</graphicClass>
<shaderType>CutoutComplex</shaderType>
<drawSize>(2,2)</drawSize>
<damageData>
<rect>(0,0.05,1,1.95)</rect>
</damageData>
</graphicData>
<statBases>
<MaxHitPoints>140</MaxHitPoints>
<Beauty>1</Beauty>
<WorkToBuild>800</WorkToBuild>
<Mass>30</Mass>
<BedRestEffectiveness>5</BedRestEffectiveness>
</statBases>
<size>(1,2)</size>
<costStuffCount>45</costStuffCount>
<designationHotKey>Misc2</designationHotKey>
<uiOrder>2010</uiOrder>
<building>
<paintable>true</paintable>
</building>
<comps>
<li Class="CompProperties_Flickable"/>
<li Class="CompProperties_Forbiddable"/>
<li Class="CompProperties_WasteProducer">
<li Class="CompProperties_ThingContainer">
<compClass>CompThingContainer</compClass>
<stackLimit>5</stackLimit>
<drawContainedThing>false</drawContainedThing>
<dropEffecterDef>MechChargerWasteRemoved</dropEffecterDef>
</li>
<showContentsInInspectPane>false</showContentsInInspectPane>
</li>
<li Class="CompProperties_Power">
<compClass>CompPowerTrader</compClass>
<basePowerConsumption>300</basePowerConsumption>
</li>
</comps>
</ThingDef>
</Defs>