스크립트 효과

rtr_change_allegiance_points

rtr_change_allegiance_pointsin_game/common/scripted_effects/situation_effects.txt:91

#################################### Red Turban Rebellions # ####################################

요구 조건rtr_yuan_allegiance변수custom description

정의in_game/common/scripted_effects/situation_effects.txt:91

92custom_description = {
93text = rtr_change_allegiance_points 원나라에 대한 충심도가 VALUE 증가합니다(현재: Rtr Yuan Allegiance)
94value = $value$
95if = {
96limit = {
96NOT = {
96has_variable = rtr_yuan_allegiance 원나라에 대한 충심도
}
}
97set_variable = {
98name = rtr_yuan_allegiance 원나라에 대한 충심도
99value = 0
}
}
102change_variable = {
103name = rtr_yuan_allegiance 원나라에 대한 충심도
104add = $value$
}
106if = {
107limit = {
107has_variable = rtr_yuan_allegiance 원나라에 대한 충심도
}
108if = {
109limit = {
}
110set_variable = {
111name = rtr_yuan_allegiance 원나라에 대한 충심도
112value = 100
}
}
115if = {
116limit = {
}
117set_variable = {
118name = rtr_yuan_allegiance 원나라에 대한 충심도
119value = -100
}
}
}
}
© 2026 Soft Santa Cruz, S.L.U.. 모든 권리 보유. 비공식 팬 프로젝트이며 Paradox Interactive와 관련이 없습니다. 게임 콘텐츠 © Paradox Interactive. 소개 · 개인정보 보호 · 법적 고지