mirror of
https://github.com/FalloutCollaborationProject/FCP-Wastelanders.git
synced 2026-07-27 17:03:26 -07:00
54 lines
2.0 KiB
XML
54 lines
2.0 KiB
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<Defs>
|
|
|
|
<!--__________ Player Factions __________-->
|
|
|
|
<!-- Player NCR Faction Offshoot -->
|
|
|
|
<FactionDef MayRequire="Rick.FCP.NCR" ParentName="PlayerFactionBase">
|
|
<defName>FCP_Faction_Player_NCR</defName>
|
|
<label>NCR Citizens</label>
|
|
<description>A group of New California Republic citizens.</description>
|
|
<isPlayer>true</isPlayer>
|
|
<basicMemberKind>FCP_Pawnkind_NCR_Citizen</basicMemberKind>
|
|
<pawnSingular>Citizen</pawnSingular>
|
|
<pawnsPlural>Citizens</pawnsPlural>
|
|
<techLevel>Industrial</techLevel>
|
|
<factionNameMaker>NamerFactionOutlander</factionNameMaker>
|
|
<settlementNameMaker>FCP_Namer_Settlement_NCR</settlementNameMaker>
|
|
<allowedCultures>
|
|
<li>FCP_Culture_NCR_Californian</li>
|
|
</allowedCultures>
|
|
<backstoryFilters>
|
|
<li>
|
|
<categories>
|
|
<li>FCP_Backstory_NCR_Citizen</li>
|
|
<li>FCP_Backstory_Wastelander</li>
|
|
<li>FCP_Backstory_NCR_Ranger</li>
|
|
<li>FCP_Backstory_NCR_Trooper</li>
|
|
<li>FCP_Backstory_NCR_Ambassador</li>
|
|
<li>FCP_Backstory_NCR_Caravaneer</li>
|
|
<li>FCP_Backstory_NCRCF_Inmate</li>
|
|
<li>FCP_Backstory_NCR_Recon_Trooper</li>
|
|
<li>FCP_Backstory_NCR_Child</li>
|
|
<li>FCP_Backstory_Wastelander_Child</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>
|