court_tutor_improve_others_skill_effect = {
send_interface_toast = {
type = event_royal_court_good_with_text
title = court_tutor_improve_others_title
desc = court_tutor_improve_others_notification_desc
left_icon = root
right_icon = scope:target_character
scope:target_character = { add_$SKILL$_skill = 1 }
}
}
court_tutor_improve_others_trait_effect = {
send_interface_toast = {
type = event_royal_court_good_with_text
title = court_tutor_improve_others_title
desc = court_tutor_improve_others_notification_desc
left_icon = root
right_icon = scope:target_character
scope:target_character = { add_trait = $TRAIT$ }
}
}
court_tutor_improve_others_trait_xp_effect = {
send_interface_toast = {
type = event_royal_court_good_with_text
title = court_tutor_improve_others_title
desc = court_tutor_improve_others_notification_desc
left_icon = root
right_icon = scope:target_character
scope:target_character = {
add_trait_xp = {
trait = $TRAIT$
value = 5
}
}
}
}
court_tutor_improve_others_trait_track_xp_effect = {
send_interface_toast = {
type = event_royal_court_good_with_text
title = court_tutor_improve_others_title
desc = court_tutor_improve_others_notification_desc
left_icon = root
right_icon = scope:target_character
scope:target_character = {
add_trait_xp = {
trait = $TRAIT$
track = $TRACK$
value = 5
}
}
}
}