安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题








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.