mirror of
https://github.com/FalloutCollaborationProject/FCP-Wastelanders.git
synced 2026-07-27 17:03:26 -07:00
Add Wasteland style and backstory filters
Renamed Culture.xml to FCP_Wasteland_CultureAndStyleDefs.xml and added a Wasteland style tag. Updated PawnkindDefs to include backstoryFiltersOverride for Wastelander childhood and adulthood categories. Updated About.xml to add Rick.FCP.BallisticWeapons as a loadAfter dependency.
This commit is contained in:
@@ -0,0 +1,79 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Defs>
|
||||
|
||||
<!--__________ Cultures and Styles __________-->
|
||||
|
||||
<!--_____ Wastelanders _____-->
|
||||
|
||||
<!-- Cultures -->
|
||||
|
||||
<CultureDef>
|
||||
<defName>FCP_Culture_Wastelander</defName>
|
||||
<label>Wastelander</label>
|
||||
<description>Survivors of the post-apocalyptic wasteland, scrapers and scavengers trying to rebuild civilization from the ruins.</description>
|
||||
<pawnNameMaker>FCP_Retro_Namer_Male</pawnNameMaker>
|
||||
<pawnNameMakerFemale>FCP_Retro_Namer_Female</pawnNameMakerFemale>
|
||||
<ideoNameMaker MayRequire="Ludeon.RimWorld.Ideology">NamerIdeoRustican</ideoNameMaker>
|
||||
<deityNameMaker MayRequire="Ludeon.RimWorld.Ideology">NamerDeityRustican</deityNameMaker>
|
||||
<deityTypeMaker MayRequire="Ludeon.RimWorld.Ideology">DeityTypeMakerRustican</deityTypeMaker>
|
||||
<leaderTitleMaker MayRequire="Ludeon.RimWorld.Ideology">LeaderTitleMaker_Rustican</leaderTitleMaker>
|
||||
<festivalNameMaker MayRequire="Ludeon.RimWorld.Ideology">NamerFestivalRustican</festivalNameMaker>
|
||||
<allowedPlaceTags>
|
||||
<li>OriginTribal</li>
|
||||
</allowedPlaceTags>
|
||||
<iconPath>World/WorldObjects/DefaultSettlement</iconPath>
|
||||
<styleItemTags>
|
||||
<li>
|
||||
<tag>Wasteland</tag>
|
||||
<baseWeight>1</baseWeight>
|
||||
<weightFactor>1</weightFactor>
|
||||
</li>
|
||||
<li>
|
||||
<tag>Urban</tag>
|
||||
<baseWeight>1</baseWeight>
|
||||
<weightFactor>1</weightFactor>
|
||||
</li>
|
||||
<li>
|
||||
<tag>Rural</tag>
|
||||
<baseWeight>1</baseWeight>
|
||||
<weightFactor>1</weightFactor>
|
||||
</li>
|
||||
<li>
|
||||
<tag>NoBeard</tag>
|
||||
<baseWeight>1</baseWeight>
|
||||
<weightFactor>1</weightFactor>
|
||||
</li>
|
||||
<li>
|
||||
<tag>BeardUrban</tag>
|
||||
<baseWeight>1</baseWeight>
|
||||
<weightFactor>1</weightFactor>
|
||||
</li>
|
||||
<li>
|
||||
<tag>BeardRural</tag>
|
||||
<baseWeight>1</baseWeight>
|
||||
<weightFactor>1</weightFactor>
|
||||
</li>
|
||||
<li>
|
||||
<tag>MoustacheOnly</tag>
|
||||
<baseWeight>0.5</baseWeight>
|
||||
<weightFactor>1</weightFactor>
|
||||
</li>
|
||||
<li>
|
||||
<tag>NoTattoo</tag>
|
||||
<baseWeight>1</baseWeight>
|
||||
<weightFactor>1</weightFactor>
|
||||
</li>
|
||||
<li>
|
||||
<tag>TattooFace</tag>
|
||||
<baseWeight>0.3</baseWeight>
|
||||
<weightFactor>1</weightFactor>
|
||||
</li>
|
||||
<li>
|
||||
<tag>TattooBody</tag>
|
||||
<baseWeight>0.3</baseWeight>
|
||||
<weightFactor>1</weightFactor>
|
||||
</li>
|
||||
</styleItemTags>
|
||||
</CultureDef>
|
||||
|
||||
</Defs>
|
||||
Reference in New Issue
Block a user