-
Notifications
You must be signed in to change notification settings - Fork 36
License Collection Format
New to v3, Frame and Mech Equipment data can be bundled together for ease of composition and organization. This is an optional style and alternative to the Library Data Format. Both formats can be used in the same content pack.
A license collection is a .json file that must begin with the string license_, such as license_blackbeard.json. It includes a single array that contains exactly one Frame data object and any number of Mech Equipment data objects
At this time the license collection can not support alternate, specialty, and variant frames. These should be included in a frames.json library file.
All Mech Equipment included in the license files will have all license_id, source, and license values overridden and set to align with the Frame's id, source, and name, respectively.
Because of this, equipment data in a license collection does not require license_id, source, or license values.