Trying to update a couple things in the tech tree.
1: EDIT: FiresForever answered this for me. #1 is the correct way to update the grid for a tech.
<Update>
<Set GridY="4"/>
<Where Type="TECH_SAILING"/>
</Update>
2: EDIT: It works! This is how you add a prereq to a tech. Thanks again FiresForever!
<Technology_PrereqTechs>
<Update>
<Set PrereqTech="TECH_AGRICULTURE"/>
<Where TechType="TECH_THE_WHEEL"/>
</Update>
</Technology_PrereqTechs>
3: Muahaha figured this one out on my own!
<Technology_PrereqTechs>
<Delete />
It works because I am redefining most if not all Prereqs. Anyone know how to delete an individual prereq for future reference?
1: EDIT: FiresForever answered this for me. #1 is the correct way to update the grid for a tech.
Spoiler :
<Update>
<Set GridY="4"/>
<Where Type="TECH_SAILING"/>
</Update>
2: EDIT: It works! This is how you add a prereq to a tech. Thanks again FiresForever!
Spoiler :
<Technology_PrereqTechs>
<Update>
<Set PrereqTech="TECH_AGRICULTURE"/>
<Where TechType="TECH_THE_WHEEL"/>
</Update>
</Technology_PrereqTechs>
3: Muahaha figured this one out on my own!
<Technology_PrereqTechs>
<Delete />
It works because I am redefining most if not all Prereqs. Anyone know how to delete an individual prereq for future reference?