34 lines
994 B
Plaintext
34 lines
994 B
Plaintext
##############
|
|
# SCION
|
|
##############
|
|
|
|
preset_rg_scion = {
|
|
icon = "GFX_diplomacy_status_is_scion"
|
|
term_data = {
|
|
discrete_terms = {
|
|
{ key = specialist_type value = specialist_none }
|
|
{ key = subject_integration value = subject_can_not_be_integrated }
|
|
{ key = subject_diplomacy value = subject_can_do_diplomacy }
|
|
{ key = subject_expand value = subject_can_expand }
|
|
{ key = joins_overlord_wars value = joins_overlord_wars_all }
|
|
{ key = joins_subject_wars value = joins_subject_wars_all }
|
|
{ key = subject_holdings_limit value = subject_holdings_limit_0 }
|
|
{ key = subject_sensors value = subject_is_not_protectorate }
|
|
}
|
|
resource_terms = {
|
|
{ key = resource_subsidies_advanced value = -0.35 }
|
|
{ key = resource_subsidies_strategic value = -0.35 }
|
|
}
|
|
}
|
|
potential = {
|
|
any_agreement = {
|
|
agreement_preset = preset_rg_scion
|
|
}
|
|
from = {
|
|
OR = {
|
|
is_country_type = fallen_empire
|
|
is_country_type = awakened_fallen_empire
|
|
}
|
|
}
|
|
}
|
|
} |