mirror of
https://github.com/FalloutCollaborationProject/FCP-NCR.git
synced 2026-07-27 17:00:12 -07:00
Add President Kimball
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Defs>
|
||||
|
||||
<!-- PAY TAXES!-->
|
||||
<FCP.Core.CharacterDef>
|
||||
<defName>FCP_Character_NCR_Kimball</defName>
|
||||
<pawnKind>FCP_NCR_President</pawnKind>
|
||||
<xenotype>Baseliner</xenotype>
|
||||
<definitions>
|
||||
<!-- Bio -->
|
||||
<li Class="FCP.Core.CharacterStoryDefinition">
|
||||
<firstName>Aaron</firstName>
|
||||
<lastName>Kimball</lastName>
|
||||
<nickname>Kimball</nickname>
|
||||
<gender>Male</gender>
|
||||
<age>48</age>
|
||||
</li>
|
||||
</definitions>
|
||||
</FCP.Core.CharacterDef>
|
||||
|
||||
</Defs>
|
||||
@@ -362,6 +362,13 @@
|
||||
<li Class="FCP.Currencies.CurrencyReplacement">
|
||||
<currency>FCP_Currency_NCR_Dollar</currency>
|
||||
</li>
|
||||
<!-- Unique Leadership -->
|
||||
<li Class="FCP.Core.ModExtension_FactionUniqueLeader">
|
||||
<characterDefs>
|
||||
<li>FCP_Character_NCR_Kimball</li>
|
||||
<!--<li>FCP_Character_RangerRick</li>-->
|
||||
</characterDefs>
|
||||
</li>
|
||||
<!-- Make them hostile to the legion -->
|
||||
<li Class="FCP.Core.ModExtension_FactionPermanentlyHostileTo">
|
||||
<hostileFactionDefs>
|
||||
|
||||
Reference in New Issue
Block a user