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
The Veteran Trait Gunship Focus has it for example, which gives Small Weapon and Medium Slot weapon bonuses.
The Brawler Weapon modifier is assuming it works would apply to every weapon with a Brawler tag in the code, just like the s_slot_weapon_damage_mult is supposed to apply to all weapons with the S Slot tag.
These modifiers are are in the modifiers.log file that generated by vanilla. Now these modifiers are always difficult to verify actually work, you have to do some obscene penalties or bonuses to verify they work.
leader_trait_gunship_specialization = {
leader_trait_type = veteran
inline_script = {
script = trait/icon
CLASS = commander
ICON = GFX_leader_gunship_specialization
RARITY = veteran
COUNCIL = no
TIER = 1
}
fleet_modifier = {
s_slot_weapon_fire_rate_mult = 0.1
s_slot_weapon_damage_mult = 0.1
m_slot_weapon_fire_rate_mult = 0.05
m_slot_weapon_damage_mult = 0.05
}
Thanks for your detailed reply, I just had a look at the new leader bonuses. Funnily enough I've actually got Gunship focus on one of my admirals, not sure how I didn't notice that! I did just experiment with removing the trait from her via console and then checking the damage tooltip, and it did reduce the tooltip damage by the appropriate amount. Whereas when I added the Brawler and Gunship policies separately (then waited 2 months to make sure they applied) they never resulted in a tooltip change. It's rather odd.
Thanks for pointing out the modifers.log thing, I had no idea that existed! I'll definitely use that to check things in the future.
One thing I should mention here - just because a modifier is in the game doesn't mean it actually works, and some modifiers only work in certain areas. And with every update, modifiers can start working or become broken. It's usually unpredictable and definitely results in bugs that weren't there when we coded the feature LOL.