-
-
Notifications
You must be signed in to change notification settings - Fork 1
Faction
Horațiu Mlendea edited this page May 25, 2017
·
1 revision
The Faction is an entity that represents a country, or the ruling body that governs a set of regions.
Each faction represents a player in the game.
-
Id (String)
- Unique identifier of the faction
- It can contain a minimum of 3 characters, and a maximum of 40
-
Name (String)
- The name of the faction
- It can contain a minimum of 3 characters, and a maximum of 20
-
Description (String)
- The description of the faction
- It can contain a minimum of 3 characters, and a maximum of 300
-
Colour (Colour)
- Representative RGB colour of the faction
-
Wealth (Decimal)
- The amount of money owned by the faction
- It's minimum value is 0, and its maximum value is 100,000