I created a mod with a single SQL file:
I swear the first time I ran with this, it caused eurekas to give a 30% bonus instead of the intended 80%. However, ever since that first time, it doesn't seem to be making any difference at all; eurekas with China are always giving 60%. Any ideas why? The in game menu says my mod is applied.
Code:
-- China Civ
-- Eurekas and Inspirations provide 80% of the cost of civics and technologies rather than 50%.
UPDATE ModifierArguments SET Amount=30 WHERE ModifierId='TRAIT_TECHNOLOGY_BOOST';
UPDATE ModifierArguments SET Amount=30 WHERE ModifierId='TRAIT_CIVIC_BOOST';
I swear the first time I ran with this, it caused eurekas to give a 30% bonus instead of the intended 80%. However, ever since that first time, it doesn't seem to be making any difference at all; eurekas with China are always giving 60%. Any ideas why? The in game menu says my mod is applied.