Event
Enemies at Target Location Castle

The castle at Target Location continues to pose a threat to our supply lines. Our inability to properly deal with it and put it under our control has resulted in our troops not being able to get their appropriate supplies, and the effects can already be seen in their general morale. We need to deal with that annoying fortress quickly, or we risk the effects getting worse.
BalliolCountryoption 2Event chain
Each event is fired by the one it is nested under; the line below it says which choice leads there and when.
Target Location Castle
Target Location Castle↳ Option A “We will have to deal with it.” · right away
Enemies at Target Location Castle↳ Option A “We will have to deal with it.” · 90–120 days later
The Fall of Target Location Castle
Enemies at Target Location Castle (see above)↳ Option A “Finally it is ours.” · 90–120 days later
Definitionin_game/events/DHE/flavor_SCO.txt:4571
4572type = country_event
4573title = flavor_sco.1402.title Enemies at Target Location Castle
4574desc = {
4575first_valid = {
4576triggered_desc = {
4578desc = flavor_sco.1402.desc.SBL The castle at Target Location continues to pose a threat to our supply lines. Our inability to properly deal with it and put it under our control has resulted in our troops not being able to get their appropriate supplies, and the effects can already be seen in their general morale. We need to deal with that annoying fortress quickly, or we risk the effects getting worse.
}
4580triggered_desc = {
4581trigger = {
4581always = yes
}
4582desc = flavor_sco.1402.desc The castle at Target Location has fallen and it is in our enemy's hands. This has a strong negative effect on our troops, who see the previously strong position in the middle of enemy supply lines reduced to nothing. Without the ability to cripple the enemy's access to their supplies, our army feels disheartened, as some among them feel we no longer have the capability to effectively fight them in the long run.
}
}
}
4586outcome = neutral
4588trigger = {
4589location:dunbar = {
4590owner != root
4591has_siege = no
}
}
4595illustration_tags = {
459610 = regular
459710 = exterior
}
4600immediate = {
}
4602location:dunbar = {
4602save_scope_as = target_location
}
}