Event
Mons Meg

The industrious Gifter has sent us a gift in the shape of a massive seven-tonne bombard, whose barrel is almost the length of three men lying down.
The men have already begun calling her "Mons Meg", after the Gifter Adjective town of Origin in which she was forged.
HoufniceAdvancetrigger
CastleBuildingimmediate, triggerScotlandCountrydynamic historical event.tag
CannonGoodstriggerDefinitionin_game/events/DHE/flavor_SCO.txt:996
997type = country_event
998title = flavor_sco.16.title Mons Meg
999desc = flavor_sco.16.desc The industrious Gifter has sent us a gift in the shape of a massive seven-tonne bombard, whose barrel is almost the length of three men lying down.
The men have already begun calling her "Mons Meg", after the Gifter Adjective town of Origin in which she was forged.
The men have already begun calling her "Mons Meg", after the Gifter Adjective town of Origin in which she was forged.
1000outcome = neutral
1002fire_only_once = yes
1004image = "gfx/interface/icons/trade_goods/illustrations/icon_goods_cannons.dds"
1006dynamic_historical_event = {
}
1013trigger = {
1015location:mons = {
1017owner ?= {
1018NOR = {
1019opinion = {
1019target = root
1019value <= 0
}
1020is_rival_of = root
1021is_enemy_of = root
1022is_at_war_with = root
}
}
}
}
1032immediate = {
1033if = {
1034limit = {
1035location:edinburgh = {
}
}
1041location:edinburgh = {
1041save_scope_as = destination
}
}
1043else_if = {
1045capital = {
1045save_scope_as = destination
}
}
1047else = {
1048random_owned_location = {
1053save_scope_as = destination
}
}
1056location:mons = {
1057save_scope_as = origin
1058owner ?= {
1059save_scope_as = gifter
}
}
1063add_opinion = {
1063target = scope:gifter
1063modifier = sco_opinion_sent_mons_meg
}
}