
Cuestión parlamentaria
Reforzar vínculos con los vecinos
La espada por sí sola no nos llevará muy lejos. Sería mucho más beneficioso para nosotros dejar que la pluma acompañe a la espada para lograr más cosas. Nuestra preocupación principal deberían ser los países menores que nos rodean.
TradicionesEraallow
RenacimientoEraallow
DescubrimientosEraallowModificadores
Definiciónin_game/common/parliament_issues/03_nobles_estate_parliament_issues.txt:1052
1059allow = {
1060OR = {
}
1065any_neighbor_country = {
1066NOT = {
1066has_target_casus_belli_on_us = ROOT
}
1068NOT = {
1068is_subject_of = ROOT
}
1069NOT = {
1069is_rival_of = ROOT
}
1070NOT = {
1070is_enemy_of = ROOT
}
}
}
1074chance = {
1075add = 1
1076add = {
1077if = {
1078limit = {
1079num_of_diplomats <= 3
}
1081value = 4
}
}
1084multiply = {
1085if = {
1086limit = {
1087num_of_diplomats >= 5
}
1089value = 0.5
}
1091else = {
1092value = 1
}
}
}
1097on_debate_passed = {
1098add_diplomats = 5
1099ordered_neighbor_country = {
1100limit = {
1101NOT = {
1102has_target_casus_belli_on_us = ROOT
}
1109NOT = {
1110is_subject_of = ROOT
}
1112NOT = {
1113is_rival_of = ROOT
}
1115NOT = {
1116is_enemy_of = ROOT
}
}
1119max = 3
1120check_range_bounds = no
1121order_by = {
1122value = expected_army_size
1123multiply = -1
}
1125add_opinion = {
1126target = ROOT
1127modifier = careful_diplomatic_manouvering
}
}
}
1133wants_this_parliament_issue_bias = {
1134if = {
1135limit = {
1136has_reform = government_reform:anatolian_beylik
}
1138add = {
1139desc = "Aggressive anatolians"
1140value = -1000
}
}
}
