Attacking planets: Difference between revisions
(→Spies) |
No edit summary |
||
Line 18: | Line 18: | ||
=== YAAAA! === | === YAAAA! === | ||
== Alternate scenarios == | |||
If you attack with troops while fighters are still present on the planet, the fighters will take out anywhere between 9 and 43 troops per fighter.<ref>GECMDS.C, lines 3659-3668</ref> | |||
== Spies == | == Spies == | ||
Spies level of confidence is random number between 50 and 98.<ref>GEPLANET.C line 168: d_odds = 50.0+rndm(48.0);</ref> For example, if the spy has a level of confidence of 75, the amount of an item reported can be anywhere between 75% of the actual amount and 125% of the actual amount.<ref>GEPLANET.C line 176: d_rptcnt = d_itemcnt - (d_itemcnt*rndm(d_odds)) + (d_itemcnt*rndm(d_odds));</ref> | Spies level of confidence is random number between 50 and 98.<ref>GEPLANET.C line 168: d_odds = 50.0+rndm(48.0);</ref> For example, if the spy has a level of confidence of 75, the amount of an item reported can be anywhere between 75% of the actual amount and 125% of the actual amount.<ref>GEPLANET.C line 176: d_rptcnt = d_itemcnt - (d_itemcnt*rndm(d_odds)) + (d_itemcnt*rndm(d_odds));</ref> |
Revision as of 17:51, 8 May 2024
Stages
Preparation
Fighters take out fighters
Fighters take out fighters and other items
Fighters take out fighters, and some return
No more fighters
Troops take out troops
Troops take out troops and other items
Troops take out troops, and some return
YAAAA!
Alternate scenarios
If you attack with troops while fighters are still present on the planet, the fighters will take out anywhere between 9 and 43 troops per fighter.[1]
Spies
Spies level of confidence is random number between 50 and 98.[2] For example, if the spy has a level of confidence of 75, the amount of an item reported can be anywhere between 75% of the actual amount and 125% of the actual amount.[3]