Injuries.xls
From Dragon Age Toolset Wiki
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. Injury_DetermineInjury() |
| auto_remove | int | if the injury shall be removed when Injury_RemoveAllInjuries() is called, 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 |