Skip to content

Resource

Horațiu Mlendea edited this page May 25, 2017 · 1 revision

A resource is a special bonus that applies to a region.

Types

Economic

Those resources offer economic bonuses.

Military

Those resources offer military bonuses.

Data Structure

  • Id (String)
    • Unique identifier of the resource
    • It can contain a minimum of 3 characters, and a maximum of 40
  • Name (String)
    • The name of the resource
    • It can contain a minimum of 3 characters, and a maximum of 20
  • Description (String)
    • The description of the resource
    • It can contain a minimum of 3 characters, and a maximum of 300
  • Type (Enumeration)
    • The type of the resource
  • Output (Integer)
    • The state of the resource
    • It's minimum value is 0, and its maximum value is 100
Clone this wiki locally