mucho changes

This commit is contained in:
Magpie490 2025-02-20 17:49:25 +00:00
parent 0918b6c1ed
commit 3b437364c2
146 changed files with 141607 additions and 11 deletions

View file

@ -0,0 +1,131 @@
friendship_metaphor = {
type = character
random_valid = yes
text = {
trigger = {
OR = {
has_trait = education_martial_1
has_trait = education_martial_2
has_trait = education_martial_3
has_trait = education_martial_4
has_trait = education_martial_5
}
}
localization_key = friendship_metaphor_martial_1
}
text = {
trigger = {
OR = {
has_trait = education_intrigue_1
has_trait = education_intrigue_2
has_trait = education_intrigue_3
has_trait = education_intrigue_4
has_trait = education_intrigue_5
}
}
localization_key = friendship_metaphor_intrigue_1
}
text = {
trigger = {
OR = {
has_trait = education_stewardship_1
has_trait = education_stewardship_2
has_trait = education_stewardship_3
has_trait = education_stewardship_4
has_trait = education_stewardship_5
}
}
localization_key = friendship_metaphor_stewardship_1
}
text = {
trigger = {
OR = {
has_trait = education_diplomacy_1
has_trait = education_diplomacy_2
has_trait = education_diplomacy_3
has_trait = education_diplomacy_4
has_trait = education_diplomacy_5
}
}
localization_key = friendship_metaphor_diplomacy_1
}
text = {
trigger = {
OR = {
has_trait = education_learning_1
has_trait = education_learning_2
has_trait = education_learning_3
has_trait = education_learning_4
has_trait = education_learning_5
}
}
localization_key = friendship_metaphor_learning_1
}
}
friendship_metaphor_with_tending = {
type = character
random_valid = yes
text = {
trigger = {
OR = {
has_trait = education_martial_1
has_trait = education_martial_2
has_trait = education_martial_3
has_trait = education_martial_4
has_trait = education_martial_5
}
}
localization_key = friendship_metaphor_with_tending_martial_1
}
text = {
trigger = {
OR = {
has_trait = education_intrigue_1
has_trait = education_intrigue_2
has_trait = education_intrigue_3
has_trait = education_intrigue_4
has_trait = education_intrigue_5
}
}
localization_key = friendship_metaphor_with_tending_intrigue_1
}
text = {
trigger = {
OR = {
has_trait = education_stewardship_1
has_trait = education_stewardship_2
has_trait = education_stewardship_3
has_trait = education_stewardship_4
has_trait = education_stewardship_5
}
}
localization_key = friendship_metaphor_with_tending_stewardship_1
}
text = {
trigger = {
OR = {
has_trait = education_diplomacy_1
has_trait = education_diplomacy_2
has_trait = education_diplomacy_3
has_trait = education_diplomacy_4
has_trait = education_diplomacy_5
}
}
localization_key = friendship_metaphor_with_tending_diplomacy_1
}
text = {
trigger = {
OR = {
has_trait = education_learning_1
has_trait = education_learning_2
has_trait = education_learning_3
has_trait = education_learning_4
has_trait = education_learning_5
}
}
localization_key = friendship_metaphor_with_tending_learning_1
}
}