Skip to content
Horațiu Mlendea edited this page May 17, 2017 · 6 revisions

The Army is an entity that represents the number of soldiers of a certain unit type, that a faction owns.

Data Structure

  • Id (Read-only String)
    • Unique identifier of the army
    • It's value is the concatenation of the faction and unit identifiers, separated by a colon (":")
    • It can contain a minimum of 7 characters, and a maximum of 81
  • FactionId (String)
    • The identifier of the faction that owns the army
    • It can contain a minimum of 3 characters, and a maximum of 40
  • UnitId (String)
    • The identifier of the unit that the soldiers are part of
    • It can contain a minimum of 3 characters, and a maximum of 40
  • Size (Integer)
    • The amount of soldiers that are part of the army
    • It's minimum value is 0, and its maximum is 2,147,483,647
Clone this wiki locally