(Created page with "== title == "": { } {| class="wikitable" !Field !Type !Description |- | colspan="1" | | colspan="1" | | colspan="1" | |- | | | |- | | | |- | | | |- | | | |- | | | |- | | | |} Back to the main configuration data schema page.")
 
No edit summary
Line 1: Line 1:
== title ==
== CEL ==
  "": {
  "CEL": {
    "green_centerpoint_color": "#18840a",
    "grey_centerpoint_color": "#3d1c04",
    "green_centerpoint_sprite": "lightning",
    "grey_centerpoint_sprite": "oilbarrel"
  }
  }
{| class="wikitable"
{| class="wikitable"
Line 8: Line 11:
!Description
!Description
|-
|-
| colspan="1" |
| colspan="1" |green_centerpoint_color
| colspan="1" |
| colspan="1" |string
| colspan="1" |
| colspan="1" |The hexadecimal color code (always starting with a hash #) of the center point for green / renewable energy polygons, e.g. a wind farm area.
|-
|-
|
|grey_centerpoint_color
|
|string
|
|The hexadecimal color code (always starting with a hash #) of the center point for grey / non-renewable energy polygons, e.g. a deep sea mining area.
|-
|-
|
|green_centerpoint_sprite
|
|string
|
|The name of the icon stored in the Unity client to be used at the center point for green / renewable energy polygons.
|-
|-
|
|grey_centerpoint_sprite
|
|string
|
|The name of the icon stored in the Unity client to be used at the center point for grey / non-renewable energy polygons.
|-
|
|
|
|-
|
|
|
|-
|
|
|
|}
|}
Back to the [[Configuration data schema|main configuration data schema page]].
Back to the [[Configuration data schema|main configuration data schema page]].

Revision as of 15:12, 11 April 2024

CEL

"CEL": {
    "green_centerpoint_color": "#18840a",
    "grey_centerpoint_color": "#3d1c04",
    "green_centerpoint_sprite": "lightning",
    "grey_centerpoint_sprite": "oilbarrel"
}
Field Type Description
green_centerpoint_color string The hexadecimal color code (always starting with a hash #) of the center point for green / renewable energy polygons, e.g. a wind farm area.
grey_centerpoint_color string The hexadecimal color code (always starting with a hash #) of the center point for grey / non-renewable energy polygons, e.g. a deep sea mining area.
green_centerpoint_sprite string The name of the icon stored in the Unity client to be used at the center point for green / renewable energy polygons.
grey_centerpoint_sprite string The name of the icon stored in the Unity client to be used at the center point for grey / non-renewable energy polygons.

Back to the main configuration data schema page.

This page was last edited on 11 April 2024, at 15:12. Content is available under GPLv3 unless otherwise noted.