Difference between revisions of "COMBAT RESULT *"
From Dragon Age Toolset Wiki
BryanDerksen (Talk | contribs) m (1 revision: Importing auto-generated constant article) |
m (moved COMBAT RESULT* to COMBAT RESULT *) |
||
| (2 intermediate revisions by one other user not shown) | |||
| Line 1: | Line 1: | ||
| − | |||
{{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: | + | [[Category:Constants]] |
Latest revision as of 11:28, 3 August 2011
| 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 |