Valor de Script
character_age
Definiçãoin_game/common/script_values/heir_selection.txt:1
2if = {
3limit = {
4exists = this
}
6add = {
7desc = "HEIR_SELECTION_OLDER_HEIR_DESC" • Pontuação por idade
8value = this.age_in_days
9divide = 365
}
}
14if = {
15limit = {
16not = {
16exists = this
}
}
18add = {
19desc = "HEIR_SELECTION_OLDER_HEIR_DESC" • Pontuação por idade
20value = 1
}
}