39 lines
1.3 KiB
XML
39 lines
1.3 KiB
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<Defs>
|
|
<PawnsArrivalModeDef>
|
|
<defName>ARA_EdgeDropGroups</defName>
|
|
<workerClass>PawnsArrivalModeWorker_EdgeDropGroups</workerClass>
|
|
<layerWhitelist>
|
|
<li>Surface</li>
|
|
<li MayRequire="Ludeon.RimWorld.Odyssey">Orbit</li>
|
|
</layerWhitelist>
|
|
<minSpaceSelectionWeight>0.1</minSpaceSelectionWeight>
|
|
<selectionWeightCurve>
|
|
<points>
|
|
<li>(0, 1)</li>
|
|
<li>(99999, 1)</li>
|
|
</points>
|
|
</selectionWeightCurve>
|
|
<selectionWeightCurvesPerFaction>
|
|
<li>
|
|
<faction>ARA_Hostile_Hive</faction>
|
|
<selectionWeightPerPointsCurve>
|
|
<points>
|
|
<li>(0, 1)</li>
|
|
<li>(99999, 1)</li>
|
|
</points>
|
|
</selectionWeightPerPointsCurve>
|
|
</li>
|
|
</selectionWeightCurvesPerFaction>
|
|
<!-- <pointsFactorCurve>
|
|
<points>
|
|
<li>0, 0.9</li>
|
|
</points>
|
|
</pointsFactorCurve> -->
|
|
<minTechLevel>Medieval</minTechLevel>
|
|
<textEnemy>一些来自 {1} 的 {0} 正在通过气囊种空降到附近。</textEnemy>
|
|
<textFriendly>Several separate groups of friendly {0} from {1} have arrived in transport pods nearby.</textFriendly>
|
|
<textWillArrive>Several separate groups of {0_pawnsPluralDef} will arrive in transport pods.</textWillArrive>
|
|
</PawnsArrivalModeDef>
|
|
</Defs>
|