
Action
Establish Kirishitan Treaty
The foreigners have ample goods and weapons we can get great benefit from, as long as we allow them to freely spread their religion.
Definitionin_game/common/generic_actions/religious_factions.txt:1374
1375type = religiousfaction
1377sound = UI_action_religion_generic
1379potential = {
1380scope:actor.religion = {
1381has_religious_factions = yes
}
}
1385allow = {
1386scope:actor = {
1387exists = capital
}
}
1392cooldown = {
1393type = establish_treaty_with_kirishitan
1394years = 5
}
1397automation_tick = never
1398automation_tick_frequency = 12
1400ai_tick = monthly
1401ai_tick_frequency = 6
1403price = price:establish_treaty_with_kirishitan
1405select_trigger = {
1406looking_for_a = religion
1407source = actor
1408target_flag = recipient
1409name = "choose_religion" Choose the Religion:
1410column = {
1411data = name
}
}
1415effect = {
1416scope:actor ?= {
1417capital ?= {
1418market = {
}
1424save_scope_as = target_location
}
1427if = {
1428limit = {
1429scope:actor.monthly_manpower > 0
}
1431add_manpower = {
1431value = scope:actor.monthly_manpower
1431multiply = 3
}
}
1433custom_tooltip = {
1434text = convert_pops_in_location_to_catholic_tt They will convert some of the Pops in our country to Catholicism
1435if = {
1436limit = {
1436country_type = building
}
}
1441if = {
1442limit = {
1442country_type = location
}
}
}
}
}
1451ai_will_do = {
1452add = "scope:actor.currency_utility(manpower|scope:actor.monthly_manpower)"
1453add = "religion:catholic.modifier_utility(scope:actor)"
}