realgray-stellaris-mod/common/agreement_presets/RG_agreement_presets.txt

37 lines
1.1 KiB
Plaintext
Raw Normal View History

2024-04-11 13:18:04 +08:00
##############
# 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 }
2024-04-11 13:54:57 +08:00
{ key = subject_sensors value = subject_does_not_get_sensors }
2024-04-11 13:18:04 +08:00
}
resource_terms = {
2024-04-11 13:54:57 +08:00
{ key = resource_subsidies_basic value = -0.5 }
{ key = resource_subsidies_advanced value = -0.5 }
{ key = resource_subsidies_strategic value = -0.5 }
# { key = resource_subsidies_research value = -0.35 }
2024-04-11 13:18:04 +08:00
}
}
potential = {
2024-04-11 13:54:57 +08:00
# any_agreement = {
# agreement_preset = preset_rg_scion
# }
2024-04-11 13:18:04 +08:00
from = {
OR = {
is_country_type = fallen_empire
is_country_type = awakened_fallen_empire
2024-04-11 13:54:57 +08:00
has_country_flag = rg_scion_master
2024-04-11 13:18:04 +08:00
}
}
}
}