
행동이번 버전 신규
긴급 재정 지원 요청
도시민에 향후 보답을 약속하고 계층 자산에서 긴급 지원금을 쾌척해 줄 것을 요청합니다. 도시민의 계층 만족도를 대가로 도시민이 보유한 금화 중 최대 절반까지를 왕실로 이전합니다. 대출과 달리, 이 행동은 우리의 Concept를 소모하지 않습니다.
도시민계층allow, potential, select trigger정의in_game/common/generic_actions/estate_emergency_actions.txt:435
436type = owncountry
441ai_tick = never
442automation_tick = never
444potential = {
}
460allow = {
461scope:actor = {
462any_estate = {
464estate_gold >= {
}
}
}
}
472cooldown = {
473type = ask_burghers_for_loan_cooldown
474years = 5
}
477select_trigger = {
478looking_for_a = estate
479source = actor
480target_flag = target
481name = "mission_select_estate" 계층 선택
482column = {
483data = name
}
}
494effect = {
495scope:actor = {
496transfer_gold_from_estate = {
498value = {
499value = country_estate_loan_size
500multiply = 12
}
}
503add_estate_satisfaction = {
504type = scope:target.estate_type
505value = -0.1
}
}
}