2021-06-09 21:46:21 +09:00

25 lines
695 B
XML

<?xml version="1.0" encoding="utf-8" ?>
<Defs>
<FactionDef>
<defName>PN_indistryFaction</defName>
<label>PnL_hidden</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>
<hairTags>
<li>PanielHair</li>
</hairTags>
<backstoryFilters>
<li>
<categories>
<li>PN_storys</li>
</categories>
</li>
</backstoryFilters>
</FactionDef>
</Defs>