Straight to the question: how do I mod the impact of legalism tech on demesne size?
Above is from technology.txt
Nothing about demesne size.
In defines.lua there also seems no indicator of this.
Code:
TECH_LEGALISM = {
1 = {
modifier = {
SHORT_REIGN_LENGTH = -1
}
}
2 = {
modifier = {
SHORT_REIGN_LENGTH = -2
}
}
3 = {
modifier = {
SHORT_REIGN_LENGTH = -3
}
}
4 = {
modifier = {
SHORT_REIGN_LENGTH = -4
}
}
5 = {
modifier = {
SHORT_REIGN_LENGTH = -5
}
}
}
Nothing about demesne size.
In defines.lua there also seems no indicator of this.