
행동
강제 개종
이단 세력이 우리에게 가하는 압박을 이대로 묵과할 수는 없습니다! Actor Flavor Rank 전체에 걸쳐 규율과 관행을 엄격히 세움으로써 우리 후스파 전통과 신앙을 지켜야 합니다.
가톨릭종교potential, select trigger 2
기독교종교군select trigger 2
후스 전쟁상황select trigger 1이단 개종 활동정적 보정치allow, select trigger 3정의in_game/common/generic_actions/hussite_wars_actions.txt:1
2type = situation
3show_message = no
10allow = {
11scope:actor = {
12any_province = {
14any_location_in_province = {
15is_ownable = yes
16owner = scope:actor
17OR = {
18dominant_religion ?= {
18this != scope:actor.religion
}
19local_religious_unity < 1.0
}
}
}
}
}
26ai_tick = monthly
27ai_tick_frequency = 4
28price = price:hussite_wars_actions_price
30automation_tick = never
31automation_tick_frequency = 12
33cooldown = {
34type = convert_heretics_hw_action
35years = 1
}
38select_trigger = {
39looking_for_a = situation
40target_flag = recipient
41name = "choose_situation" 상황 선택:
42column = {
43data = name
}
}
51select_trigger = {
52looking_for_a = religion
53target_flag = target_religion
54source = actor
55name = "promote_religion_select_religion" 지방의 팝을 개종할 종교 선택:
56none_available_msg_key = "convert_religion_no_religions"
57column = {
58data = name
}
60column = {
61data = religion_percentage_in_country
}
63default_sort = religion_percentage_in_country
64visible = {
}
}
73select_trigger = {
74looking_for_a = province
75target_flag = target
76source = actor
77name = "choose_province" 지방 선택
78none_available_msg_key = "no_provinces_available"
79column = {
79data = name
}
80column = {
80data = province_religion_percentage
}
81column = {
81data = population
}
82visible = {
83religion_percentage = {
84religion = scope:target_religion
85value < 1
}
}
91map_color = {
92lerp = {
95factor = "province.religion_percentage(scope:target_religion)"
}
}
}
99effect = {
100if = {
101limit = {
102exists = scope:target
}
104scope:target = {
105add_province_modifier = {
107mode = add_and_extend
108years = 10
109size = {보정치 배율
110value = 1
111add = {
112add = "scope:actor.estate_power(estate_type:clergy_estate)"
113desc = ESTATE_OPINION_TARGET_C_ESTATE_POWER Target의 성직자 계층 행사력
}
}
}
}
}
119else = {
120custom_tooltip = hw_province_gains_hw_heretic_conversions_modifier_tt 지정된 지방이 10년 동안 이단 개종 활동 보정치를 획득합니다
}
}
125ai_will_do = {
126add = 5
128if = {
129limit = {
129exists = scope:target
}
130add = scope:target.population
131divide = scope:actor.total_population
132multiply = 100
}
135add = scope:actor.religious_influence
}