###### Arcona class ship specs
# All comments starts with the character #
# no empty lines are allow, use a # to denote empty line
# the order of which the specs appear in this file is fixed, do not
# change the way the order appears or the program will crash
# the parenthesis after the description indicates the variable type
#
# Class (string)
Arcona
# Type (string)
Scout
# Total Hull hitpoints (int)
99
# CargoHolds (int)
5
# hardPoints (int)
2
# The following denotes locations on the bitmap where the circles would go in the ship configuration screen
# It is possible for a subsystem to be in more than 1 location, each location would be seperated by a space and
# the X,Y corrdinates within the location is seperated by a comma.
# Engine location
197,435 303,435
# Shield location
252,83
# PowerPlanet location
250,275
# Weapons location
170,240 335,240
# Description, single paragraph.
The Arcona was design to be a ship on a budget.  A lightly armored scout class with 2 weapons hardpoint.  Primary use for short range scouting missions in nearby systems.
