Files
ArachnaeSwarm/1.6/1.6/Defs/Thing_building/ARA_DropPod.xml
Tourswen 3f73c7024f 11
2025-12-18 00:44:50 +08:00

98 lines
3.9 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?xml version="1.0" encoding="utf-8" ?>
<Defs>
<ThingDef ParentName="BuildingBase">
<defName>ARA_DropPod</defName>
<label>阿拉克涅气囊种</label>
<description>一只巨大的阿拉克涅辅虫,内部的空腔可以容纳大量的物资和虫族——它可以利用身体的气囊腾空而起,向着大地图上的目的地飞去,不过其在着陆时会自行销毁。\n\n相比人类所使用的空投舱来说气囊种不需要燃料进行驱动并且造价更便宜。</description>
<graphicData>
<texPath>ArachnaeSwarm/Building/ARA_DropPod</texPath>
<graphicClass>Graphic_Single</graphicClass>
<drawSize>(2.5,2.5)</drawSize>
<shadowData>
<volume>(1.25, 0.2, 0.5)</volume>
<offset>(0,0,-0.45)</offset>
</shadowData>
</graphicData>
<size>(2,2)</size>
<rotatable>false</rotatable>
<tickerType>Normal</tickerType>
<altitudeLayer>BuildingOnTop</altitudeLayer>
<passability>PassThroughOnly</passability>
<castEdgeShadows>false</castEdgeShadows>
<designationHotKey>Misc12</designationHotKey>
<fillPercent>0.5</fillPercent>
<designationCategory>ARA_Buildings</designationCategory>
<terrainAffordanceNeeded>ARA_Creep</terrainAffordanceNeeded>
<uiOrder>2200</uiOrder>
<statBases>
<MaxHitPoints>250</MaxHitPoints>
<WorkToBuild>1600</WorkToBuild>
<Flammability>0.5</Flammability>
</statBases>
<costList>
<ARA_Carapace>20</ARA_Carapace>
<ARA_InsectJelly>3</ARA_InsectJelly>
</costList>
<researchPrerequisites>
<li>ARA_Technology_8POD</li>
</researchPrerequisites>
<inspectorTabs>
<li>ITab_ContentsTransporter</li>
</inspectorTabs>
<placeWorkers>
<li>PlaceWorker_NotUnderRoof</li>
</placeWorkers>
<uiIconScale>0.65</uiIconScale>
<dropPodFaller>ARA_DropPodIncoming</dropPodFaller>
<dropPodActive>ARA_ActiveDropPod</dropPodActive>
<comps>
<li Class="ArachnaeSwarm.CompProperties_SwarmMaintenance">
<maxMaintenance>100</maxMaintenance>
<maintenanceDecayPerDay>30</maintenanceDecayPerDay>
<damagePerSecondWhenEmpty>2</damagePerSecondWhenEmpty>
<warningThreshold>0.2</warningThreshold>
<maintenanceThresholdForJob>0.5</maintenanceThresholdForJob>
</li>
<li Class="CompProperties_Transporter">
<massCapacity>300</massCapacity>
<restEffectiveness>0.8</restEffectiveness>
<canChangeAssignedThingsAfterStarting>true</canChangeAssignedThingsAfterStarting>
<!-- <max1PerGroup>true</max1PerGroup> -->
</li>
<li Class="CompProperties_Launchable_TransportPod">
<skyfallerLeaving>ARA_DropPodLeaving</skyfallerLeaving>
<requiresFuelingPort>false</requiresFuelingPort>
<fixedLaunchDistanceMax>53</fixedLaunchDistanceMax> <!-- 80% of full transport pod range -->
</li>
</comps>
</ThingDef>
<ThingDef ParentName="ActiveDropPod">
<defName>ARA_ActiveDropPod</defName>
<label>阿拉克涅气囊种</label>
<soundOpen>SpitterSpawn</soundOpen>
<graphicData>
<texPath>ArachnaeSwarm/Building/ARA_DropPod</texPath>
<drawSize>1.9</drawSize>
</graphicData>
</ThingDef>
<ThingDef ParentName="DropPodLeaving">
<defName>ARA_DropPodLeaving</defName>
<label>阿拉克涅气囊种 (起飞中)</label>
<graphicData>
<texPath>ArachnaeSwarm/Building/ARA_DropPod</texPath>
<graphicClass>Graphic_Single</graphicClass>
<shaderType>CutoutFlying</shaderType>
<drawSize>1.9</drawSize>
</graphicData>
</ThingDef>
<ThingDef ParentName="DropPodIncoming">
<defName>ARA_DropPodIncoming</defName>
<label>阿拉克涅气囊种 (接近中)</label>
<graphicData>
<texPath>ArachnaeSwarm/Building/ARA_DropPod</texPath>
<graphicClass>Graphic_Single</graphicClass>
<shaderType>CutoutFlying</shaderType>
<drawSize>1.9</drawSize>
</graphicData>
</ThingDef>
</Defs>