1) <FillerComponentType>’s
Does it cycle through the list and repeat until all mass is used?
2) <FillerComponentType> Mass_30_component
<FillerComponentType> Mass_10_component
If ship had 20 mass remaining, would two Mass_10_component’s be place on the ship?
3) <RequiredComponentType> vs. <ComponentType>
What’s significant about <RequiredComponentType> ? Wouldn’t I end up with exactly the same build with either the (a) or ( sequence?
(a)<RequiredComponentType>KineticWeapon</RequiredComponentType>
<RequiredComponentType>KineticWeapon</RequiredComponentType>
<ComponentType>BestDefense</ComponentType>
<ComponentType>InterstellarDrive</ComponentType>
<ComponentType>KineticWeapon</ComponentType>
<ComponentType>KineticWeapon</ComponentType>
(b<ComponentType>KineticWeapon</ComponentType>
<ComponentType>KineticWeapon</ComponentType>
<ComponentType>BestDefense</ComponentType>
<ComponentType>InterstellarDrive</ComponentType>
<ComponentType>KineticWeapon</ComponentType>
<ComponentType>KineticWeapon</ComponentType>