Difference between revisions of "Plotactions.xls"
From Dragon Age Toolset Wiki
BryanDerksen (Talk | contribs) |
BryanDerksen (Talk | contribs) |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
| + | This 2DA defines the buttons in the [[plot actions]] GUI. | ||
| + | |||
{{2da start|plotactiondefines}} | {{2da start|plotactiondefines}} | ||
{{2da column|Label|int|}} | {{2da column|Label|int|}} | ||
| Line 20: | Line 22: | ||
[[Category:XLS files]] | [[Category:XLS files]] | ||
| − | [[Category: | + | [[Category:Plot actions]] |
Latest revision as of 22:55, 9 February 2010
This 2DA defines the buttons in the plot actions GUI.
| 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 | int | |
| ActionSet | int | |
| NameStrRef | int | |
| DescStrRef | int | |
| Icon | string | |
| MaxCount | int | |
| MaxLevel | int |
| 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 | int | |
| NameStrRef | string | |
| ShowUpdated | bool | If set to 1, the plot action buttons will show an "updated" overlay when an action is enabled. This was designed to alert the player that a new action has been acquired |
| 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 | int |