Files
FCP-Caesars-Legion/1.5/Defs/CultureDefs/Culture.xml
T
2024-10-13 00:39:11 -05:00

62 lines
2.0 KiB
XML

<?xml version="1.0" encoding="utf-8" ?>
<Defs>
<CultureDef>
<defName>FCP_NeoRoman</defName>
<label>neo-roman</label>
<description>Description</description>
<pawnNameMaker>FCP_Legion_Namer_Male</pawnNameMaker>
<pawnNameMakerFemale>FCP_Legion_Namer_Female</pawnNameMakerFemale>
<ideoNameMaker MayRequire="Ludeon.RimWorld.Ideology">NamerIdeoAstropolitan</ideoNameMaker>
<deityNameMaker MayRequire="Ludeon.RimWorld.Ideology">NamerDeityAstropolitan</deityNameMaker>
<deityTypeMaker MayRequire="Ludeon.RimWorld.Ideology">DeityTypeMakerAstropolitan</deityTypeMaker>
<leaderTitleMaker MayRequire="Ludeon.RimWorld.Ideology">FCP_LeaderTitleMaker_Legion</leaderTitleMaker>
<festivalNameMaker MayRequire="Ludeon.RimWorld.Ideology">NamerFestivalAstropolitan</festivalNameMaker>
<preferredWeaponClasses>
<noble>Neolithic</noble>
<despised>Ultratech</despised>
</preferredWeaponClasses>
<allowedPlaceTags>
<li>OriginSpacer</li>
</allowedPlaceTags>
<iconPath>World/FCP_LegionIcon</iconPath>
<styleItemTags>
<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>10</baseWeight>
<weightFactor>1</weightFactor>
</li>
<li>
<tag>BeardUrban</tag>
<baseWeight>0.15</baseWeight>
<weightFactor>1</weightFactor>
</li>
<li>
<tag>BeardRural</tag>
<baseWeight>0.15</baseWeight>
<weightFactor>1</weightFactor>
</li>
<li>
<tag>MoustacheOnly</tag>
<baseWeight>0.1</baseWeight>
<weightFactor>1</weightFactor>
</li>
<li>
<tag>NoTattoo</tag>
<baseWeight>1</baseWeight>
<weightFactor>1</weightFactor>
</li>
</styleItemTags>
</CultureDef>
</Defs>