Precedence of escort definitions
Posted: Thu Aug 11, 2016 10:30 pm
If I have this in my shipdata.plist
Would the second definition have escort_roles or would the "escorts" override it?
Code: Select all
{
"myship_default" = {
... some settings ...
escort_roles = (
{role:"escort-light"; min:-2; max:2;}
);
};
"myship_second" = {
... some settings ...
like_ship = "myship_default";
escorts = 0;
};
}