Difference between revisions of "Scripting death types"

From Divinity Engine Wiki
Jump to: navigation, search
 
Line 1: Line 1:
 
This list is purely for values that can be used in script. More information on these values can be found [[Scripting#Variables|here]].<br />
 
This list is purely for values that can be used in script. More information on these values can be found [[Scripting#Variables|here]].<br />
The following death types can be used in script:
+
It is advised to use the enumeration value instead of the integer representation because this list is subject to change. The following death types can be used in script:
<ul>
+
<ol start=0>
 
<li>None</li>
 
<li>None</li>
 
<li>Physical</li>
 
<li>Physical</li>
Line 17: Line 17:
 
<li>KnockedDown</li>
 
<li>KnockedDown</li>
 
<li>Lifetime</li>
 
<li>Lifetime</li>
</ul>
+
</ol>

Latest revision as of 09:30, 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 death types can be used in script:

  1. None
  2. Physical
  3. Piercing
  4. Arrow
  5. DoT
  6. Incinerate
  7. Acid
  8. Electrocution
  9. FrozenShatter
  10. PetrifiedShatter
  11. Explode
  12. Surrender
  13. Hang
  14. KnockedDown
  15. Lifetime