Event
Hunger Makes a Thief of Any Man

We have been robbed!
A band of thieves aided by disgruntled guards has entered our palace and has sacked it to their heart's content. They have escaped with a portion of our treasury and the entirety of our pantry.
The news of their heist has quickly expanded over our entire nation as the brigands have hidden in the famine-ridden Target province and have earned the support of the populace by sharing their spoils with the poor and sick.
Our reputation has been severely hit as this incident has made us look like tyrannical idiots who hoard food for ourselves as the people suffer.
NoblesPop Typeimmediate
PeasantsPop Typeoption 1robbed_treasury_variableVariableafterDefinitionin_game/events/situations/little_ice_age.txt:2263
2264hide_portraits = yes
2265type = country_event
2266category = situation_event
2267title = winter_events.100.title Hunger Makes a Thief of Any Man
2268desc = winter_events.100.desc We have been robbed!
A band of thieves aided by disgruntled guards has entered our palace and has sacked it to their heart's content. They have escaped with a portion of our treasury and the entirety of our pantry.
The news of their heist has quickly expanded over our entire nation as the brigands have hidden in the famine-ridden Target province and have earned the support of the populace by sharing their spoils with the poor and sick.
Our reputation has been severely hit as this incident has made us look like tyrannical idiots who hoard food for ourselves as the people suffer.
A band of thieves aided by disgruntled guards has entered our palace and has sacked it to their heart's content. They have escaped with a portion of our treasury and the entirety of our pantry.
The news of their heist has quickly expanded over our entire nation as the brigands have hidden in the famine-ridden Target province and have earned the support of the populace by sharing their spoils with the poor and sick.
Our reputation has been severely hit as this incident has made us look like tyrannical idiots who hoard food for ourselves as the people suffer.
2269outcome = neutral
2270image = "gfx/interface/illustrations/situation/little_ice_age.dds"
2272trigger = {
2273country_type = location
2275capital ?= {
2275area = {
2275has_extended_winter = yes
}
}
2277capital.province.province_food_percentage > 0.5
2278any_province = {
2279NOT = {
2279capital.province = this
}
2280province_food_percentage < 0.1
}
2282gold > 3
}
2284illustration_tags = {
228510 = happy
228610 = exterior
}
2288immediate = {
}
2290ordered_province = {
2291limit = {
2291province_food_percentage < 0.1
}
2292order_by = population
2293max = 1
2294check_range_bounds = no
2295save_scope_as = target_province_scope
}
2297set_variable = {
2299value = {
2300add = capital.province.province_food
2301divide = 5
}
}
2304set_variable = {
2306value = {
2307value = gold
2308divide = 3
}
}
2311if = {
2317random_rebel = {
2321save_scope_as = target_rebel_scope
}
}
2324if = {
2325limit = {
2325NOT = {
2325exists = scope:target_rebel_scope
}
}
2326set_variable = {
2328value = scope:target_province_scope
}
}
}
2429after = {
2430if = {
}
}