A further question: how do we assign ship damage that is inflicted by a card rather than a captain?
The example I am thinking of is the
Buccaneer 
which requires one to defeat an enemy

(

1,

1,

1). If my ship has (

2,

0,

1) then I will defeat the enemy but I will also take damage as his

is greater than my

. How should this be assigned?
I can think of 4 possibilities:
1. I assign the damage to myself. Not the best option as, human nature being what it is, I will always apply it in a way that will cause me the least harm.
2. Another Captain assigns the damage to me. Better choice but won't work for solo games.
3. Default to

if possible, applying it to the

that is most vulnerable.
4. Default to

as the option that requires the least thought.
Any guidance will be welcome.