시장 생성
행동이번 버전 변경

시장 생성

create_marketin_game/common/generic_actions/markets.txt:170

대상 지점에 새로운 시장을 형성합니다. 가격은 해당 지점의 현재 시장 접근성에 따라 달라집니다.

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

171type = owncountry
173potential = {
}
176allow = {
}
179ai_tick = never
181automation_tick = never
182automation_tick_frequency = 12
185should_execute_price = no
186price = price:create_market
189price_modifier = {
190add = {
191desc = "game_concept_market_access" 시장 접근성
192if = {
193limit = {
194exists = scope:target
}
196scope:target = {
197value = market_access
198min = 0.1
}
}
}
}
205select_trigger = {
206looking_for_a = location
207source = actor
208target_flag = target
209source_flags = include_subjects
210name = "create_market_select_location" 새 시장을 형성할 지점 선택
211none_available_msg_key = "create_market_no_locations"
212column = {
213data = name
}
215column = {
216data = population
}
218column = {
219data = left_click_and_confirm_cost
}
221visible = {
222not = {
222this = market.location
}
223is_ownable = yes
224OR = {
225is_city = yes
226market_access < 0.25
}
}
229enabled = {
230OR = {
231owner = scope:actor
232has_owned_buildings = scope:actor
233AND = {
234owner ?= {
235is_subject_of = scope:actor
}
237owner.subject_type ?= {
238overlord_can_build_markets = yes
}
}
}
242has_market_construction = no
243not = {
244market ?= {
245owner = {
246has_trade_treaty_with = scope:actor
}
}
}
}
}
253effect = {
254if = {
255limit = {
256exists = scope:target
}
258scope:target = {
259market = {
260location = {
261save_scope_as = old_location
}
}
}
265create_market = {
266builder = scope:actor
267location = scope:target
268price = scope:price
269price_modifier = scope:price_modifier
}
}
272if = {
273limit = {
274scope:actor = {
275is_human = yes
}
}
278scope:actor = {
279set_variable = {
}
}
}
}
287ai_will_do = {
290if = {
291limit = {
292exists = scope:target
}
294add = "scope:actor.create_market_utility(scope:target)"
}
}
© 2026 Soft Santa Cruz, S.L.U.. 모든 권리 보유. 비공식 팬 프로젝트이며 Paradox Interactive와 관련이 없습니다. 게임 콘텐츠 © Paradox Interactive. 소개 · 개인정보 보호 · 법적 고지