Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
P.S. Is there some documentation explaining how to obtain each trait?
function (context)
if conditions.CommanderFoughtInMelee(context) and conditions.CharacterWonBattle(context) and not conditions.CharacterRouted(context) and not conditions.CharacterWithdrewFromBattle(context) and not conditions.CharacterHasTrait("F3_trait_general_simple", context) and conditions.IsNightBattle(context) and not conditions.CampaignName("jap_boshin", context) then
effect.trait("Brian_ghost", "agent", 1, 100, context)
return true
end
return false
end
The cap includes any invisible traits. What I mean by invisible traits is even if you have a point in a trait and haven't met the threshold to show that trait it will still count towards your cap.
So to get Ghost to show up, I think it's 10 points. If you already have 1 point in Ghost then it is occupying a 1/6 trait slot. It won't ever show unless you finish the points and get to 10.
I hope this helps!
Go to my Triggers Script discussion and it will lead you to the script. You can use CTRL+F to search for a trait. Some traits however don't have the same in game name but most do. Using this you can find out how to get most traits.