Difference between revisions of "COMBAT RESULT *"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (1 revision: Importing auto-generated constant article)
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{Generated}}
 
 
{{Constant table start
 
{{Constant table start
 
|sourcefile=script.ldf
 
|sourcefile=script.ldf
Line 70: Line 69:
 
<!-- This section contains links to articles, functions or constant groups. -->
 
<!-- This section contains links to articles, functions or constant groups. -->
  
[[Category:COMBAT_RESULT* constants]]
+
[[Category:Constants]]

Latest revision as of 12:28, 3 August 2011

Source: script.ldf
Constant name Type Value Description Source
COMBAT_RESULT_BACKSTAB int 9 script.ldf
COMBAT_RESULT_BLOCKED int 5 script.ldf
COMBAT_RESULT_CRITICALHIT int 2 script.ldf
COMBAT_RESULT_DEATHBLOW int 4 script.ldf
COMBAT_RESULT_HIT int 1 script.ldf
COMBAT_RESULT_INVALID int 0 script.ldf
COMBAT_RESULT_MISS int 3 script.ldf