A position on the map. All positions should use in-game (centi)coordinates, aka the value present on the resources field.
Position values can be taken directly from the resources of an event.
{ type: 'circle', center: { x: event.targetResources.x, y: event.targetResources.y }, radius: 1000} Copy
{ type: 'circle', center: { x: event.targetResources.x, y: event.targetResources.y }, radius: 1000}
A position on the map. All positions should use in-game (centi)coordinates, aka the value present on the resources field.
Example
Position values can be taken directly from the resources of an event.