虫族床的码,一些描述更改
This commit is contained in:
@@ -179,7 +179,7 @@
|
|||||||
<moveSpeedFactorByTerrainTag>
|
<moveSpeedFactorByTerrainTag>
|
||||||
<li>
|
<li>
|
||||||
<key>ARA_Creep</key>
|
<key>ARA_Creep</key>
|
||||||
<value>8.0</value>
|
<value>2.0</value>
|
||||||
</li>
|
</li>
|
||||||
</moveSpeedFactorByTerrainTag>
|
</moveSpeedFactorByTerrainTag>
|
||||||
</PawnKindDef>
|
</PawnKindDef>
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
<label>新阿拉克涅虫巢</label>
|
<label>新阿拉克涅虫巢</label>
|
||||||
<description>一只阿拉克涅虫族女皇种降落在荒无人烟的边缘世界,准备着手建立属于自己的虫巢。</description>
|
<description>一只阿拉克涅虫族女皇种降落在荒无人烟的边缘世界,准备着手建立属于自己的虫巢。</description>
|
||||||
<scenario>
|
<scenario>
|
||||||
<summary>以一只阿拉克涅虫族女皇种为初始殖民者开始游戏。</summary>
|
<summary>以一只阿拉克涅虫族女皇种为初始殖民者开始游戏,附带4枚初诞阿拉克涅虫卵囊。</summary>
|
||||||
<playerFaction>
|
<playerFaction>
|
||||||
<def>PlayerFaction</def>
|
<def>PlayerFaction</def>
|
||||||
<factionDef>ARA_New_Hive</factionDef>
|
<factionDef>ARA_New_Hive</factionDef>
|
||||||
@@ -62,7 +62,7 @@
|
|||||||
<li Class="ScenPart_StartingThing_Defined">
|
<li Class="ScenPart_StartingThing_Defined">
|
||||||
<def>StartingThing_Defined</def>
|
<def>StartingThing_Defined</def>
|
||||||
<thingDef>ARA_InteractiveEggSac_Start</thingDef>
|
<thingDef>ARA_InteractiveEggSac_Start</thingDef>
|
||||||
<count>3</count>
|
<count>4</count>
|
||||||
</li>
|
</li>
|
||||||
<!-- 附近的物品 -->
|
<!-- 附近的物品 -->
|
||||||
<li Class="ScenPart_ScatterThingsNearPlayerStart">
|
<li Class="ScenPart_ScatterThingsNearPlayerStart">
|
||||||
|
|||||||
@@ -148,6 +148,28 @@
|
|||||||
</li>
|
</li>
|
||||||
</comps>
|
</comps>
|
||||||
</ThingDef>
|
</ThingDef>
|
||||||
|
<ThingDef ParentName="ArachnaeBase_Race">
|
||||||
|
<defName>ArachnaeBase_Race_Maid</defName>
|
||||||
|
<label>阿拉克涅家政种</label>
|
||||||
|
<description>阿拉克涅辅虫之一,智力低下,可以执行清洁工作,注定在度过短暂的时光后死亡。</description>
|
||||||
|
<race>
|
||||||
|
<specialTrainables>
|
||||||
|
<li>ARA_Cleaning</li>
|
||||||
|
</specialTrainables>
|
||||||
|
</race>
|
||||||
|
<comps>
|
||||||
|
<li Class="ArachnaeSwarm.CompProperties_AdvancedTraining">
|
||||||
|
<trainables>
|
||||||
|
<li>
|
||||||
|
<trainable>ARA_Cleaning</trainable>
|
||||||
|
<trainInstantly>true</trainInstantly>
|
||||||
|
<setWanted>true</setWanted>
|
||||||
|
</li>
|
||||||
|
</trainables>
|
||||||
|
<disableAllSkillDecay>true</disableAllSkillDecay> <!-- 阻止这个动物的所有技能衰减 -->
|
||||||
|
</li>
|
||||||
|
</comps>
|
||||||
|
</ThingDef>
|
||||||
<ThingDef ParentName="BaseDrone" MayRequire="Ludeon.RimWorld.Odyssey">
|
<ThingDef ParentName="BaseDrone" MayRequire="Ludeon.RimWorld.Odyssey">
|
||||||
<defName>ArachnaeBase_Race_Acid</defName>
|
<defName>ArachnaeBase_Race_Acid</defName>
|
||||||
<label>阿拉克涅酸嗜种</label>
|
<label>阿拉克涅酸嗜种</label>
|
||||||
@@ -192,27 +214,4 @@
|
|||||||
</li>
|
</li>
|
||||||
</tools>
|
</tools>
|
||||||
</ThingDef>
|
</ThingDef>
|
||||||
|
|
||||||
<ThingDef ParentName="ArachnaeBase_Race">
|
|
||||||
<defName>ArachnaeBase_Race_Maid</defName>
|
|
||||||
<label>阿拉克涅家政种</label>
|
|
||||||
<description>阿拉克涅辅虫之一,智力低下,可以执行清洁工作,注定在度过短暂的时光后死亡。</description>
|
|
||||||
<race>
|
|
||||||
<specialTrainables>
|
|
||||||
<li>ARA_Cleaning</li>
|
|
||||||
</specialTrainables>
|
|
||||||
</race>
|
|
||||||
<comps>
|
|
||||||
<li Class="ArachnaeSwarm.CompProperties_AdvancedTraining">
|
|
||||||
<trainables>
|
|
||||||
<li>
|
|
||||||
<trainable>ARA_Cleaning</trainable>
|
|
||||||
<trainInstantly>true</trainInstantly>
|
|
||||||
<setWanted>true</setWanted>
|
|
||||||
</li>
|
|
||||||
</trainables>
|
|
||||||
<disableAllSkillDecay>true</disableAllSkillDecay> <!-- 阻止这个动物的所有技能衰减 -->
|
|
||||||
</li>
|
|
||||||
</comps>
|
|
||||||
</ThingDef>
|
|
||||||
</Defs>
|
</Defs>
|
||||||
@@ -18,6 +18,9 @@
|
|||||||
<humanRecipeImport>false</humanRecipeImport>
|
<humanRecipeImport>false</humanRecipeImport>
|
||||||
<!-- 睡觉定义 -->
|
<!-- 睡觉定义 -->
|
||||||
<canLayDown>true</canLayDown>
|
<canLayDown>true</canLayDown>
|
||||||
|
<validBeds>
|
||||||
|
<li>ARA_NodeNest</li>
|
||||||
|
</validBeds>
|
||||||
<!-- 各种零件定义 -->
|
<!-- 各种零件定义 -->
|
||||||
<alienPartGenerator Inherit="False">
|
<alienPartGenerator Inherit="False">
|
||||||
<!-- 允许的头部 -->
|
<!-- 允许的头部 -->
|
||||||
@@ -582,7 +585,7 @@
|
|||||||
<AlienRace.ThingDef_AlienRace ParentName="ARA_NodeBase">
|
<AlienRace.ThingDef_AlienRace ParentName="ARA_NodeBase">
|
||||||
<defName>ArachnaeNode_Race_Myrmecocystus</defName>
|
<defName>ArachnaeNode_Race_Myrmecocystus</defName>
|
||||||
<label>阿拉克涅蜜罐种</label>
|
<label>阿拉克涅蜜罐种</label>
|
||||||
<description>阿拉克涅督虫之一,拥有非常广泛的食谱,可以吞下许多未经处理的生物并将其分解为阿拉克涅虫蜜,以滋养虫群。这种督虫非常脆弱,并且没有可以接入武装器官的副肢,除了生产虫蜜外只能帮虫巢搬运物品。\n\n作为督虫,她可以繁育并监管若干阿拉克涅食腐种辅虫,以协助巢穴播种和收割作物。</description>
|
<description>阿拉克涅督虫之一,拥有非常广泛的食谱,可以吞下许多未经处理的生物并将其分解为阿拉克涅虫蜜,以滋养虫群。这种督虫非常脆弱,并且没有可以接入武装器官的副肢,除了生产虫蜜外只能帮虫巢搬运物品。\n\n作为督虫,她可以繁育并监管若干阿拉克涅苦役种辅虫,以协助巢穴进行搬运工作。</description>
|
||||||
<alienRace>
|
<alienRace>
|
||||||
<generalSettings>
|
<generalSettings>
|
||||||
<!-- 各种零件定义 -->
|
<!-- 各种零件定义 -->
|
||||||
@@ -629,8 +632,8 @@
|
|||||||
<cooldownTicks>9999</cooldownTicks>
|
<cooldownTicks>9999</cooldownTicks>
|
||||||
<productionQueue>
|
<productionQueue>
|
||||||
<li>
|
<li>
|
||||||
<pawnKind>ArachnaeBase_Race_Scavenger</pawnKind>
|
<pawnKind>ArachnaeBase_Race_Slavey</pawnKind>
|
||||||
<count>2</count>
|
<count>4</count>
|
||||||
<cooldownTicks>1000</cooldownTicks>
|
<cooldownTicks>1000</cooldownTicks>
|
||||||
</li>
|
</li>
|
||||||
</productionQueue>
|
</productionQueue>
|
||||||
@@ -834,7 +837,7 @@
|
|||||||
<AlienRace.ThingDef_AlienRace ParentName="ARA_NodeBase">
|
<AlienRace.ThingDef_AlienRace ParentName="ARA_NodeBase">
|
||||||
<defName>ArachnaeNode_Race_WeaponSmith</defName>
|
<defName>ArachnaeNode_Race_WeaponSmith</defName>
|
||||||
<label>阿拉克涅工艺种</label>
|
<label>阿拉克涅工艺种</label>
|
||||||
<description>阿拉克涅督虫之一,是少数拥有结茧能力的非女皇种阿拉克涅虫族——她们可以排出一枚器官茧,这枚茧将按照其信息素所标定的方向定向演化出一个武装器官,以供虫群使用。除此之外,她们的辅肢比普通的虫族更加复杂灵活,这使得她们不仅可以执行手工、建造、艺术等复杂的工作,也可以操作武装器官——虽然她们本身极度脆弱。\n\n作为督虫,她可以繁育并监管若干阿拉克涅苦役种辅虫,以协助巢穴进行搬运工作。</description>
|
<description>阿拉克涅督虫之一,是少数拥有结茧能力的非女皇种阿拉克涅虫族——她们可以排出一枚器官茧,这枚茧将按照其信息素所标定的方向定向演化出一个武装器官,以供虫群使用。除此之外,她们的辅肢比普通的虫族更加复杂灵活,这使得她们不仅可以执行手工、建造、艺术等复杂的工作,也可以操作武装器官——虽然她们本身极度脆弱。\n\n作为督虫,她可以繁育并监管若干阿拉克涅苦家政种辅虫,以协助巢穴进行清洁工作。</description>
|
||||||
<alienRace>
|
<alienRace>
|
||||||
<generalSettings>
|
<generalSettings>
|
||||||
<!-- 各种零件定义 -->
|
<!-- 各种零件定义 -->
|
||||||
@@ -863,8 +866,9 @@
|
|||||||
<cooldownTicks>9999</cooldownTicks>
|
<cooldownTicks>9999</cooldownTicks>
|
||||||
<productionQueue>
|
<productionQueue>
|
||||||
<li>
|
<li>
|
||||||
<pawnKind>ArachnaeBase_Race_Slavey</pawnKind>
|
<!-- <pawnKind>ArachnaeBase_Race_Slavey</pawnKind> -->
|
||||||
<count>5</count>
|
<pawnKind>ArachnaeBase_Race_Maid</pawnKind>
|
||||||
|
<count>3</count>
|
||||||
<cooldownTicks>1000</cooldownTicks>
|
<cooldownTicks>1000</cooldownTicks>
|
||||||
</li>
|
</li>
|
||||||
</productionQueue>
|
</productionQueue>
|
||||||
|
|||||||
@@ -1,30 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="utf-8" ?>
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
<Defs>
|
<Defs>
|
||||||
|
|
||||||
<!-- ==================== Pawn Kind Def ==================== -->
|
|
||||||
<PawnKindDef ParentName="ArachnaeNodeABasePawnKind">
|
|
||||||
<defName>ArachnaeNode_Race_Facehugger</defName>
|
|
||||||
<label>阿拉克涅原虫种</label>
|
|
||||||
<race>ArachnaeNode_Race_Facehugger</race>
|
|
||||||
<defaultFactionType>PlayerColony</defaultFactionType>
|
|
||||||
<invNutrition>0</invNutrition>
|
|
||||||
<backstoryFiltersOverride>
|
|
||||||
<li>
|
|
||||||
<categories>
|
|
||||||
<li>ArachnaeNode_spawnCategoriesA</li>
|
|
||||||
<li>ArachnaeNode_spawnCategories_Facehugger</li>
|
|
||||||
</categories>
|
|
||||||
</li>
|
|
||||||
</backstoryFiltersOverride>
|
|
||||||
<abilities>
|
|
||||||
<li>ARA_Ability_Possess</li>
|
|
||||||
</abilities>
|
|
||||||
<apparelTags>
|
|
||||||
</apparelTags>
|
|
||||||
<apparelMoney>0</apparelMoney>
|
|
||||||
</PawnKindDef>
|
|
||||||
|
|
||||||
<!-- 定义阿拉克涅节点虫种族 -->
|
|
||||||
<AlienRace.ThingDef_AlienRace ParentName="ARA_NodeBase">
|
<AlienRace.ThingDef_AlienRace ParentName="ARA_NodeBase">
|
||||||
<defName>ArachnaeNode_Race_Facehugger</defName>
|
<defName>ArachnaeNode_Race_Facehugger</defName>
|
||||||
<label>阿拉克涅原虫种</label>
|
<label>阿拉克涅原虫种</label>
|
||||||
@@ -57,13 +32,6 @@
|
|||||||
<onlyEatRaceRestrictedFood>false</onlyEatRaceRestrictedFood>
|
<onlyEatRaceRestrictedFood>false</onlyEatRaceRestrictedFood>
|
||||||
</raceRestriction>
|
</raceRestriction>
|
||||||
</alienRace>
|
</alienRace>
|
||||||
<comps>
|
|
||||||
<li Class="ArachnaeSwarm.CompProperties_MilkableArachnae">
|
|
||||||
<milkDef>ARA_InsectJelly</milkDef>
|
|
||||||
<milkIntervalDays>3</milkIntervalDays>
|
|
||||||
<milkAmount>4</milkAmount>
|
|
||||||
</li>
|
|
||||||
</comps>
|
|
||||||
|
|
||||||
<!-- 基础属性设置 -->
|
<!-- 基础属性设置 -->
|
||||||
<statBases>
|
<statBases>
|
||||||
@@ -111,5 +79,25 @@
|
|||||||
</lifeStageAges>
|
</lifeStageAges>
|
||||||
</race>
|
</race>
|
||||||
</AlienRace.ThingDef_AlienRace>
|
</AlienRace.ThingDef_AlienRace>
|
||||||
|
<PawnKindDef ParentName="ArachnaeNodeABasePawnKind">
|
||||||
|
<defName>ArachnaeNode_Race_Facehugger</defName>
|
||||||
|
<label>阿拉克涅原虫种</label>
|
||||||
|
<race>ArachnaeNode_Race_Facehugger</race>
|
||||||
|
<defaultFactionType>PlayerColony</defaultFactionType>
|
||||||
|
<invNutrition>0</invNutrition>
|
||||||
|
<backstoryFiltersOverride>
|
||||||
|
<li>
|
||||||
|
<categories>
|
||||||
|
<li>ArachnaeNode_spawnCategoriesA</li>
|
||||||
|
<li>ArachnaeNode_spawnCategories_Facehugger</li>
|
||||||
|
</categories>
|
||||||
|
</li>
|
||||||
|
</backstoryFiltersOverride>
|
||||||
|
<abilities>
|
||||||
|
<li>ARA_Ability_Possess</li>
|
||||||
|
</abilities>
|
||||||
|
<apparelTags>
|
||||||
|
</apparelTags>
|
||||||
|
<apparelMoney>0</apparelMoney>
|
||||||
|
</PawnKindDef>
|
||||||
</Defs>
|
</Defs>
|
||||||
@@ -3,7 +3,7 @@
|
|||||||
<TerrainDef ParentName="FloorBase">
|
<TerrainDef ParentName="FloorBase">
|
||||||
<defName>ARA_InsectCreep</defName>
|
<defName>ARA_InsectCreep</defName>
|
||||||
<label>阿拉克涅菌毯</label>
|
<label>阿拉克涅菌毯</label>
|
||||||
<description>由阿拉克涅虫族所铺设的由真菌、甲壳素分泌物混合得到的地面,会自动在各种拉克涅虫族建筑附近蔓延。这种奇特的结构质地紧密且暗藏大量营养输送组织,可以支撑重型建筑、种植特殊作物、加速其上的阿拉克涅虫族移动速度,但是除了虫族以外没人想踩在这坨软乎乎的活体结构上。</description>
|
<description>由阿拉克涅虫族所铺设的由真菌、甲壳素分泌物混合得到的地面,会自动在各种拉克涅虫族建筑附近蔓延。这种奇特的结构质地紧密且暗藏大量营养输送组织,可以支撑重型建筑、种植作物、加速其上的阿拉克涅虫族移动速度,但是除了虫族以外没人想踩在这坨软乎乎的活体结构上。</description>
|
||||||
<designationCategory>ARA_Buildings</designationCategory>
|
<designationCategory>ARA_Buildings</designationCategory>
|
||||||
<texturePath>Terrain/Surfaces/InsectSludge</texturePath>
|
<texturePath>Terrain/Surfaces/InsectSludge</texturePath>
|
||||||
<color>(203, 163, 68)</color>
|
<color>(203, 163, 68)</color>
|
||||||
@@ -362,7 +362,7 @@
|
|||||||
<fillPercent>0.5</fillPercent>
|
<fillPercent>0.5</fillPercent>
|
||||||
<interactionCellOffset>(0,0,-1)</interactionCellOffset>
|
<interactionCellOffset>(0,0,-1)</interactionCellOffset>
|
||||||
<hasInteractionCell>true</hasInteractionCell>
|
<hasInteractionCell>true</hasInteractionCell>
|
||||||
<designationCategory>Production</designationCategory>
|
<designationCategory>ARA_Buildings</designationCategory>
|
||||||
<uiOrder>2600</uiOrder>
|
<uiOrder>2600</uiOrder>
|
||||||
<surfaceType>Item</surfaceType>
|
<surfaceType>Item</surfaceType>
|
||||||
<building>
|
<building>
|
||||||
@@ -375,4 +375,118 @@
|
|||||||
</li>
|
</li>
|
||||||
</comps>
|
</comps>
|
||||||
</ThingDef>
|
</ThingDef>
|
||||||
|
<ThingDef ParentName="SansComfortBedBase">
|
||||||
|
<defName>ARA_NodeNest</defName>
|
||||||
|
<thingClass>Building_Bed</thingClass>
|
||||||
|
<label>阿拉克涅督虫巢穴</label>
|
||||||
|
<description>供阿拉克涅督虫栖息的巢穴,由肌肉和结缔组织形成的“被窝”对督虫来说是非常好的补充精力的场地,只是普通人可能难以接受这种被巨物含着的感觉。</description>
|
||||||
|
<tickerType>Normal</tickerType>
|
||||||
|
<graphicData>
|
||||||
|
<texPath>Things/Building/Furniture/Bed/Bed</texPath>
|
||||||
|
<graphicClass>Graphic_Multi</graphicClass>
|
||||||
|
<shaderType>CutoutComplex</shaderType>
|
||||||
|
<drawSize>(3,3)</drawSize>
|
||||||
|
<damageData>
|
||||||
|
<rect>(0,0.05,1,1.95)</rect>
|
||||||
|
</damageData>
|
||||||
|
</graphicData>
|
||||||
|
<staticSunShadowHeight Inherit="False" IsNull="True" />
|
||||||
|
<castEdgeShadows>False</castEdgeShadows>
|
||||||
|
<statBases>
|
||||||
|
<Comfort>0.75</Comfort>
|
||||||
|
<MaxHitPoints>140</MaxHitPoints>
|
||||||
|
<Beauty>1</Beauty>
|
||||||
|
<WorkToBuild>800</WorkToBuild>
|
||||||
|
<Mass>30</Mass>
|
||||||
|
<Flammability>1.0</Flammability>
|
||||||
|
<BedRestEffectiveness>1.2</BedRestEffectiveness>
|
||||||
|
<Comfort>0.80</Comfort>
|
||||||
|
<ImmunityGainSpeedFactor>1.1</ImmunityGainSpeedFactor>
|
||||||
|
<MedicalTendQualityOffset>0.10</MedicalTendQualityOffset>
|
||||||
|
<SurgerySuccessChanceFactor>1.1</SurgerySuccessChanceFactor>
|
||||||
|
</statBases>
|
||||||
|
<terrainAffordanceNeeded>ARA_Creep</terrainAffordanceNeeded>
|
||||||
|
<size>(3,3)</size>
|
||||||
|
<costList>
|
||||||
|
<ARA_InsectJelly>3</ARA_InsectJelly>
|
||||||
|
<ARA_Carapace>15</ARA_Carapace>
|
||||||
|
</costList>
|
||||||
|
<uiOrder>2010</uiOrder>
|
||||||
|
<fillPercent>0.5</fillPercent>
|
||||||
|
<designationCategory>ARA_Buildings</designationCategory>
|
||||||
|
<researchPrerequisites Inherit="False">
|
||||||
|
<li>ARA_Base_Technology</li>
|
||||||
|
</researchPrerequisites>
|
||||||
|
<stuffCategories Inherit="False" IsNull="True" />
|
||||||
|
<building>
|
||||||
|
<paintable>false</paintable>
|
||||||
|
<bed_showSleeperBody>false</bed_showSleeperBody>
|
||||||
|
<bed_healPerDay>10</bed_healPerDay>
|
||||||
|
<bed_defaultMedical>false</bed_defaultMedical>
|
||||||
|
</building>
|
||||||
|
<comps>
|
||||||
|
<li Class="ArachnaeSwarm.CompProperties_DelayedTerrainSpawn">
|
||||||
|
<delayTicks>60</delayTicks> <!-- 60 ticks = 1 second -->
|
||||||
|
<terrainToSpawn>ARA_InsectCreep</terrainToSpawn>
|
||||||
|
<spawnRadius>3</spawnRadius>
|
||||||
|
</li>
|
||||||
|
</comps>
|
||||||
|
</ThingDef>
|
||||||
|
<ThingDef ParentName="SansComfortBedBase">
|
||||||
|
<defName>ARA_QueenNest</defName>
|
||||||
|
<thingClass>Building_Bed</thingClass>
|
||||||
|
<label>女皇之巢</label>
|
||||||
|
<description>供阿拉克涅女皇种栖息的巢穴,外表由虫族分泌的生物聚合物、几丁质和固化粘液混合着岩石土壤构成,并布满了粗大的生物血管和神经束管道,如同巨树的根系般搏动、发光。</description>
|
||||||
|
<tickerType>Normal</tickerType>
|
||||||
|
<graphicData>
|
||||||
|
<texPath>Things/Building/Furniture/Bed/Bed</texPath>
|
||||||
|
<graphicClass>Graphic_Multi</graphicClass>
|
||||||
|
<shaderType>CutoutComplex</shaderType>
|
||||||
|
<drawSize>(5,5)</drawSize>
|
||||||
|
<damageData>
|
||||||
|
<rect>(0,0.05,1,1.95)</rect>
|
||||||
|
</damageData>
|
||||||
|
</graphicData>
|
||||||
|
<staticSunShadowHeight Inherit="False" IsNull="True" />
|
||||||
|
<castEdgeShadows>False</castEdgeShadows>
|
||||||
|
<statBases>
|
||||||
|
<Comfort>0.75</Comfort>
|
||||||
|
<MaxHitPoints>140</MaxHitPoints>
|
||||||
|
<Beauty>1</Beauty>
|
||||||
|
<WorkToBuild>800</WorkToBuild>
|
||||||
|
<Mass>30</Mass>
|
||||||
|
<Flammability>1.0</Flammability>
|
||||||
|
<BedRestEffectiveness>1.2</BedRestEffectiveness>
|
||||||
|
<Comfort>0.80</Comfort>
|
||||||
|
<ImmunityGainSpeedFactor>1.1</ImmunityGainSpeedFactor>
|
||||||
|
<MedicalTendQualityOffset>0.10</MedicalTendQualityOffset>
|
||||||
|
<SurgerySuccessChanceFactor>1.1</SurgerySuccessChanceFactor>
|
||||||
|
</statBases>
|
||||||
|
<terrainAffordanceNeeded>ARA_Creep</terrainAffordanceNeeded>
|
||||||
|
<size>(5,5)</size>
|
||||||
|
<costList>
|
||||||
|
<ARA_InsectJelly>3</ARA_InsectJelly>
|
||||||
|
<ARA_Carapace>15</ARA_Carapace>
|
||||||
|
</costList>
|
||||||
|
<uiOrder>2010</uiOrder>
|
||||||
|
<fillPercent>0.5</fillPercent>
|
||||||
|
<designationCategory>ARA_Buildings</designationCategory>
|
||||||
|
<researchPrerequisites Inherit="False">
|
||||||
|
<li>ARA_Base_Technology</li>
|
||||||
|
</researchPrerequisites>
|
||||||
|
<stuffCategories Inherit="False" IsNull="True" />
|
||||||
|
<building>
|
||||||
|
<paintable>false</paintable>
|
||||||
|
<bed_showSleeperBody>true</bed_showSleeperBody>
|
||||||
|
<bed_healPerDay>10</bed_healPerDay>
|
||||||
|
<bed_defaultMedical>false</bed_defaultMedical>
|
||||||
|
</building>
|
||||||
|
<comps>
|
||||||
|
<li Class="ArachnaeSwarm.CompProperties_DelayedTerrainSpawn">
|
||||||
|
<delayTicks>60</delayTicks> <!-- 60 ticks = 1 second -->
|
||||||
|
<terrainToSpawn>ARA_InsectCreep</terrainToSpawn>
|
||||||
|
<spawnRadius>6</spawnRadius>
|
||||||
|
</li>
|
||||||
|
</comps>
|
||||||
|
</ThingDef>
|
||||||
</Defs>
|
</Defs>
|
||||||
@@ -2,7 +2,7 @@
|
|||||||
<Defs>
|
<Defs>
|
||||||
<ThingDef Name="ARA_InteractiveEggSac" ParentName="BuildingNaturalBase">
|
<ThingDef Name="ARA_InteractiveEggSac" ParentName="BuildingNaturalBase">
|
||||||
<defName>ARA_InteractiveEggSac</defName>
|
<defName>ARA_InteractiveEggSac</defName>
|
||||||
<label>阿拉克涅虫卵囊-休眠中</label>
|
<label>阿拉克涅虫卵囊</label>
|
||||||
<description>一个脆弱、易燃、黏滑的囊状物,是阿拉克涅女皇种所诞之卵,内含哺育一只新督虫所需的营养和遗传物质,可以通过阿拉克涅女皇种的交互完成激活进程——参阅虫卵的超链接,了解各个督虫的特点。\n\n卵囊对温度极度敏感(该类型的卵适温为-25~30°C),需要小心保护!</description>
|
<description>一个脆弱、易燃、黏滑的囊状物,是阿拉克涅女皇种所诞之卵,内含哺育一只新督虫所需的营养和遗传物质,可以通过阿拉克涅女皇种的交互完成激活进程——参阅虫卵的超链接,了解各个督虫的特点。\n\n卵囊对温度极度敏感(该类型的卵适温为-25~30°C),需要小心保护!</description>
|
||||||
<thingClass>Building</thingClass>
|
<thingClass>Building</thingClass>
|
||||||
<descriptionHyperlinks>
|
<descriptionHyperlinks>
|
||||||
@@ -102,7 +102,7 @@
|
|||||||
|
|
||||||
<ThingDef ParentName="ARA_InteractiveEggSac">
|
<ThingDef ParentName="ARA_InteractiveEggSac">
|
||||||
<defName>ARA_InteractiveEggSac_Start</defName>
|
<defName>ARA_InteractiveEggSac_Start</defName>
|
||||||
<label>初诞阿拉克涅虫卵囊-休眠中</label>
|
<label>初诞阿拉克涅虫卵囊</label>
|
||||||
<description>一个脆弱、易燃、黏滑的囊状物,是阿拉克涅女皇种初到此地所诞之卵,内含哺育一只新督虫所需的营养和遗传物质,可以通过阿拉克涅女皇种的交互完成激活进程。\n\n初诞卵囊可以抵御极端天气并且拥有极快的孵化速度,但是它们只能支持少数几种虫族的孵化。</description>
|
<description>一个脆弱、易燃、黏滑的囊状物,是阿拉克涅女皇种初到此地所诞之卵,内含哺育一只新督虫所需的营养和遗传物质,可以通过阿拉克涅女皇种的交互完成激活进程。\n\n初诞卵囊可以抵御极端天气并且拥有极快的孵化速度,但是它们只能支持少数几种虫族的孵化。</description>
|
||||||
<minifiedDef Inherit="False" />
|
<minifiedDef Inherit="False" />
|
||||||
<thingCategories Inherit="False" />
|
<thingCategories Inherit="False" />
|
||||||
|
|||||||
Reference in New Issue
Block a user