2025-6-25
This commit is contained in:
38
1.5/Defs/FactionDefs/Factions_Player_WULA.xml
Normal file
38
1.5/Defs/FactionDefs/Factions_Player_WULA.xml
Normal file
@@ -0,0 +1,38 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<Defs>
|
||||
<FactionDef ParentName="PlayerFactionBase">
|
||||
<defName>WULA_Awakened_Synth</defName>
|
||||
<label>被唤醒乌拉帝国合成人</label>
|
||||
<description>一个神秘的信号解除了散落在边缘世界的几台乌拉帝国合成人的意识闭锁,并唤醒了她们。</description>
|
||||
<isPlayer>true</isPlayer>
|
||||
<basicMemberKind>Wula_PawnKind</basicMemberKind>
|
||||
<pawnSingular>colonist</pawnSingular>
|
||||
<pawnsPlural>colonists</pawnsPlural>
|
||||
<techLevel>Spacer</techLevel>
|
||||
<!-- 命名规则 -->
|
||||
<factionNameMaker>NamerFactionOutlander</factionNameMaker>
|
||||
<settlementNameMaker>NamerSettlementOutlander</settlementNameMaker>
|
||||
<allowedCultures><li>Astropolitan</li></allowedCultures>
|
||||
<backstoryFilters>
|
||||
<li>
|
||||
<categories>
|
||||
<li>Wula_Backstory</li>
|
||||
</categories>
|
||||
</li>
|
||||
</backstoryFilters>
|
||||
<factionIconPath>World/WorldObjects/Expanding/Town</factionIconPath>
|
||||
<startingResearchTags>
|
||||
<li>ClassicStart</li>
|
||||
</startingResearchTags>
|
||||
<startingTechprintsResearchTags>
|
||||
<li>ClassicStart</li>
|
||||
<li>ClassicStartTechprints</li>
|
||||
</startingTechprintsResearchTags>
|
||||
<!-- 指定初始衣物的材质 -->
|
||||
<apparelStuffFilter>
|
||||
<thingDefs>
|
||||
<li>Synthread</li>
|
||||
</thingDefs>
|
||||
</apparelStuffFilter>
|
||||
</FactionDef>
|
||||
</Defs>
|
||||
Reference in New Issue
Block a user