시장 이전
행동

시장 이전

relocate_marketin_game/common/generic_actions/markets.txt:3

시장을 다른 지점으로 이전합니다.

정의in_game/common/generic_actions/markets.txt:3

4type = owncountry
6potential = {
}
9allow = {
}
12ai_tick = never
14automation_tick = never
15automation_tick_frequency = 12
17price = price:relocate_market
20select_trigger = {
21looking_for_a = market
22source = actor
23target_flag = target
24name = "relocate_market_select_market" 이전할 시장 선택:
25none_available_msg_key = "relocate_market_no_markets"
26column = {
27data = name
}
29visible = {
30location = {
31owner ?= scope:actor
}
}
}
37select_trigger = {
38looking_for_a = location
39source = actor
40target_flag = target_location
41name = "relocate_market_select_location" 시장이 이전될 지점 선택:
42none_available_msg_key = "relocate_market_no_locations"
43column = {
44data = name
}
46column = {
47data = population
}
49visible = {
50is_city = yes
51market = scope:target
52this != scope:target.location
53owner ?= scope:actor
}
}
57effect = {
58if = {
59limit = {
60exists = scope:target
61exists = scope:target_location
}
63scope:target = {
64location = {
65save_scope_as = old_location
}
67relocate_market = scope:target_location
}
}
}
72ai_will_do = {
75if = {
76limit = {
77exists = scope:target
78exists = scope:target_location
}
80add = "scope:target_location.add_static_modifier_utility(market_center)"
81add = "scope:target.location.remove_static_modifier_utility:market_center"
82add = "scope:actor.relocate_market_utility(scope:target.location|scope:target_location)"
}
}
© 2026 Soft Santa Cruz, S.L.U.. 모든 권리 보유. 비공식 팬 프로젝트이며 Paradox Interactive와 관련이 없습니다. 게임 콘텐츠 © Paradox Interactive. 소개 · 개인정보 보호 · 법적 고지