Stellaris

Stellaris

Ethics and Civics Classic (Machine Spirit Update)
SageWilde 11 月 12 日 上午 10:40
Individualistic Machines can pick Synthetic Age AP as well as Interdimensional Processing Bug (Fix Included)
I was running a small test build for an AI Personality I'm working on, and I had the Sunbuilt Uplifters in the save. I was skipping through the empires, checking to see that ascension perks were being selected correctly, and I noticed that the Sunbuilt had picked and completed an entire Synthetic ascension, but then picked Interdimensional Processing.

It looks like it was a bug that was patched a while ago in Vanilla, and it was just a couple lines that didn't get pasted in with the mod.
# Psionic Ascension (regular empires) ap_mind_over_matter = { on_enabled = { custom_tooltip = "mind_over_matter_tooltip" } possible = { custom_tooltip = { fail_text = "synthetic_empire_psionic_ascension" NOT = { has_trait = trait_mechanical } } if = { limit = { OR = { is_synthetic_empire = no has_origin = origin_shroud_forged is_chosen_empire = yes } } custom_tooltip = { fail_text = "requires_ascension_perks_2" num_ascension_perks > 1 } } else_if = { custom_tooltip = { fail_text = "requires_ascension_perks_3" num_ascension_perks > 2 } } custom_tooltip = { fail_text = "requires_not_ap_engineered_evolution" NOT = { has_ascension_perk = ap_engineered_evolution } } custom_tooltip = { fail_text = "requires_not_ap_the_flesh_is_weak" NOT = { has_ascension_perk = ap_the_flesh_is_weak } } custom_tooltip = { fail_text = "requires_not_ap_synthetic_evolution" NOT = { has_ascension_perk = ap_synthetic_evolution } }
custom_tooltip = {
fail_text = "requires_not_ap_synthetic_age"
NOT = { has_ascension_perk = ap_synthetic_age }
}
custom_tooltip = {
fail_text = "requires_not_ap_organo_machine_interfacing"
NOR = {
has_ascension_perk = ap_organo_machine_interfacing
has_ascension_perk = ap_organo_machine_interfacing_assimilator
}
}
custom_tooltip = { fail_text = "requires_free_tradition_tree" num_tradition_categories < @max_tradition_trees } ... [/code} It was a really odd bug, but this one was easy to fix. Hope this is helpful!
< >
正在显示第 1 - 1 条,共 1 条留言
SageWilde 11 月 12 日 上午 11:16 
https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=3604526525

I've attached a screenshot of the bug itself. Hopefully, this helps.
< >
正在显示第 1 - 1 条,共 1 条留言
每页显示数: 1530 50