
Parliament Issue
Raise Noble Sponsored Mercenaries
We should grant one of our most valiant Lords a permit to raise a mercenary company in order to defend our faith and countrymen in our name.
ReformationAgeallow
AbsolutismAgeallowModifiers
Definitionin_game/common/parliament_issues/03_nobles_estate_parliament_issues.txt:1224
1227modifier_when_in_debate = {
}
1232allow = {
1237can_build_units_of_category = sub_unit_category:army_heavy_infantry
1238can_build_units_of_category = sub_unit_category:army_light_infantry
1239can_build_units_of_category = sub_unit_category:army_heavy_cavalry
1240can_build_units_of_category = sub_unit_category:army_light_cavalry
1241can_build_units_of_category = sub_unit_category:army_artillery
}
1244chance = {
1245add = 2
1246add = {
1247if = {
1248limit = {
1249is_situation_active = situation:war_of_religions
}
1251value = 4
}
}
1254multiply = {
1255if = {
1256limit = {
1257societal_value:aristocracy_vs_plutocracy > 0
}
1259value = 0.5
}
1261else = {
1262value = 1
}
}
1265multiply = {
1266if = {
1267limit = {
1268expected_army_size < 10
1269monthly_balance < 50
}
1271value = 0.1
}
1273else_if = {
1274limit = {
1275expected_army_size > 10
1276expected_army_size < 20
1277monthly_balance < 120
}
1279value = 0.1
}
1281else_if = {
1282limit = {
1283expected_army_size > 20
1284monthly_balance < 180
}
1286value = 0.1
}
1288else = {
1289value = 1
}
}
}
1294on_debate_passed = {
1295if = {
1296limit = {
1297expected_army_size < 10
}
1299create_mercenary = {
1300home = root.capital
1301categories = {
1302army_heavy_infantry = 6
1303army_heavy_cavalry = 2
}
1305save_scope_as = parliament_mercs
1306months = 120
}
}
1309else_if = {
1310limit = {
1311expected_army_size > 10
1312expected_army_size < 20
}
1314create_mercenary = {
1315home = root.capital
1316categories = {
1317army_heavy_infantry = 12
1318army_heavy_cavalry = 4
1319army_artillery = 4
}
1321save_scope_as = parliament_mercs
1322months = 120
}
}
1325else_if = {
1326limit = {
1327expected_army_size > 20
}
1329create_mercenary = {
1330home = root.capital
1331categories = {
1332army_heavy_infantry = 16
1333army_heavy_cavalry = 4
1334army_artillery = 8
}
1336save_scope_as = parliament_mercs
1337months = 120
}
}
1341change_societal_value = {
}
1346if = {
1347limit = {
1348exists = scope:parliament_mercs
}
1350hire_mercenary = scope:parliament_mercs
}
}

