2025-7-11

This commit is contained in:
Tourswen
2025-07-11 22:07:45 +08:00
parent 55b06c57b3
commit ba6605505a
33 changed files with 274 additions and 201 deletions

View File

@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8" ?>
<Defs>
<LifeStageDef>
<defName>Wula_Species_Lifestage</defName>
<label>合成人</label>
<workerClass MayRequire="Ludeon.RimWorld.Biotech">LifeStageWorker_HumanlikeAdult</workerClass>
<visible>false</visible>
<reproductive>true</reproductive>
<sittingOffset>0.18</sittingOffset>
<silhouetteGraphicData>
<texPath>Things/Pawn/Humanlike/Silhouettes/Silhouette_HumanAdult</texPath>
<graphicClass>Graphic_Single</graphicClass>
<drawSize>1</drawSize>
</silhouetteGraphicData>
</LifeStageDef>
</Defs>