I added two files in the mods folder. One of them contains:
Code: xml
- <Techs>
- <TechDef InternalName="ManaRegen_Amarian">
- <DisplayName>Meditation</DisplayName>
- <Description>Teaches our channelers to meditate, granting +1 mana regeneration.</Description>
- <Image>Sovereign_Altar.png</Image>
- <Color>182,7,3</Color>
- <HotColor>255,48,0</HotColor>
- <Rarity>100</Rarity>
- <Category>Magic</Category>
- <Infinite>1</Infinite>
- <AppearanceChance>100</AppearanceChance>
- <AIData AIPersonality="AI_General">
- <AIResearchPriority>50</AIResearchPriority>
- <AITradeToGetValue>75</AITradeToGetValue>
- <AITradeOutValue>90</AITradeOutValue>
- <AIAtWarMultiplier>2.0</AIAtWarMultiplier>
- <AIEarlyBuildUpMultiplier>0.25</AIEarlyBuildUpMultiplier>
- </AIData>
- </TechDef>
- </Techs>
And the other contains:
Code: xml
- <?xml version="1.0" encoding="utf-8"?>
- <TechTrees>
- <TechTree InternalName="TechTree_Amarian">
-
- <Tech>ManaRegen_Amarian</Tech>
- </TechTree>
- </TechTrees>
I expected this to add a new tech to the kingdom tech tree, but it doesn't show up, there is only the default tech tree. How do I add a tech?