Skip to content

Update data schema to be fully 2.03 compliant

Compare
Choose a tag to compare
@amis92 amis92 released this 12 Nov 18:38

Added

  • Added some base classes:
    • added QueryFilteredBase (QueryBase with ChildId), inherits from QueryBase
    • added SelectionParentBase, base of Force and Selection
    • added ModifierBase, base of Modifier and ModifierGroup
  • Added descriptive comments to ModifierKind
  • Added RosterTag type
  • Added missing fields to be fully 2.03 schema compliant:
    • added CostType.Hidden
    • added ModifierGroup.ModifierGroups
    • added many fields to Publication:
      • ShortName
      • Publisher
      • PublicationDate
      • PublisherUrl
    • added CustomNotes and Tags to Roster
    • added CustomName and CustomNotes to RosterElementBase

Changed

  • CharacteristicType now inherits Commentable
  • renamed SelectorBase to QueryBase
  • BSv2.03 schema with the above changes