Hi,
does anyone know how the scaled wealth works for decisions?
I can see it being used here, for instance:
I thought the scaling had to do with inscreasing the cost of something overtime...
Am I 'reading' this wrong?
does anyone know how the scaled wealth works for decisions?
I can see it being used here, for instance:
Code:
hold_a_epic_tournament = {
potential = {
NOT = {
has_character_flag = epic_tournament
}
independent = yes
NOT = { is_female = yes }
OR = {
tier = king
tier = emperor
}
}
allow = {
war = no
age = 16
prestige = 500
wealth = 200
}
effect = {
set_character_flag = epic_tournament
wealth = -200
prestige = 100
character_event = { id = 70033 tooltip = "tournament_invite" }
hidden_tooltip = {
character_event = { id = 70001 days = 60 } # Tournament start
any_realm_character = {
limit = {
is_feudal = yes
NOT = { has_job_title = job_spiritual }
age = 16
NOT = { trait = incapable }
prisoner = no
NOT = { is_female = yes }
}
character_event = { id = 70000 }
}
}
}
ai_will_do = {
factor = 1
modifier = {
factor = 0
NOT = {
OR = {
wealth = 1000
[COLOR="#FFD700"]scaled_wealth = 3.0[/COLOR]
}
}
}
}
}
I thought the scaling had to do with inscreasing the cost of something overtime...
Am I 'reading' this wrong?