I am playing for Germany, historical playthrough. Vichy France is created. In the decisions list, there is no "Case Anton" at all. Is it expected?
Actually it is broken. Not the decision, tho, but the decision category:
___________________________________________________________________
GER_case_anton_category = {
icon = military_operation
picture = GFX_decision_cat_picture_ger_case_anton
allowed = {
original_tag = GER
}
visible = {
has_government = fascism
any_allied_country = {
original_tag = FRA
has_government = fascism
is_puppet_of = ROOT
NOT = { has_country_flag = case_anton }
}
}
}
___________________________________________________________________
As you can see category of Case Anton becomes visible once a Nation that had once the Tag FRA, has fascism AND is a puppet of Germany. With the last DLC Vichy does not become a puppet of Germany, so the category in which you would find Case Anton, does not show. I have not checked yet if someone reported that bug yet, should probably do.
It is 1.9.2 live.What version is this from?
My "datas" are from 1.9.2 live.
GER_case_anton_category = {
icon = military_operation
picture = GFX_decision_cat_picture_ger_case_anton
allowed = {
original_tag = GER
}
visible = {
has_government = fascism
any_allied_country = {
original_tag = FRA
has_government = fascism
is_puppet_of = ROOT
NOT = { has_country_flag = case_anton }
}
}
}
Actually it is broken. Not the decision, tho, but the decision category:
___________________________________________________________________
GER_case_anton_category = {
icon = military_operation
picture = GFX_decision_cat_picture_ger_case_anton
allowed = {
original_tag = GER
}
visible = {
has_government = fascism
any_allied_country = {
original_tag = FRA
has_government = fascism
is_puppet_of = ROOT
NOT = { has_country_flag = case_anton }
}
}
}
___________________________________________________________________
As you can see category of Case Anton becomes visible once a Nation that had once the Tag FRA, has fascism AND is a puppet of Germany. With the last DLC Vichy does not become a puppet of Germany, so the category in which you would find Case Anton, does not show. I have not checked yet if someone reported that bug yet, should probably do.
GER_case_anton_category = {
icon = military_operation
picture = GFX_decision_cat_picture_ger_case_anton
allowed = {
original_tag = GER
}
visible = {
has_government = fascism
any_country_with_original_tag = {
original_tag_to_check = FRA
has_government = fascism
OR = {
is_subject_of = GER
has_focus_tree = vichy_french_focus
}
NOT = { has_country_flag = case_anton }
}
}
}