Hi,
In a scenario file, you can set for example the life rating of a province by putting this in the file:
This way, you can change the starting life ratings without editing province.csv or making an event to change them.
However, when I try to change the resource type of the province in this way:
It doesn't work! Does anyone know the correct line for this? (i've also tried "resource = ..." and "r_type = ...")
In a scenario file, you can set for example the life rating of a province by putting this in the file:
Code:
province = {
id = 8
life_sustainability = 50
}
However, when I try to change the resource type of the province in this way:
Code:
province = {
id = 8
resource_type = timber
}