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