Event
An Unexpected Sneeze

While Target Artist was hard at work in his/her commission, one of his/her assistants came to him/her to present the latest shipment of Pepper. Unfortunately, black pepper makes one sneeze, and the sudden outburst made Target Artist spill ink all over. his/her work has been irremediably ruined by random splotches and smudges, and all previously meticulously traced lines have lost their proper shapes, and there may not be other choice than to start again from scratch.
PepperGoodstriggerDefinitionin_game/events/character/artist_events.txt:2679
2680type = country_event
2681title = artist_events.46.title An Unexpected Sneeze
2682desc = artist_events.46.desc While Target Artist was hard at work in his/her commission, one of his/her assistants came to him/her to present the latest shipment of Pepper. Unfortunately, black pepper makes one sneeze, and the sudden outburst made Target Artist spill ink all over. his/her work has been irremediably ruined by random splotches and smudges, and all previously meticulously traced lines have lost their proper shapes, and there may not be other choice than to start again from scratch.
2683outcome = neutral
2685image = "gfx/interface/icons/trade_goods/illustrations/icon_goods_pepper.dds"
2688trigger = {
2689any_artist = {
2690artist_type = calligrapher
2691has_art_in_progress = yes
}
2693OR = {
2694capital ?= {
}
}
}
2703illustration_tags = {
270410 = interior
270510 = regular
}
2708immediate = {
2709random_artist = {
2710limit = {
2711artist_type = calligrapher
2712has_art_in_progress = yes
}
2714save_scope_as = target_artist
}
}