Event
A Mischievous Feline
Target Artist has always been regarded as an established Target Artist Artist Type and his/her works lauded by the general populace. However, one of his/her works, Target Art, has become the main topic of discussion at Court Title, when some attentive students of the work discovered some particular ink smudges on it. Apparently, a cat walked on it after having stepped on ink, leaving its paws permanently imprinted on the piece.
This has caused a most curious debate at Court Title, with the Cat Lovers admiring the intrepidness of the feline, while the Cat Haters lamenting that now the piece is completely ruined.
CrownEstateimmediate, triggerDefinitionin_game/events/character/artist_events.txt:2748
2749type = country_event
2750title = artist_events.47.title A Mischievous Feline
2751desc = artist_events.47.desc Target Artist has always been regarded as an established Target Artist Artist Type and his/her works lauded by the general populace. However, one of his/her works, Target Art, has become the main topic of discussion at Court Title, when some attentive students of the work discovered some particular ink smudges on it. Apparently, a cat walked on it after having stepped on ink, leaving its paws permanently imprinted on the piece.
This has caused a most curious debate at Court Title, with the Cat Lovers admiring the intrepidness of the feline, while the Cat Haters lamenting that now the piece is completely ruined.
This has caused a most curious debate at Court Title, with the Cat Lovers admiring the intrepidness of the feline, while the Cat Haters lamenting that now the piece is completely ruined.
2752outcome = neutral
2754trigger = {
2755any_work_of_art_in_country = {
2756creator ?= {
2757OR = {
2758artist_type = calligrapher
2759artist_type = writer
}
}
}
}
2770illustration_tags = {
277110 = interior
277210 = regular
}
2775immediate = {
2776random_work_of_art_in_country = {
2777limit = {
2778creator ?= {
2779OR = {
2780artist_type = calligrapher
2781artist_type = writer
}
}
}
2785creator = {
2786save_scope_as = target_artist
}
2788save_scope_as = target_art
}
2790random_estate = {
2794save_scope_as = cat_lovers
}
2796random_estate = {
2801save_scope_as = cat_haters
}
}