2025-7-3
This commit is contained in:
@@ -338,7 +338,6 @@
|
||||
<ComponentIndustrial>6</ComponentIndustrial>
|
||||
</costList>
|
||||
<researchPrerequisites>
|
||||
<li>BasicMechtech</li>
|
||||
<li>WULA_Machine_Productor_Technology</li>
|
||||
</researchPrerequisites>
|
||||
<building>
|
||||
@@ -484,4 +483,74 @@
|
||||
<spawnedConceptLearnOpportunity>BillsTab</spawnedConceptLearnOpportunity>
|
||||
</building>
|
||||
</ThingDef>
|
||||
|
||||
<!-- 充电器 -->
|
||||
<ThingDef ParentName="BaseMechCharger">
|
||||
<defName>WULA_War_Machine_Recharger</defName>
|
||||
<label>乌拉帝国充电站</label>
|
||||
<description>一个允许所有大小类型的乌拉帝国机械体进行充电的充电站,不支持合成人的充能。</description>
|
||||
<graphicData>
|
||||
<texPath>Things/Building/Production/StandardRecharger</texPath>
|
||||
<graphicClass>Graphic_Multi</graphicClass>
|
||||
<drawSize>(3,3)</drawSize>
|
||||
<shadowData>
|
||||
<volume>(2.9, 0.5, 1.9)</volume>
|
||||
</shadowData>
|
||||
</graphicData>
|
||||
<interactionCellOffset>(0,0,2)</interactionCellOffset>
|
||||
<passability>PassThroughOnly</passability>
|
||||
<statBases>
|
||||
<MaxHitPoints>250</MaxHitPoints>
|
||||
<WorkToBuild>8000</WorkToBuild>
|
||||
<Mass>25</Mass>
|
||||
<Flammability>0.5</Flammability>
|
||||
</statBases>
|
||||
<size>(3,3)</size>
|
||||
<building>
|
||||
<requiredMechWeightClasses>
|
||||
<li>Light</li>
|
||||
<li>Medium</li>
|
||||
<li>Heavy</li>
|
||||
<li>UltraHeavy</li>
|
||||
</requiredMechWeightClasses>
|
||||
<barDrawData>
|
||||
<north>
|
||||
<preRotationOffset>(0.002166748,-0.3722534)</preRotationOffset>
|
||||
<size>(0.4398041,0.1365509)</size>
|
||||
</north>
|
||||
<south>
|
||||
<preRotationOffset>(-0.002609305,-0.6002655)</preRotationOffset>
|
||||
<size>(0.4398041,0.121376)</size>
|
||||
</south>
|
||||
<east>
|
||||
<preRotationOffset>(0.04148867,0.6301422)</preRotationOffset>
|
||||
<size>(0.4066238,0.1425552)</size>
|
||||
</east>
|
||||
<west>
|
||||
<preRotationOffset>(-0.02767944,0.6171188)</preRotationOffset>
|
||||
<size>(0.397522,0.1395264)</size>
|
||||
</west>
|
||||
</barDrawData>
|
||||
</building>
|
||||
<constructionSkillPrerequisite>5</constructionSkillPrerequisite>
|
||||
<costList>
|
||||
<Steel>250</Steel>
|
||||
<ComponentIndustrial>2</ComponentIndustrial>
|
||||
</costList>
|
||||
<researchPrerequisites>
|
||||
<li>WULA_Machine_Productor_Technology</li>
|
||||
</researchPrerequisites>
|
||||
<comps>
|
||||
<li Class="CompProperties_ThingContainer">
|
||||
<compClass>CompThingContainer</compClass>
|
||||
<stackLimit>10</stackLimit>
|
||||
<drawContainedThing>false</drawContainedThing>
|
||||
<dropEffecterDef>MechChargerWasteRemoved</dropEffecterDef>
|
||||
</li>
|
||||
<li Class="CompProperties_Power">
|
||||
<compClass>CompPowerTrader</compClass>
|
||||
<basePowerConsumption>400</basePowerConsumption>
|
||||
</li>
|
||||
</comps>
|
||||
</ThingDef>
|
||||
</Defs>
|
||||
Reference in New Issue
Block a user