Getting very frustrated over this. Im trying to use UPDATE to update some simple values, but it is simply not taking effect.
What's going on?
Seems pretty simple...yet it will not work...Mapuche still has +10 vs golden age civs...
What's going on?
Code:
UPDATE ModifierArguments
SET Value = 5
WHERE ModifierId = 'TRAIT_TOQUI_COMBAT_BONUS_VS_GOLDEN_AGE_CIV';
UPDATE LocalizedText
SET Text = 'All units trained in cities with an established [ICON_Governor] Governor gain 25% more experience in combat. +5 [ICON_Strength] Combat Strength bonus against civilizations that are in a Golden Age.'
WHERE Tag = 'LOC_TRAIT_CIVILIZATION_MAPUCHE_TOQUI_DESCRIPTION';
Seems pretty simple...yet it will not work...Mapuche still has +10 vs golden age civs...