Help with modding Legacy Bonus

nametaken

Chieftain
Joined
Jun 27, 2015
Messages
54
Hi. I'm trying to mod the Wonder Production legacy bonus in the Autocracy government. I'm trying to change the accumulating bonus to 1% every 15 turns (instead of 20). This is the SQL code I'm using that doesn't seem to be working. Could anyone help? Can't really see why its not working.

UPDATE ModifierArguments SET Value = '15' WHERE ModifierId = 'AUTOCRACY_WONDERS_ACCUMULATING' AND Name = 'Interval';
 
Odd I just ran that code in the SQLite database and it executes and sets the value to 15.

Are you sure the error is with this line of code and not somewhere else in the file stopping the code before it gets to this line. Have you checked database.log.

Also is the mod enabled (sounds silly but can happen) and is the modinfo file correct..?
 
Last edited:
Back
Top Bottom