Event
Golden Ink
Target Artist appeared to be sufficiently pleased with his/her work in Target Art, but in reality he/she was internally disappointed by it. Now, he/she has come to Court Title with an idea on how to improve it. he/she claims that if we provide him/her some Gold, he/she may be able to retrace the lines with a special mixture of ink and gold powder, greatly increasing the beauty of the work.
GoldGoodstriggerDefinitionin_game/events/character/artist_events.txt:2987
2988type = country_event
2989title = artist_events.50.title Golden Ink
2990desc = artist_events.50.desc Target Artist appeared to be sufficiently pleased with his/her work in Target Art, but in reality he/she was internally disappointed by it. Now, he/she has come to Court Title with an idea on how to improve it. he/she claims that if we provide him/her some Gold, he/she may be able to retrace the lines with a special mixture of ink and gold powder, greatly increasing the beauty of the work.
2991outcome = neutral
2993trigger = {
2994any_artist = {
2995artist_type = calligrapher
2996any_work_of_art_by_creator = {
2997owner = root
}
}
3000OR = {
3001capital ?= {
3002market = {
}
}
}
}
3010illustration_tags = {
301110 = interior
301210 = regular
}
3015immediate = {
3016random_artist = {
3017limit = {
3018artist_type = calligrapher
3019any_work_of_art_by_creator = {
3020owner = root
}
}
3023save_scope_as = target_artist
3024random_work_of_art_by_creator = {
3025limit = {
3026owner = root
}
3028save_scope_as = target_art
}
}
}