Home | History | Annotate | Download | only in trek

Lines Matching refs:Ship

125 	Param.energy = Ship.energy = 5000;
126 Param.torped = Ship.torped = 10;
127 Ship.ship = ENTERPRISE;
128 Ship.shipname = "Enterprise";
129 Param.shield = Ship.shield = 1500;
131 Param.reserves = Ship.reserves = (6 - Game.skill) * 2.0;
132 Param.crew = Ship.crew = 387;
133 Param.brigfree = Ship.brigfree = 400;
134 Ship.shldup = 1;
135 Ship.cond = GREEN;
136 Ship.warp = 5.0;
137 Ship.warp2 = 25.0;
138 Ship.warp3 = 125.0;
139 Ship.sinsbad = 0;
140 Ship.cloaked = 0;
217 Ship.sectx = ranf(NSECTS);
218 Ship.secty = ranf(NSECTS);
269 Ship.quadx = ix;
270 Ship.quady = iy;