21 super(
manager, guideToTarget ? 40 : 20);
25 float circleRadius =
genFloat(300f, 400f);
33 SectorEntityToken e = pf.getContainingLocation().createToken(
new Vector2f(other.getLocation()));
34 other.addAssignment(FleetAssignment.ORBIT_AGGRESSIVE,
35 e, 10f + 20f * random.nextFloat(),
"investigating anomalous readings");
42 other.addAssignment(FleetAssignment.ORBIT_AGGRESSIVE,
43 entity, 10f + 20f * random.nextFloat(),
"investigating sensor ghost");
45 addBehavior(
new GBIntercept(pf, 10f, (
int)Math.round(other.getFleetData().getBurnLevel()) + 1, 100f,
true));