cholsy
Warlord
- Joined
- Dec 20, 2010
- Messages
- 180
Anyone can check with saved file.
Victor has 5 titles (13 loyalty).
Once relocated, he provides only 8 loyalty (I tested this. Same 8 even after promotion). I waited for his settlement but no change.
(If he is not relocated, the loyalty bonus goes up as he is promoted.)
If file is reloaded, it provides 13 loyalty again.
The modifier doesn't look permanent.
I tried to fix by this code but failed. If anybody has idea, please share it.
(EDIT) In the file, Victor has 6 titles. (14 loyalty)
(EDIT) The code above works after the policy is adopted again.
@Nerevatar, Thank you for the inspiration from your post.
https://forums.civfanatics.com/thre...m-solidarity-dissappear.667747/#post-16036493
Victor has 5 titles (13 loyalty).
Once relocated, he provides only 8 loyalty (I tested this. Same 8 even after promotion). I waited for his settlement but no change.
(If he is not relocated, the loyalty bonus goes up as he is promoted.)
If file is reloaded, it provides 13 loyalty again.
The modifier doesn't look permanent.
Code:
UPDATE Modifiers SET Permanent = '1'
WHERE ModifierId='COMMUNICATIONS_OFFICE_GOVERNOR_IDENTITY_PER_TITLE' AND Permanent = '0';
(EDIT) In the file, Victor has 6 titles. (14 loyalty)
(EDIT) The code above works after the policy is adopted again.
@Nerevatar, Thank you for the inspiration from your post.
https://forums.civfanatics.com/thre...m-solidarity-dissappear.667747/#post-16036493
Attachments
Last edited: