AOE.xls
From Dragon Age Toolset Wiki
Revision as of 21:15, 24 July 2009 by BryanDerksen (Talk | contribs)
The AOE.xls file contains two worksheets: Core and Persistent.
Core
| 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. |
| Name | string | |
| UniqueId | int | |
| Type | String | |
| OrientWithGround | bool | |
| Nodes | string | |
| ModelName | string | |
| ImpactSound | string | |
| DurationSound | string | |
| ProgFX | string | |
| Texture | string | |
| CessationNodes | string | |
| CessationModel | string | |
| CessationSound | string | |
| Cessation_ProgFX | string | |
| ShakeType | string | |
| ShakeDelay | string | |
| ShakeDuration | string | |
| LowViolence | string | |
| LowQuality | string |
Persistent
| 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 | These labels are used as tags for the resulting objects, which are referenced in scripting. DO NOT ALTER THEM. |
| SHAPE | string | |
| RADIUS | float | meters |
| WIDTH | float | meters |
| LENGTH | float | meters |
| EVENTSCR | string | Script name for handling all events. |
| OrientWithGround | bool | |
| DurationVFX | int |