Difference between revisions of "Injuries.xls"
From Dragon Age Toolset Wiki
m |
BryanDerksen (Talk | contribs) |
||
| Line 19: | Line 19: | ||
[[Category:XLS files]] | [[Category:XLS files]] | ||
| + | [[Category:Injuries]] | ||
Revision as of 17:48, 16 February 2010
This 2da file is used to define the Injuries available in Dragon Age: Origins.
Injuries worksheet
| Column | Type | Description |
|---|---|---|
| ID | int | A number that uniquely identifies the entry (unless creating an M2DA override). ID numbers are listed from smallest to highest within a given file but do not need to be consecutive. |
| Label | string | the injury label |
| auto_apply | int | if the injury shall be one of the random injuries you get when you fall in combat. |
| auto_remove | int | if the injury shall be removed when all injuries are removed, such as in the party camp |
| effect | int | the injury effect type EFFECT_TYPE* |
| effect_label | string | commment telling which effect type it is |
| effect_int1 | int | effect parameter |
| effect_float1 | float | effect parameter |
| effect_int2 | int | effect parameter |
| effect_float2 | float | effect parameter |
| icon | string | the injury icon |
| namestrref | int | the name of the injury |
| tooltipstrref | int | the tooltip of the injury |