This is a simple fix for the Vengeance Coating item.
Simply put the file in C:\Users\"UserName"\Documents\My Games\Elemental\Units
Compatible with Elemental v1.06.019
Download link
Code: xml
- <GameItemType InternalName="EnchantedVenom">
- <!-- Equipment Display Name/Description -->
- <DisplayName>Vengeance Coating</DisplayName>
- <Description>This equipment provides a coating that is then put onto the weapons of our soldiers to increase their damage.</Description>
- <Type>Accessory</Type>
- <CanBeEquipped>1</CanBeEquipped>
- <IconFile>SkullCandle.png</IconFile>
- <TintR>210</TintR>
- <TintG>110</TintG>
- <TintB>110</TintB>
- <ProductionRequirement>
- <Type>Resource</Type>
- <Attribute>Gold</Attribute>
- <Value>5.0</Value>
-
- <ProductionRequirement>
- <Type>Resource</Type>
- <Attribute>Materials</Attribute>
- <Value>25.0</Value>
- </ProductionRequirement>
-
- <ProductionRequirement>
- <Type>Resource</Type>
- <Attribute>RefinedCrystal</Attribute>
- <Value>3.0</Value>
- </ProductionRequirement>
- <Prereq>
- <Type>Tech</Type>
- <Attribute>Arcane_Weapons_Amarian</Attribute>
- </Prereq>
- <Prereq>
- <Type>Tech</Type>
- <Attribute>Magical_Equipment_Trogs</Attribute>
- </Prereq>
- <GameModifier>
- <ModType>Unit</ModType>
- <Attribute>AdjustUnitStat</Attribute>
- <StrVal>UnitStat_Attack</StrVal>
- <Value>3.0</Value>
- </GameModifier>
- </GameItemType>