Difference between revisions of "AOE.xls"
From Dragon Age Toolset Wiki
BryanDerksen (Talk | contribs) (2da start) |
BryanDerksen (Talk | contribs) m (→Persistent) |
||
| Line 34: | Line 34: | ||
{{2da column|LENGTH|float|meters}} | {{2da column|LENGTH|float|meters}} | ||
{{2da column|EVENTSCR|string|Script name for handling all events.}} | {{2da column|EVENTSCR|string|Script name for handling all events.}} | ||
| − | {{2da column|OrientWithGround|bool|Effect follows terrain height, 1 | + | {{2da column|OrientWithGround|bool|Effect follows terrain height, 1 - TRUE, 0 - FALSE}} |
{{2da column|DurationVFX|int|}} | {{2da column|DurationVFX|int|}} | ||
{{2da end}} | {{2da end}} | ||
[[Category:2DAs]] | [[Category:2DAs]] | ||
Revision as of 20:08, 31 July 2009
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 | Effect follows terrain height, 1 - TRUE, 0 - FALSE |
| DurationVFX | int |