This commit is contained in:
2025-09-01 11:08:59 +08:00
parent 0a42ce9e52
commit 3c9fa2bbca
2 changed files with 167 additions and 173 deletions

View File

@@ -4,7 +4,7 @@
<butcherProducts> <butcherProducts>
</butcherProducts> </butcherProducts>
<race> <race>
<canBecomeShambler>true</canBecomeShambler> <canBecomeShambler>false</canBecomeShambler>
<knowledgeCategory MayRequire="Ludeon.RimWorld.Anomaly">Basic</knowledgeCategory> <knowledgeCategory MayRequire="Ludeon.RimWorld.Anomaly">Basic</knowledgeCategory>
<anomalyKnowledge>3</anomalyKnowledge> <anomalyKnowledge>3</anomalyKnowledge>
</race> </race>
@@ -25,43 +25,36 @@
</ThingDef> </ThingDef>
<AlienRace.ThingDef_AlienRace ParentName="Arachnae_PawnBase" Name="ArachnaeQueenBase"> <AlienRace.ThingDef_AlienRace ParentName="Arachnae_PawnBase" Name="ArachnaeQueenBase">
<defName>ArachnaeQueen_Race</defName>
<label>阿拉克涅女皇种</label>
<description>女皇种是阿拉克涅虫巢中最庞大的生命形态,肩负着领导整个阿拉克涅虫巢的任务,并根据虫巢的需求诞下不同类型的子嗣。她是虫群蜂巢意识金字塔中顶端的存在,如果死亡则会导致殖民地中所有阿拉克涅虫族的覆灭!</description>
<!-- 伤害类型减免 -->
<damageMultipliers> <damageMultipliers>
<!--<li> <!--<li>
<damageDef>TornadoScratch</damageDef> <damageDef>TornadoScratch</damageDef>
<multiplier>0</multiplier> <multiplier>0</multiplier>
</li>--> </li>-->
</damageMultipliers> </damageMultipliers>
<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>
<defName>ArachnaeQueen_Race</defName>
<label>阿拉克涅女皇种</label>
<description>总之是阿拉克涅女皇原型机咯</description>
<alienRace> <alienRace>
<generalSettings> <generalSettings>
<reproduction> <reproduction>
<!-- 若虫和成虫是同一个类型 -->
<childKindDef>ARA_ArachnaeQueen</childKindDef> <childKindDef>ARA_ArachnaeQueen</childKindDef>
<!-- 男女生育能力设为0以避免进行常规生育 -->
<femaleFertilityAgeFactor> <femaleFertilityAgeFactor>
<points> <points>
<li>(1, 1)</li> <li>(1, 0)</li>
<li>(9999, 1)</li> <li>(9999, 0)</li>
</points> </points>
</femaleFertilityAgeFactor> </femaleFertilityAgeFactor>
<maleFertilityAgeFactor> <maleFertilityAgeFactor>
<points> <points>
<li>(1, 1)</li> <li>(1, 0)</li>
<li>(9999, 1)</li> <li>(9999, 0)</li>
</points> </points>
</maleFertilityAgeFactor> </maleFertilityAgeFactor>
</reproduction> </reproduction>
<!-- 背景故事覆盖 -->
<newbornBackstoryFilter> <newbornBackstoryFilter>
<li> <li>
<categories> <categories>
@@ -71,7 +64,6 @@
<commonality>1</commonality> <commonality>1</commonality>
</li> </li>
</newbornBackstoryFilter> </newbornBackstoryFilter>
<childBackstoryFilter> <childBackstoryFilter>
<li> <li>
<categories> <categories>
@@ -81,7 +73,6 @@
<commonality>1</commonality> <commonality>1</commonality>
</li> </li>
</childBackstoryFilter> </childBackstoryFilter>
<adultBackstoryFilter> <adultBackstoryFilter>
<li> <li>
<categories> <categories>
@@ -92,23 +83,32 @@
</li> </li>
</adultBackstoryFilter> </adultBackstoryFilter>
<!-- 进入下一个生命阶段的时间只有一个0岁生命阶段 -->
<growthAges MayRequire="Ludeon.RimWorld.Biotech"> <growthAges MayRequire="Ludeon.RimWorld.Biotech">
<li>1</li> <li>0</li>
<li>3</li>
<li>5</li>
</growthAges> </growthAges>
<!-- 默认拥有的基因 -->
<raceGenes> <raceGenes>
</raceGenes> </raceGenes>
<maleGenderProbability>0</maleGenderProbability> <!-- 성비 --> <!-- 男性生成概率 -->
<immuneToAge>true</immuneToAge> <!-- 노화면역 --> <maleGenderProbability>0</maleGenderProbability>
<humanRecipeImport>true</humanRecipeImport> <!-- 인간이 사용하는 수술 사용 --> <!-- 免疫年龄疾病 -->
<immuneToAge>true</immuneToAge>
<!-- 从humanrace继承手术 -->
<humanRecipeImport>false</humanRecipeImport>
<!-- 可以躺下,为否则站着睡觉 -->
<canLayDown>true</canLayDown> <canLayDown>true</canLayDown>
<maxDamageForSocialfight>25</maxDamageForSocialfight> <!-- 사교적 싸움 최대 데미지 -->
<immuneToXenophobia>true</immuneToXenophobia> <!-- 이종족 혐오 대상 -->
<minAgeForAdulthood>6</minAgeForAdulthood> <!-- 성년기 백스토리 조건 나이 -->
<!-- 在社交冲突中能造成的最大伤害 -->
<maxDamageForSocialfight>25</maxDamageForSocialfight>
<!-- 免疫har框架的异种歧视 -->
<immuneToXenophobia>false</immuneToXenophobia>
<!-- 生成成年人背景的年龄 -->
<minAgeForAdulthood>0</minAgeForAdulthood>
<!-- 允许和禁止的特质 -->
<disallowedTraits> <disallowedTraits>
<li> <li>
<defName>DrugDesire</defName> <defName>DrugDesire</defName>
@@ -196,25 +196,27 @@
</li> </li>
</forcedRaceTraitEntries> </forcedRaceTraitEntries>
<!-- 对身体零件的定义 -->
<alienPartGenerator> <alienPartGenerator>
<borderScale>4</borderScale> <!-- 그림이 표시되는 범위 크기 --> <!-- 渲染放大不低于实际drawsize -->
<atlasScale>4</atlasScale> <!-- 화질 --> <borderScale>2</borderScale>
<headTypes> <!--머리--> <!-- 分辨率放大 -->
<atlasScale>2</atlasScale>
<!-- 头部类型 -->
<headTypes>
<li>ARA_QUEEN_Female_AverageNormalA</li> <li>ARA_QUEEN_Female_AverageNormalA</li>
</headTypes> <!--머리--> </headTypes>
<bodyTypes> <!----> <!-- 身形根据惯例统一使用thin -->
<li>ARA_QUEEN_Thin</li> <bodyTypes>
<!--<li>Male</li> <li>Thin</li>
<li MayRequire="Ludeon.RimWorld.Biotech">Child</li> --> </bodyTypes>
</bodyTypes> <!---->
<!-- <useGenderedHeads>false</useGenderedHeads> --> <!--성별머리--> <!-- 图像放大 -->
<!-- <useGenderedBodies>false</useGenderedBodies> --> <!--성별몸--> <customDrawSize>(1.75,1.75)</customDrawSize>
<customHeadDrawSize>(1.75,1.75)</customHeadDrawSize>
<customDrawSize>(1.75,1.75)</customDrawSize> <!--전체크기--> <customPortraitDrawSize>(1.5,1.5)</customPortraitDrawSize>
<customHeadDrawSize>(1.75,1.75)</customHeadDrawSize> <!--머리크기--> <!-- 头部位置 -->
<customPortraitDrawSize>(1.5,1.5)</customPortraitDrawSize> <!--초상화크기-->
<headOffset>(0,0)</headOffset> <headOffset>(0,0)</headOffset>
<headOffsetDirectional> <headOffsetDirectional>
<north> <north>
@@ -239,9 +241,11 @@
</west> </west>
</headOffsetDirectional> </headOffsetDirectional>
<oldHairAgeRange>65.0~85.0</oldHairAgeRange> <!-- 头发变色计算直接设置到9999避免触发 -->
<oldHairAgeRange>9999~9999</oldHairAgeRange>
<colorChannels Inherit="False"> <!----> <!-- 皮肤颜色通道,勿动(衣服已经和皮肤画在一起了) -->
<colorChannels Inherit="False">
<li> <li>
<name>skin</name> <name>skin</name>
<first Class="ColorGenerator_Options"> <first Class="ColorGenerator_Options">
@@ -270,13 +274,14 @@
<color>(35, 20, 120)</color> <color>(35, 20, 120)</color>
</second> </second>
</li> </li>
</colorChannels> <!----> </colorChannels>
<bodyAddons> <!-- 몸부착물 --> <!-- 身体附加组件 -->
<!--헤어윗레이어--> <bodyAddons>
</bodyAddons> </bodyAddons>
</alienPartGenerator> </alienPartGenerator>
</generalSettings> </generalSettings>
<!-- 图像路径定义 -->
<graphicPaths> <!-- 텍스쳐 --> <graphicPaths> <!-- 텍스쳐 -->
<skinColor>(1,1,1,1)</skinColor> <skinColor>(1,1,1,1)</skinColor>
<skinShader>Cutout</skinShader> <skinShader>Cutout</skinShader>
@@ -284,13 +289,9 @@
<body>Pawns/ARA_HiveQueen/Bodies/Naked_Thin</body> <body>Pawns/ARA_HiveQueen/Bodies/Naked_Thin</body>
<skeleton>Things/Pawn/Insect/HiveQueen/Dessicated_HiveQueen</skeleton> <skeleton>Things/Pawn/Insect/HiveQueen/Dessicated_HiveQueen</skeleton>
<stump>Things/Pawn/Insect/HiveQueen/HiveQueen</stump> <stump>Things/Pawn/Insect/HiveQueen/HiveQueen</stump>
<!--<apparel>
<bodyTypeFallback>Male</bodyTypeFallback>
<femaleBodyTypeFallback>Thin</femaleBodyTypeFallback>
</apparel>-->
</graphicPaths> <!-- 텍스쳐 --> </graphicPaths> <!-- 텍스쳐 -->
<!-- 头发胡子纹身设置,全部空开 -->
<styleSettings> <styleSettings>
<li> <li>
<key>HairDef</key> <key>HairDef</key>
@@ -312,7 +313,8 @@
</li> </li>
</styleSettings> </styleSettings>
<relationSettings> <!-- 관계 --> <!-- 家族关系,虫母有啥家族关系啊 -->
<relationSettings>
<relationChanceModifierLover>0</relationChanceModifierLover> <relationChanceModifierLover>0</relationChanceModifierLover>
<relationChanceModifierExLover>0</relationChanceModifierExLover> <relationChanceModifierExLover>0</relationChanceModifierExLover>
@@ -323,38 +325,29 @@
<relationChanceModifierParent>0</relationChanceModifierParent> <relationChanceModifierParent>0</relationChanceModifierParent>
<relationChanceModifierChild>0</relationChanceModifierChild> <relationChanceModifierChild>0</relationChanceModifierChild>
<relationChanceModifierSibling>0</relationChanceModifierSibling> <relationChanceModifierSibling>0</relationChanceModifierSibling>
</relationSettings> <!-- 관계 --> </relationSettings>
<!-- 种族限制 -->
<raceRestriction> <!-- 종족제한 --> <raceRestriction> <!-- 종족제한 -->
<onlyUseRaceRestrictedApparel>true</onlyUseRaceRestrictedApparel> <!-- 종족옷제한설정 --> <onlyUseRaceRestrictedApparel>true</onlyUseRaceRestrictedApparel> <!-- 종족옷제한설정 -->
<apparelList> <!----> <apparelList> <!---->
</apparelList> <!----> </apparelList> <!---->
<whiteApparelList> <whiteApparelList>
</whiteApparelList> </whiteApparelList>
<buildingList> <!-- 건물 --> <buildingList> <!-- 건물 -->
</buildingList> <!-- 건물 --> </buildingList> <!-- 건물 -->
<weaponList> <!-- 무기 --> <weaponList> <!-- 무기 -->
</weaponList> <!-- 무기 --> </weaponList> <!-- 무기 -->
<researchList> <!-- 연구 --> <researchList> <!-- 연구 -->
</researchList> <!-- 연구 --> </researchList> <!-- 연구 -->
<recipeList> <!-- 제작 --> <recipeList> <!-- 제작 -->
</recipeList> <!-- 제작 --> </recipeList> <!-- 제작 -->
<traitList> <!-- 특성 --> <traitList> <!-- 특성 -->
</traitList> <!-- 특성 --> </traitList> <!-- 특성 -->
<plantList> <!-- 식물 --> <plantList> <!-- 식물 -->
</plantList> <!-- 식물 --> </plantList> <!-- 식물 -->
<foodList> <foodList>
</foodList> </foodList>
<blackEndoCategories> <blackEndoCategories>
<li>Melanin</li> <li>Melanin</li>
<li>HairColor</li> <li>HairColor</li>
@@ -368,7 +361,6 @@
<li MayRequire="Ludeon.RimWorld.Biotech">Head</li> <li MayRequire="Ludeon.RimWorld.Biotech">Head</li>
<li MayRequire="Ludeon.RimWorld.Biotech">Jaw</li> <li MayRequire="Ludeon.RimWorld.Biotech">Jaw</li>
</blackEndoCategories> </blackEndoCategories>
<blackGeneList> <blackGeneList>
<li MayRequire="Ludeon.RimWorld.Biotech">Furskin</li> <li MayRequire="Ludeon.RimWorld.Biotech">Furskin</li>
<li MayRequire="Ludeon.RimWorld.Biotech">Brow_Heavy</li> <li MayRequire="Ludeon.RimWorld.Biotech">Brow_Heavy</li>
@@ -377,17 +369,14 @@
<li MayRequire="Ludeon.RimWorld.Biotech">Beard_Always</li> <li MayRequire="Ludeon.RimWorld.Biotech">Beard_Always</li>
<li MayRequire="Ludeon.RimWorld.Biotech">FacialRidges</li> <li MayRequire="Ludeon.RimWorld.Biotech">FacialRidges</li>
</blackGeneList> </blackGeneList>
<blackGeneTags> <blackGeneTags>
<li MayRequire="Ludeon.RimWorld.Biotech">EyeColor</li> <li MayRequire="Ludeon.RimWorld.Biotech">EyeColor</li>
<li MayRequire="Ludeon.RimWorld.Biotech">Tail</li> <li MayRequire="Ludeon.RimWorld.Biotech">Tail</li>
<li MayRequire="Ludeon.RimWorld.Biotech">BeardStyle</li> <li MayRequire="Ludeon.RimWorld.Biotech">BeardStyle</li>
<li MayRequire="Ludeon.RimWorld.Biotech">Fur</li> <li MayRequire="Ludeon.RimWorld.Biotech">Fur</li>
</blackGeneTags> </blackGeneTags>
<xenotypeList> <xenotypeList>
</xenotypeList> </xenotypeList>
<blackXenotypeList MayRequire="Ludeon.RimWorld.Biotech"> <blackXenotypeList MayRequire="Ludeon.RimWorld.Biotech">
<!-- <li MayRequire="Ludeon.RimWorld.Biotech">Baseliner</li> --> <!-- <li MayRequire="Ludeon.RimWorld.Biotech">Baseliner</li> -->
<li MayRequire="Ludeon.RimWorld.Biotech">Dirtmole</li> <li MayRequire="Ludeon.RimWorld.Biotech">Dirtmole</li>
@@ -403,10 +392,9 @@
<li MayRequire="Ludeon.RimWorld.Odyssey">Starjack</li> <li MayRequire="Ludeon.RimWorld.Odyssey">Starjack</li>
</blackXenotypeList> </blackXenotypeList>
<onlyUseRaceRestrictedXenotypes>true</onlyUseRaceRestrictedXenotypes> <!-- asd --> <onlyUseRaceRestrictedXenotypes>true</onlyUseRaceRestrictedXenotypes> <!-- asd -->
</raceRestriction> </raceRestriction>
<!-- 想法限制 -->
<thoughtSettings> <thoughtSettings>
<cannotReceiveThoughts> <cannotReceiveThoughts>
<li>Naked</li> <li>Naked</li>
@@ -438,50 +426,61 @@
</thoughtSettings> </thoughtSettings>
</alienRace> </alienRace>
<statBases> <!-- 능력치 --> <statBases>
<MarketValue>2000</MarketValue> <!-- 가격 --> <MarketValue>2000</MarketValue>
<RoyalFavorValue>5</RoyalFavorValue> <MoveSpeed>1.75</MoveSpeed>
<Mass>250</Mass>
<MoveSpeed>3.4</MoveSpeed> <!-- 이속 --> <!-- 女皇的适应性很强大,虽然不代表底下的子嗣也是如此 -->
<Mass>80</Mass> <!-- 무게 --> <ComfyTemperatureMax>80</ComfyTemperatureMax>
<ComfyTemperatureMin>-120</ComfyTemperatureMin>
<ComfyTemperatureMax>45</ComfyTemperatureMax> <!-- 편한최대온도 --> <!-- <RestRateMultiplier>1</RestRateMultiplier> -->
<ComfyTemperatureMin>-45</ComfyTemperatureMin> <!-- 편한최소온도 --> <!-- <HungerRateMultiplier>1</HungerRateMultiplier> -->
<EatingSpeed>2</EatingSpeed>
<!-- 女皇很长时间才需要补充一次食物 -->
<MaxNutrition>5</MaxNutrition>
<RestRateMultiplier>1</RestRateMultiplier> <!-- --> <!-- 女皇的负重,设为0以避免女皇能背东西 -->
<!-- <HungerRateMultiplier>1</HungerRateMultiplier> --> <!-- 허기 --> <CarryingCapacity>0</CarryingCapacity>
<EatingSpeed>1.25</EatingSpeed> <!-- 먹는속도 --> <MeatAmount>450</MeatAmount>
<MaxNutrition>2.3</MaxNutrition> <LeatherAmount>600</LeatherAmount>
<CarryingCapacity>150</CarryingCapacity> <!-- 운반량 --> <!-- 疼痛休克,女皇很难因为疼痛而倒下,虽并不是像机器人一样不会休克 -->
<MeatAmount>45</MeatAmount> <!-- 고기량 --> <PainShockThreshold>1</PainShockThreshold>
<LeatherAmount>0</LeatherAmount> <!-- 가죽량 --> <!-- 가죽종류 밑에 있음 --> <!-- 女皇非常擅长灵能,以维持蜂群的蜂巢意识链接 -->
<PsychicSensitivity>5</PsychicSensitivity>
<!-- 女皇的崩溃概率 -->
<MentalBreakThreshold>0</MentalBreakThreshold>
<!-- 女皇的高耸身躯和强健循环系统使得很难被毒倒下 -->
<ToxicResistance>0.95</ToxicResistance>
<ToxicEnvironmentResistance MayRequire="Ludeon.RimWorld.Biotech">0.95</ToxicEnvironmentResistance>
<!-- 女皇的甲壳可以抵御火焰侵袭,难以燃烧-->
<Flammability>0.1</Flammability>
<PainShockThreshold>0.75</PainShockThreshold> <!-- 쓰러짐고통 --> <!-- 女皇的庞大申请很难闪开近战 -->
<PsychicSensitivity>1</PsychicSensitivity> <!-- 정신민감도 --> <MeleeDodgeChance>0.25</MeleeDodgeChance>
<MentalBreakThreshold>0.18</MentalBreakThreshold> <!-- 정신이상임계 --> <!-- <MeleeHitChance>1</MeleeHitChance> -->
<ToxicResistance>0.6</ToxicResistance> <!-- 직접 독성민감도 -->
<ToxicEnvironmentResistance MayRequire="Ludeon.RimWorld.Biotech">0.6</ToxicEnvironmentResistance> <!-- 환경 독성민감도 -->
<Flammability>0.7</Flammability> <!-- 가연성 -->
<MeleeDodgeChance>1.2</MeleeDodgeChance> <!-- 근접회피확률 --> <!-- <NegotiationAbility>1</NegotiationAbility> -->
<MeleeHitChance>1</MeleeHitChance> <!-- 근접적중확률 --> <!-- <SellPriceFactor>1</SellPriceFactor> -->
<!-- <SocialImpact>1</SocialImpact> -->
<!-- <TradePriceImprovement>0.5</TradePriceImprovement> -->
<NegotiationAbility>1.15</NegotiationAbility> <!-- 외교영향력 --> <!-- 自带的甲壳可以防御外部攻击 -->
<SellPriceFactor>1</SellPriceFactor> <!-- 판매가격 --> <ArmorRating_Blunt>0.6</ArmorRating_Blunt>
<SocialImpact>1.25</SocialImpact> <!-- 사회영향력 --> <ArmorRating_Sharp>0.8</ArmorRating_Sharp>
<TradePriceImprovement>0.5</TradePriceImprovement> <!-- 거래가격개선 --> <ArmorRating_Heat>0.5</ArmorRating_Heat>
<ArmorRating_Blunt>0.27</ArmorRating_Blunt>
<ArmorRating_Sharp>0.22</ArmorRating_Sharp>
<ArmorRating_Heat>0.40</ArmorRating_Heat>
<!-- 虫群拥有惊人的愈合速度 -->
<InjuryHealingFactor>5</InjuryHealingFactor> <InjuryHealingFactor>5</InjuryHealingFactor>
<ForagedNutritionPerDay>5</ForagedNutritionPerDay> <!-- 在野外采集的营养 -->
<ForagedNutritionPerDay>0</ForagedNutritionPerDay>
<!-- 污物规模,虫群污物规模都较大 -->
<FilthRate>28</FilthRate> <FilthRate>28</FilthRate>
<Wildness>0.99</Wildness> <Wildness>0.99</Wildness>
</statBases> <!-- 능력치 --> </statBases>
<tools> <tools>
<li> <li>
@@ -507,37 +506,33 @@
</tools> </tools>
<race> <race>
<!-- 身体类型 -->
<body>BeetleLikeWithClaw</body>
<fleshType>Normal</fleshType>
<!-- 思考树 -->
<thinkTreeMain>Humanlike</thinkTreeMain> <thinkTreeMain>Humanlike</thinkTreeMain>
<thinkTreeConstant>HumanlikeConstant</thinkTreeConstant> <thinkTreeConstant>HumanlikeConstant</thinkTreeConstant>
<intelligence>Humanlike</intelligence> <intelligence>Humanlike</intelligence>
<makesFootprints>true</makesFootprints> <makesFootprints>true</makesFootprints>
<lifeExpectancy>850</lifeExpectancy> <!-- 수명 --> <lifeExpectancy>850</lifeExpectancy>
<leatherDef>Leather_Light</leatherDef> <!-- 가죽 --> <!-- 肉和皮革的定义 -->
<leatherDef>Leather_Light</leatherDef>
<specificMeatDef>InsectMeat</specificMeatDef>
<nameCategory>HumanStandard</nameCategory> <nameCategory>HumanStandard</nameCategory>
<bloodDef>Filth_Blood</bloodDef> <!----> <bloodDef>Filth_BloodInsect</bloodDef> <!---->
<bloodSmearDef>Filth_BloodSmear</bloodSmearDef> <bloodSmearDef>Filth_BloodSmear</bloodSmearDef>
<body>BeetleLikeWithClaw</body> <!-- --> <!-- 身形大小 -->
<baseBodySize>4.5</baseBodySize> <baseBodySize>10</baseBodySize>
<baseHealthScale>9.8</baseHealthScale> <!-- 血量上限 -->
<useMeatFrom>Megaspider</useMeatFrom> <!-- 체력배율 --> <baseHealthScale>10</baseHealthScale>
<foodType>OmnivoreHuman, VegetarianRoughAnimal</foodType> <!-- 섭취음식 종류 --> <!-- 食物类型,可以在种族限制定义,不需要在这改 -->
<gestationPeriodDays>60</gestationPeriodDays> <!-- 출산주기 --> <foodType>OmnivoreHuman</foodType>
<meatMarketValue>1.85</meatMarketValue> <!-- 고기 가격비율 --> <!-- 妊娠天数,对女皇来说没啥用 -->
<manhunterOnDamageChance>1</manhunterOnDamageChance> <gestationPeriodDays>60</gestationPeriodDays>
<manhunterOnTameFailChance>1</manhunterOnTameFailChance> <!-- 조련실패시 받을시 반격확률 --> <meatMarketValue>1.85</meatMarketValue>
<renderTree>Humanlike</renderTree> <renderTree>Humanlike</renderTree>
<fleshType>Normal</fleshType> <!-- 无法被异常尸体锁定 -->
<hasUnnaturalCorpse>false</hasUnnaturalCorpse> <hasUnnaturalCorpse>false</hasUnnaturalCorpse>
<lifeExpectancy>75</lifeExpectancy>
<trainability>Advanced</trainability>
<litterSizeCurve> <!-- 번식 수 비율 -->
<points>
<li>(0.5, 0)</li>
<li>(1, 1)</li>
<li>(1.01, 0.02)</li>
<li>(3.5, 0)</li>
</points>
</litterSizeCurve>
<lifeStageAges> <lifeStageAges>
<li> <li>
<def>EusocialInsectAdult</def> <def>EusocialInsectAdult</def>
@@ -547,68 +542,57 @@
<soundAngry>Pawn_HiveQueen_Angry</soundAngry> <soundAngry>Pawn_HiveQueen_Angry</soundAngry>
</li> </li>
</lifeStageAges> </lifeStageAges>
<!-- 什么年龄段可以做什么工作 -->
<lifeStageWorkSettings MayRequire="Ludeon.RimWorld.Biotech"> <lifeStageWorkSettings MayRequire="Ludeon.RimWorld.Biotech">
<Firefighter>7</Firefighter> <Firefighter>0</Firefighter>
<Patient>0</Patient> <Patient>0</Patient>
<Doctor>10</Doctor> <Doctor>0</Doctor>
<PatientBedRest>0</PatientBedRest> <PatientBedRest>0</PatientBedRest>
<Childcare MayRequire="Ludeon.RimWorld.Biotech">0</Childcare> <Childcare MayRequire="Ludeon.RimWorld.Biotech">0</Childcare>
<BasicWorker>0</BasicWorker> <BasicWorker>0</BasicWorker>
<Warden>10</Warden> <Warden>0</Warden>
<Handling>7</Handling> <Handling>0</Handling>
<Cooking>7</Cooking> <Cooking>0</Cooking>
<Hunting>7</Hunting> <Hunting>0</Hunting>
<Construction>10</Construction> <Construction>0</Construction>
<Growing>7</Growing> <Growing>0</Growing>
<Mining>7</Mining> <Mining>0</Mining>
<PlantCutting>7</PlantCutting> <PlantCutting>0</PlantCutting>
<Smithing>13</Smithing> <Smithing>0</Smithing>
<Tailoring>7</Tailoring> <Tailoring>0</Tailoring>
<Art>10</Art> <Art>0</Art>
<Crafting>7</Crafting> <Crafting>0</Crafting>
<Hauling>0</Hauling> <Hauling>0</Hauling>
<Cleaning>0</Cleaning> <Cleaning>0</Cleaning>
<Research>13</Research> <Research>0</Research>
<DarkStudy MayRequire="Ludeon.RimWorld.Anomaly">13</DarkStudy> <DarkStudy MayRequire="Ludeon.RimWorld.Anomaly">0</DarkStudy>
</lifeStageWorkSettings> </lifeStageWorkSettings>
<soundMeleeHitPawn>Pawn_Melee_BigBash_HitPawn</soundMeleeHitPawn> <soundMeleeHitPawn>Pawn_Melee_BigBash_HitPawn</soundMeleeHitPawn>
<soundMeleeHitBuilding>Pawn_Melee_BigBash_HitBuilding</soundMeleeHitBuilding> <soundMeleeHitBuilding>Pawn_Melee_BigBash_HitBuilding</soundMeleeHitBuilding>
<soundMeleeMiss>Pawn_Melee_BigBash_Miss</soundMeleeMiss> <soundMeleeMiss>Pawn_Melee_BigBash_Miss</soundMeleeMiss>
<soundMeleeDodge>Pawn_MeleeDodge</soundMeleeDodge> <soundMeleeDodge>Pawn_MeleeDodge</soundMeleeDodge>
<!-- 阴影绘制 -->
<specialShadowData> <specialShadowData>
<volume>(0.3, 0.8, 0.4)</volume> <volume>(0.3, 0.8, 0.4)</volume>
<offset>(0,0,-0.3)</offset> <offset>(0,0,-0.3)</offset>
</specialShadowData> </specialShadowData>
<ageGenerationCurve> <!-- 생성시 나이 비율 --> <!-- 生成时的年龄曲线 -->
<ageGenerationCurve>
<points> <points>
<li MayRequire="Ludeon.RimWorld.Biotech">(0,0)</li> <li MayRequire="Ludeon.RimWorld.Biotech">(0,0)</li>
<li MayRequire="Ludeon.RimWorld.Biotech">(0.001,43)</li>
<li MayRequire="Ludeon.RimWorld.Biotech">(1,86)</li>
<li MayRequire="Ludeon.RimWorld.Biotech">(8,86)</li>
<li MayRequire="Ludeon.RimWorld.Biotech">(12.5,118)</li> <!-- Exclude 12.5-13 years to avoid spawning pawns who are very close to becoming adults -->
<li MayRequire="Ludeon.RimWorld.Biotech">(12.51,0)</li>
<li MayRequire="Ludeon.RimWorld.Biotech">(13,0)</li>
<li MayRequire="Ludeon.RimWorld.Biotech">(13.001,122)</li> <!-- End exclude -->
<li MayRequire="Ludeon.RimWorld.Biotech">(13.999,130)</li>
<li>(14,0)</li>
<li MayRequire="Ludeon.RimWorld.Biotech">(14.001,130)</li>
<li>(16,55)</li>
<li>(18,100)</li>
<li>(20,100)</li>
<li>(50,20)</li>
<li>(60,30)</li>
<li>(70,18)</li>
<li>(80,10)</li>
<li>(90,3)</li>
<li>(100,0)</li> <li>(100,0)</li>
<li>(150,1)</li>
<li>(200,0)</li>
</points> </points>
</ageGenerationCurve> </ageGenerationCurve>
<hediffGiverSets> <!-- 상황별 건강상태 부여 -->
<hediffGiverSets>
<li>OrganicStandard</li> <li>OrganicStandard</li>
<li>Human</li> <li>Human</li>
</hediffGiverSets> </hediffGiverSets>
</race> </race>
<!-- 可以施加使用的手术类型 -->
<recipes> <recipes>
<li>ExciseCarcinoma</li> <li>ExciseCarcinoma</li>
<li>AdministerMechSerumHealer</li> <li>AdministerMechSerumHealer</li>
@@ -629,8 +613,18 @@
<li MayRequire="Ludeon.RimWorld.Biotech">ImplantIUD</li> <li MayRequire="Ludeon.RimWorld.Biotech">ImplantIUD</li>
<li MayRequire="Ludeon.RimWorld.Biotech">RemoveIUD</li> <li MayRequire="Ludeon.RimWorld.Biotech">RemoveIUD</li>
<li MayRequire="Ludeon.RimWorld.Biotech">TerminatePregnancy</li> <li MayRequire="Ludeon.RimWorld.Biotech">TerminatePregnancy</li>
</recipes> <!-- 수술 --> </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> </AlienRace.ThingDef_AlienRace>
</Defs> </Defs>