Files
FCP-Wastelanders/1.6/Defs/CultureDefs/FCP_Wasteland_CultureAndStyleDefs.xml
T
RickGrymes 00f875292b 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.
2026-01-07 04:28:47 -06:00

80 lines
2.2 KiB
XML

<?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>