This commit is contained in:
2025-09-01 12:04:00 +08:00
2 changed files with 681 additions and 559 deletions

View File

@@ -0,0 +1,137 @@
<?xml version="1.0" encoding="utf-8"?>
<Defs>
<!-- EN: beetle-like with claw -->
<BodyDef>
<defName>ARA_BeetleLikeWithClaw</defName>
<label>带头颚甲虫类</label> <!-- EN: beetle-like with claw -->
<corePart>
<def>Shell</def>
<customLabel></customLabel> <!-- EN: shell -->
<height>Middle</height>
<depth>Outside</depth>
<parts>
<li>
<def>Elytra</def>
<customLabel>左鞘翅</customLabel> <!-- EN: left elytra -->
<coverage>0.05</coverage>
</li>
<li>
<def>Elytra</def>
<customLabel>右鞘翅</customLabel> <!-- EN: right elytra -->
<coverage>0.05</coverage>
</li>
<li>
<def>Stomach</def>
<coverage>0.05</coverage>
<depth>Inside</depth>
</li>
<li>
<def>InsectHeart</def>
<customLabel>心脏</customLabel> <!-- EN: heart -->
<coverage>0.03</coverage>
<depth>Inside</depth>
</li>
<li>
<def>Pronotum</def>
<customLabel>前胸背板</customLabel> <!-- EN: pronotum -->
<coverage>0.18</coverage>
<height>Top</height>
<parts>
<li>
<def>InsectHead</def>
<customLabel></customLabel> <!-- EN: head -->
<coverage>0.65</coverage>
<groups>
<li>HeadAttackTool</li>
</groups>
<parts>
<li>
<def>Brain</def>
<coverage>0.2</coverage>
<depth>Inside</depth>
</li>
<li>
<def>Eye</def>
<customLabel>左眼</customLabel> <!-- EN: left eye -->
<coverage>0.12</coverage>
</li>
<li>
<def>Eye</def>
<customLabel>右眼</customLabel> <!-- EN: right eye -->
<coverage>0.12</coverage>
</li>
<li>
<def>Antenna</def>
<customLabel>左触角</customLabel> <!-- EN: left antenna -->
<coverage>0.08</coverage>
</li>
<li>
<def>Antenna</def>
<customLabel>右触角</customLabel> <!-- EN: right antenna -->
<coverage>0.08</coverage>
</li>
<li>
<def>InsectNostril</def>
<customLabel></customLabel> <!-- EN: nostril -->
<coverage>0.06</coverage>
</li>
<li>
<def>InsectMouth</def>
<customLabel>口器</customLabel> <!-- EN: mouth -->
<coverage>0.08</coverage>
<groups>
<li>Mouth</li>
</groups>
</li>
<li>
<def>HeadClaw</def>
<customLabel>头颚</customLabel> <!-- EN: head claw -->
<coverage>0.15</coverage>
<groups>
<li>HeadClaw</li>
</groups>
</li>
</parts>
</li>
</parts>
</li>
<li>
<def>InsectLeg</def>
<customLabel>左前肢</customLabel> <!-- EN: front left leg -->
<coverage>0.06</coverage>
<height>Bottom</height>
</li>
<li>
<def>InsectLeg</def>
<customLabel>右前肢</customLabel> <!-- EN: front right leg -->
<coverage>0.06</coverage>
<height>Bottom</height>
</li>
<li>
<def>InsectLeg</def>
<customLabel>左中肢</customLabel> <!-- EN: middle left leg -->
<coverage>0.06</coverage>
<height>Bottom</height>
</li>
<li>
<def>InsectLeg</def>
<customLabel>右中肢</customLabel> <!-- EN: middle right leg -->
<coverage>0.06</coverage>
<height>Bottom</height>
</li>
<li>
<def>InsectLeg</def>
<customLabel>左后肢</customLabel> <!-- EN: rear left leg -->
<coverage>0.06</coverage>
<height>Bottom</height>
</li>
<li>
<def>InsectLeg</def>
<customLabel>右后肢</customLabel> <!-- EN: rear right leg -->
<coverage>0.06</coverage>
<height>Bottom</height>
</li>
</parts>
</corePart>
</BodyDef>
</Defs>

View File

@@ -8,7 +8,7 @@
<!-- 种族相关设置 --> <!-- 种族相关设置 -->
<race> <race>
<!-- 可以成为蹒跚怪 --> <!-- 可以成为蹒跚怪 -->
<canBecomeShambler>true</canBecomeShambler> <canBecomeShambler>false</canBecomeShambler>
<!-- 异常知识类别需要Anomaly模组 --> <!-- 异常知识类别需要Anomaly模组 -->
<knowledgeCategory MayRequire="Ludeon.RimWorld.Anomaly">Basic</knowledgeCategory> <knowledgeCategory MayRequire="Ludeon.RimWorld.Anomaly">Basic</knowledgeCategory>
<!-- 异常知识点数 --> <!-- 异常知识点数 -->
@@ -47,22 +47,6 @@
</damageMultipliers> </damageMultipliers>
<!-- 组件设置 --> <!-- 组件设置 -->
<comps> <comps>
<!-- 传播污泥组件 -->
<li Class="CompProperties_SpreadSludge">
<!-- 平均间隔时间ticks -->
<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> </comps>
<!-- 定义名称 --> <!-- 定义名称 -->
<defName>ArachnaeQueen_Race</defName> <defName>ArachnaeQueen_Race</defName>
@@ -257,9 +241,9 @@
</bodyTypes> <!-- 身体 --> </bodyTypes> <!-- 身体 -->
<!-- 图像放大 --> <!-- 图像放大 -->
<customDrawSize>(1.75,1.75)</customDrawSize> <customDrawSize>(4,4)</customDrawSize>
<customHeadDrawSize>(1.75,1.75)</customHeadDrawSize> <customHeadDrawSize>(1.0,1.0)</customHeadDrawSize>
<customPortraitDrawSize>(1.5,1.5)</customPortraitDrawSize> <customPortraitDrawSize>(2,2)</customPortraitDrawSize>
<!-- 头部位置 --> <!-- 头部位置 -->
<headOffset>(0,0)</headOffset> <headOffset>(0,0)</headOffset>
<headOffsetDirectional> <headOffsetDirectional>
@@ -305,6 +289,7 @@
</alienPartGenerator> </alienPartGenerator>
</generalSettings> </generalSettings>
<!-- 图形路径设置 --> <!-- 图形路径设置 -->
<graphicPaths> <!-- 纹理 --> <graphicPaths> <!-- 纹理 -->
<!-- 皮肤颜色 --> <!-- 皮肤颜色 -->
@@ -322,8 +307,8 @@
<!-- 服装设置 --> <!-- 服装设置 -->
<apparel> <apparel>
<bodyTypeFallback>Thin</bodyTypeFallback> <bodyTypeFallback>ARA_QUEEN_Thin</bodyTypeFallback>
<femaleBodyTypeFallback>Thin</femaleBodyTypeFallback> <femaleBodyTypeFallback>ARA_QUEEN_Thin</femaleBodyTypeFallback>
</apparel> </apparel>
</graphicPaths> <!-- 纹理 --> </graphicPaths> <!-- 纹理 -->