Something like this is what you're looking for (change SettlementName Memphis to whatever the capital is):
export_descr_character_traits.txt:
Code:
;put this in the Traits section, just before the triggers section
;------------------------------------------
Trait Pharoah
Characters family
Level Pharoah
Description Pharoah_desc
EffectsDescription Pharoah_effects_desc
Threshold 1
Effect Influence 1
Effect Command 1
Effect Management 1
Effect PersonalSecurity 1
;put the following at the very bottom of the file, in the triggers section
;------------------------------------------
Trigger I_am_Pharaoh
WhenToTest GeneralCaptureSettlement
Condition SettlementName Memphis
Affects Pharaoh 1 Chance 100
;-------------------------------------------------------------------
export_descr_VnV_enums.txt:
Code:
Pharoah
Pharoah_desc
Pharoah_effects_desc
text\export_VnVs.txt:
Code:
¬--------------------
{Pharoah} Pharoah
{Pharoah_desc}
This man is a pharoah, worshipped as a god.
{Pharoah_effects_desc}
+1 to Influence, +1 Management, +1 Command, +1 to personal security (decreases the likelihood of falling victim to assassination).
This thread tells you how to make your own traits and triggers:
https://forums.totalwar.org/vb/showthread.php?t=38481
Bookmarks