-
Notifications
You must be signed in to change notification settings - Fork 3
Output Info Unit Data
koliva8245 edited this page Aug 30, 2019
·
4 revisions
Unit data contains all the data for all units except for heroes and other non-useful units like missiles.
Unit data is almost the exact same data available for Hero Data.
- Hero only data is obviously excluded (difficulty, franchise, etc, …)
- Has attributes
- Has kill xp
- All ability data is available (except a very few: attack, move, stop, etc …)
Some units have a map name prefix which signifies that unit is specific for only that map. There are some map specific units that have the same exact data as a non-map specific equivalent unit. In that case the map specific unit data may be ignored.
For scalingLinkId
, it may reference a link that is not found in the behavior veterancy data. If not found and the unit has a map name prefix, look for a map name prefix veterancy link.
- Home
- Parsing Descriptions
- Override Files
- Output Info
- Xml Examples
- Json Examples