Installer Steam
log på
|
sprog
简体中文 (forenklet kinesisk)
繁體中文 (traditionelt kinesisk)
日本語 (japansk)
한국어 (koreansk)
ไทย (thai)
Български (bulgarsk)
Čeština (tjekkisk)
Deutsch (tysk)
English (engelsk)
Español – España (spansk – Spanien)
Español – Latinoamérica (spansk – Latinamerika)
Ελληνικά (græsk)
Français (fransk)
Italiano (italiensk)
Bahasa indonesia (indonesisk)
Magyar (ungarsk)
Nederlands (hollandsk)
Norsk
Polski (polsk)
Português (portugisisk – Portugal)
Português – Brasil (portugisisk – Brasilien)
Română (rumænsk)
Русский (russisk)
Suomi (finsk)
Svenska (svensk)
Türkçe (tyrkisk)
Tiếng Việt (Vietnamesisk)
Українська (ukrainsk)
Rapporter et oversættelsesproblem
I think I found a small bug with the point investment system for the stacking inventions.
It seems one extra point is consumed with every single click, regardless of the multiplier. For instance, a single click at x1 uses 1 point for 0 effect, and a click at x10 uses 10 points for only 9 effects.
I'm not an expert, but I looked at the code. The issue seems to be a line in ms_gain_inv_loop (in scripted_effects/ms_efx_invention.txt#line:84) . There's a `hidden_effect = { subtract_variable...` command that runs before the while loop, which seems to be the cause.
I tried commenting out just that one line, and it fixed it for me. Not sure if this was intentional, but I wanted to share in case it's a bug.
Thanks for your great work
trigger = has_global_flag
ms_musca_rift_end.2 = {
add_trait = { trait = leader_trait_ms_musca_t2 show_message = no }
add_trait = { trait = subclass_official_governor show_message = no }
add_trait = { trait = leader_trait_entrepreneur_2 show_message = no }
add_trait = { trait = leader_trait_assembler_3 show_message = no }
}
ms_musca_rift_end.3 = {
add_trait = { trait = leader_trait_ms_musca_t3 show_message = no }
add_trait = { trait = subclass_official_governor show_message = no }
add_trait = { trait = leader_trait_bureaucrat show_message = no }
add_trait = { trait = leader_trait_cultural_focus_3 show_message = no }
}
...(后略)
trait = this trait name
show_message = no
}