Event
The Master and the Apprentice
In any artistic endeavor, there are always two, a master and an apprentice, and is the objective of the apprentice to eventually surpass the master. To that effect, Target Apprentice has appeared before the Court Title, dissatisfied with his/her own abilities. he/she asks that we allow him/her come under the apprenticeship of Target Artist, who is a much more renowned and skilled Target Artist Artist Type. That would clearly help him/her improve his/her abilities, but would certainly keep Target Artist unable to perform his/her other responsibilities.
Definitionin_game/events/character/artist_events.txt:3147
3148type = country_event
3149title = artist_events.53.title The Master and the Apprentice
3150desc = artist_events.53.desc In any artistic endeavor, there are always two, a master and an apprentice, and is the objective of the apprentice to eventually surpass the master. To that effect, Target Apprentice has appeared before the Court Title, dissatisfied with his/her own abilities. he/she asks that we allow him/her come under the apprenticeship of Target Artist, who is a much more renowned and skilled Target Artist Artist Type. That would clearly help him/her improve his/her abilities, but would certainly keep Target Artist unable to perform his/her other responsibilities.
3151outcome = neutral
3153trigger = {
3154any_artist = {
3155artist_type = calligrapher
3156artist_skill > 0.7
}
}
3160immediate = {
3161random_artist = {
3162limit = {
3163artist_type = calligrapher
3164artist_skill > 0.7
}
3166save_scope_as = target_artist
}
3168random_artist = {
3169limit = {
3170artist_type = calligrapher
3171artist_skill <= 0.4
}
3173save_scope_as = target_apprentice
}
3175if = {
3176limit = {
3177NOT = {
3177exists = scope:target_apprentice
}
}
3179create_character = {
3180trait_category = artist
3181artist = calligrapher
3182random_estate_type_trigger = {
3183root = {
3183estate_type_allowed_in_cabinet = {
3183estate_type = prev
}
}
}
3185artist_skill = {
0
0.4
}
3186save_scope_as = target_apprentice
}
}
}