Help - how to specify escort ships in shipdata.plist
Posted: Thu Aug 21, 2014 2:25 pm
I'm trying to spawn an anaconda with my specified escorts. I'm using Oolite v 1.80
If I use in shipdata (below) a like_ship as a constrictor, for example, I correctly spawn a constrictor with 2 kraits.
however if I change the like_ship to anaconda - instead of 2 kraits I get varying numbers of other types of ship as escorts.
Is there a command I can add that forces the anaconda to have the escort ships I want?
{
"dgship" =
{
"ai_type" = "route1traderAI.plist";
// like_ship = "oolite_template_constrictor";
like_ship = "oolite_template_anaconda";
beacon = "dgship";
escort-ship = "krait";
escorts = 2;
name = "dgship";
roles = "dgship";
};
}
If I use in shipdata (below) a like_ship as a constrictor, for example, I correctly spawn a constrictor with 2 kraits.
however if I change the like_ship to anaconda - instead of 2 kraits I get varying numbers of other types of ship as escorts.
Is there a command I can add that forces the anaconda to have the escort ships I want?
{
"dgship" =
{
"ai_type" = "route1traderAI.plist";
// like_ship = "oolite_template_constrictor";
like_ship = "oolite_template_anaconda";
beacon = "dgship";
escort-ship = "krait";
escorts = 2;
name = "dgship";
roles = "dgship";
};
}