mucho changes
This commit is contained in:
parent
0918b6c1ed
commit
3b437364c2
146 changed files with 141607 additions and 11 deletions
69
common/customizable_localization/00_test.txt
Normal file
69
common/customizable_localization/00_test.txt
Normal 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 }
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue