이벤트이번 버전 변경
Burns

Origin에서 Burns(이)라는 이름의 가난한 농부가 Destination에 찾아와 농민의 삶을 생생하게 다룬 시집을 팔고 있습니다.
모험에 대한 열망(그리고 하는 행동으로 봐서는 여자에 대한 열망)으로 가득 찬 이 농부는 서인도로 갈 돈을 모으고 있다고 합니다.
도시지점 등급immediate
메갈로폴리스지점 등급immediate
소도시지점 등급immediate
농민사회 계급trigger정의in_game/events/DHE/flavor_SCO.txt:1110
1111hide_portraits = yes
1112type = country_event
1113title = flavor_sco.17.title Burns
1114desc = flavor_sco.17.desc Origin에서 Burns(이)라는 이름의 가난한 농부가 Destination에 찾아와 농민의 삶을 생생하게 다룬 시집을 팔고 있습니다.
모험에 대한 열망(그리고 하는 행동으로 봐서는 여자에 대한 열망)으로 가득 찬 이 농부는 서인도로 갈 돈을 모으고 있다고 합니다.
모험에 대한 열망(그리고 하는 행동으로 봐서는 여자에 대한 열망)으로 가득 찬 이 농부는 서인도로 갈 돈을 모으고 있다고 합니다.
1115outcome = neutral
1117dynamic_historical_event = {
}
1124fire_only_once = yes
1126trigger = {
1127any_owned_location = {
1127count >= 2
}
1128location:ayr = {
1129owner ?= root
}
}
1142illustration_tags = {
114310 = regular
114410 = interior
}
1147immediate = {
}
1149region:caribbean_region = {
1150save_scope_as = west_indies
}
1152random_owned_location = {
1153limit = {
1153this = location:ayr
}
1154save_scope_as = origin
}
1156create_character = {
1157first_name = name_robert
1158last_name = name_burns
1159female = no
1160artist = writer
1161artist_skill = 0.85
1163birth_location = scope:origin
1164religion = scope:origin.dominant_religion
1165birth_date = 1759.1.25
1166save_scope_as = burns
}
1169if = {
1170limit = {
1171location:edinburgh = {
1172owner ?= root
}
}
1175location:edinburgh = {
1175save_scope_as = destination
}
}
1177else_if = {
1178limit = {
1179any_owned_location = {
1180NOT = {
1180this = scope:origin
}
1181is_core_of = root
1182OR = {
}
}
}
1189random_owned_location = {
1190limit = {
1191NOT = {
1191this = scope:origin
}
1192is_core_of = root
1193OR = {
}
}
1199save_scope_as = destination
}
}
1202else = {
1203random_owned_location = {
1204limit = {
1205NOT = {
1205this = scope:origin
}
}
1207save_scope_as = destination
}
}
}