이벤트이번 버전 변경
Target Character의 건설 지원

분주한 Target Location Rank Target Location에서는 어딜 둘러봐도 건설 현장이 보입니다. 아직도 Target Location Rank의 모습에 만족하지 못하는 Target Character(은)는 Target Location(을)를 아름다운 바로크 Target Location Rank로 계속해서 변화시키고자 아낌없이 기부해 주었습니다.
오스트리아국가dynamic historical event.tag정의in_game/events/DHE/flavor_HAB.txt:9181
9182type = country_event
9183title = flavor_hab.1903.title Target Character의 건설 지원
9184desc = flavor_hab.1903.desc 분주한 Target Location Rank Target Location에서는 어딜 둘러봐도 건설 현장이 보입니다. 아직도 Target Location Rank의 모습에 만족하지 못하는 Target Character(은)는 Target Location(을)를 아름다운 바로크 Target Location Rank로 계속해서 변화시키고자 아낌없이 기부해 주었습니다.
9185outcome = neutral
9187fire_only_once = yes
9189dynamic_historical_event = {
}
9196illustration_tags = {
919710 = regular
919810 = interior
}
9201immediate = {
}
9204if = {
9205limit = {
9206character:hab_samuel_oppenheimer ?= {
9207in_cabinet = yes
}
}
9210character:hab_samuel_oppenheimer = {
9211save_scope_as = target_character
}
}
9214else_if = {
9215limit = {
9216character:hab_samson_wertheimer ?= {
9217in_cabinet = yes
}
}
9220character:hab_samson_wertheimer = {
9221save_scope_as = target_character
}
}
9224location:vienna = {
9225save_scope_as = target_location
}
}
9229trigger = {
9230OR = {
9231character:hab_samuel_oppenheimer ?= {
9232in_cabinet = yes
}
9234character:hab_samson_wertheimer ?= {
9235in_cabinet = yes
}
}
9238owns = location:vienna
9239location:vienna = {
9240num_civil_constructions > 4
}
}