This commit is contained in:
Tourswen
2025-07-03 00:45:58 +08:00
parent c40ea8a00a
commit 7976d6faf4
38 changed files with 420 additions and 33 deletions

View File

@@ -4,7 +4,8 @@
<defName>WulaSpecies</defName>
<label>机械乌拉</label>
<description>乌拉星人是一个曾统治银河系的堕落帝国的主要种族,机械乌拉则是仿照她们样貌制作的合成人——随着帝国的衰颓,大量乌拉合成人流散各地。她们拥有近乎无限的寿命,并且拥有一部分机械体的特性。</description>
<uiIconPath>Wula/Things/WulaSpecies/WULA_Species_Icon</uiIconPath>
<alienRace>
<!-- 核心设置 -->
<generalSettings>
@@ -367,21 +368,13 @@
<defName>Wula_AI_Heavy_Panzer</defName>
<label>SMp-38"萨克森"</label>
<description>乌拉帝国所使用的中型突击战车搭载了一个和合成人相同的AI核心这使得它可以像生物一样思考——只是没有多余的感情它们唯一思考的就是如何撕碎敌人。</description>
<uiIconPath>Wula/Things/Wula_AI_Heavy_Panzer/Wula_AI_Heavy_Panzer_Icon</uiIconPath>
<alienRace>
<!-- 核心设置 -->
<generalSettings>
<!-- 男性生成几率 -->
<maleGenderProbability>0</maleGenderProbability>
<!-- 禁止生成的特质 -->
<disallowedTraits>
<li>
<defName Degree="-2">Beauty</defName>
</li>
<li>
<defName Degree="-1">Beauty</defName>
</li>
</disallowedTraits>
<!-- 无视年龄疾病 -->
<immuneToAge>true</immuneToAge>
<!-- 在口角中造成的最大伤害 -->
@@ -477,12 +470,19 @@
<traitList>
<li>WULA_AI_War_Machine</li>
</traitList>
<!-- 武器列表 -->
<weaponList>
<li>WULA_WM_Rocket_Pod</li>
<li>WULA_WM_Panzer_Turret</li>
<li>WULA_WM_Panzer_Autocannon</li>
<li>WULA_WM_Panzer_Mortar</li>
</weaponList>
<!-- 可以穿戴的衣服 -->
<apparelList>
<li>WULA_SMp38_Shield</li>
<li>WULA_SMp38_Armor</li>
<li>WULA_SMp38_Engine</li>
</apparelList>
<onlyUseRaceRestrictedApparel>true</onlyUseRaceRestrictedApparel>
<onlyUseRaceRestrictedWeapons>true</onlyUseRaceRestrictedWeapons>
<onlyBuildRaceRestrictedBuildings>true</onlyBuildRaceRestrictedBuildings>
@@ -617,8 +617,8 @@
</butcherProducts>
<nameGenerator MayRequire="Ludeon.RimWorld.Biotech">NamerMech</nameGenerator>
<mechWeightClass>Heavy</mechWeightClass>
<!-- <mechFixedSkillLevel>20</mechFixedSkillLevel> -->
</race>
<mechFixedSkillLevel>20</mechFixedSkillLevel>
<recipe Inherit="False">
</recipe>
@@ -652,4 +652,49 @@
</li>
</tools>
</AlienRace.ThingDef_AlienRace>
<!-- WarUrchin -->
<ThingDef ParentName="LightMechanoid">
<defName>Mech_WULA_Cat</defName>
<label>乌拉猫猫</label>
<description>乌拉帝国的一种小型机械体,可以执行包括搬运、挖矿、建造、烹饪、种植收割、清理、急救和灭火一类的简单工作,因为似猫的外形受到乌拉星人欢迎。</description>
<statBases>
<MoveSpeed>6</MoveSpeed>
</statBases>
<race>
<mechEnabledWorkTypes>
<li>Hauling</li>
<li>Mining</li>
<li>Construction</li>
<!-- <li>Crafting</li> -->
<!-- <li>Smithing</li> -->
<!-- <li>Tailoring</li> -->
<li>Cooking</li>
<!-- <li>Research</li> -->
<li>PlantCutting</li>
<li>Growing</li>
<li>Cleaning</li>
<li>Doctor</li>
<li>Firefighter</li>
</mechEnabledWorkTypes>
<lifeStageAges>
<li>
<def>MechanoidFullyFormed</def>
</li>
</lifeStageAges>
<!-- <thinkTreeConstant>WarUrchinConstant</thinkTreeConstant> -->
<!-- <baseHealthScale>4</baseHealthScale> -->
</race>
<!-- <comps Inherit="False">
<li Class="CompProperties_CanBeDormant" />
<li Class="CompProperties_WakeUpDormant">
<wakeUpOnDamage>true</wakeUpOnDamage>
<wakeUpCheckRadius>30</wakeUpCheckRadius>
<wakeUpSound>MechanoidsWakeUp</wakeUpSound>
</li>
<li Class="CompProperties_MechPowerCell">
<totalPowerTicks>30000</totalPowerTicks>
</li>
</comps> -->
</ThingDef>
</Defs>