
행동
공개 기리시탄 미사 개최
기리시탄 수도사들이 신앙을 전파하고 싶어 합니다. 이들에게 공개 미사를 허용하면 전파를 가속할 수 있고, 우리에게도 이익이 될 것입니다.
정의in_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" 종교 선택:
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)"
}