obj_help_friend_job = {
type = friend
allow = {
is_female = no
has_job = no
is_courtier = no
age = 16
OR = {
THIS = { is_courtier = yes }
THIS = { has_job = yes }
}
}
chance = {
factor = 200
}
success = {
OR = {
has_job = no
is_courtier = no
}
}
abort = {
NOT = { is_friend = THIS }
}
effect = {
THIS = { family_prestige = 20 }
THIS = { loyalty = 10 }
}
}
so conditions for allow and success are identical and mission completed in 1 day...
type = friend
allow = {
is_female = no
has_job = no
is_courtier = no
age = 16
OR = {
THIS = { is_courtier = yes }
THIS = { has_job = yes }
}
}
chance = {
factor = 200
}
success = {
OR = {
has_job = no
is_courtier = no
}
}
abort = {
NOT = { is_friend = THIS }
}
effect = {
THIS = { family_prestige = 20 }
THIS = { loyalty = 10 }
}
}
so conditions for allow and success are identical and mission completed in 1 day...
Upvote
0