Veangence Coating fix

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
  1. <GameItemType InternalName="EnchantedVenom">
  2.         <!-- Equipment Display Name/Description -->
  3.         <DisplayName>Vengeance Coating</DisplayName>
  4.         <Description>This equipment provides a coating that is then put onto the weapons of our soldiers to increase their damage.</Description>
  5.         <Type>Accessory</Type>
  6.         <CanBeEquipped>1</CanBeEquipped>
  7.         <IconFile>SkullCandle.png</IconFile>
  8.         <TintR>210</TintR>
  9.         <TintG>110</TintG>
  10.         <TintB>110</TintB>
  11.         <ProductionRequirement>
  12.             <Type>Resource</Type>
  13.             <Attribute>Gold</Attribute>
  14.             <Value>5.0</Value>
  15.             
  16.         <ProductionRequirement>
  17.             <Type>Resource</Type>
  18.             <Attribute>Materials</Attribute>
  19.             <Value>25.0</Value>
  20.         </ProductionRequirement>
  21.             
  22.         <ProductionRequirement>
  23.             <Type>Resource</Type>
  24.             <Attribute>RefinedCrystal</Attribute>
  25.             <Value>3.0</Value>
  26.         </ProductionRequirement>
  27.         <Prereq>
  28.             <Type>Tech</Type>
  29.             <Attribute>Arcane_Weapons_Amarian</Attribute>
  30.         </Prereq>
  31.         <Prereq>
  32.             <Type>Tech</Type>
  33.             <Attribute>Magical_Equipment_Trogs</Attribute>
  34.         </Prereq>
  35.         <GameModifier>
  36.             <ModType>Unit</ModType>
  37.             <Attribute>AdjustUnitStat</Attribute>
  38.             <StrVal>UnitStat_Attack</StrVal>
  39.             <Value>3.0</Value>
  40.         </GameModifier>
  41.     </GameItemType>

3,244 views 1 replies
Reply #1 Top

15 minutes after I posted this:

https://forums.elementalgame.com/392837/page/1/#2733857

\o/