In CK2 I had a small mod to raise the limit of holdings for the player
Something like this:
Would this still be possible in CK3 ...? with the potential and trigger ...
And if yes, in what file would I have to place this?
I already know that the 'demesne_size' from CK2 is now 'domain_limit' here in CK3 .. but again: cant find where to place this code
Something like this:
Code:
triggered_cheat = {
potential = {
ai = no
}
trigger = {
ai = no
}
icon = 24
demesne_size = 1000
}
Would this still be possible in CK3 ...? with the potential and trigger ...
And if yes, in what file would I have to place this?
I already know that the 'demesne_size' from CK2 is now 'domain_limit' here in CK3 .. but again: cant find where to place this code