EreignisIn dieser Version geändert
Burns

Ein armer Bauer aus Origin mit dem Namen Burns ist in Destination angekommen und verkauft eine Anthologie mit lebhaften Gedichten über das Leben auf dem Land.
Als abenteuerlustiger Mann (und offenbar auch Frauenheld) spart er, um in die Westindischen Inseln zu reisen.
GroßstadtOrtsrangimmediate
MegalopolisOrtsrangimmediate
StadtOrtsrangimmediate
BauernGesellschaftsschichttriggerDefinitionin_game/events/DHE/flavor_SCO.txt:1110
1111hide_portraits = yes
1112type = country_event
1113title = flavor_sco.17.title Burns
1114desc = flavor_sco.17.desc Ein armer Bauer aus Origin mit dem Namen Burns ist in Destination angekommen und verkauft eine Anthologie mit lebhaften Gedichten über das Leben auf dem Land.
Als abenteuerlustiger Mann (und offenbar auch Frauenheld) spart er, um in die Westindischen Inseln zu reisen.
Als abenteuerlustiger Mann (und offenbar auch Frauenheld) spart er, um in die Westindischen Inseln zu reisen.
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
}
}
}