2021-12-30 18:33:24 +09:00

79 lines
3.1 KiB
XML

<?xml version="1.0" encoding="utf-8" ?>
<Defs>
<!--본사(히든)-->
<FactionDef ParentName="FactionBase">
<defName>PN_indistryFaction</defName>
<label>PnL Industry</label>
<pawnSingular>Automaton</pawnSingular>
<pawnsPlural>Automata</pawnsPlural>
<requiredCountAtGameStart>1</requiredCountAtGameStart>
<fixedName>PnL Industry</fixedName>
<factionIconPath>Icon/Paniel_PlayerIcon</factionIconPath>
<hidden>true</hidden>
<autoFlee>false</autoFlee>
<techLevel>Industrial</techLevel>
<rescueesCanJoin>false</rescueesCanJoin>
<backstoryCategories>
<li>Offworld</li>
</backstoryCategories>
<allowedCultures>
<li>Astropolitan</li>
</allowedCultures>
<allowedMemes>
<li MayRequire="Ludeon.RimWorld.Ideology">Structure_Archist</li>
<li MayRequire="Ludeon.RimWorld.Ideology">HumanPrimacy</li>
<li MayRequire="Ludeon.RimWorld.Ideology">Loyalist</li>
</allowedMemes>
<requiredMemes>
<li MayRequire="Ludeon.RimWorld.Ideology">Structure_Archist</li>
<li MayRequire="Ludeon.RimWorld.Ideology">HumanPrimacy</li>
<li MayRequire="Ludeon.RimWorld.Ideology">Loyalist</li>
</requiredMemes>
<disallowedPrecepts>
<li MayRequire="Ludeon.RimWorld.Ideology">ApparelDesired_Strong_Subordinate</li>
<li MayRequire="Ludeon.RimWorld.Ideology">ApparelDesired_Soft_Subordinate</li>
</disallowedPrecepts>
</FactionDef>
<!--행성지부(NPC)-->
<!--<FactionDef ParentName="FactionBase">
<defName>PN_BranchOfficeFaction</defName>
<label>PnL Industry branch office</label>
<pawnSingular>Employee</pawnSingular>
<pawnsPlural>Employees</pawnsPlural>
<listOrderPriority>50</listOrderPriority>
<settlementGenerationWeight>0.25</settlementGenerationWeight>
<requiredCountAtGameStart>1</requiredCountAtGameStart>
<canMakeRandomly>true</canMakeRandomly>
<canSiege>false</canSiege>
<canStageAttacks>false</canStageAttacks>
<humanlikeFaction>true</humanlikeFaction>
<canUseAvoidGrid>true</canUseAvoidGrid>
<leaderTitle>Branch manager</leaderTitle>
<factionIconPath>Icon/Paniel_PlayerIcon</factionIconPath>
<settlementNameMaker>NamerSettlementPnL</settlementNameMaker>
<raidLootMaker>PnLRaidLootMaker</raidLootMaker>
<techLevel>Industrial</techLevel>
<backstoryCategories>
<li>Offworld</li>
</backstoryCategories>
<allowedCultures>
<li>Astropolitan</li>
</allowedCultures>
<allowedMemes>
<li MayRequire="Ludeon.RimWorld.Ideology">Structure_Archist</li>
<li MayRequire="Ludeon.RimWorld.Ideology">HumanPrimacy</li>
<li MayRequire="Ludeon.RimWorld.Ideology">Loyalist</li>
</allowedMemes>
<requiredMemes>
<li MayRequire="Ludeon.RimWorld.Ideology">Structure_Archist</li>
<li MayRequire="Ludeon.RimWorld.Ideology">HumanPrimacy</li>
<li MayRequire="Ludeon.RimWorld.Ideology">Loyalist</li>
</requiredMemes>
<disallowedPrecepts>
<li MayRequire="Ludeon.RimWorld.Ideology">ApparelDesired_Strong_Subordinate</li>
<li MayRequire="Ludeon.RimWorld.Ideology">ApparelDesired_Soft_Subordinate</li>
</disallowedPrecepts>
</FactionDef>-->
</Defs>