Anyone Else Tried to Mod a New Tech?
I've tried adding this new tech but it's not showing up in the Tech Research. Anyone have any idea what I'm missing or doing wrong?
<?xml version="1.0" encoding="utf-8"?>
<Techs>
<DataChecksum NoParse="1">
<Ignore>DisplayName,Description,Image,Color,HotColor,Icon</Ignore>
<Translate>DisplayName,Description</Translate>
</DataChecksum>
<TechDef InternalName="Archery_Mastery_Amarian">
<DisplayName>Archery Mastery</DisplayName>
<Description>This breakthrough allows us to craft Compound Longbows. These ranged weapons are more powerful than their lesser counterparts and in the hands of capable archers are deadly compliments to any army.</Description>
<Image>Archer_Medallion.png</Image>
<Color>182,7,3</Color>
<HotColor>255,48,0</HotColor>
<Rarity>100</Rarity>
<Category>Warfare</Category>
<Infinite>0</Infinite>
<AppearanceChance>100</AppearanceChance>
<Prereq>
<Type>Tech</Type>
<Attribute>Advanced_Archery_Amarian</Attribute>
<Value>0</Value>
</Prereq>
<AIData AIPersonality="AI_General">
<AIResearchPriority>50</AIResearchPriority>
<AITradeToGetValue>75</AITradeToGetValue>
<AITradeOutValue>90</AITradeOutValue>
<AIAtWarMultiplier>2.0</AIAtWarMultiplier>
<AIEarlyBuildUpMultiplier>0.25</AIEarlyBuildUpMultiplier>
</AIData>
</TechDef>
<TechDef InternalName="Weapons_Of_Skewering_Trogs">
<DisplayName>Piercing Weapons</DisplayName>
<Description>The ultimate art of archery should is highly destructive to an enemy. Be wary though, it takes far greater time to train these archers.</Description>
<Image>Archer_Medallion.png</Image>
<Color>161,59,184</Color>
<HotColor>240,154,243</HotColor>
<Rarity>60</Rarity>
<Category>Conquest</Category>
<Infinite>0</Infinite>
<AppearanceChance>100</AppearanceChance>
<Prereq>
<Type>Tech</Type>
<Attribute>Weapons_Of_Piercing_Trogs</Attribute>
<Value>0</Value>
</Prereq>
<AIData AIPersonality="AI_General">
<AIResearchPriority>50</AIResearchPriority>
<AITradeToGetValue>75</AITradeToGetValue>
<AITradeOutValue>90</AITradeOutValue>
<AIAtWarMultiplier>2.0</AIAtWarMultiplier>
<AIEarlyBuildUpMultiplier>2.0</AIEarlyBuildUpMultiplier>
</AIData>
</TechDef>
</Techs>
<TechTrees>
<TechTree InternalName="TechTree_Amarian">
<Tech>Archery_Mastery_Amarian</Tech>
</TechTree>
<TechTree InternalName="Trog_Tech_Tree">
<Tech>Weapons_Of_Skewering_Trogs</Tech>
</TechTree>
</TechTrees>