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,69 @@
wealth = {
type = character
log_loc_errors = no
random_valid = yes
text = {
localization_key = WEALTH_RICH
trigger = {
gold > 50
}
}
text = {
localization_key = WEALTH_POOR
trigger = {
gold < 50
}
}
text = {
localization_key = WEALTH_POOR_02
trigger = {
gold < 50
}
}
text = {
localization_key = WEALTH_POOR_03
trigger = {
gold < 50
}
}
text = {
localization_key = WEALTH_POOR_04
trigger = {
gold < 50
}
}
}
galguy = {
type = character
text = {
localization_key = gal
trigger = {
is_female = yes
}
}
text = {
localization_key = guy
trigger = {
is_female = no
}
}
}
mother_or_other = {
type = character
log_loc_errors = no
text = {
localization_key = mother
trigger = {
mother = scope:second
}
}
text = {
localization_key = other
trigger = {
NOT = { mother = scope:second }
}
}
}