en:spionagebericht
Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
Nächste Überarbeitung | Vorhergehende Überarbeitung | ||
en:spionagebericht [29.12.2024 14:23] – angelegt masterspiel | en:spionagebericht [29.12.2024 16:22] (aktuell) – masterspiel | ||
---|---|---|---|
Zeile 1: | Zeile 1: | ||
======Spy report====== | ======Spy report====== | ||
- | The espionage report contains the most important information such as [[en: | + | The espionage report contains the most important information such as [[en: |
- | How to read the table ? | + | \\ |
- | :!: You have sent 6 spy probes and can now see your fleet and defence. :!:\\ | + | |
+ | ^ visible^ | ||
+ | | ::: | ||
+ | ^ fleet |225 |196 |169 |144 |121 |100 |81 |64 |49 |36 |25 |16 |9 | ||
+ | ^ defense | ||
+ | ^ building |228 |199 |172 |147 |124 |103 |84 |67 |52 |39 |28 |19 |12 |7 | ||
+ | ^ resaerch |230 |201 |174 |149 |126 |105 |86 |69 |54 |41 |30 |21 |14 |@green: | ||
+ | |||
+ | |||
+ | __How to read the table ?__ | ||
+ | |||
+ | :!: You have sent 6 [[en: | ||
\\ | \\ | ||
- | Everything appears in the report from the top of the left column.\\ | + | Everything appears in the [[en: |
- | So first resources (you can always see) then fleet then defence then buildings and finally research.\\ | + | So first you see are the [[en: |
The line you see at the bottom is the most interesting one for you to look at.\\ | The line you see at the bottom is the most interesting one for you to look at.\\ | ||
\\ | \\ | ||
- | Now look in the Defence | + | let's say you see the defense by sending of 6 Spyprobs\\ |
- | Now look at the top of the same column (in this case -2).\\ | + | \\ |
- | Now you know that your opponent' | + | Look in the [[en: |
- | If you now want to see the research, you have to go down to the research row in the same column and now you know that you have to send at least 9 probes.\\ | + | Now look at the top of the same column (in this case <color #00a2e8>-2</ |
+ | That means that your opponent' | ||
+ | If you now want to see the [[en: | ||
=====Formula===== | =====Formula===== | ||
Zeile 26: | Zeile 39: | ||
'' | '' | ||
\\ | \\ | ||
- | Explanation of the formula | + | ====Explanation of the formula==== |
- | [13:55] | + | |
For all those who are not so familiar with the code line, I will translate this here. | For all those who are not so familiar with the code line, I will translate this here. | ||
- | Line 1: | + | __Line |
Sender spy level - receiver spy level (in the example, a 2 comes out here) | Sender spy level - receiver spy level (in the example, a 2 comes out here) | ||
- | Line 2: | + | __Line |
The transmitter spy level is greater than the receiver spy level ( yes = ‘-1’ and no = ‘1’ return as value ) * the difference² | The transmitter spy level is greater than the receiver spy level ( yes = ‘-1’ and no = ‘1’ return as value ) * the difference² | ||
In the example here, the result is a 4 ( 1*2²=4 ). | In the example here, the result is a 4 ( 1*2²=4 ). | ||
- | Line 3 | + | __Line 3__ \\ |
Show fleet if the number of spy probes is greater than minamount ( in our case 6 is greater than 4 ) -> fleet is shown | Show fleet if the number of spy probes is greater than minamount ( in our case 6 is greater than 4 ) -> fleet is shown | ||
- | Line 4 | + | __Line 4__ \\ |
Show defence if the number of spy probes is greater than minamount + 1 ( in our case 6 is greater than 5 ) -> defence is shown | Show defence if the number of spy probes is greater than minamount + 1 ( in our case 6 is greater than 5 ) -> defence is shown | ||
- | Line 5 | + | __Line 5__ \\ |
Show buildings if the number of spy probes is greater than minamount + 3 ( in our case 6 is not greater than 7 ) -> buildings are not shown | Show buildings if the number of spy probes is greater than minamount + 3 ( in our case 6 is not greater than 7 ) -> buildings are not shown | ||
- | Line 6 | + | __Line 6__ \\ |
Show researches if the number of spy probes is greater than minamount + 5 ( in our case 6 is not greater than 9 ) -> researches are not shown | Show researches if the number of spy probes is greater than minamount + 5 ( in our case 6 is not greater than 9 ) -> researches are not shown |
en/spionagebericht.1735482195.txt.gz · Zuletzt geändert: 29.12.2024 14:23 von masterspiel