1 /* $NetBSD: pl_3.c,v 1.19 2009/03/14 22:52:52 dholland Exp $ */
4 * Copyright (c) 1983, 1993
5 * The Regents of the University of California. All rights reserved.
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions
10 * 1. Redistributions of source code must retain the above copyright
11 * notice, this list of conditions and the following disclaimer.
12 * 2. Redistributions in binary form must reproduce the above copyright
13 * notice, this list of conditions and the following disclaimer in the
14 * documentation and/or other materials provided with the distribution.
15 * 3. Neither the name of the University nor the names of its contributors
16 * may be used to endorse or promote products derived from this software
17 * without specific prior written permission.
19 * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
20 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
21 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
22 * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
23 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
24 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
25 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
26 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
27 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
28 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
32 #include <sys/cdefs.h>
35 static char sccsid
[] = "@(#)pl_3.c 8.1 (Berkeley) 5/31/93";
37 __RCSID("$NetBSD: pl_3.c,v 1.19 2009/03/14 22:52:52 dholland Exp $");
52 int index
, rakehim
, sternrake
;
53 int hhits
= 0, ghits
= 0, rhits
= 0, chits
= 0;
56 int guns
, car
, ready
, shootat
, hit
;
63 for (n
= 0; n
< 3; n
++) {
64 if (mf
->OBP
[n
].turnsent
)
65 men
+= mf
->OBP
[n
].mensent
;
67 for (n
= 0; n
< 3; n
++) {
68 if (mf
->DBP
[n
].turnsent
)
69 men
+= mf
->DBP
[n
].mensent
;
72 crew
[0] = men
/100 ? 0 : crew
[0] != 0;
73 crew
[1] = (men
%100)/10 ? 0 : crew
[1] != 0;
74 crew
[2] = men
%10 ? 0 : crew
[2] != 0;
76 for (r
= 0; r
< 2; r
++) {
88 if ((!guns
&& !car
) || load
== L_EMPTY
||
89 (ready
& R_LOADED
) == 0)
91 if (mf
->struck
|| !crew
[2])
93 closest
= closestenemy(ms
, (r
? 'r' : 'l'), 1);
96 if (closest
->file
->struck
)
98 target
= range(ms
, closest
);
99 if (target
> rangeofshot
[load
] || (!guns
&& target
>= 3))
101 Signal("$$ within range of %s broadside.",
102 closest
, r
? "right" : "left");
103 if (load
> L_CHAIN
&& target
< 6) {
104 switch (sgetch("Aim for hull or rigging? ",
105 (struct ship
*)0, 1)) {
114 Msg("'Avast there! Hold your fire.'");
117 if (sgetch("Fire? ", (struct ship
*)0, 1) == 'n') {
119 Msg("Belay that! Hold your fire.");
126 rakehim
= gunsbear(ms
, closest
) && !gunsbear(closest
, ms
);
127 temp
= portside(closest
, ms
, 1) - closest
->file
->dir
+ 1;
132 sternrake
= temp
> 4 && temp
< 6;
135 Msg("Raking the %s!", closest
->shipname
);
137 Msg("Stern Rake! %s splintering!",
143 index
= (index
- 1)/3;
144 index
= index
> 8 ? 8 : index
;
146 hit
= HDT
[index
][target
-1];
148 hit
= HDTrake
[index
][target
-1];
149 if (rakehim
&& sternrake
)
151 hit
+= QUAL
[index
][mc
->qual
-1];
152 for (n
= 0; n
< 3 && mf
->captured
== 0; n
++)
159 if (ready
& R_INITIAL
) {
165 if (mf
->captured
!= 0) {
171 hit
+= AMMO
[index
][load
- 1];
172 if (((temp
= mc
->class) >= 5 || temp
== 1) && windspeed
== 5)
174 if (windspeed
== 6 && temp
== 4)
176 if (windspeed
== 6 && temp
<= 3)
183 const struct Tables
*t
;
186 t
= &(shootat
== RIGGING
? RigTable
: HullTable
)
192 if (closest
->file
->FS
)
194 if (load
== L_CHAIN
) {
199 table(ms
, closest
, shootat
, load
, hit
, roll
);
201 Msg("Damage inflicted on the %s:", closest
->shipname
);
202 Msg("\t%d HULL, %d GUNS, %d CREW, %d RIGGING",
203 hhits
, ghits
, chits
, rhits
);
206 mf
->readyL
= R_EMPTY
;
209 mf
->readyR
= R_EMPTY
;
213 Msg("Unable to fire %s broadside", r
? "right" : "left");
224 if (sp
== ms
|| sp
->file
->dir
== 0)
226 if (range(ms
, sp
) > 1 && !grappled2(ms
, sp
))
228 switch (sgetch("Attempt to grapple or ungrapple $$: ",
232 || ms
->nationality
== capship(sp
)->nationality
) {
233 send_grap(ms
, sp
->file
->index
);
234 send_grap(sp
, player
);
235 Msg("Attempt succeeds!");
236 makesignal(ms
, "grappled with $$", sp
);
238 Msg("Attempt fails.");
241 for (i
= grappled2(ms
, sp
); --i
>= 0;) {
243 == capship(sp
)->nationality
245 cleangrapple(ms
, sp
, 0);
246 Msg("Attempt succeeds!");
247 makesignal(ms
, "ungrappling with $$",
250 Msg("Attempt fails.");
264 if (fouled2(ms
, to
) == 0)
266 if (sgetch("Attempt to unfoul with the $$? ", to
, 1) != 'y')
268 for (i
= fouled2(ms
, to
); --i
>= 0;) {
269 if (dieroll() <= 2) {
270 cleanfoul(ms
, to
, 0);
271 Msg("Attempt succeeds!");
272 makesignal(ms
, "Unfouling $$", to
);
274 Msg("Attempt fails.");