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
If there's anything else you’d like to see, feel free to mention it. If I can do it, I’ll add it!
Tracking which political hero levelled is a pain in the butt.
35 - to separate generals with a satisfaction value of 35 and below, I guess you don't have one, it's probably listed empty.
Here's my color filter in short:
Filter(characterlist, (ElementKey =='scholar' || ElementKey == 'metal') & ComeOfAge),
Filter(characterlist, (ElementKey == 'veteran' || ElementKey == 'wood') & ComeOfAge),
Filter(characterlist, (ElementKey == 'healer' || ElementKey == 'water') & ComeOfAge),
Filter(characterlist, ( ElementKey == 'fire') & ComeOfAge),
Filter(characterlist, (ElementKey == 'earth') & ComeOfAge),
Filter(characterlist, SatisfactionValue <= 35 & ComeOfAge),
ElementKey is the label name of the character in the current CEO coding.
& = & (and)
< = < (less than sign)
These filters are currently valid for all lists where I’ve added buttons, using the same logic.
Of course, this filter continues, but there's a 1000-character limit for messages.