Initial commit

This commit is contained in:
CanonOverseer
2024-10-03 02:40:16 +08:00
commit 4bdd981f69
246 changed files with 3219 additions and 0 deletions
+62
View File
@@ -0,0 +1,62 @@
<?xml version="1.0" encoding="utf-8" ?>
<Defs>
<CultureDef>
<defName>FCP_NeoRoman</defName>
<label>neo-roman</label>
<description>Description</description>
<pawnNameMaker>NamerPersonCorunan</pawnNameMaker>
<pawnNameMakerFemale>NamerPersonCorunan</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>