igorsrs
Chieftain
I'm building a mod to the "Rationalism" social policy, to make scaling bonuses.
I found no big issues for the machanics of the mod itself, but I got no success into updating its description text.
Tried Delete followed by insert "Row"... tried separating delete and insert into different files....
Tried an update....
Nothing works... the old text is still there.
This was my last try...
I found no big issues for the machanics of the mod itself, but I got no success into updating its description text.
Tried Delete followed by insert "Row"... tried separating delete and insert into different files....
Tried an update....
Nothing works... the old text is still there.
This was my last try...
Code:
<GameData>
<LocalizedText>
<Update>
<Where Tag="LOC_POLICY_RATIONALISM_DESCRIPTION"/>
<Set>
<Text>Extra [ICON_Science] Science from buildings in Campuses: +5% for each population (up to +150%), +10% for each adjacency bonus (up to +50%).</Text>
</Set>
</Update>
</LocalizedText>
</GameData>