
Action
Hold Public Kirishitan Mass
The Kirishitan Monks are eager to spread their faith. Allowing them to hold mass publicly will help them do so faster, and benefit us from their favor.
Definitionin_game/common/generic_actions/religious_factions.txt:1309
1310type = religiousfaction
1312sound = UI_action_religion_generic
1314potential = {
1315scope:actor.religion = {
1316has_religious_factions = yes
}
}
1320allow = {
1321scope:actor ?= {
1322exists = capital
}
}
1327cooldown = {
1328type = hold_public_kirishitan_mass
1329years = 2
}
1332automation_tick = never
1333automation_tick_frequency = 12
1335ai_tick = monthly
1336ai_tick_frequency = 12
1338price = price:hold_public_kirishitan_mass
1340select_trigger = {
1341looking_for_a = religion
1342source = actor
1343target_flag = recipient
1344name = "choose_religion" Choose the Religion:
1345column = {
1346data = name
}
}
1350effect = {
1351scope:actor ?= {
1356add_gold = {
1356value = monthly_income_trade_and_tax
1356multiply = 2
}
}
}
1361ai_will_do = {
1362value = {
1363scope:actor = {
1364value = monthly_income_trade_and_tax
1365multiply = 2
1366save_temporary_value_as = gains
}
}
1369add = "religion:catholic.modifier_utility(scope:actor)"
1370add = "scope:actor.currency_utility(gold|scope:gains)"
}