Home | History | Annotate | Download | only in sail

Lines Matching refs:specs

88 		crew[0] = sp->specs->crew1 != 0;
89 crew[1] = sp->specs->crew2 != 0;
90 crew[2] = sp->specs->crew3 != 0;
99 switch (sp->specs->class - sq->specs->class) {
158 menfrom = from->specs->crew1
159 + from->specs->crew2
160 + from->specs->crew3;
167 fromstrength = menfrom * fromcap->specs->qual;
168 strengthto = mento * tocap->specs->qual;
185 fromstrength = menfrom * fromcap->specs->qual;
186 strengthto = mento * tocap->specs->qual;
208 ? from->specs->pts
209 : 2 * from->specs->pts);
212 topoints = 2 * from->specs->pts + to->file->points;
214 topoints -= from->specs->pts;
281 crew[0] = sp->specs->crew1;
282 crew[1] = sp->specs->crew2;
283 crew[2] = sp->specs->crew3;
304 guns = sp->specs->gunR;
305 car = sp->specs->carR;
308 guns = sp->specs->gunL;
309 car = sp->specs->carL;
359 hit += QUAL[indx][capship(sp)->specs->qual - 1];
385 temp = sp->specs->class;
418 net = (float)s->file->points / s->specs->pts;