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

The Border is an entity that represents two adjacent regions, or regions close enough that armies can travel from one to the other directly.

Data Structure

  • Id (Read-only String)
    • Unique identifier of the border
    • It's value the concatenation of the two region identifiers, separated by a colon (":")
    • It can contain a minimum of 7 characters, and a maximum of 81
  • Region1Id (String)
    • The unique identifier of one of the regions.
    • It can contain a minimum of 3 characters, and a maximum of 40
  • Region2Id (String)
    • The unique identifier of the other region.
    • It can contain a minimum of 3 characters, and a maximum of 40
Clone this wiki locally