Difference between revisions of "Scripting damage types"

From Divinity Engine Wiki
Jump to: navigation, search
 
Line 7: Line 7:
 
<li>Magic</li>
 
<li>Magic</li>
 
<li>Chaos</li>
 
<li>Chaos</li>
<li>Shadow</li>
 
 
<li>Fire</li>
 
<li>Fire</li>
 
<li>Air</li>
 
<li>Air</li>
Line 13: Line 12:
 
<li>Earth</li>
 
<li>Earth</li>
 
<li>Poison</li>
 
<li>Poison</li>
 +
<li>Shadow</li>
 
</ol>
 
</ol>

Latest revision as of 09:16, 4 April 2018

This list is purely for values that can be used in script. More information on these values can be found here.
It is advised to use the enumeration value instead of the integer representation because this list is subject to change. The following damage types can be used in script:

  1. Physical
  2. Piercing
  3. Corrosive
  4. Magic
  5. Chaos
  6. Fire
  7. Air
  8. Water
  9. Earth
  10. Poison
  11. Shadow