mirror of
https://github.com/FalloutCollaborationProject/FCP-Caesars-Legion.git
synced 2026-07-27 17:00:20 -07:00
Refactor Legion unique characters and backstories
Moved unique Legion character backstories to a new CharacterBackstories_Legion.xml file and removed them from BackstoryDefs_Legion.xml. Added Unique_PawnKinds_Legion.xml to define unique pawn kinds for Caesar, Lanius, Lucius, Vulpes, and Aurelius, and updated CharacterDefs_Legion.xml and FCP_Legion.xml to use these new pawn kinds. Cleaned up PawnKinds.xml by removing unique Legion pawn kinds from the base file.
This commit is contained in:
@@ -8,145 +8,8 @@
|
|||||||
|
|
||||||
<!--___ Legion ___-->
|
<!--___ Legion ___-->
|
||||||
|
|
||||||
<!--__ Characters __-->
|
|
||||||
<!-- Caesar -->
|
|
||||||
|
|
||||||
<BackstoryDef>
|
|
||||||
<defName>FCP_Legion_Caesar</defName>
|
|
||||||
<identifier>FCP_Legion_Caesar</identifier>
|
|
||||||
<slot>Adulthood</slot>
|
|
||||||
<title>Caesar</title>
|
|
||||||
<titleShort>Caesar</titleShort>
|
|
||||||
<description>[PAWN_nameDef], born Edward Sallow, is the founder and leader of Caesar’s Legion. A former member of the Followers of the Apocalypse, [PAWN_pronoun] used [PAWN_possessive] knowledge of history and tactics to unite the tribes of the wasteland under one banner. [PAWN_pronoun] is a charismatic and ruthless leader, determined to create a new empire in the post-apocalyptic world.</description>
|
|
||||||
<skillGains>
|
|
||||||
<Social>8</Social>
|
|
||||||
<Intellectual>6</Intellectual>
|
|
||||||
<Melee>4</Melee>
|
|
||||||
</skillGains>
|
|
||||||
<workDisables>ManualDumb, Caring</workDisables>
|
|
||||||
<requiredWorkTags>Violent</requiredWorkTags>
|
|
||||||
<spawnCategories>
|
|
||||||
<li>FCP_Backstory_Legion_Adult</li>
|
|
||||||
</spawnCategories>
|
|
||||||
<bodyTypeGlobal>Male</bodyTypeGlobal>
|
|
||||||
<bodyTypeFemale>Male</bodyTypeFemale>
|
|
||||||
<bodyTypeMale>Male</bodyTypeMale>
|
|
||||||
<possessions></possessions>
|
|
||||||
</BackstoryDef>
|
|
||||||
|
|
||||||
<!-- Legate Lanius -->
|
|
||||||
|
|
||||||
<BackstoryDef>
|
|
||||||
<defName>FCP_Legion_Legate_Lanius</defName>
|
|
||||||
<identifier>FCP_Legion_Legate_Lanius</identifier>
|
|
||||||
<slot>Adulthood</slot>
|
|
||||||
<title>Legate Lanius</title>
|
|
||||||
<titleShort>Legate Lanius</titleShort>
|
|
||||||
<description>[PAWN_nameDef], known as the Monster of the East, is the brutal and feared military commander of Caesar’s Legion. [PAWN_pronoun] is known for [PAWN_possessive] ruthlessness and efficiency in battle, often leading the Legion to victory through sheer force and intimidation. [PAWN_pronoun] is a master of warfare and a loyal servant to Caesar.</description>
|
|
||||||
<skillGains>
|
|
||||||
<Melee>8</Melee>
|
|
||||||
<Shooting>4</Shooting>
|
|
||||||
<Social>2</Social>
|
|
||||||
</skillGains>
|
|
||||||
<workDisables>None</workDisables>
|
|
||||||
<requiredWorkTags>Violent</requiredWorkTags>
|
|
||||||
<spawnCategories>
|
|
||||||
<li>FCP_Backstory_Legion_Adult</li>
|
|
||||||
</spawnCategories>
|
|
||||||
<bodyTypeGlobal>Hulk</bodyTypeGlobal>
|
|
||||||
<bodyTypeFemale>Hulk</bodyTypeFemale>
|
|
||||||
<bodyTypeMale>Hulk</bodyTypeMale>
|
|
||||||
<possessions></possessions>
|
|
||||||
<forcedTraits>
|
|
||||||
<FCP_Trait_Sharpshooter>0</FCP_Trait_Sharpshooter>
|
|
||||||
</forcedTraits>
|
|
||||||
</BackstoryDef>
|
|
||||||
|
|
||||||
<!-- Praetorian Guard Commander Lucius -->
|
|
||||||
|
|
||||||
<BackstoryDef>
|
|
||||||
<defName>FCP_Legion_Praetorian_Lucius</defName>
|
|
||||||
<identifier>FCP_Legion_Praetorian_Lucius</identifier>
|
|
||||||
<slot>Adulthood</slot>
|
|
||||||
<title>Praetorian Guard Commander Lucius</title>
|
|
||||||
<titleShort>Commander Lucius</titleShort>
|
|
||||||
<description>[PAWN_nameDef] is the commander of Caesar’s elite Praetorian Guard. [PAWN_pronoun] is responsible for the personal protection of Caesar and the enforcement of [PAWN_possessive] will. [PAWN_pronoun] is a skilled fighter and a disciplined leader, ensuring the loyalty and effectiveness of the Praetorians.</description>
|
|
||||||
<skillGains>
|
|
||||||
<Melee>6</Melee>
|
|
||||||
<Shooting>4</Shooting>
|
|
||||||
<Social>3</Social>
|
|
||||||
</skillGains>
|
|
||||||
<workDisables>None</workDisables>
|
|
||||||
<requiredWorkTags>Violent</requiredWorkTags>
|
|
||||||
<spawnCategories>
|
|
||||||
<li>FCP_Backstory_Legion_Adult</li>
|
|
||||||
</spawnCategories>
|
|
||||||
<bodyTypeGlobal>Male</bodyTypeGlobal>
|
|
||||||
<bodyTypeFemale>Male</bodyTypeFemale>
|
|
||||||
<bodyTypeMale>Male</bodyTypeMale>
|
|
||||||
<possessions></possessions>
|
|
||||||
<forcedTraits>
|
|
||||||
<FCP_Trait_Sharpshooter>0</FCP_Trait_Sharpshooter>
|
|
||||||
</forcedTraits>
|
|
||||||
</BackstoryDef>
|
|
||||||
|
|
||||||
<!-- Frumentarius Vulpes Inculta -->
|
|
||||||
|
|
||||||
<BackstoryDef>
|
|
||||||
<defName>FCP_Legion_Frumentarius_Vulpes_Inculta</defName>
|
|
||||||
<identifier>FCP_Legion_Frumentarius_Vulpes_Inculta</identifier>
|
|
||||||
<slot>Adulthood</slot>
|
|
||||||
<title>Frumentarius Vulpes Inculta</title>
|
|
||||||
<titleShort>Vulpes Inculta</titleShort>
|
|
||||||
<description>[PAWN_nameDef], also known as Mr. Fox, is one of Caesar’s most trusted frumentarii, the Legion’s elite spies and intelligence officers. [PAWN_pronoun] is known for [PAWN_possessive] cunning and resourcefulness, often carrying out covert missions to gather intelligence and sabotage the Legion’s enemies.</description>
|
|
||||||
<skillGains>
|
|
||||||
<Social>6</Social>
|
|
||||||
<Intellectual>5</Intellectual>
|
|
||||||
<Shooting>3</Shooting>
|
|
||||||
</skillGains>
|
|
||||||
<workDisables>None</workDisables>
|
|
||||||
<requiredWorkTags>Violent</requiredWorkTags>
|
|
||||||
<spawnCategories>
|
|
||||||
<li>FCP_Backstory_Legion_Adult</li>
|
|
||||||
</spawnCategories>
|
|
||||||
<bodyTypeGlobal>Thin</bodyTypeGlobal>
|
|
||||||
<bodyTypeFemale>Thin</bodyTypeFemale>
|
|
||||||
<bodyTypeMale>Thin</bodyTypeMale>
|
|
||||||
<possessions></possessions>
|
|
||||||
<forcedTraits>
|
|
||||||
<FCP_Trait_Sharpshooter>0</FCP_Trait_Sharpshooter>
|
|
||||||
</forcedTraits>
|
|
||||||
</BackstoryDef>
|
|
||||||
|
|
||||||
<!-- Centurion Aurelius of Phoenix -->
|
|
||||||
|
|
||||||
<BackstoryDef>
|
|
||||||
<defName>FCP_Legion_Centurion_Aurelius_of_Phoenix</defName>
|
|
||||||
<identifier>FCP_Legion_Centurion_Aurelius_of_Phoenix</identifier>
|
|
||||||
<slot>Adulthood</slot>
|
|
||||||
<title>Centurion Aurelius of Phoenix</title>
|
|
||||||
<titleShort>Aurelius of Phoenix</titleShort>
|
|
||||||
<description>[PAWN_nameDef] is a centurion in Caesar’s Legion, known for [PAWN_possessive] tactical acumen and leadership skills. [PAWN_pronoun] commands a cohort of Legionaries and is responsible for executing Caesar’s military strategies on the battlefield. [PAWN_pronoun] is a respected and feared leader, known for [PAWN_possessive] unwavering loyalty to Caesar.</description>
|
|
||||||
<skillGains>
|
|
||||||
<Melee>6</Melee>
|
|
||||||
<Shooting>4</Shooting>
|
|
||||||
<Social>3</Social>
|
|
||||||
</skillGains>
|
|
||||||
<workDisables>None</workDisables>
|
|
||||||
<requiredWorkTags>Violent</requiredWorkTags>
|
|
||||||
<spawnCategories>
|
|
||||||
<li>FCP_Backstory_Legion_Adult</li>
|
|
||||||
</spawnCategories>
|
|
||||||
<bodyTypeGlobal>Male</bodyTypeGlobal>
|
|
||||||
<bodyTypeFemale>Male</bodyTypeFemale>
|
|
||||||
<bodyTypeMale>Male</bodyTypeMale>
|
|
||||||
<possessions></possessions>
|
|
||||||
<forcedTraits>
|
|
||||||
<FCP_Trait_Sharpshooter>0</FCP_Trait_Sharpshooter>
|
|
||||||
</forcedTraits>
|
|
||||||
</BackstoryDef>
|
|
||||||
|
|
||||||
<!--__ Adults __-->
|
<!--__ Adults __-->
|
||||||
|
|
||||||
<!-- Legion Scout -->
|
<!-- Legion Scout -->
|
||||||
|
|
||||||
<BackstoryDef>
|
<BackstoryDef>
|
||||||
|
|||||||
@@ -0,0 +1,205 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<Defs>
|
||||||
|
|
||||||
|
<!--__________ Caesar's Legion Character Backstories __________-->
|
||||||
|
|
||||||
|
<!--_____ Caesar (Edward Sallow) _____-->
|
||||||
|
|
||||||
|
<!-- Childhood -->
|
||||||
|
<BackstoryDef>
|
||||||
|
<defName>FCP_Character_Backstory_Caesar_Child</defName>
|
||||||
|
<identifier>FCP_Character_Backstory_Caesar_Child</identifier>
|
||||||
|
<slot>Childhood</slot>
|
||||||
|
<title>Follower Acolyte</title>
|
||||||
|
<titleShort>Acolyte</titleShort>
|
||||||
|
<description>Born Edward Sallow, [PAWN_nameDef] was raised by the Followers of the Apocalypse after [PAWN_possessive] parents died. [PAWN_pronoun] spent [PAWN_possessive] youth studying history, linguistics, and philosophy in the Boneyard, developing a sharp intellect and an obsession with ancient Rome.</description>
|
||||||
|
<skillGains>
|
||||||
|
<Intellectual>4</Intellectual>
|
||||||
|
<Social>2</Social>
|
||||||
|
</skillGains>
|
||||||
|
<spawnCategories>
|
||||||
|
<li>FCP_Character_Backstory_Caesar_Child</li>
|
||||||
|
</spawnCategories>
|
||||||
|
</BackstoryDef>
|
||||||
|
|
||||||
|
<!-- Adulthood -->
|
||||||
|
<BackstoryDef>
|
||||||
|
<defName>FCP_Character_Backstory_Caesar_Adult</defName>
|
||||||
|
<identifier>FCP_Character_Backstory_Caesar_Adult</identifier>
|
||||||
|
<slot>Adulthood</slot>
|
||||||
|
<title>Caesar</title>
|
||||||
|
<titleShort>Caesar</titleShort>
|
||||||
|
<description>[PAWN_nameDef] founded Caesar's Legion after being captured by the Blackfoot tribe. Using [PAWN_possessive] knowledge of Roman history and tactics, [PAWN_pronoun] united dozens of tribes under one banner. [PAWN_pronoun] is a brilliant strategist and charismatic leader, though [PAWN_pronoun] suffers from a brain tumor that causes periodic weakness.</description>
|
||||||
|
<skillGains>
|
||||||
|
<Social>8</Social>
|
||||||
|
<Intellectual>6</Intellectual>
|
||||||
|
<Melee>2</Melee>
|
||||||
|
</skillGains>
|
||||||
|
<workDisables>ManualDumb</workDisables>
|
||||||
|
<requiredWorkTags>Violent</requiredWorkTags>
|
||||||
|
<spawnCategories>
|
||||||
|
<li>FCP_Character_Backstory_Caesar_Adult</li>
|
||||||
|
</spawnCategories>
|
||||||
|
<bodyTypeGlobal>Male</bodyTypeGlobal>
|
||||||
|
</BackstoryDef>
|
||||||
|
|
||||||
|
<!--_____ Legate Lanius _____-->
|
||||||
|
|
||||||
|
<!-- Childhood -->
|
||||||
|
<BackstoryDef>
|
||||||
|
<defName>FCP_Character_Backstory_Lanius_Child</defName>
|
||||||
|
<identifier>FCP_Character_Backstory_Lanius_Child</identifier>
|
||||||
|
<slot>Childhood</slot>
|
||||||
|
<title>Hidebarks Tribesman</title>
|
||||||
|
<titleShort>Tribesman</titleShort>
|
||||||
|
<description>[PAWN_nameDef] was born into the Hidebarks tribe in the savage lands east of the Colorado River. As a youth, [PAWN_pronoun] witnessed [PAWN_possessive] tribe's brutal traditions and learned that strength and fear were the only currencies that mattered in the wasteland.</description>
|
||||||
|
<skillGains>
|
||||||
|
<Melee>4</Melee>
|
||||||
|
<Crafting>1</Crafting>
|
||||||
|
</skillGains>
|
||||||
|
<spawnCategories>
|
||||||
|
<li>FCP_Character_Backstory_Lanius_Child</li>
|
||||||
|
</spawnCategories>
|
||||||
|
</BackstoryDef>
|
||||||
|
|
||||||
|
<!-- Adulthood -->
|
||||||
|
<BackstoryDef>
|
||||||
|
<defName>FCP_Character_Backstory_Lanius_Adult</defName>
|
||||||
|
<identifier>FCP_Character_Backstory_Lanius_Adult</identifier>
|
||||||
|
<slot>Adulthood</slot>
|
||||||
|
<title>Legate</title>
|
||||||
|
<titleShort>Legate</titleShort>
|
||||||
|
<description>Known as the Monster of the East, [PAWN_nameDef] rose to become Caesar's most feared military commander. After personally executing [PAWN_possessive] entire tribe for cowardice, [PAWN_pronoun] joined the Legion and became legendary for [PAWN_possessive] brutality and unstoppable combat prowess. [PAWN_pronoun] leads from the front, breaking enemy lines through sheer violence.</description>
|
||||||
|
<skillGains>
|
||||||
|
<Melee>10</Melee>
|
||||||
|
<Shooting>2</Shooting>
|
||||||
|
</skillGains>
|
||||||
|
<workDisables>Intellectual, Artistic, Social, Caring</workDisables>
|
||||||
|
<requiredWorkTags>Violent</requiredWorkTags>
|
||||||
|
<spawnCategories>
|
||||||
|
<li>FCP_Character_Backstory_Lanius_Adult</li>
|
||||||
|
</spawnCategories>
|
||||||
|
<bodyTypeGlobal>Hulk</bodyTypeGlobal>
|
||||||
|
</BackstoryDef>
|
||||||
|
|
||||||
|
<!--_____ Lucius _____-->
|
||||||
|
|
||||||
|
<!-- Childhood -->
|
||||||
|
<BackstoryDef>
|
||||||
|
<defName>FCP_Character_Backstory_Lucius_Child</defName>
|
||||||
|
<identifier>FCP_Character_Backstory_Lucius_Child</identifier>
|
||||||
|
<slot>Childhood</slot>
|
||||||
|
<title>Legion Recruit</title>
|
||||||
|
<titleShort>Recruit</titleShort>
|
||||||
|
<description>[PAWN_nameDef] was one of the earliest tribes assimilated into Caesar's Legion as a child. [PAWN_pronoun] was trained in the ways of the Legion from a young age, learning discipline, tactics, and absolute loyalty to Caesar.</description>
|
||||||
|
<skillGains>
|
||||||
|
<Melee>3</Melee>
|
||||||
|
<Shooting>2</Shooting>
|
||||||
|
</skillGains>
|
||||||
|
<spawnCategories>
|
||||||
|
<li>FCP_Character_Backstory_Lucius_Child</li>
|
||||||
|
</spawnCategories>
|
||||||
|
</BackstoryDef>
|
||||||
|
|
||||||
|
<!-- Adulthood -->
|
||||||
|
<BackstoryDef>
|
||||||
|
<defName>FCP_Character_Backstory_Lucius_Adult</defName>
|
||||||
|
<identifier>FCP_Character_Backstory_Lucius_Adult</identifier>
|
||||||
|
<slot>Adulthood</slot>
|
||||||
|
<title>Praetorian Commander</title>
|
||||||
|
<titleShort>Praetorian</titleShort>
|
||||||
|
<description>[PAWN_nameDef] commands Caesar's elite Praetorian Guard. [PAWN_pronoun] is a veteran warrior who has served the Legion for decades, earning [PAWN_possessive] position through unwavering loyalty and battlefield skill. [PAWN_pronoun] is responsible for Caesar's personal safety and the training of the Praetorian Guard.</description>
|
||||||
|
<skillGains>
|
||||||
|
<Melee>8</Melee>
|
||||||
|
<Shooting>4</Shooting>
|
||||||
|
<Social>2</Social>
|
||||||
|
</skillGains>
|
||||||
|
<workDisables>Intellectual, Artistic</workDisables>
|
||||||
|
<requiredWorkTags>Violent</requiredWorkTags>
|
||||||
|
<spawnCategories>
|
||||||
|
<li>FCP_Character_Backstory_Lucius_Adult</li>
|
||||||
|
</spawnCategories>
|
||||||
|
<bodyTypeGlobal>Male</bodyTypeGlobal>
|
||||||
|
</BackstoryDef>
|
||||||
|
|
||||||
|
<!--_____ Vulpes Inculta _____-->
|
||||||
|
|
||||||
|
<!-- Childhood -->
|
||||||
|
<BackstoryDef>
|
||||||
|
<defName>FCP_Character_Backstory_Vulpes_Child</defName>
|
||||||
|
<identifier>FCP_Character_Backstory_Vulpes_Child</identifier>
|
||||||
|
<slot>Childhood</slot>
|
||||||
|
<title>Tribal Scout</title>
|
||||||
|
<titleShort>Scout</titleShort>
|
||||||
|
<description>[PAWN_nameDef] showed exceptional intelligence and cunning from a young age. When [PAWN_possessive] tribe was absorbed by the Legion, [PAWN_pronoun] was selected for special training due to [PAWN_possessive] quick mind and natural talent for deception.</description>
|
||||||
|
<skillGains>
|
||||||
|
<Intellectual>3</Intellectual>
|
||||||
|
<Social>3</Social>
|
||||||
|
</skillGains>
|
||||||
|
<spawnCategories>
|
||||||
|
<li>FCP_Character_Backstory_Vulpes_Child</li>
|
||||||
|
</spawnCategories>
|
||||||
|
</BackstoryDef>
|
||||||
|
|
||||||
|
<!-- Adulthood -->
|
||||||
|
<BackstoryDef>
|
||||||
|
<defName>FCP_Character_Backstory_Vulpes_Adult</defName>
|
||||||
|
<identifier>FCP_Character_Backstory_Vulpes_Adult</identifier>
|
||||||
|
<slot>Adulthood</slot>
|
||||||
|
<title>Frumentarius</title>
|
||||||
|
<titleShort>Frumentarius</titleShort>
|
||||||
|
<description>[PAWN_nameDef] leads the Legion's Frumentarii, the elite intelligence and infiltration corps. Known as "Mr. Fox," [PAWN_pronoun] is a master of espionage, sabotage, and psychological warfare. [PAWN_pronoun] operates behind enemy lines, sowing chaos and gathering intelligence for Caesar's campaigns.</description>
|
||||||
|
<skillGains>
|
||||||
|
<Social>8</Social>
|
||||||
|
<Intellectual>6</Intellectual>
|
||||||
|
<Shooting>2</Shooting>
|
||||||
|
</skillGains>
|
||||||
|
<workDisables>ManualDumb</workDisables>
|
||||||
|
<requiredWorkTags>Violent</requiredWorkTags>
|
||||||
|
<spawnCategories>
|
||||||
|
<li>FCP_Character_Backstory_Vulpes_Adult</li>
|
||||||
|
</spawnCategories>
|
||||||
|
<bodyTypeGlobal>Thin</bodyTypeGlobal>
|
||||||
|
</BackstoryDef>
|
||||||
|
|
||||||
|
<!--_____ Aurelius of Phoenix _____-->
|
||||||
|
|
||||||
|
<!-- Childhood -->
|
||||||
|
<BackstoryDef>
|
||||||
|
<defName>FCP_Character_Backstory_Aurelius_Child</defName>
|
||||||
|
<identifier>FCP_Character_Backstory_Aurelius_Child</identifier>
|
||||||
|
<slot>Childhood</slot>
|
||||||
|
<title>Legion Youth</title>
|
||||||
|
<titleShort>Youth</titleShort>
|
||||||
|
<description>[PAWN_nameDef] was born in Legion territory and raised according to Caesar's strict code. [PAWN_pronoun] excelled in military training and showed natural leadership abilities from an early age.</description>
|
||||||
|
<skillGains>
|
||||||
|
<Melee>3</Melee>
|
||||||
|
<Social>2</Social>
|
||||||
|
</skillGains>
|
||||||
|
<spawnCategories>
|
||||||
|
<li>FCP_Character_Backstory_Aurelius_Child</li>
|
||||||
|
</spawnCategories>
|
||||||
|
</BackstoryDef>
|
||||||
|
|
||||||
|
<!-- Adulthood -->
|
||||||
|
<BackstoryDef>
|
||||||
|
<defName>FCP_Character_Backstory_Aurelius_Adult</defName>
|
||||||
|
<identifier>FCP_Character_Backstory_Aurelius_Adult</identifier>
|
||||||
|
<slot>Adulthood</slot>
|
||||||
|
<title>Centurion</title>
|
||||||
|
<titleShort>Centurion</titleShort>
|
||||||
|
<description>[PAWN_nameDef] earned the rank of Centurion through valor in battle. [PAWN_pronoun] commands a century of legionaries and is responsible for pacifying the Phoenix area. [PAWN_pronoun] is a skilled tactician and respected by [PAWN_possessive] troops for leading from the front.</description>
|
||||||
|
<skillGains>
|
||||||
|
<Melee>7</Melee>
|
||||||
|
<Shooting>5</Shooting>
|
||||||
|
<Social>3</Social>
|
||||||
|
</skillGains>
|
||||||
|
<workDisables>Intellectual, Artistic</workDisables>
|
||||||
|
<requiredWorkTags>Violent</requiredWorkTags>
|
||||||
|
<spawnCategories>
|
||||||
|
<li>FCP_Character_Backstory_Aurelius_Adult</li>
|
||||||
|
</spawnCategories>
|
||||||
|
<bodyTypeGlobal>Male</bodyTypeGlobal>
|
||||||
|
</BackstoryDef>
|
||||||
|
|
||||||
|
</Defs>
|
||||||
+56
-47
@@ -1,17 +1,17 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<Defs>
|
<Defs>
|
||||||
|
|
||||||
<!--__________ Legion __________-->
|
<!--__________ Caesar's Legion Characters __________-->
|
||||||
|
|
||||||
<!--_____ Caesar _____-->
|
<!--_____ Caesar's Legion _____-->
|
||||||
|
|
||||||
<!-- Caesar -->
|
<!-- Caesar (Edward Sallow) -->
|
||||||
|
|
||||||
<FCP.Core.CharacterDef>
|
<FCP.Core.CharacterDef>
|
||||||
<defName>FCP_Character_Legion_Caesar</defName>
|
<defName>FCP_Character_Legion_Caesar</defName>
|
||||||
<pawnKind>FCP_Legion_Caesar</pawnKind>
|
<pawnKind>FCP_Unique_Pawnkind_Caesar</pawnKind>
|
||||||
<faction>FCP_Faction_Caesars_Legion</faction>
|
|
||||||
<xenotype>Baseliner</xenotype>
|
<xenotype>Baseliner</xenotype>
|
||||||
|
<faction>FCP_Faction_Caesars_Legion</faction>
|
||||||
<roles>
|
<roles>
|
||||||
<li Class="FCP.Core.CharacterRole_FactionLeader">
|
<li Class="FCP.Core.CharacterRole_FactionLeader">
|
||||||
<seniority>1000</seniority>
|
<seniority>1000</seniority>
|
||||||
@@ -28,29 +28,23 @@
|
|||||||
</li>
|
</li>
|
||||||
<!-- Appearance -->
|
<!-- Appearance -->
|
||||||
<li Class="FCP.Core.CharacterAppearanceDefinition">
|
<li Class="FCP.Core.CharacterAppearanceDefinition">
|
||||||
<hairColor>(255, 255, 255)</hairColor>
|
<hairColor>(220, 220, 220)</hairColor>
|
||||||
<hairDef>FCP_Hair_Ranger_Rick</hairDef>
|
<hairDef>Mop</hairDef>
|
||||||
<beardDef>NoBeard</beardDef>
|
<beardDef>NoBeard</beardDef>
|
||||||
<skinColorOverride>(239, 189, 163)</skinColorOverride>
|
<skinColorOverride>(210, 180, 155)</skinColorOverride>
|
||||||
<headTypeDef>Male_AverageNormal</headTypeDef>
|
<headTypeDef>Male_AverageNormal</headTypeDef>
|
||||||
<bodyTypeDef>Male</bodyTypeDef>
|
<bodyTypeDef>Male</bodyTypeDef>
|
||||||
</li>
|
</li>
|
||||||
<!-- Unique Apparels -->
|
|
||||||
<li Class="FCP.Core.CharacterUniqueItemDefinition">
|
|
||||||
<uniqueItem>FCP_Apparel_Caesar_Robes</uniqueItem>
|
|
||||||
</li>
|
|
||||||
</definitions>
|
</definitions>
|
||||||
</FCP.Core.CharacterDef>
|
</FCP.Core.CharacterDef>
|
||||||
|
|
||||||
<!--_____ Legionaires _____-->
|
|
||||||
|
|
||||||
<!-- Legate Lanius -->
|
<!-- Legate Lanius -->
|
||||||
|
|
||||||
<FCP.Core.CharacterDef>
|
<FCP.Core.CharacterDef>
|
||||||
<defName>FCP_Character_Legion_Legate_Lanius</defName>
|
<defName>FCP_Character_Legion_Legate_Lanius</defName>
|
||||||
<pawnKind>FCP_Legion_Legate_Lanius</pawnKind>
|
<pawnKind>FCP_Unique_Pawnkind_Legate_Lanius</pawnKind>
|
||||||
<faction>FCP_Faction_Caesars_Legion</faction>
|
|
||||||
<xenotype>Baseliner</xenotype>
|
<xenotype>Baseliner</xenotype>
|
||||||
|
<faction>FCP_Faction_Caesars_Legion</faction>
|
||||||
<roles>
|
<roles>
|
||||||
<li Class="FCP.Core.CharacterRole_FactionLeader">
|
<li Class="FCP.Core.CharacterRole_FactionLeader">
|
||||||
<seniority>900</seniority>
|
<seniority>900</seniority>
|
||||||
@@ -59,59 +53,69 @@
|
|||||||
<definitions>
|
<definitions>
|
||||||
<!-- Bio -->
|
<!-- Bio -->
|
||||||
<li Class="FCP.Core.CharacterStoryDefinition">
|
<li Class="FCP.Core.CharacterStoryDefinition">
|
||||||
<firstName>Lanius</firstName>
|
<firstName />
|
||||||
<!-- <lastName>Lewis</lastName> -->
|
<lastName>Lanius</lastName>
|
||||||
<nickname>Monster of the East</nickname>
|
<nickname>Monster of the East</nickname>
|
||||||
<gender>Male</gender>
|
<gender>Male</gender>
|
||||||
<age>38</age>
|
<age>38</age>
|
||||||
</li>
|
</li>
|
||||||
<!-- Appearance -->
|
<!-- Appearance -->
|
||||||
<li Class="FCP.Core.CharacterAppearanceDefinition">
|
<li Class="FCP.Core.CharacterAppearanceDefinition">
|
||||||
<hairColor>(88, 60, 51)</hairColor>
|
<hairColor>(70, 50, 40)</hairColor>
|
||||||
<hairDef>FCP_Hair_Ranger_Rick</hairDef>
|
<hairDef>Mop</hairDef>
|
||||||
<beardDef>NoBeard</beardDef>
|
<beardDef>NoBeard</beardDef>
|
||||||
<skinColorOverride>(239, 189, 163)</skinColorOverride>
|
<skinColorOverride>(190, 160, 135)</skinColorOverride>
|
||||||
<headTypeDef>Male_AverageNormal</headTypeDef>
|
<headTypeDef>Male_AverageNormal</headTypeDef>
|
||||||
<bodyTypeDef>Male</bodyTypeDef>
|
<bodyTypeDef>Hulk</bodyTypeDef>
|
||||||
</li>
|
</li>
|
||||||
</definitions>
|
</definitions>
|
||||||
</FCP.Core.CharacterDef>
|
</FCP.Core.CharacterDef>
|
||||||
|
|
||||||
<!-- Praetorian Guard Commander Lucius -->
|
<!-- Lucius -->
|
||||||
|
|
||||||
<FCP.Core.CharacterDef>
|
<FCP.Core.CharacterDef>
|
||||||
<defName>FCP_Character_Legion_Praetorian_Lucius</defName>
|
<defName>FCP_Character_Legion_Praetorian_Lucius</defName>
|
||||||
<pawnKind>FCP_Legion_Praetorian_Lucius</pawnKind>
|
<pawnKind>FCP_Unique_Pawnkind_Lucius</pawnKind>
|
||||||
<faction>FCP_Faction_Caesars_Legion</faction>
|
|
||||||
<xenotype>Baseliner</xenotype>
|
<xenotype>Baseliner</xenotype>
|
||||||
|
<faction>FCP_Faction_Caesars_Legion</faction>
|
||||||
|
<roles>
|
||||||
|
<li Class="FCP.Core.CharacterRole_FactionLeader">
|
||||||
|
<seniority>850</seniority>
|
||||||
|
</li>
|
||||||
|
</roles>
|
||||||
<definitions>
|
<definitions>
|
||||||
<!-- Bio -->
|
<!-- Bio -->
|
||||||
<li Class="FCP.Core.CharacterStoryDefinition">
|
<li Class="FCP.Core.CharacterStoryDefinition">
|
||||||
<firstName>Lucius</firstName>
|
<firstName />
|
||||||
<!-- <lastName>Lewis</lastName> -->
|
<lastName>Lucius</lastName>
|
||||||
<!-- <nickname></nickname> -->
|
<nickname>Praetorian Commander</nickname>
|
||||||
<gender>Male</gender>
|
<gender>Male</gender>
|
||||||
<age>48</age>
|
<age>48</age>
|
||||||
</li>
|
</li>
|
||||||
<!-- Appearance -->
|
<!-- Appearance -->
|
||||||
<li Class="FCP.Core.CharacterAppearanceDefinition">
|
<li Class="FCP.Core.CharacterAppearanceDefinition">
|
||||||
<hairColor>(88, 60, 51)</hairColor>
|
<hairColor>(80, 60, 45)</hairColor>
|
||||||
<hairDef>FCP_Hair_Ranger_Rick</hairDef>
|
<hairDef>Mop</hairDef>
|
||||||
<beardDef>NoBeard</beardDef>
|
<beardDef>NoBeard</beardDef>
|
||||||
<skinColorOverride>(239, 189, 163)</skinColorOverride>
|
<skinColorOverride>(185, 155, 130)</skinColorOverride>
|
||||||
<headTypeDef>Male_AverageNormal</headTypeDef>
|
<headTypeDef>Male_AverageNormal</headTypeDef>
|
||||||
<bodyTypeDef>Male</bodyTypeDef>
|
<bodyTypeDef>Male</bodyTypeDef>
|
||||||
</li>
|
</li>
|
||||||
</definitions>
|
</definitions>
|
||||||
</FCP.Core.CharacterDef>
|
</FCP.Core.CharacterDef>
|
||||||
|
|
||||||
<!-- Frumentarius Vulpes Inculta -->
|
<!-- Vulpes Inculta -->
|
||||||
|
|
||||||
<FCP.Core.CharacterDef>
|
<FCP.Core.CharacterDef>
|
||||||
<defName>FCP_Character_Legion_Frumentarius_Vulpes_Inculta</defName>
|
<defName>FCP_Character_Legion_Frumentarius_Vulpes_Inculta</defName>
|
||||||
<pawnKind>FCP_Legion_Frumentarius_Vulpes_Inculta</pawnKind>
|
<pawnKind>FCP_Unique_Pawnkind_Vulpes_Inculta</pawnKind>
|
||||||
<faction>FCP_Faction_Caesars_Legion</faction>
|
|
||||||
<xenotype>Baseliner</xenotype>
|
<xenotype>Baseliner</xenotype>
|
||||||
|
<faction>FCP_Faction_Caesars_Legion</faction>
|
||||||
|
<roles>
|
||||||
|
<li Class="FCP.Core.CharacterRole_FactionLeader">
|
||||||
|
<seniority>800</seniority>
|
||||||
|
</li>
|
||||||
|
</roles>
|
||||||
<definitions>
|
<definitions>
|
||||||
<!-- Bio -->
|
<!-- Bio -->
|
||||||
<li Class="FCP.Core.CharacterStoryDefinition">
|
<li Class="FCP.Core.CharacterStoryDefinition">
|
||||||
@@ -123,38 +127,43 @@
|
|||||||
</li>
|
</li>
|
||||||
<!-- Appearance -->
|
<!-- Appearance -->
|
||||||
<li Class="FCP.Core.CharacterAppearanceDefinition">
|
<li Class="FCP.Core.CharacterAppearanceDefinition">
|
||||||
<hairColor>(88, 60, 51)</hairColor>
|
<hairColor>(75, 55, 40)</hairColor>
|
||||||
<hairDef>FCP_Hair_Ranger_Rick</hairDef>
|
<hairDef>Messy</hairDef>
|
||||||
<beardDef>NoBeard</beardDef>
|
<beardDef>NoBeard</beardDef>
|
||||||
<skinColorOverride>(239, 189, 163)</skinColorOverride>
|
<skinColorOverride>(200, 170, 145)</skinColorOverride>
|
||||||
<headTypeDef>Male_AverageNormal</headTypeDef>
|
<headTypeDef>Male_AverageNormal</headTypeDef>
|
||||||
<bodyTypeDef>Male</bodyTypeDef>
|
<bodyTypeDef>Thin</bodyTypeDef>
|
||||||
</li>
|
</li>
|
||||||
</definitions>
|
</definitions>
|
||||||
</FCP.Core.CharacterDef>
|
</FCP.Core.CharacterDef>
|
||||||
|
|
||||||
<!-- Centurion Aurelius of Phoenix -->
|
<!-- Aurelius of Phoenix -->
|
||||||
|
|
||||||
<FCP.Core.CharacterDef>
|
<FCP.Core.CharacterDef>
|
||||||
<defName>FCP_Character_Legion_Centurion_Aurelius_of_Phoenix</defName>
|
<defName>FCP_Character_Legion_Centurion_Aurelius_of_Phoenix</defName>
|
||||||
<pawnKind>FCP_Legion_Centurion_Aurelius_of_Phoenix</pawnKind>
|
<pawnKind>FCP_Unique_Pawnkind_Aurelius</pawnKind>
|
||||||
<faction>FCP_Faction_Caesars_Legion</faction>
|
|
||||||
<xenotype>Baseliner</xenotype>
|
<xenotype>Baseliner</xenotype>
|
||||||
|
<faction>FCP_Faction_Caesars_Legion</faction>
|
||||||
|
<roles>
|
||||||
|
<li Class="FCP.Core.CharacterRole_FactionLeader">
|
||||||
|
<seniority>750</seniority>
|
||||||
|
</li>
|
||||||
|
</roles>
|
||||||
<definitions>
|
<definitions>
|
||||||
<!-- Bio -->
|
<!-- Bio -->
|
||||||
<li Class="FCP.Core.CharacterStoryDefinition">
|
<li Class="FCP.Core.CharacterStoryDefinition">
|
||||||
<firstName>Aurelius of Phoenix</firstName>
|
<firstName>Aurelius</firstName>
|
||||||
<!-- <lastName></lastName>
|
<lastName>of Phoenix</lastName>
|
||||||
<nickname></nickname> -->
|
<nickname>Centurion Aurelius</nickname>
|
||||||
<gender>Male</gender>
|
<gender>Male</gender>
|
||||||
<age>35</age>
|
<age>35</age>
|
||||||
</li>
|
</li>
|
||||||
<!-- Appearance -->
|
<!-- Appearance -->
|
||||||
<li Class="FCP.Core.CharacterAppearanceDefinition">
|
<li Class="FCP.Core.CharacterAppearanceDefinition">
|
||||||
<hairColor>(88, 60, 51)</hairColor>
|
<hairColor>(60, 45, 35)</hairColor>
|
||||||
<hairDef>FCP_Hair_Ranger_Rick</hairDef>
|
<hairDef>Mop</hairDef>
|
||||||
<beardDef>NoBeard</beardDef>
|
<beardDef>NoBeard</beardDef>
|
||||||
<skinColorOverride>(239, 189, 163)</skinColorOverride>
|
<skinColorOverride>(180, 150, 125)</skinColorOverride>
|
||||||
<headTypeDef>Male_AverageNormal</headTypeDef>
|
<headTypeDef>Male_AverageNormal</headTypeDef>
|
||||||
<bodyTypeDef>Male</bodyTypeDef>
|
<bodyTypeDef>Male</bodyTypeDef>
|
||||||
</li>
|
</li>
|
||||||
@@ -146,7 +146,7 @@
|
|||||||
<FCP_Legion_Vexillarius>5</FCP_Legion_Vexillarius>
|
<FCP_Legion_Vexillarius>5</FCP_Legion_Vexillarius>
|
||||||
<FCP_Legion_Centurion>3</FCP_Legion_Centurion>
|
<FCP_Legion_Centurion>3</FCP_Legion_Centurion>
|
||||||
<FCP_Legion_Legate>1</FCP_Legion_Legate>
|
<FCP_Legion_Legate>1</FCP_Legion_Legate>
|
||||||
<FCP_Legion_Caesar>1</FCP_Legion_Caesar>
|
<FCP_Unique_Pawnkind_Caesar>1</FCP_Unique_Pawnkind_Caesar>
|
||||||
</options>
|
</options>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
@@ -155,7 +155,7 @@
|
|||||||
<FCP_Animal_Legion_Guard_Dog MayRequire="Rick.FCP.Animals">3</FCP_Animal_Legion_Guard_Dog>
|
<FCP_Animal_Legion_Guard_Dog MayRequire="Rick.FCP.Animals">3</FCP_Animal_Legion_Guard_Dog>
|
||||||
<FCP_Legion_Recruit>20</FCP_Legion_Recruit>
|
<FCP_Legion_Recruit>20</FCP_Legion_Recruit>
|
||||||
<FCP_Legion_Recruit_Decanus>10</FCP_Legion_Recruit_Decanus>
|
<FCP_Legion_Recruit_Decanus>10</FCP_Legion_Recruit_Decanus>
|
||||||
<FCP_Legion_Caesar>1</FCP_Legion_Caesar>
|
<FCP_Unique_Pawnkind_Caesar>1</FCP_Unique_Pawnkind_Caesar>
|
||||||
</options>
|
</options>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
@@ -174,7 +174,7 @@
|
|||||||
<FCP_Legion_Veteran>7</FCP_Legion_Veteran>
|
<FCP_Legion_Veteran>7</FCP_Legion_Veteran>
|
||||||
<FCP_Legion_Prime>10</FCP_Legion_Prime>
|
<FCP_Legion_Prime>10</FCP_Legion_Prime>
|
||||||
<FCP_Legion_Prime_Decanus>3</FCP_Legion_Prime_Decanus>
|
<FCP_Legion_Prime_Decanus>3</FCP_Legion_Prime_Decanus>
|
||||||
<FCP_Legion_Caesar>1</FCP_Legion_Caesar>
|
<FCP_Unique_Pawnkind_Caesar>1</FCP_Unique_Pawnkind_Caesar>
|
||||||
</guards>
|
</guards>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
@@ -187,7 +187,7 @@
|
|||||||
<FCP_Legion_Vexillarius>7</FCP_Legion_Vexillarius>
|
<FCP_Legion_Vexillarius>7</FCP_Legion_Vexillarius>
|
||||||
<FCP_Legion_Centurion>5</FCP_Legion_Centurion>
|
<FCP_Legion_Centurion>5</FCP_Legion_Centurion>
|
||||||
<FCP_Legion_Legate>3</FCP_Legion_Legate>
|
<FCP_Legion_Legate>3</FCP_Legion_Legate>
|
||||||
<FCP_Legion_Caesar>1</FCP_Legion_Caesar>
|
<FCP_Unique_Pawnkind_Caesar>1</FCP_Unique_Pawnkind_Caesar>
|
||||||
</options>
|
</options>
|
||||||
</li>
|
</li>
|
||||||
</pawnGroupMakers>
|
</pawnGroupMakers>
|
||||||
|
|||||||
@@ -1,150 +1,8 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<Defs>
|
<Defs>
|
||||||
|
|
||||||
|
|
||||||
<!--_____ Legion Pawnkinds _____-->
|
<!--_____ Legion Pawnkinds _____-->
|
||||||
|
|
||||||
<!--___ Characters ___-->
|
|
||||||
<!-- Character Military Base -->
|
|
||||||
|
|
||||||
<PawnKindDef Name="FCP_Legion_CharacterkindBase" ParentName="FCP_LegionkindBase" Abstract="true">
|
|
||||||
<apparelMoney>9999</apparelMoney>
|
|
||||||
<gearHealthRange>10</gearHealthRange>
|
|
||||||
<apparelAllowHeadgearChance>1</apparelAllowHeadgearChance>
|
|
||||||
<requiredWorkTags>
|
|
||||||
<li>Violent</li>
|
|
||||||
</requiredWorkTags>
|
|
||||||
<weaponMoney>9999</weaponMoney>
|
|
||||||
<initialWillRange>3~5</initialWillRange>
|
|
||||||
<initialResistanceRange>19~30</initialResistanceRange>
|
|
||||||
<backstoryFiltersOverride>
|
|
||||||
<li>
|
|
||||||
<categoriesAdulthood>
|
|
||||||
<li>FCP_Backstory_Legion_Adult</li>
|
|
||||||
</categoriesAdulthood>
|
|
||||||
</li>
|
|
||||||
</backstoryFiltersOverride>
|
|
||||||
<pawnGroupDevelopmentStage>Adult</pawnGroupDevelopmentStage>
|
|
||||||
</PawnKindDef>
|
|
||||||
|
|
||||||
<!-- Caesar -->
|
|
||||||
|
|
||||||
<PawnKindDef ParentName="FCP_LegionkindBase">
|
|
||||||
<defName>FCP_Legion_Caesar</defName>
|
|
||||||
<label>Caesar</label>
|
|
||||||
<factionLeader>true</factionLeader>
|
|
||||||
<combatPower>150</combatPower>
|
|
||||||
<apparelMoney>0</apparelMoney>
|
|
||||||
<apparelRequired>
|
|
||||||
<li>FCP_Apparel_Caesar_Robes</li>
|
|
||||||
</apparelRequired>
|
|
||||||
<requiredWorkTags>
|
|
||||||
<li>Violent</li>
|
|
||||||
</requiredWorkTags>
|
|
||||||
<weaponMoney>150~150</weaponMoney>
|
|
||||||
<weaponTags>
|
|
||||||
<li>NeolithicMeleeDecent</li>
|
|
||||||
</weaponTags>
|
|
||||||
<initialWillRange>3~5</initialWillRange>
|
|
||||||
<initialResistanceRange>19~30</initialResistanceRange>
|
|
||||||
<backstoryFiltersOverride>
|
|
||||||
<li>
|
|
||||||
<categoriesAdulthood>
|
|
||||||
<li>FCP_Backstory_Legion_Adult</li>
|
|
||||||
</categoriesAdulthood>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<categoriesChildhood>
|
|
||||||
<li>FCP_Backstory_Legion_Child</li>
|
|
||||||
</categoriesChildhood>
|
|
||||||
</li>
|
|
||||||
</backstoryFiltersOverride>
|
|
||||||
</PawnKindDef>
|
|
||||||
|
|
||||||
<!-- Legate Lanius -->
|
|
||||||
|
|
||||||
<PawnKindDef ParentName="FCP_LegionkindBase">
|
|
||||||
<defName>FCP_Legion_Legate_Lanius</defName>
|
|
||||||
<label>Legate Lanius</label>
|
|
||||||
<combatPower>140</combatPower>
|
|
||||||
<apparelMoney>0</apparelMoney>
|
|
||||||
<apparelRequired>
|
|
||||||
<li>FCP_Apparel_Legion_Legate_Armor</li>
|
|
||||||
</apparelRequired>
|
|
||||||
<requiredWorkTags>
|
|
||||||
<li>Violent</li>
|
|
||||||
</requiredWorkTags>
|
|
||||||
<weaponMoney>150~150</weaponMoney>
|
|
||||||
<weaponTags>
|
|
||||||
<li>NeolithicMeleeDecent</li>
|
|
||||||
</weaponTags>
|
|
||||||
<initialWillRange>3~5</initialWillRange>
|
|
||||||
<initialResistanceRange>18~30</initialResistanceRange>
|
|
||||||
</PawnKindDef>
|
|
||||||
|
|
||||||
<!-- Praetorian Guard Commander Lucius -->
|
|
||||||
|
|
||||||
<PawnKindDef ParentName="FCP_LegionkindBase">
|
|
||||||
<defName>FCP_Legion_Praetorian_Lucius</defName>
|
|
||||||
<label>Praetorian Guard Commander Lucius</label>
|
|
||||||
<combatPower>130</combatPower>
|
|
||||||
<apparelMoney>0</apparelMoney>
|
|
||||||
<apparelRequired>
|
|
||||||
<li>FCP_Apparel_Legion_Praetorian_Armor</li>
|
|
||||||
</apparelRequired>
|
|
||||||
<requiredWorkTags>
|
|
||||||
<li>Violent</li>
|
|
||||||
</requiredWorkTags>
|
|
||||||
<weaponMoney>150~150</weaponMoney>
|
|
||||||
<weaponTags>
|
|
||||||
<li>NeolithicMeleeDecent</li>
|
|
||||||
</weaponTags>
|
|
||||||
<initialWillRange>3~5</initialWillRange>
|
|
||||||
<initialResistanceRange>18~30</initialResistanceRange>
|
|
||||||
</PawnKindDef>
|
|
||||||
|
|
||||||
<!-- Frumentarius Vulpes Inculta -->
|
|
||||||
|
|
||||||
<PawnKindDef ParentName="FCP_LegionkindBase">
|
|
||||||
<defName>FCP_Legion_Frumentarius_Vulpes_Inculta</defName>
|
|
||||||
<label>Frumentarius Vulpes Inculta</label>
|
|
||||||
<combatPower>120</combatPower>
|
|
||||||
<apparelMoney>0</apparelMoney>
|
|
||||||
<apparelRequired>
|
|
||||||
<li>FCP_Apparel_Legion_Vexillarius_Armor</li>
|
|
||||||
</apparelRequired>
|
|
||||||
<requiredWorkTags>
|
|
||||||
<li>Violent</li>
|
|
||||||
</requiredWorkTags>
|
|
||||||
<weaponMoney>150~150</weaponMoney>
|
|
||||||
<weaponTags>
|
|
||||||
<li>NeolithicMeleeDecent</li>
|
|
||||||
</weaponTags>
|
|
||||||
<initialWillRange>3~5</initialWillRange>
|
|
||||||
<initialResistanceRange>18~30</initialResistanceRange>
|
|
||||||
</PawnKindDef>
|
|
||||||
|
|
||||||
<!-- Centurion Aurelius of Phoenix -->
|
|
||||||
|
|
||||||
<PawnKindDef ParentName="FCP_LegionkindBase">
|
|
||||||
<defName>FCP_Legion_Centurion_Aurelius_of_Phoenix</defName>
|
|
||||||
<label>Centurion Aurelius of Phoenix</label>
|
|
||||||
<combatPower>110</combatPower>
|
|
||||||
<apparelMoney>0</apparelMoney>
|
|
||||||
<apparelRequired>
|
|
||||||
<li>FCP_Apparel_Legion_Centurion_Armor</li>
|
|
||||||
</apparelRequired>
|
|
||||||
<requiredWorkTags>
|
|
||||||
<li>Violent</li>
|
|
||||||
</requiredWorkTags>
|
|
||||||
<weaponMoney>150~150</weaponMoney>
|
|
||||||
<weaponTags>
|
|
||||||
<li>NeolithicMeleeDecent</li>
|
|
||||||
</weaponTags>
|
|
||||||
<initialWillRange>3~5</initialWillRange>
|
|
||||||
<initialResistanceRange>18~30</initialResistanceRange>
|
|
||||||
</PawnKindDef>
|
|
||||||
|
|
||||||
<!--___ Civilians ___-->
|
<!--___ Civilians ___-->
|
||||||
|
|
||||||
<!-- Slave -->
|
<!-- Slave -->
|
||||||
@@ -173,8 +31,8 @@
|
|||||||
</PawnKindDef>
|
</PawnKindDef>
|
||||||
|
|
||||||
<!--___ Traders ___-->
|
<!--___ Traders ___-->
|
||||||
<!-- Legion Slave Trader -->
|
|
||||||
|
|
||||||
|
<!-- Legion Slave Trader -->
|
||||||
|
|
||||||
<PawnKindDef ParentName="FCP_LegionkindBase">
|
<PawnKindDef ParentName="FCP_LegionkindBase">
|
||||||
<defName>FCP_Legion_Slave_Trader</defName>
|
<defName>FCP_Legion_Slave_Trader</defName>
|
||||||
|
|||||||
@@ -0,0 +1,246 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<Defs>
|
||||||
|
|
||||||
|
<!--__________ Unique Caesar's Legion PawnKinds __________-->
|
||||||
|
|
||||||
|
<!--_____ Caesar's Legion _____-->
|
||||||
|
|
||||||
|
<!-- Caesar -->
|
||||||
|
|
||||||
|
<PawnKindDef ParentName="FCP_LegionkindBase">
|
||||||
|
<defName>FCP_Unique_Pawnkind_Caesar</defName>
|
||||||
|
<label>Caesar</label>
|
||||||
|
<defaultFactionDef>FCP_Faction_Caesars_Legion</defaultFactionDef>
|
||||||
|
<factionLeader>true</factionLeader>
|
||||||
|
<combatPower>150</combatPower>
|
||||||
|
<itemQuality>Legendary</itemQuality>
|
||||||
|
<gearHealthRange>1.0~1.0</gearHealthRange>
|
||||||
|
<apparelRequired>
|
||||||
|
<li>FCP_Apparel_Caesar_Robes</li>
|
||||||
|
</apparelRequired>
|
||||||
|
<weaponMoney>300~500</weaponMoney>
|
||||||
|
<weaponTags>
|
||||||
|
<li>NeolithicMeleeDecent</li>
|
||||||
|
</weaponTags>
|
||||||
|
<initialWillRange>8~9</initialWillRange>
|
||||||
|
<initialResistanceRange>35~45</initialResistanceRange>
|
||||||
|
<backstoryFiltersOverride>
|
||||||
|
<li>
|
||||||
|
<categoriesChildhood>
|
||||||
|
<li>FCP_Character_Backstory_Caesar_Child</li>
|
||||||
|
</categoriesChildhood>
|
||||||
|
<categoriesAdulthood>
|
||||||
|
<li>FCP_Character_Backstory_Caesar_Adult</li>
|
||||||
|
</categoriesAdulthood>
|
||||||
|
</li>
|
||||||
|
</backstoryFiltersOverride>
|
||||||
|
<inventoryOptions>
|
||||||
|
<skipChance>0.0</skipChance>
|
||||||
|
<subOptionsChooseOne>
|
||||||
|
<li>
|
||||||
|
<thingDef>FCP_Currency_Legion_Denarius</thingDef>
|
||||||
|
<countRange>300~500</countRange>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<thingDef>MealSurvivalPack</thingDef>
|
||||||
|
<countRange>5~10</countRange>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<thingDef>MedicineIndustrial</thingDef>
|
||||||
|
<countRange>5~8</countRange>
|
||||||
|
</li>
|
||||||
|
</subOptionsChooseOne>
|
||||||
|
</inventoryOptions>
|
||||||
|
</PawnKindDef>
|
||||||
|
|
||||||
|
<!-- Legate Lanius -->
|
||||||
|
|
||||||
|
<PawnKindDef ParentName="FCP_LegionkindBase">
|
||||||
|
<defName>FCP_Unique_Pawnkind_Legate_Lanius</defName>
|
||||||
|
<label>Legate Lanius</label>
|
||||||
|
<defaultFactionDef>FCP_Faction_Caesars_Legion</defaultFactionDef>
|
||||||
|
<combatPower>150</combatPower>
|
||||||
|
<itemQuality>Legendary</itemQuality>
|
||||||
|
<gearHealthRange>1.0~1.0</gearHealthRange>
|
||||||
|
<apparelRequired>
|
||||||
|
<li>FCP_Apparel_Legion_Legate_Armor</li>
|
||||||
|
</apparelRequired>
|
||||||
|
<weaponMoney>400~600</weaponMoney>
|
||||||
|
<weaponTags>
|
||||||
|
<li>NeolithicMeleeAdvanced</li>
|
||||||
|
</weaponTags>
|
||||||
|
<initialWillRange>8~9</initialWillRange>
|
||||||
|
<initialResistanceRange>35~45</initialResistanceRange>
|
||||||
|
<backstoryFiltersOverride>
|
||||||
|
<li>
|
||||||
|
<categoriesChildhood>
|
||||||
|
<li>FCP_Character_Backstory_Lanius_Child</li>
|
||||||
|
</categoriesChildhood>
|
||||||
|
<categoriesAdulthood>
|
||||||
|
<li>FCP_Character_Backstory_Lanius_Adult</li>
|
||||||
|
</categoriesAdulthood>
|
||||||
|
</li>
|
||||||
|
</backstoryFiltersOverride>
|
||||||
|
<inventoryOptions>
|
||||||
|
<skipChance>0.0</skipChance>
|
||||||
|
<subOptionsChooseOne>
|
||||||
|
<li>
|
||||||
|
<thingDef>FCP_Currency_Legion_Denarius</thingDef>
|
||||||
|
<countRange>200~350</countRange>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<thingDef>MealSurvivalPack</thingDef>
|
||||||
|
<countRange>5~8</countRange>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<thingDef>MedicineIndustrial</thingDef>
|
||||||
|
<countRange>4~6</countRange>
|
||||||
|
</li>
|
||||||
|
</subOptionsChooseOne>
|
||||||
|
</inventoryOptions>
|
||||||
|
</PawnKindDef>
|
||||||
|
|
||||||
|
<!-- Lucius -->
|
||||||
|
|
||||||
|
<PawnKindDef ParentName="FCP_LegionkindBase">
|
||||||
|
<defName>FCP_Unique_Pawnkind_Lucius</defName>
|
||||||
|
<label>Commander Lucius</label>
|
||||||
|
<defaultFactionDef>FCP_Faction_Caesars_Legion</defaultFactionDef>
|
||||||
|
<combatPower>130</combatPower>
|
||||||
|
<itemQuality>Excellent</itemQuality>
|
||||||
|
<gearHealthRange>1.0~1.0</gearHealthRange>
|
||||||
|
<apparelRequired>
|
||||||
|
<li>FCP_Apparel_Legion_Praetorian_Armor</li>
|
||||||
|
</apparelRequired>
|
||||||
|
<weaponMoney>350~550</weaponMoney>
|
||||||
|
<weaponTags>
|
||||||
|
<li>NeolithicMeleeAdvanced</li>
|
||||||
|
</weaponTags>
|
||||||
|
<initialWillRange>7~8</initialWillRange>
|
||||||
|
<initialResistanceRange>30~40</initialResistanceRange>
|
||||||
|
<backstoryFiltersOverride>
|
||||||
|
<li>
|
||||||
|
<categoriesChildhood>
|
||||||
|
<li>FCP_Character_Backstory_Lucius_Child</li>
|
||||||
|
</categoriesChildhood>
|
||||||
|
<categoriesAdulthood>
|
||||||
|
<li>FCP_Character_Backstory_Lucius_Adult</li>
|
||||||
|
</categoriesAdulthood>
|
||||||
|
</li>
|
||||||
|
</backstoryFiltersOverride>
|
||||||
|
<inventoryOptions>
|
||||||
|
<skipChance>0.0</skipChance>
|
||||||
|
<subOptionsChooseOne>
|
||||||
|
<li>
|
||||||
|
<thingDef>FCP_Currency_Legion_Denarius</thingDef>
|
||||||
|
<countRange>150~300</countRange>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<thingDef>MealSurvivalPack</thingDef>
|
||||||
|
<countRange>4~7</countRange>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<thingDef>MedicineIndustrial</thingDef>
|
||||||
|
<countRange>3~5</countRange>
|
||||||
|
</li>
|
||||||
|
</subOptionsChooseOne>
|
||||||
|
</inventoryOptions>
|
||||||
|
</PawnKindDef>
|
||||||
|
|
||||||
|
<!-- Vulpes Inculta -->
|
||||||
|
|
||||||
|
<PawnKindDef ParentName="FCP_LegionkindBase">
|
||||||
|
<defName>FCP_Unique_Pawnkind_Vulpes_Inculta</defName>
|
||||||
|
<label>Vulpes Inculta</label>
|
||||||
|
<defaultFactionDef>FCP_Faction_Caesars_Legion</defaultFactionDef>
|
||||||
|
<combatPower>110</combatPower>
|
||||||
|
<itemQuality>Excellent</itemQuality>
|
||||||
|
<gearHealthRange>0.9~1.0</gearHealthRange>
|
||||||
|
<apparelRequired>
|
||||||
|
<li>FCP_Apparel_Legion_Vexillarius_Armor</li>
|
||||||
|
</apparelRequired>
|
||||||
|
<weaponMoney>300~500</weaponMoney>
|
||||||
|
<weaponTags>
|
||||||
|
<li>NeolithicMeleeDecent</li>
|
||||||
|
<li MayRequire="Rick.FCP.BallisticWeapons">FCP_Pistol</li>
|
||||||
|
</weaponTags>
|
||||||
|
<initialWillRange>7~8</initialWillRange>
|
||||||
|
<initialResistanceRange>28~38</initialResistanceRange>
|
||||||
|
<backstoryFiltersOverride>
|
||||||
|
<li>
|
||||||
|
<categoriesChildhood>
|
||||||
|
<li>FCP_Character_Backstory_Vulpes_Child</li>
|
||||||
|
</categoriesChildhood>
|
||||||
|
<categoriesAdulthood>
|
||||||
|
<li>FCP_Character_Backstory_Vulpes_Adult</li>
|
||||||
|
</categoriesAdulthood>
|
||||||
|
</li>
|
||||||
|
</backstoryFiltersOverride>
|
||||||
|
<inventoryOptions>
|
||||||
|
<skipChance>0.0</skipChance>
|
||||||
|
<subOptionsChooseOne>
|
||||||
|
<li>
|
||||||
|
<thingDef>FCP_Currency_Legion_Denarius</thingDef>
|
||||||
|
<countRange>120~250</countRange>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<thingDef>MealSurvivalPack</thingDef>
|
||||||
|
<countRange>3~6</countRange>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<thingDef>MedicineIndustrial</thingDef>
|
||||||
|
<countRange>2~4</countRange>
|
||||||
|
</li>
|
||||||
|
</subOptionsChooseOne>
|
||||||
|
</inventoryOptions>
|
||||||
|
</PawnKindDef>
|
||||||
|
|
||||||
|
<!-- Aurelius of Phoenix -->
|
||||||
|
|
||||||
|
<PawnKindDef ParentName="FCP_LegionkindBase">
|
||||||
|
<defName>FCP_Unique_Pawnkind_Aurelius</defName>
|
||||||
|
<label>Centurion Aurelius</label>
|
||||||
|
<defaultFactionDef>FCP_Faction_Caesars_Legion</defaultFactionDef>
|
||||||
|
<combatPower>100</combatPower>
|
||||||
|
<itemQuality>Good</itemQuality>
|
||||||
|
<gearHealthRange>0.9~1.0</gearHealthRange>
|
||||||
|
<apparelRequired>
|
||||||
|
<li>FCP_Apparel_Legion_Centurion_Armor</li>
|
||||||
|
</apparelRequired>
|
||||||
|
<weaponMoney>300~500</weaponMoney>
|
||||||
|
<weaponTags>
|
||||||
|
<li>NeolithicMeleeAdvanced</li>
|
||||||
|
<li MayRequire="Rick.FCP.BallisticWeapons">FCP_Rifle</li>
|
||||||
|
</weaponTags>
|
||||||
|
<initialWillRange>6~7</initialWillRange>
|
||||||
|
<initialResistanceRange>25~35</initialResistanceRange>
|
||||||
|
<backstoryFiltersOverride>
|
||||||
|
<li>
|
||||||
|
<categoriesChildhood>
|
||||||
|
<li>FCP_Character_Backstory_Aurelius_Child</li>
|
||||||
|
</categoriesChildhood>
|
||||||
|
<categoriesAdulthood>
|
||||||
|
<li>FCP_Character_Backstory_Aurelius_Adult</li>
|
||||||
|
</categoriesAdulthood>
|
||||||
|
</li>
|
||||||
|
</backstoryFiltersOverride>
|
||||||
|
<inventoryOptions>
|
||||||
|
<skipChance>0.0</skipChance>
|
||||||
|
<subOptionsChooseOne>
|
||||||
|
<li>
|
||||||
|
<thingDef>FCP_Currency_Legion_Denarius</thingDef>
|
||||||
|
<countRange>100~200</countRange>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<thingDef>MealSurvivalPack</thingDef>
|
||||||
|
<countRange>3~5</countRange>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<thingDef>MedicineIndustrial</thingDef>
|
||||||
|
<countRange>2~4</countRange>
|
||||||
|
</li>
|
||||||
|
</subOptionsChooseOne>
|
||||||
|
</inventoryOptions>
|
||||||
|
</PawnKindDef>
|
||||||
|
|
||||||
|
</Defs>
|
||||||
Reference in New Issue
Block a user