I'm trying to write an edict that will only scope to a specific species....
I want it to only appear for the species intended. I'e tried owner_species as well to no avail.
What am I derping on? Anyone know?
country_edict = {
name = "20plus"
modifier = {
army_morale = -0.05
country_engineering_tech_research_speed = 0.20
}
influence_cost = 2
potential = {
}
allow = {
NOR = {
has_country_edict = 30plus
has_country_edict = 40plus
has_country_edict = 50plus
}
owner = {
is_species_class = {
HUM
}
}
}
ai_weight = {
weight = 0
}
}
I want it to only appear for the species intended. I'e tried owner_species as well to no avail.
What am I derping on? Anyone know?
country_edict = {
name = "20plus"
modifier = {
army_morale = -0.05
country_engineering_tech_research_speed = 0.20
}
influence_cost = 2
potential = {
}
allow = {
NOR = {
has_country_edict = 30plus
has_country_edict = 40plus
has_country_edict = 50plus
}
owner = {
is_species_class = {
HUM
}
}
}
ai_weight = {
weight = 0
}
}