What skills or traits work, and what doesn't work?

I was reading the Faction and Sovereing Creation Trait list (great job btw way, thank you very much) and read a few things to take or not to take because they don't work. I read in a different FAQ, (I believe it's stickied at the top) and it said Death Worship doesn't work.

So I am curious do people know what skills and traits works and what doesn't work?

5,506 views 3 replies
Reply #1 Top

My post (https://forums.elementalgame.com/402940) is accurate in regards to Death Worship.

 

It does work in 1.1/1.11. The XML data for the trait is the same as Bravery, except Death Worship adds more HP.

 

I pulled most of my data from the XML files and then verified that it was working in-game.

 

Code: xml
  1.   <!-- ***************************** -->
  2.   <!-- ** Special (Build) Options ** -->
  3.   <!-- ***************************** -->
  4.   <AbilityBonus InternalName="DeathWorshipping">
  5.     <AbilityBonusType>Player</AbilityBonusType>
  6.     <AbilityBonusOption InternalName = "DeathWorshippingBonus1">
  7.       <DisplayName>Death Worship</DisplayName>
  8.       <Description>Our people cull the weak and gain a +10% bonus to HP.</Description>
  9.       <Bonus>10</Bonus>
  10.       <Cost>2</Cost>
  11.       <GameModifier>
  12.         <ModType>Player</ModType>
  13.         <Attribute>AbilityBonus</Attribute>
  14.         <StrVal>A_UnitStat_HitPoints</StrVal>
  15.         <Value>10.0</Value>
  16.       </GameModifier>
  17.     </AbilityBonusOption>
  18.   </AbilityBonus>

Reply #2 Top

Yes, I love that thread. I have it booked marked. Thank you for verifing that it is working. I read in the other FAQ that it was not. Ok, good to know, going to change it so I can have it. I jus tlove the name of it.

 

So is there any other abilites that IBNobody may have not listed?

Thanks again IBNody, your article is a great help for me.

Reply #3 Top

Quoting HsojVvad, reply 2
Yes, I love that thread. I have it booked marked. Thank you for verifing that it is working. I read in the other FAQ that it was not. Ok, good to know, going to change it so I can have it. I jus tlove the name of it.

 

So is there any other abilites that IBNobody may have not listed?

Thanks again IBNody, your article is a great help for me.

 

There are some abilities that aren't turned on in the XML file. I didn't list those. FYI: All your XML files can be found here...

C:\Program Files (x86)\Stardock Games\Elemental\data\English