]> git.pond.sub.org Git - empserver/blob - info/Interception.t
Intercept the same all along the flight path
[empserver] / info / Interception.t
1 .TH Concept Interception
2 .NA Interception "How plane interception works"
3 .LV Expert
4 .s1
5 Each time an enemy plane (i.e. a plane owned by a country that your are
6 HOSTILE to or worse) flies into over a sector, surface ship or land
7 unit you own, planes you
8 have with the intercept ability will intercept them if:
9 .NF
10 a) The incoming plane is not stealthy, or is detected.
11 b) The sector is within 1/2 the interceptor's range (as modified
12    by the range command)
13 b) They have mobility
14 c) Their efficiency is 40 or more
15 d) They are at an appropriate place:
16         1) planes without VTOL ability must be at an airport that
17                 is at least 60% efficient.
18
19         2) planes on ships may only fly if the ship can operate
20                 that kind of aircraft.
21
22 e) There is petrol there equal to 1/2 the plane's fuel rating.
23         (rounded down)
24 .FI
25 .s1
26 Neutral and friendly planes will be reported, but not intercepted.
27 .s1
28 Before planes scramble to intercept incoming planes, flak fires (see
29 info Flak), air defense missions are executed (see info mission), and
30 any SAMs in range
31 will be launched.  One SAM is launched at each incoming plane that
32 cost at least $1000 to build.  See below for the damage that the SAM
33 does to the plane it hits.
34 .s1
35 Enemy planes will be intercepted by up to 1 more interceptor,
36 i.e. 1 plane will be intercepted by 2 (if available), 2 by 3,
37 3 by 4, etc. The highest
38 numbered planes intercept first. Incoming missiles will only be intercepted
39 by ABM's
40 .s1
41 Once the roster of attackers & interceptors is determined, attackers
42 and interceptors dogfight. First escorts & interceptors fight,
43 then planes being escorted & surviving non-aborted interceptors.
44 .s1
45 First, an attacker and a defender are chosen, then each plane on each
46 list fights once.
47 .s1
48 .L "Combat values"
49 .s1
50 The attacker's combat value is calculated by adding up his planes attack
51 value, and modifying it for efficiency, bomb-load, and stealth. The attack
52 value of the plane is multiplied times the plane's efficiency, but cannot
53 go below 1/2 of the plane-type's base value (as shown by show plane stats).
54 (If the plane's attack value
55 is 0, the defensive value is used instead, with a minimum of 1/2 the plane-
56 type's defensive value)
57 .s1
58 Two is subtracted if the attacking plane is carrying bombs.
59 .s1
60 If the plane is stealthy, stealth%/25 is added.
61 .s1
62 The defender's value is calculated in the same way, except that the
63 defensive value is always used.
64 .s1
65 .L Odds
66 .s1
67 Next, an odds ratio is calculated: (att/(def+att))*100.
68 .s1
69 .L "Combat Intensity"
70 .s1
71 Then, a combat intensity is rolled: (d20+d20+d20+d20)
72 .s1
73 .L Combat
74 For each point of combat intensity (or until both planes are dead),
75 a d100 is rolled. If the value is less than the odds, the defender
76 takes a casualty, otherwise the attacker takes a casualty.
77 .s1
78 Once all combat rolls have been made, the attacker and defender are
79 checked for aborting. If a plane is damaged below 80%, then it will
80 have a chance of aborting.  The chance to abort is (80-plane eff). (Example: a
81 plane at 70% has a 10% chance to abort.
82 .s1
83 Missiles intercepting die after the combat is done.
84 .L Example
85 .s1
86 Suppose that a fighter 2 (30% efficient, tech 154, attack value 7) is
87 conducting a recon mission. As it enters an enemy controlled sector, a
88 fighter 1 (100% efficient, tech 131, defense value 4) rises up to fight it.
89 The attacker's combat value is calculated:
90 .s1
91 .NF
92 1) 7 * (30/100) = 2.1 = 2
93
94 2) 2 is less than 1/2 the base attack value of an f2 (6), so the value
95 is changed to 3
96
97 3) The attacking plane is not stealthy. No modifier.
98
99 4) The attacking plane is not carrying bombs. No modifier.
100 .FI
101 .s1
102 The defender's defense value, calculated similarly, is 4.
103 .s1
104 The odds ratio is (3/(3+4)) = .429 = 43%
105 .s1
106 The intensity is randomly determined to be 30. A d100 is rolled 30 times.
107 Each time that is 43 or less, the defender takes a hit. Each time it is
108 44 or more, the attacker takes a hit.
109 .s1
110 In our example, the attacker takes 17, the defender 13, leaving them
111 at 13% and 87% efficiency, respectively. The attacker has an 67%
112 chance to abort, and the defender won't.  If the attacker aborts, the
113 mission is over.  Else, the attacker flies on to the next sector in
114 his flight path, perhaps to have combat again.
115 .s1
116 .L ABM's
117 ABM's do not use the normal combat procedure. They simply have a %
118 chance of destroying an incoming warhead equal to their defensive value.
119 .s1
120 .SA "Plane-types, plane, fly, recon, bomb, range, mission, Flak, Planes"