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';
UPDATE ModifierArguments SET Value = '15' WHERE ModifierId = 'AUTOCRACY_WONDERS_ACCUMULATING' AND Name = 'Interval';