Difference between revisions of "ABILITY *"
From Dragon Age Toolset Wiki
BryanDerksen (Talk | contribs) |
BryanDerksen (Talk | contribs) (remove generated, mention that there are more than just this) |
||
| Line 1: | Line 1: | ||
| − | |||
{{Constant table start | {{Constant table start | ||
|sourcefile=script.ldf | |sourcefile=script.ldf | ||
| Line 13: | Line 12: | ||
}} | }} | ||
{{Constant table end}} | {{Constant table end}} | ||
| − | + | == Remarks == | |
<!-- This section contains additional comments, observations and known issues. --> | <!-- This section contains additional comments, observations and known issues. --> | ||
| + | |||
| + | There are many other ABILITY_* constants defined in the core scripts. Each skill has four ABILITY_SKILL constants (one for each level of skill), there's an ABILITY_SPELL for each spell, ABILITY_TALENT for talents, ABILITY_TRAIT for inherent traits, etc. | ||
<!-- == Examples == --> | <!-- == Examples == --> | ||
Revision as of 20:55, 9 February 2010
| Constant name | Type | Value | Description | Source |
|---|---|---|---|---|
| ABILITY_INVALID | int | 0 | script.ldf |
Remarks
There are many other ABILITY_* constants defined in the core scripts. Each skill has four ABILITY_SKILL constants (one for each level of skill), there's an ABILITY_SPELL for each spell, ABILITY_TALENT for talents, ABILITY_TRAIT for inherent traits, etc.