Leyrann
Deity
I've been building a mod to slow down the Exploration and Modern Age somewhat, and everything is working, except I can't figure out how to change the text in the tutorial descriptions for the victory modifiers.
For example, the first milestone for the Enlightenment victory path has been shifted to two 40-yield tiles instead of one, which means the last part of the description of the third entry in the associated tips should read: "Achieve single tile yield: [number]/2".
This text can be found in \text\en_us\TutorialText.xml, where it reads:
And I don't know where I can find what {2_YieldGoal} points at - and how I can change it.
Obviously I could just put static numbers instead but I don't know what issues that might cause down the line here or there.
For example, the first milestone for the Enlightenment victory path has been shifted to two 40-yield tiles instead of one, which means the last part of the description of the third entry in the associated tips should read: "Achieve single tile yield: [number]/2".
This text can be found in \text\en_us\TutorialText.xml, where it reads:
XML:
<Row Tag="LOC_TUTORIAL_SCIENCE_QUEST_3_TRACKING_BODY">
<Text>Achieve single tile yield: {1_YieldCurrent}/{2_YieldGoal}</Text>
</Row>
And I don't know where I can find what {2_YieldGoal} points at - and how I can change it.
Obviously I could just put static numbers instead but I don't know what issues that might cause down the line here or there.