The ContinentSoapBean represents a continent (bonus area), such as "North America" or "Australia" on the default Earth map.
Field Name |
Type |
Description |
id |
int |
The internal ID of the continent. Unique identifier per game. |
name |
string |
The name of the continent, for example "North America" |
color |
string |
The color of the continent. This can be either an HTML color code, such as "#FF0000" or a color name, such as "red". |
value |
int |
This is the bonus army count that owning the continent is worth. For example, 5 for Europe in the standard Earth map. |
owner |
int |
The player/user code that currently holds all territories in this continent. If there is no current owner this value is 0 (zero). |
textColor |
string |
This is the recommended text color for printing text on the background color (continent color). This will be either "#000000" (black), or "#FFFFFF" (white), depending on the brightness of the color field. |