693 lines
22 KiB
XML
693 lines
22 KiB
XML
<?xml version="1.0" encoding="utf-8" ?>
|
||
<Defs>
|
||
<!-- 定义一个基础的ThingDef,作为阿拉克涅Pawn的基类 -->
|
||
<ThingDef Name="Arachnae_PawnBase" ParentName="BasePawn" Abstract="True">
|
||
<!-- 屠宰产品设置 -->
|
||
<butcherProducts>
|
||
</butcherProducts>
|
||
<!-- 种族相关设置 -->
|
||
<race>
|
||
<!-- 可以成为蹒跚怪 -->
|
||
<canBecomeShambler>false</canBecomeShambler>
|
||
<!-- 异常知识类别(需要Anomaly模组) -->
|
||
<knowledgeCategory MayRequire="Ludeon.RimWorld.Anomaly">Basic</knowledgeCategory>
|
||
<!-- 异常知识点数 -->
|
||
<anomalyKnowledge>3</anomalyKnowledge>
|
||
</race>
|
||
<!-- 组件设置 -->
|
||
<comps>
|
||
<!-- 持有平台目标组件(需要Anomaly模组) -->
|
||
<li MayRequire="Ludeon.RimWorld.Anomaly" Class="CompProperties_HoldingPlatformTarget">
|
||
<!-- 基础逃脱间隔(天) -->
|
||
<baseEscapeIntervalMtbDays>8</baseEscapeIntervalMtbDays>
|
||
<!-- 是否获得低温收容奖励 -->
|
||
<getsColdContainmentBonus>true</getsColdContainmentBonus>
|
||
</li>
|
||
<!-- 可研究组件(需要Anomaly模组) -->
|
||
<li MayRequire="Ludeon.RimWorld.Anomaly" Class="CompProperties_Studiable">
|
||
<!-- 研究频率(ticks) -->
|
||
<frequencyTicks>120000</frequencyTicks>
|
||
<!-- 研究所需的最低单极水平 -->
|
||
<minMonolithLevelForStudy>1</minMonolithLevelForStudy>
|
||
<!-- 是否需要监禁 -->
|
||
<requiresImprisonment>true</requiresImprisonment>
|
||
</li>
|
||
</comps>
|
||
<!-- 基础属性设置 -->
|
||
<statBases>
|
||
<!-- 最低收容强度(需要Anomaly模组) -->
|
||
<MinimumContainmentStrength MayRequire="Ludeon.RimWorld.Anomaly">120</MinimumContainmentStrength>
|
||
</statBases>
|
||
</ThingDef>
|
||
|
||
<!-- 定义阿拉克涅女皇种族,继承自Arachnae_PawnBase -->
|
||
<AlienRace.ThingDef_AlienRace ParentName="Arachnae_PawnBase" Name="ArachnaeQueenBase">
|
||
<!-- 伤害倍数设置 -->
|
||
<damageMultipliers>
|
||
</damageMultipliers>
|
||
<!-- 组件设置 -->
|
||
<comps>
|
||
</comps>
|
||
<!-- 定义名称 -->
|
||
<defName>ArachnaeQueen_Race</defName>
|
||
<!-- 显示标签 -->
|
||
<label>阿拉克涅女皇种</label>
|
||
<!-- 描述 -->
|
||
<description>总之是阿拉克涅女皇原型机咯</description>
|
||
<!-- 外星种族设置 -->
|
||
<alienRace>
|
||
<!-- 通用设置 -->
|
||
<generalSettings>
|
||
<!-- 繁殖设置 -->
|
||
<reproduction>
|
||
<!-- 子代Pawn类型定义 -->
|
||
<childKindDef>ARA_ArachnaeQueen</childKindDef>
|
||
<!-- 女性生育能力年龄因子 -->
|
||
<femaleFertilityAgeFactor>
|
||
<points>
|
||
<li>(1, 1)</li>
|
||
<li>(9999, 1)</li>
|
||
</points>
|
||
</femaleFertilityAgeFactor>
|
||
<!-- 男性生育能力年龄因子 -->
|
||
<maleFertilityAgeFactor>
|
||
<points>
|
||
<li>(1, 1)</li>
|
||
<li>(9999, 1)</li>
|
||
</points>
|
||
</maleFertilityAgeFactor>
|
||
</reproduction>
|
||
<!-- 新生儿背景故事过滤器 -->
|
||
<newbornBackstoryFilter>
|
||
<li>
|
||
<categories>
|
||
<li>ArachnaeQueen_spawnCategoriesA</li>
|
||
<li>ArachnaeQueen_spawnCategoriesB</li>
|
||
</categories>
|
||
<commonality>1</commonality>
|
||
</li>
|
||
</newbornBackstoryFilter>
|
||
|
||
<!-- 儿童背景故事过滤器 -->
|
||
<childBackstoryFilter>
|
||
<li>
|
||
<categories>
|
||
<li>ArachnaeQueen_spawnCategoriesA</li>
|
||
<li>ArachnaeQueen_spawnCategoriesB</li>
|
||
</categories>
|
||
<commonality>1</commonality>
|
||
</li>
|
||
</childBackstoryFilter>
|
||
|
||
<!-- 成人背景故事过滤器 -->
|
||
<adultBackstoryFilter>
|
||
<li>
|
||
<categories>
|
||
<li>ArachnaeQueen_spawnCategoriesA</li>
|
||
<li>ArachnaeQueen_spawnCategoriesB</li>
|
||
</categories>
|
||
<commonality>1</commonality>
|
||
</li>
|
||
</adultBackstoryFilter>
|
||
|
||
<!-- 进入下一个生命阶段的时间,只有一个0岁生命阶段 -->
|
||
<growthAges MayRequire="Ludeon.RimWorld.Biotech">
|
||
<li>0</li>
|
||
</growthAges>
|
||
|
||
<!-- 种族基因 -->
|
||
<raceGenes>
|
||
</raceGenes>
|
||
|
||
<!-- 男性生成概率 -->
|
||
<maleGenderProbability>0</maleGenderProbability>
|
||
<!-- 免疫年龄疾病 -->
|
||
<immuneToAge>true</immuneToAge>
|
||
<!-- 从humanrace继承手术 -->
|
||
<humanRecipeImport>false</humanRecipeImport>
|
||
<!-- 可以躺下,为否则站着睡觉 -->
|
||
<canLayDown>true</canLayDown>
|
||
|
||
<!-- 在社交冲突中能造成的最大伤害 -->
|
||
<maxDamageForSocialfight>25</maxDamageForSocialfight>
|
||
<!-- 免疫har框架的异种歧视 -->
|
||
<immuneToXenophobia>false</immuneToXenophobia>
|
||
<!-- 生成成年人背景的年龄 -->
|
||
<minAgeForAdulthood>0</minAgeForAdulthood>
|
||
|
||
<!-- 禁止的特性 -->
|
||
<disallowedTraits>
|
||
<li>
|
||
<defName>DrugDesire</defName>
|
||
<chance>100</chance>
|
||
</li>
|
||
<li>
|
||
<defName>Nerves</defName>
|
||
<chance>100</chance>
|
||
</li>
|
||
<li>
|
||
<defName>Neurotic</defName>
|
||
<chance>100</chance>
|
||
</li>
|
||
<li>
|
||
<defName>Industriousness</defName>
|
||
<chance>100</chance>
|
||
</li>
|
||
<li>
|
||
<defName>ShootingAccuracy</defName>
|
||
<chance>100</chance>
|
||
</li>
|
||
<li>
|
||
<defName>Bloodlust</defName>
|
||
<chance>100</chance>
|
||
</li>
|
||
<li>
|
||
<defName>Abrasive</defName>
|
||
<chance>100</chance>
|
||
</li>
|
||
<li>
|
||
<defName>TooSmart</defName>
|
||
<chance>100</chance>
|
||
</li>
|
||
<li>
|
||
<defName>Greedy</defName>
|
||
<chance>100</chance>
|
||
</li>
|
||
<li>
|
||
<defName>Jealous</defName>
|
||
<chance>100</chance>
|
||
</li>
|
||
<li>
|
||
<defName>Ascetic</defName>
|
||
<chance>100</chance>
|
||
</li>
|
||
<li>
|
||
<defName>Pyromaniac</defName>
|
||
<chance>100</chance>
|
||
</li>
|
||
<li>
|
||
<defName>Transhumanist</defName>
|
||
<chance>100</chance>
|
||
</li>
|
||
<li>
|
||
<defName>BodyPurist</defName>
|
||
<chance>10</chance>
|
||
</li>
|
||
<li>
|
||
<defName>DislikesMen</defName>
|
||
<chance>100</chance>
|
||
</li>
|
||
<li>
|
||
<defName>DislikesWomen</defName>
|
||
<chance>100</chance>
|
||
</li>
|
||
</disallowedTraits>
|
||
<!-- 强制种族特性条目 -->
|
||
<forcedRaceTraitEntries>
|
||
<li>
|
||
<options>
|
||
<li>
|
||
<defName Degree="1">Beauty</defName>
|
||
</li>
|
||
<li>
|
||
<defName Degree="2">Beauty</defName>
|
||
</li>
|
||
</options>
|
||
<count>1</count>
|
||
<chance>100</chance>
|
||
</li>
|
||
<li>
|
||
<defName Degree="2">NaturalMood</defName>
|
||
<chance>100</chance>
|
||
<commonalityMale>0</commonalityMale>
|
||
<commonalityFemale>100</commonalityFemale>
|
||
</li>
|
||
</forcedRaceTraitEntries>
|
||
|
||
<!-- 外星种族部位生成器 -->
|
||
<alienPartGenerator>
|
||
<!-- 边框缩放比例 -->
|
||
<borderScale>4</borderScale> <!-- 图像显示范围大小 -->
|
||
<!-- 图集缩放比例 -->
|
||
<atlasScale>4</atlasScale> <!-- 图像质量 -->
|
||
<!-- 头部类型 -->
|
||
<headTypes> <!-- 头部 -->
|
||
<li>ARA_QUEEN_Female_AverageNormalA</li>
|
||
</headTypes> <!-- 头部 -->
|
||
|
||
<!-- 身体类型 -->
|
||
<bodyTypes> <!-- 身体 -->
|
||
<li>ARA_QUEEN_Thin</li>
|
||
</bodyTypes> <!-- 身体 -->
|
||
|
||
<!-- 图像放大 -->
|
||
<customDrawSize>(4,4)</customDrawSize>
|
||
<customHeadDrawSize>(1.0,1.0)</customHeadDrawSize>
|
||
<customPortraitDrawSize>(2,2)</customPortraitDrawSize>
|
||
<!-- 头部位置 -->
|
||
<headOffset>(0,0)</headOffset>
|
||
<headOffsetDirectional>
|
||
</headOffsetDirectional>
|
||
|
||
<!-- 头发变色计算,直接设置到9999避免触发 -->
|
||
<oldHairAgeRange>9999~9999</oldHairAgeRange>
|
||
|
||
<!-- 皮肤颜色通道,勿动(衣服已经和皮肤画在一起了) -->
|
||
<colorChannels Inherit="False">
|
||
<li>
|
||
<name>skin</name>
|
||
<first Class="ColorGenerator_Options">
|
||
<options>
|
||
<li>
|
||
<weight>100</weight>
|
||
<only>(255,240,234)</only>
|
||
</li>
|
||
</options>
|
||
</first>
|
||
<second Class="AlienRace.ColorGenerator_CustomAlienChannel">
|
||
<colorChannel>skin_1</colorChannel>
|
||
</second>
|
||
</li>
|
||
<li> <!--헤어컬러-->
|
||
<name>hair</name>
|
||
<first Class="ColorGenerator_Options">
|
||
<options>
|
||
<li>
|
||
<weight>100</weight>
|
||
<only>(255,255,255)</only>
|
||
</li>
|
||
</options>
|
||
</first>
|
||
<second Class="ColorGenerator_Single">
|
||
<color>(35, 20, 120)</color>
|
||
</second>
|
||
</li>
|
||
</colorChannels>
|
||
<!-- 身体附加组件 -->
|
||
<bodyAddons>
|
||
</bodyAddons>
|
||
</alienPartGenerator>
|
||
</generalSettings>
|
||
|
||
|
||
<!-- 图形路径设置 -->
|
||
<graphicPaths> <!-- 纹理 -->
|
||
<!-- 皮肤颜色 -->
|
||
<skinColor>(1,1,1,1)</skinColor>
|
||
<!-- 皮肤着色器 -->
|
||
<skinShader>Cutout</skinShader>
|
||
<!-- 头部纹理路径 -->
|
||
<head>Pawns/General/Invisible/Inv</head>
|
||
<!-- 身体纹理路径 -->
|
||
<body>Pawns/ARA_HiveQueen/Bodies/Naked_Thin</body>
|
||
<!-- 骨骼纹理路径 -->
|
||
<skeleton>Things/Pawn/Insect/HiveQueen/Dessicated_HiveQueen</skeleton>
|
||
<!-- 残肢纹理路径 -->
|
||
<stump>Things/Pawn/Insect/HiveQueen/HiveQueen</stump>
|
||
|
||
<!-- 服装设置 -->
|
||
<apparel>
|
||
<bodyTypeFallback>ARA_QUEEN_Thin</bodyTypeFallback>
|
||
<femaleBodyTypeFallback>ARA_QUEEN_Thin</femaleBodyTypeFallback>
|
||
</apparel>
|
||
</graphicPaths> <!-- 纹理 -->
|
||
|
||
<!-- 头发胡子纹身设置,全部空开 -->
|
||
<styleSettings>
|
||
<li>
|
||
<key>HairDef</key>
|
||
<value>
|
||
<hasStyle>false</hasStyle>
|
||
</value>
|
||
</li>
|
||
<li>
|
||
<key>BeardDef</key>
|
||
<value>
|
||
<hasStyle>false</hasStyle>
|
||
</value>
|
||
</li>
|
||
<li>
|
||
<key>TattooDef</key>
|
||
<value>
|
||
<hasStyle>false</hasStyle>
|
||
</value>
|
||
</li>
|
||
</styleSettings>
|
||
|
||
<!-- 关系设置 -->
|
||
<relationSettings> <!-- 关系 -->
|
||
<!-- 恋人关系概率修正 -->
|
||
<relationChanceModifierLover>0</relationChanceModifierLover>
|
||
<!-- 前恋人关系概率修正 -->
|
||
<relationChanceModifierExLover>0</relationChanceModifierExLover>
|
||
|
||
<!-- 订婚关系概率修正 -->
|
||
<relationChanceModifierFiance>0</relationChanceModifierFiance>
|
||
<!-- 配偶关系概率修正 -->
|
||
<relationChanceModifierSpouse>0</relationChanceModifierSpouse>
|
||
<!-- 前配偶关系概率修正 -->
|
||
<relationChanceModifierExSpouse>0</relationChanceModifierExSpouse>
|
||
|
||
<!-- 父母关系概率修正 -->
|
||
<relationChanceModifierParent>0</relationChanceModifierParent>
|
||
<!-- 子女关系概率修正 -->
|
||
<relationChanceModifierChild>0</relationChanceModifierChild>
|
||
<!-- 兄弟姐妹关系概率修正 -->
|
||
<relationChanceModifierSibling>0</relationChanceModifierSibling>
|
||
</relationSettings> <!-- 关系 -->
|
||
|
||
<!-- 种族限制设置 -->
|
||
<raceRestriction> <!-- 种族限制 -->
|
||
<!-- 仅使用种族限制的服装 -->
|
||
<onlyUseRaceRestrictedApparel>true</onlyUseRaceRestrictedApparel> <!-- 种族服装限制设置 -->
|
||
|
||
<!-- 服装列表 -->
|
||
<apparelList> <!-- 服装 -->
|
||
</apparelList> <!-- 服装 -->
|
||
|
||
<!-- 白名单服装列表 -->
|
||
<whiteApparelList>
|
||
</whiteApparelList>
|
||
|
||
<!-- 建筑列表 -->
|
||
<buildingList> <!-- 建筑 -->
|
||
</buildingList> <!-- 建筑 -->
|
||
|
||
<!-- 武器列表 -->
|
||
<weaponList> <!-- 武器 -->
|
||
</weaponList> <!-- 武器 -->
|
||
|
||
<!-- 研究列表 -->
|
||
<researchList> <!-- 研究 -->
|
||
</researchList> <!-- 研究 -->
|
||
|
||
<!-- 配方列表 -->
|
||
<recipeList> <!-- 制作 -->
|
||
</recipeList> <!-- 制作 -->
|
||
|
||
<!-- 特性列表 -->
|
||
<traitList> <!-- 特性 -->
|
||
</traitList> <!-- 特性 -->
|
||
|
||
<!-- 植物列表 -->
|
||
<plantList> <!-- 植物 -->
|
||
</plantList> <!-- 植物 -->
|
||
|
||
<!-- 食物列表 -->
|
||
<foodList>
|
||
</foodList>
|
||
|
||
<!-- 黑名单内源性基因类别 -->
|
||
<blackEndoCategories>
|
||
<li>Melanin</li>
|
||
<li>HairColor</li>
|
||
|
||
<li MayRequire="Ludeon.RimWorld.Biotech">BodyType</li>
|
||
<li MayRequire="Ludeon.RimWorld.Biotech">Ears</li>
|
||
<li MayRequire="Ludeon.RimWorld.Biotech">Nose</li>
|
||
<li MayRequire="Ludeon.RimWorld.Biotech">Voice</li>
|
||
|
||
<li MayRequire="Ludeon.RimWorld.Biotech">Headbone</li>
|
||
<li MayRequire="Ludeon.RimWorld.Biotech">Head</li>
|
||
<li MayRequire="Ludeon.RimWorld.Biotech">Jaw</li>
|
||
</blackEndoCategories>
|
||
|
||
<!-- 黑名单基因列表 -->
|
||
<blackGeneList>
|
||
<li MayRequire="Ludeon.RimWorld.Biotech">Furskin</li>
|
||
<li MayRequire="Ludeon.RimWorld.Biotech">Brow_Heavy</li>
|
||
|
||
<li MayRequire="Ludeon.RimWorld.Biotech">Hair_BaldOnly</li>
|
||
<li MayRequire="Ludeon.RimWorld.Biotech">Beard_Always</li>
|
||
<li MayRequire="Ludeon.RimWorld.Biotech">FacialRidges</li>
|
||
</blackGeneList>
|
||
|
||
<!-- 黑名单基因标签 -->
|
||
<blackGeneTags>
|
||
<li MayRequire="Ludeon.RimWorld.Biotech">EyeColor</li>
|
||
<li MayRequire="Ludeon.RimWorld.Biotech">Tail</li>
|
||
<li MayRequire="Ludeon.RimWorld.Biotech">BeardStyle</li>
|
||
<li MayRequire="Ludeon.RimWorld.Biotech">Fur</li>
|
||
</blackGeneTags>
|
||
|
||
<!-- 异种类型列表 -->
|
||
<xenotypeList>
|
||
</xenotypeList>
|
||
|
||
<!-- 黑名单异种类型列表 -->
|
||
<blackXenotypeList MayRequire="Ludeon.RimWorld.Biotech">
|
||
<!-- <li MayRequire="Ludeon.RimWorld.Biotech">Baseliner</li> -->
|
||
<li MayRequire="Ludeon.RimWorld.Biotech">Dirtmole</li>
|
||
<li MayRequire="Ludeon.RimWorld.Biotech">Genie</li>
|
||
<li MayRequire="Ludeon.RimWorld.Biotech">Hussar</li>
|
||
<li MayRequire="Ludeon.RimWorld.Biotech">Sanguophage</li>
|
||
<li MayRequire="Ludeon.RimWorld.Biotech">Neanderthal</li>
|
||
<li MayRequire="Ludeon.RimWorld.Biotech">Pigskin</li>
|
||
<li MayRequire="Ludeon.RimWorld.Biotech">Impid</li>
|
||
<li MayRequire="Ludeon.RimWorld.Biotech">Waster</li>
|
||
<li MayRequire="Ludeon.RimWorld.Biotech">Yttakin</li>
|
||
<li MayRequire="Ludeon.RimWorld.Biotech">Highmate</li>
|
||
|
||
<li MayRequire="Ludeon.RimWorld.Odyssey">Starjack</li>
|
||
</blackXenotypeList>
|
||
|
||
<!-- 仅使用种族限制的异种类型 -->
|
||
<onlyUseRaceRestrictedXenotypes>true</onlyUseRaceRestrictedXenotypes> <!-- asd -->
|
||
|
||
</raceRestriction>
|
||
<!-- 思想设置 -->
|
||
<thoughtSettings>
|
||
<!-- 无法接收的思想 -->
|
||
<cannotReceiveThoughts>
|
||
<li>Naked</li>
|
||
<li>ApparelDamaged</li>
|
||
<li>ProsthophileHappy</li>
|
||
<li>ProsthophobeUnhappy</li>
|
||
<li>BrawlerUnhappy</li>
|
||
<li>PyromaniacHappy</li>
|
||
<li>Greedy</li>
|
||
<li>Jealous</li>
|
||
<li>SharedBed</li>
|
||
<li>AteWithoutTable</li>
|
||
<li>SleptOutside</li>
|
||
<li>SleptOnGround</li>
|
||
<li>SleptInCold</li>
|
||
<li>SleptInHeat</li>
|
||
<li>Ugly</li>
|
||
<li>AteKibble</li>
|
||
<li>AteInsectMeatDirect</li>
|
||
<li>AteInsectMeatAsIngredient</li>
|
||
<li>AteRawFood</li>
|
||
<li>AteHumanlikeMeatDirect</li>
|
||
<li>AteHumanlikeMeatAsIngredient</li>
|
||
<li>KnowButcheredHumanlikeCorpse</li>
|
||
<li>ButcheredHumanlikeCorpseOpinion</li>
|
||
<li>AteRawHumanlikeMeat</li>
|
||
</cannotReceiveThoughts>
|
||
</thoughtSettings>
|
||
</alienRace>
|
||
|
||
<!-- 基础属性设置 -->
|
||
<statBases> <!-- 能力值 -->
|
||
<!-- 市场价值 -->
|
||
<MarketValue>2000</MarketValue> <!-- 价格 -->
|
||
<RoyalFavorValue>5</RoyalFavorValue>
|
||
|
||
<!-- 移动速度 -->
|
||
<MoveSpeed>1.75</MoveSpeed>
|
||
<Mass>250</Mass>
|
||
|
||
<!-- <RestRateMultiplier>1</RestRateMultiplier> -->
|
||
<!-- <HungerRateMultiplier>1</HungerRateMultiplier> -->
|
||
<EatingSpeed>2</EatingSpeed>
|
||
<!-- 女皇很长时间才需要补充一次食物 -->
|
||
<MaxNutrition>5</MaxNutrition>
|
||
|
||
<!-- 女皇的负重,设为0以避免女皇能背东西 -->
|
||
<CarryingCapacity>0</CarryingCapacity>
|
||
<MeatAmount>450</MeatAmount>
|
||
<LeatherAmount>600</LeatherAmount>
|
||
|
||
<!-- 疼痛休克,女皇很难因为疼痛而倒下,虽并不是像机器人一样不会休克 -->
|
||
<PainShockThreshold>1</PainShockThreshold>
|
||
<!-- 女皇非常擅长灵能,以维持蜂群的蜂巢意识链接 -->
|
||
<PsychicSensitivity>5</PsychicSensitivity>
|
||
<!-- 女皇的崩溃概率 -->
|
||
<MentalBreakThreshold>0</MentalBreakThreshold>
|
||
<!-- 女皇的高耸身躯和强健循环系统使得很难被毒倒下 -->
|
||
<ToxicResistance>0.95</ToxicResistance>
|
||
<ToxicEnvironmentResistance MayRequire="Ludeon.RimWorld.Biotech">0.95</ToxicEnvironmentResistance>
|
||
<!-- 女皇的甲壳可以抵御火焰侵袭,难以燃烧-->
|
||
<Flammability>0.1</Flammability>
|
||
|
||
<!-- 女皇的庞大申请很难闪开近战 -->
|
||
<MeleeDodgeChance>0.25</MeleeDodgeChance>
|
||
<!-- <MeleeHitChance>1</MeleeHitChance> -->
|
||
|
||
<!-- <NegotiationAbility>1</NegotiationAbility> -->
|
||
<!-- <SellPriceFactor>1</SellPriceFactor> -->
|
||
<!-- <SocialImpact>1</SocialImpact> -->
|
||
<!-- <TradePriceImprovement>0.5</TradePriceImprovement> -->
|
||
|
||
<!-- 自带的甲壳可以防御外部攻击 -->
|
||
<ArmorRating_Blunt>0.6</ArmorRating_Blunt>
|
||
<ArmorRating_Sharp>0.8</ArmorRating_Sharp>
|
||
<ArmorRating_Heat>0.5</ArmorRating_Heat>
|
||
|
||
<!-- 虫群拥有惊人的愈合速度 -->
|
||
<InjuryHealingFactor>5</InjuryHealingFactor>
|
||
|
||
<!-- 在野外采集的营养 -->
|
||
<ForagedNutritionPerDay>0</ForagedNutritionPerDay>
|
||
<!-- 污物规模,虫群污物规模都较大 -->
|
||
<FilthRate>28</FilthRate>
|
||
<Wildness>0.99</Wildness>
|
||
</statBases>
|
||
|
||
<!-- 工具设置(攻击方式) -->
|
||
<tools>
|
||
<li>
|
||
<label>head claw</label>
|
||
<capacities>
|
||
<li>Cut</li>
|
||
</capacities>
|
||
<power>30</power>
|
||
<cooldownTime>2.6</cooldownTime>
|
||
<linkedBodyPartsGroup>HeadClaw</linkedBodyPartsGroup>
|
||
</li>
|
||
<li>
|
||
<label>head</label>
|
||
<capacities>
|
||
<li>Blunt</li>
|
||
</capacities>
|
||
<power>14</power>
|
||
<cooldownTime>2</cooldownTime>
|
||
<linkedBodyPartsGroup>HeadAttackTool</linkedBodyPartsGroup>
|
||
<ensureLinkedBodyPartsGroupAlwaysUsable>true</ensureLinkedBodyPartsGroupAlwaysUsable>
|
||
<chanceFactor>0.2</chanceFactor>
|
||
</li>
|
||
</tools>
|
||
|
||
<race>
|
||
<!-- 身体类型 -->
|
||
<body>BeetleLikeWithClaw</body>
|
||
<fleshType>Normal</fleshType>
|
||
<!-- 思考树 -->
|
||
<thinkTreeMain>Humanlike</thinkTreeMain>
|
||
<thinkTreeConstant>HumanlikeConstant</thinkTreeConstant>
|
||
<intelligence>Humanlike</intelligence>
|
||
<makesFootprints>true</makesFootprints>
|
||
<lifeExpectancy>850</lifeExpectancy>
|
||
<!-- 肉和皮革的定义 -->
|
||
<leatherDef>Leather_Light</leatherDef>
|
||
<specificMeatDef>Meat_Megaspider</specificMeatDef>
|
||
<nameCategory>HumanStandard</nameCategory>
|
||
<bloodDef>Filth_BloodInsect</bloodDef> <!-- 피 -->
|
||
<bloodSmearDef>Filth_BloodSmear</bloodSmearDef>
|
||
<!-- 身形大小 -->
|
||
<baseBodySize>10</baseBodySize>
|
||
<!-- 血量上限 -->
|
||
<baseHealthScale>10</baseHealthScale>
|
||
<!-- 食物类型,可以在种族限制定义,不需要在这改 -->
|
||
<foodType>OmnivoreHuman</foodType>
|
||
<!-- 妊娠天数,对女皇来说没啥用 -->
|
||
<gestationPeriodDays>60</gestationPeriodDays>
|
||
<meatMarketValue>1.85</meatMarketValue>
|
||
<renderTree>Humanlike</renderTree>
|
||
<!-- 无法被异常尸体锁定 -->
|
||
<hasUnnaturalCorpse>false</hasUnnaturalCorpse>
|
||
<lifeStageAges>
|
||
<li>
|
||
<def>ARA_Queen_Adult</def>
|
||
<soundWounded>Pawn_HiveQueen_Wounded</soundWounded>
|
||
<soundDeath>Pawn_HiveQueen_Death</soundDeath>
|
||
<soundCall>Pawn_HiveQueen_Call</soundCall>
|
||
<soundAngry>Pawn_HiveQueen_Angry</soundAngry>
|
||
</li>
|
||
</lifeStageAges>
|
||
<!-- 什么年龄段可以做什么工作 -->
|
||
<lifeStageWorkSettings MayRequire="Ludeon.RimWorld.Biotech">
|
||
<Firefighter>0</Firefighter>
|
||
<Patient>0</Patient>
|
||
<Doctor>0</Doctor>
|
||
<PatientBedRest>0</PatientBedRest>
|
||
<Childcare MayRequire="Ludeon.RimWorld.Biotech">0</Childcare>
|
||
<BasicWorker>0</BasicWorker>
|
||
<Warden>0</Warden>
|
||
<Handling>0</Handling>
|
||
<Cooking>0</Cooking>
|
||
<Hunting>0</Hunting>
|
||
<Construction>0</Construction>
|
||
<Growing>0</Growing>
|
||
<Mining>0</Mining>
|
||
<PlantCutting>0</PlantCutting>
|
||
<Smithing>0</Smithing>
|
||
<Tailoring>0</Tailoring>
|
||
<Art>0</Art>
|
||
<Crafting>0</Crafting>
|
||
<Hauling>0</Hauling>
|
||
<Cleaning>0</Cleaning>
|
||
<Research>0</Research>
|
||
<DarkStudy MayRequire="Ludeon.RimWorld.Anomaly">0</DarkStudy>
|
||
</lifeStageWorkSettings>
|
||
<soundMeleeHitPawn>Pawn_Melee_BigBash_HitPawn</soundMeleeHitPawn>
|
||
<soundMeleeHitBuilding>Pawn_Melee_BigBash_HitBuilding</soundMeleeHitBuilding>
|
||
<soundMeleeMiss>Pawn_Melee_BigBash_Miss</soundMeleeMiss>
|
||
<soundMeleeDodge>Pawn_MeleeDodge</soundMeleeDodge>
|
||
<!-- 阴影绘制 -->
|
||
<specialShadowData>
|
||
<volume>(0.3, 0.8, 0.4)</volume>
|
||
<offset>(0,0,-0.3)</offset>
|
||
</specialShadowData>
|
||
<!-- 生成时的年龄曲线 -->
|
||
<ageGenerationCurve>
|
||
<points>
|
||
<li MayRequire="Ludeon.RimWorld.Biotech">(0,0)</li>
|
||
<li>(100,0)</li>
|
||
<li>(150,1)</li>
|
||
<li>(200,0)</li>
|
||
</points>
|
||
</ageGenerationCurve>
|
||
|
||
<hediffGiverSets>
|
||
<li>OrganicStandard</li>
|
||
<li>Human</li>
|
||
</hediffGiverSets>
|
||
</race>
|
||
|
||
<!-- 可以施加使用的手术类型 -->
|
||
<recipes>
|
||
<li>ExciseCarcinoma</li>
|
||
<li>AdministerMechSerumHealer</li>
|
||
<li>RemoveBodyPart</li>
|
||
<li>Euthanize</li>
|
||
<li>Anesthetize</li>
|
||
<li>CureScaria</li>
|
||
<li MayRequire="Ludeon.RimWorld.Royalty">CureBloodRot</li>
|
||
<li MayRequire="Ludeon.RimWorld.Royalty">CureAbasia</li>
|
||
|
||
<li MayRequire="Ludeon.RimWorld.Biotech">Vasectomy</li>
|
||
<li MayRequire="Ludeon.RimWorld.Biotech">ReverseVasectomy</li>
|
||
<li MayRequire="Ludeon.RimWorld.Biotech">TubalLigation</li>
|
||
<li MayRequire="Ludeon.RimWorld.Biotech">ExtractOvum</li>
|
||
<li MayRequire="Ludeon.RimWorld.Biotech">ExtractHemogenPack</li>
|
||
<li MayRequire="Ludeon.RimWorld.Biotech">BloodTransfusion</li>
|
||
<li MayRequire="Ludeon.RimWorld.Biotech">ImplantXenogerm</li>
|
||
<li MayRequire="Ludeon.RimWorld.Biotech">ImplantIUD</li>
|
||
<li MayRequire="Ludeon.RimWorld.Biotech">RemoveIUD</li>
|
||
<li MayRequire="Ludeon.RimWorld.Biotech">TerminatePregnancy</li>
|
||
</recipes>
|
||
|
||
<!-- <comps>
|
||
<li Class="CompProperties_SpreadSludge">
|
||
<mtbTicks>15000</mtbTicks>
|
||
<abilityDef>ARA_EggSpew</abilityDef>
|
||
</li>
|
||
<li Class="CompProperties_LetterOnRevealed">
|
||
<label>Hive queen</label>
|
||
<text>You've discovered the center of the nest. It's guarded by a massive insect queen!</text>
|
||
<letterDef>ThreatBig</letterDef>
|
||
</li>
|
||
</comps> -->
|
||
</AlienRace.ThingDef_AlienRace>
|
||
</Defs> |