40 lines
599 B
Text
40 lines
599 B
Text
surprised_reaction = {
|
|
type = character
|
|
random_valid = yes
|
|
|
|
text = {
|
|
localization_key = reaction_custom_amazed
|
|
}
|
|
|
|
text = {
|
|
localization_key = reaction_custom_astonished
|
|
}
|
|
|
|
text = {
|
|
localization_key = reaction_custom_aghast
|
|
trigger = {
|
|
has_trait = compassionate
|
|
}
|
|
}
|
|
|
|
text = {
|
|
localization_key = reaction_custom_horrified
|
|
trigger = {
|
|
has_trait = compassionate
|
|
}
|
|
}
|
|
|
|
text = {
|
|
localization_key = reaction_custom_thrilled
|
|
trigger = {
|
|
has_trait = sadistic
|
|
}
|
|
}
|
|
|
|
text = {
|
|
localization_key = reaction_custom_awed
|
|
trigger = {
|
|
has_trait = sadistic
|
|
}
|
|
}
|
|
}
|