战士虫添加身体武器
This commit is contained in:
@@ -65,7 +65,7 @@
|
|||||||
<li>Cleaning</li>
|
<li>Cleaning</li>
|
||||||
<li>Hauling</li>
|
<li>Hauling</li>
|
||||||
<li>Mining</li>
|
<li>Mining</li>
|
||||||
<li>PlantWork</li>
|
<!-- <li>PlantWork</li> -->
|
||||||
<li>Animals</li>
|
<li>Animals</li>
|
||||||
<li>Hunting</li>
|
<li>Hunting</li>
|
||||||
<li>Crafting</li>
|
<li>Crafting</li>
|
||||||
@@ -99,7 +99,7 @@
|
|||||||
<li>Hunting</li>
|
<li>Hunting</li>
|
||||||
<li>Crafting</li>
|
<li>Crafting</li>
|
||||||
<li>Cooking</li>
|
<li>Cooking</li>
|
||||||
<li>Constructing</li>
|
<!-- <li>Constructing</li> -->
|
||||||
<li>Caring</li>
|
<li>Caring</li>
|
||||||
<li>Social</li>
|
<li>Social</li>
|
||||||
<li>Artistic</li>
|
<li>Artistic</li>
|
||||||
@@ -128,14 +128,14 @@
|
|||||||
<li>Hunting</li>
|
<li>Hunting</li>
|
||||||
<!-- <li>Crafting</li> -->
|
<!-- <li>Crafting</li> -->
|
||||||
<li>Cooking</li>
|
<li>Cooking</li>
|
||||||
<!-- <li>Constructing</li> -->
|
<li>Constructing</li>
|
||||||
<li>Caring</li>
|
<li>Caring</li>
|
||||||
<li>Social</li>
|
<li>Social</li>
|
||||||
<!-- <li>Artistic</li> -->
|
<!-- <li>Artistic</li> -->
|
||||||
<li>Intellectual</li>
|
<li>Intellectual</li>
|
||||||
</workDisables>
|
</workDisables>
|
||||||
<skillGains>
|
<skillGains>
|
||||||
<Construction>5</Construction>
|
<Crafting>5</Crafting>
|
||||||
</skillGains>
|
</skillGains>
|
||||||
|
|
||||||
<spawnCategories>
|
<spawnCategories>
|
||||||
|
|||||||
@@ -679,6 +679,14 @@
|
|||||||
<solid>false</solid>
|
<solid>false</solid>
|
||||||
<bleedRate>1.5</bleedRate>
|
<bleedRate>1.5</bleedRate>
|
||||||
</BodyPartDef>
|
</BodyPartDef>
|
||||||
|
<BodyPartDef>
|
||||||
|
<defName>ARA_Sickle</defName>
|
||||||
|
<label>巨镰</label>
|
||||||
|
<hitPoints>25</hitPoints>
|
||||||
|
<skinCovered>false</skinCovered>
|
||||||
|
<solid>true</solid>
|
||||||
|
<bleedRate>0</bleedRate>
|
||||||
|
</BodyPartDef>
|
||||||
|
|
||||||
<BodyPartGroupDef>
|
<BodyPartGroupDef>
|
||||||
<defName>ARA_Genitalias</defName>
|
<defName>ARA_Genitalias</defName>
|
||||||
@@ -695,6 +703,12 @@
|
|||||||
<label>毒针器官</label>
|
<label>毒针器官</label>
|
||||||
<listOrder>126</listOrder>
|
<listOrder>126</listOrder>
|
||||||
</BodyPartGroupDef>
|
</BodyPartGroupDef>
|
||||||
|
<BodyPartGroupDef>
|
||||||
|
<defName>ARA_Sickles</defName>
|
||||||
|
<label>巨镰器官</label>
|
||||||
|
<listOrder>126</listOrder>
|
||||||
|
</BodyPartGroupDef>
|
||||||
|
|
||||||
|
|
||||||
<BodyDef>
|
<BodyDef>
|
||||||
<defName>ArachnaeMyrmecocystus_Body</defName>
|
<defName>ArachnaeMyrmecocystus_Body</defName>
|
||||||
@@ -2124,8 +2138,8 @@
|
|||||||
<li>
|
<li>
|
||||||
<def>ARA_Tail</def>
|
<def>ARA_Tail</def>
|
||||||
<height>Bottom</height>
|
<height>Bottom</height>
|
||||||
<depth>Inside</depth>
|
|
||||||
<coverage>0.25</coverage>
|
<coverage>0.25</coverage>
|
||||||
|
<depth>Outside</depth>
|
||||||
<groups>
|
<groups>
|
||||||
<li>Torso</li>
|
<li>Torso</li>
|
||||||
</groups>
|
</groups>
|
||||||
@@ -2159,6 +2173,24 @@
|
|||||||
</li>
|
</li>
|
||||||
</parts>
|
</parts>
|
||||||
</li>
|
</li>
|
||||||
|
<li>
|
||||||
|
<def>ARA_Sickle</def>
|
||||||
|
<customLabel>左镰刀</customLabel>
|
||||||
|
<coverage>0.1</coverage>
|
||||||
|
<depth>Outside</depth>
|
||||||
|
<groups>
|
||||||
|
<li>ARA_Sickles</li>
|
||||||
|
</groups>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<def>ARA_Sickle</def>
|
||||||
|
<customLabel>右镰刀</customLabel>
|
||||||
|
<coverage>0.1</coverage>
|
||||||
|
<depth>Outside</depth>
|
||||||
|
<groups>
|
||||||
|
<li>ARA_Sickles</li>
|
||||||
|
</groups>
|
||||||
|
</li>
|
||||||
</parts>
|
</parts>
|
||||||
</corePart>
|
</corePart>
|
||||||
</BodyDef>
|
</BodyDef>
|
||||||
|
|||||||
@@ -672,7 +672,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>
|
||||||
<!-- 各种零件定义 -->
|
<!-- 各种零件定义 -->
|
||||||
@@ -1098,6 +1098,154 @@
|
|||||||
</comps>
|
</comps>
|
||||||
</ThingDef>
|
</ThingDef>
|
||||||
|
|
||||||
|
<AlienRace.ThingDef_AlienRace ParentName="ARA_NodeBase">
|
||||||
|
<defName>ArachnaeNode_Race_Fighter</defName>
|
||||||
|
<label>阿拉克涅战士种</label>
|
||||||
|
<description>阿拉克涅督虫之一,是巢穴中真正的战士,除了战斗外也可以进行狩猎和搬运。其拥有强大的可塑性基因,随着科技的解锁其将获得更多的能力。\n\n作为督虫,她可以向敌人投射寿命有限但是非常恼人的阿拉克涅酸噬种辅虫,以阻止敌人的远程火力开火。</description>
|
||||||
|
<alienRace>
|
||||||
|
<generalSettings>
|
||||||
|
<!-- 各种零件定义 -->
|
||||||
|
<alienPartGenerator>
|
||||||
|
<!-- 额外身体部件 -->
|
||||||
|
<bodyAddons>
|
||||||
|
<li>
|
||||||
|
<path>ArachnaeSwarm/Things/ARA_HiveNode/Addons/ArachnaeNode_Race_Addons_Fighter_Claw</path>
|
||||||
|
<inFrontOfBody>true</inFrontOfBody>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<path>ArachnaeSwarm/Things/ARA_HiveNode/Addons/ArachnaeNode_Race_Addons_Fighter_Tail</path>
|
||||||
|
<inFrontOfBody>false</inFrontOfBody>
|
||||||
|
<offsets>
|
||||||
|
<north>
|
||||||
|
<layerOffset>-0.275</layerOffset>
|
||||||
|
</north>
|
||||||
|
</offsets>
|
||||||
|
</li>
|
||||||
|
</bodyAddons>
|
||||||
|
</alienPartGenerator>
|
||||||
|
</generalSettings>
|
||||||
|
<raceRestriction>
|
||||||
|
<onlyEatRaceRestrictedFood>true</onlyEatRaceRestrictedFood>
|
||||||
|
</raceRestriction>
|
||||||
|
</alienRace>
|
||||||
|
<comps>
|
||||||
|
</comps>
|
||||||
|
|
||||||
|
<!-- 基础属性设置 -->
|
||||||
|
<statBases>
|
||||||
|
<!-- 移动速度 -->
|
||||||
|
<MoveSpeed>4.5</MoveSpeed>
|
||||||
|
|
||||||
|
<!-- <RestRateMultiplier>1</RestRateMultiplier> -->
|
||||||
|
<!-- <HungerRateMultiplier>1</HungerRateMultiplier> -->
|
||||||
|
<!-- <EatingSpeed>5</EatingSpeed> -->
|
||||||
|
<MaxNutrition>2</MaxNutrition>
|
||||||
|
|
||||||
|
<CarryingCapacity>100</CarryingCapacity>
|
||||||
|
<MeatAmount>60</MeatAmount>
|
||||||
|
<LeatherAmount>30</LeatherAmount>
|
||||||
|
|
||||||
|
<MeleeDodgeChance>1.25</MeleeDodgeChance>
|
||||||
|
<MeleeHitChance>1.25</MeleeHitChance>
|
||||||
|
|
||||||
|
<!-- <NegotiationAbility>1</NegotiationAbility> -->
|
||||||
|
<!-- <SellPriceFactor>1</SellPriceFactor> -->
|
||||||
|
<!-- <SocialImpact>1</SocialImpact> -->
|
||||||
|
<!-- <TradePriceImprovement>0.5</TradePriceImprovement> -->
|
||||||
|
|
||||||
|
<!-- 自带的甲壳可以防御外部攻击 -->
|
||||||
|
<ArmorRating_Blunt>0.4</ArmorRating_Blunt>
|
||||||
|
<ArmorRating_Sharp>0.4</ArmorRating_Sharp>
|
||||||
|
<ArmorRating_Heat>0.3</ArmorRating_Heat>
|
||||||
|
</statBases>
|
||||||
|
|
||||||
|
<tools>
|
||||||
|
<li>
|
||||||
|
<label>巨镰</label>
|
||||||
|
<capacities>
|
||||||
|
<li>Cut</li>
|
||||||
|
</capacities>
|
||||||
|
<power>20</power>
|
||||||
|
<cooldownTime>2.5</cooldownTime>
|
||||||
|
<linkedBodyPartsGroup>ARA_Sickles</linkedBodyPartsGroup>
|
||||||
|
<!-- <ensureLinkedBodyPartsGroupAlwaysUsable>true</ensureLinkedBodyPartsGroupAlwaysUsable> -->
|
||||||
|
<chanceFactor>0.5</chanceFactor>
|
||||||
|
</li>
|
||||||
|
</tools>
|
||||||
|
|
||||||
|
<race>
|
||||||
|
<!-- 身体类型 -->
|
||||||
|
<body>ArachnaeFighter_Body</body>
|
||||||
|
<baseBodySize>0.85</baseBodySize>
|
||||||
|
<baseHealthScale>2</baseHealthScale>
|
||||||
|
<lifeExpectancy>5</lifeExpectancy>
|
||||||
|
<lifeStageAges Inherit="False">
|
||||||
|
<li>
|
||||||
|
<def>ArachnaeNode_Myrmecocystus_Adult</def>
|
||||||
|
<minAge>0</minAge>
|
||||||
|
</li>
|
||||||
|
</lifeStageAges>
|
||||||
|
</race>
|
||||||
|
</AlienRace.ThingDef_AlienRace>
|
||||||
|
<AbilityDef ParentName="ARA_EggSpew_Base">
|
||||||
|
<defName>ARA_EggSpew_BaseFighter</defName>
|
||||||
|
<label>生育虫卵-战士虫</label>
|
||||||
|
<description>从卵巢中排出一颗休眠的虫卵,阿拉克涅女皇种可以通过与其交互将其激活,并选择孵化的督虫虫族类型——参阅虫卵的具体信息,了解各个督虫的特点。</description>
|
||||||
|
<iconPath>UI/Commands/EggSpew</iconPath>
|
||||||
|
<comps>
|
||||||
|
<li Class="CompProperties_AbilityLaunchProjectile">
|
||||||
|
<projectileDef>ARA_Proj_EggSac_BaseFighter</projectileDef>
|
||||||
|
</li>
|
||||||
|
<li Class="ArachnaeSwarm.CompProperties_AbilityResearchPrereq">
|
||||||
|
<requiredResearch>ARA_Technology_1KYC</requiredResearch>
|
||||||
|
<failMessage>需要科技 基因节点KYC-1"战士虫" 以解锁此孵化路径</failMessage>
|
||||||
|
</li>
|
||||||
|
</comps>
|
||||||
|
</AbilityDef>
|
||||||
|
<ThingDef ParentName="ARA_EggSpew_Base_Proj">
|
||||||
|
<defName>ARA_Proj_EggSac_BaseFighter</defName>
|
||||||
|
<label>阿拉克涅虫卵</label>
|
||||||
|
<projectile>
|
||||||
|
<spawnsThingDef>ARA_InteractiveEggSac_Basic_Fighter</spawnsThingDef>
|
||||||
|
</projectile>
|
||||||
|
</ThingDef>
|
||||||
|
<ThingDef ParentName="ARA_InteractiveEggSac_Base">
|
||||||
|
<defName>ARA_InteractiveEggSac_Basic_Fighter</defName>
|
||||||
|
<label>阿拉克涅虫卵囊 战士虫</label>
|
||||||
|
<description>一个脆弱、易燃、黏滑的囊状物,是阿拉克涅女皇种所诞之卵,内含哺育一只新督虫所需的营养和遗传物质,可以通过阿拉克涅女皇种的交互完成激活进程——参阅虫卵的超链接,了解各个督虫的特点。\n\n卵囊对温度极度敏感(该类型的卵适温为-10~22°C),需要小心保护!</description>
|
||||||
|
<descriptionHyperlinks>
|
||||||
|
<ThingDef>ArachnaeNode_Race_Fighter</ThingDef>
|
||||||
|
</descriptionHyperlinks>
|
||||||
|
<researchPrerequisites>
|
||||||
|
<li>ARA_Technology_1KYC</li>
|
||||||
|
</researchPrerequisites>
|
||||||
|
|
||||||
|
<comps>
|
||||||
|
<li Class="ArachnaeSwarm.CompProperties_SpawnPawnFromList">
|
||||||
|
<pawnKinds>
|
||||||
|
<li>ArachnaeNode_Race_Fighter</li>
|
||||||
|
</pawnKinds>
|
||||||
|
<whitelist>
|
||||||
|
<li>ARA_ArachnaeQueen</li>
|
||||||
|
</whitelist>
|
||||||
|
<pawnKindDelays>
|
||||||
|
<li>
|
||||||
|
<pawnKind>ArachnaeNode_Race_Fighter</pawnKind>
|
||||||
|
<delay>12</delay>
|
||||||
|
</li>
|
||||||
|
</pawnKindDelays>
|
||||||
|
<destroyOnSpawn>true</destroyOnSpawn>
|
||||||
|
</li>
|
||||||
|
<li Class="ArachnaeSwarm.CompProperties_TemperatureRuinableDamage">
|
||||||
|
<minSafeTemperature>-10</minSafeTemperature>
|
||||||
|
<maxSafeTemperature>22</maxSafeTemperature>
|
||||||
|
<progressPerDegreePerTick>0.00005</progressPerDegreePerTick>
|
||||||
|
<damagePerTick>0.005</damagePerTick>
|
||||||
|
<recoveryRate>0.001</recoveryRate>
|
||||||
|
</li>
|
||||||
|
</comps>
|
||||||
|
</ThingDef>
|
||||||
|
|
||||||
<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>
|
||||||
@@ -1163,138 +1311,4 @@
|
|||||||
</li>
|
</li>
|
||||||
</comps>
|
</comps>
|
||||||
</AlienRace.ThingDef_AlienRace>
|
</AlienRace.ThingDef_AlienRace>
|
||||||
<AbilityDef ParentName="ARA_EggSpew_Base">
|
|
||||||
<defName>ARA_EggSpew_BaseFighter</defName>
|
|
||||||
<label>生育虫卵-战士虫</label>
|
|
||||||
<description>从卵巢中排出一颗休眠的虫卵,阿拉克涅女皇种可以通过与其交互将其激活,并选择孵化的督虫虫族类型——参阅虫卵的具体信息,了解各个督虫的特点。</description>
|
|
||||||
<iconPath>UI/Commands/EggSpew</iconPath>
|
|
||||||
<comps>
|
|
||||||
<li Class="CompProperties_AbilityLaunchProjectile">
|
|
||||||
<projectileDef>ARA_Proj_EggSac_BaseFighter</projectileDef>
|
|
||||||
</li>
|
|
||||||
<li Class="ArachnaeSwarm.CompProperties_AbilityResearchPrereq">
|
|
||||||
<requiredResearch>ARA_Technology_1KYC</requiredResearch>
|
|
||||||
<failMessage>需要科技 基因节点KYC-1"战士虫" 以解锁此孵化路径</failMessage>
|
|
||||||
</li>
|
|
||||||
</comps>
|
|
||||||
</AbilityDef>
|
|
||||||
<ThingDef ParentName="ARA_EggSpew_Base_Proj">
|
|
||||||
<defName>ARA_Proj_EggSac_BaseFighter</defName>
|
|
||||||
<label>阿拉克涅虫卵</label>
|
|
||||||
<projectile>
|
|
||||||
<spawnsThingDef>ARA_InteractiveEggSac_Basic_Fighter</spawnsThingDef>
|
|
||||||
</projectile>
|
|
||||||
</ThingDef>
|
|
||||||
<ThingDef ParentName="ARA_InteractiveEggSac_Base">
|
|
||||||
<defName>ARA_InteractiveEggSac_Basic_Fighter</defName>
|
|
||||||
<label>阿拉克涅虫卵囊 战士虫</label>
|
|
||||||
<description>一个脆弱、易燃、黏滑的囊状物,是阿拉克涅女皇种所诞之卵,内含哺育一只新督虫所需的营养和遗传物质,可以通过阿拉克涅女皇种的交互完成激活进程——参阅虫卵的超链接,了解各个督虫的特点。\n\n卵囊对温度极度敏感(该类型的卵适温为-10~22°C),需要小心保护!</description>
|
|
||||||
<descriptionHyperlinks>
|
|
||||||
<ThingDef>ArachnaeNode_Race_Fighter</ThingDef>
|
|
||||||
</descriptionHyperlinks>
|
|
||||||
<researchPrerequisites>
|
|
||||||
<li>ARA_Technology_1KYC</li>
|
|
||||||
</researchPrerequisites>
|
|
||||||
|
|
||||||
<comps>
|
|
||||||
<li Class="ArachnaeSwarm.CompProperties_SpawnPawnFromList">
|
|
||||||
<pawnKinds>
|
|
||||||
<li>ArachnaeNode_Race_Fighter</li>
|
|
||||||
</pawnKinds>
|
|
||||||
<whitelist>
|
|
||||||
<li>ARA_ArachnaeQueen</li>
|
|
||||||
</whitelist>
|
|
||||||
<pawnKindDelays>
|
|
||||||
<li>
|
|
||||||
<pawnKind>ArachnaeNode_Race_Fighter</pawnKind>
|
|
||||||
<delay>12</delay>
|
|
||||||
</li>
|
|
||||||
</pawnKindDelays>
|
|
||||||
<destroyOnSpawn>true</destroyOnSpawn>
|
|
||||||
</li>
|
|
||||||
<li Class="ArachnaeSwarm.CompProperties_TemperatureRuinableDamage">
|
|
||||||
<minSafeTemperature>-10</minSafeTemperature>
|
|
||||||
<maxSafeTemperature>22</maxSafeTemperature>
|
|
||||||
<progressPerDegreePerTick>0.00005</progressPerDegreePerTick>
|
|
||||||
<damagePerTick>0.005</damagePerTick>
|
|
||||||
<recoveryRate>0.001</recoveryRate>
|
|
||||||
</li>
|
|
||||||
</comps>
|
|
||||||
</ThingDef>
|
|
||||||
|
|
||||||
<AlienRace.ThingDef_AlienRace ParentName="ARA_NodeBase">
|
|
||||||
<defName>ArachnaeNode_Race_Fighter</defName>
|
|
||||||
<label>阿拉克涅战士种</label>
|
|
||||||
<description>阿拉克涅督虫之一,是巢穴中真正的战士,除了战斗外也可以进行狩猎和搬运。其拥有强大的可塑性基因,随着科技的解锁其将获得更多的能力。\n\n作为督虫,她可以向敌人投射寿命有限但是非常恼人的阿拉克涅酸噬种辅虫,以阻止敌人的远程火力开火。</description>
|
|
||||||
<alienRace>
|
|
||||||
<generalSettings>
|
|
||||||
<!-- 各种零件定义 -->
|
|
||||||
<alienPartGenerator>
|
|
||||||
<!-- 额外身体部件 -->
|
|
||||||
<bodyAddons>
|
|
||||||
<li>
|
|
||||||
<path>ArachnaeSwarm/Things/ARA_HiveNode/Addons/ArachnaeNode_Race_Addons_Fighter_Claw</path>
|
|
||||||
<inFrontOfBody>true</inFrontOfBody>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<path>ArachnaeSwarm/Things/ARA_HiveNode/Addons/ArachnaeNode_Race_Addons_Fighter_Tail</path>
|
|
||||||
<inFrontOfBody>false</inFrontOfBody>
|
|
||||||
<offsets>
|
|
||||||
<north>
|
|
||||||
<layerOffset>-0.275</layerOffset>
|
|
||||||
</north>
|
|
||||||
</offsets>
|
|
||||||
</li>
|
|
||||||
</bodyAddons>
|
|
||||||
</alienPartGenerator>
|
|
||||||
</generalSettings>
|
|
||||||
<raceRestriction>
|
|
||||||
<onlyEatRaceRestrictedFood>true</onlyEatRaceRestrictedFood>
|
|
||||||
</raceRestriction>
|
|
||||||
</alienRace>
|
|
||||||
<comps>
|
|
||||||
</comps>
|
|
||||||
|
|
||||||
<!-- 基础属性设置 -->
|
|
||||||
<statBases>
|
|
||||||
<!-- 移动速度 -->
|
|
||||||
<MoveSpeed>4.5</MoveSpeed>
|
|
||||||
|
|
||||||
<!-- <RestRateMultiplier>1</RestRateMultiplier> -->
|
|
||||||
<!-- <HungerRateMultiplier>1</HungerRateMultiplier> -->
|
|
||||||
<!-- <EatingSpeed>5</EatingSpeed> -->
|
|
||||||
<MaxNutrition>2</MaxNutrition>
|
|
||||||
|
|
||||||
<CarryingCapacity>100</CarryingCapacity>
|
|
||||||
<MeatAmount>60</MeatAmount>
|
|
||||||
<LeatherAmount>30</LeatherAmount>
|
|
||||||
|
|
||||||
<MeleeDodgeChance>1.25</MeleeDodgeChance>
|
|
||||||
<MeleeHitChance>1.25</MeleeHitChance>
|
|
||||||
|
|
||||||
<!-- <NegotiationAbility>1</NegotiationAbility> -->
|
|
||||||
<!-- <SellPriceFactor>1</SellPriceFactor> -->
|
|
||||||
<!-- <SocialImpact>1</SocialImpact> -->
|
|
||||||
<!-- <TradePriceImprovement>0.5</TradePriceImprovement> -->
|
|
||||||
|
|
||||||
<!-- 自带的甲壳可以防御外部攻击 -->
|
|
||||||
<ArmorRating_Blunt>0.4</ArmorRating_Blunt>
|
|
||||||
<ArmorRating_Sharp>0.4</ArmorRating_Sharp>
|
|
||||||
<ArmorRating_Heat>0.3</ArmorRating_Heat>
|
|
||||||
</statBases>
|
|
||||||
|
|
||||||
<race>
|
|
||||||
<!-- 身体类型 -->
|
|
||||||
<body>ArachnaeFighter_Body</body>
|
|
||||||
<baseBodySize>0.85</baseBodySize>
|
|
||||||
<baseHealthScale>2</baseHealthScale>
|
|
||||||
<lifeExpectancy>5</lifeExpectancy>
|
|
||||||
<lifeStageAges Inherit="False">
|
|
||||||
<li>
|
|
||||||
<def>ArachnaeNode_Myrmecocystus_Adult</def>
|
|
||||||
<minAge>0</minAge>
|
|
||||||
</li>
|
|
||||||
</lifeStageAges>
|
|
||||||
</race>
|
|
||||||
</AlienRace.ThingDef_AlienRace>
|
|
||||||
</Defs>
|
</Defs>
|
||||||
Reference in New Issue
Block a user