Editing Ops
Jump to navigation
Jump to search
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 12: | Line 12: | ||
** '''Offensive operations''' (''black-ops''): spells cast to cause damage to other dominions. | ** '''Offensive operations''' (''black-ops''): spells cast to cause damage to other dominions. | ||
− | == | + | == Formulas == |
− | There are | + | There are three formulas which determine the chance of success for ops. Your Ratio and Defender Ratio here refer to the relevant Spies Per Acre (SPA) or Wizards Per Acre (WPA) found on the Statistics page of your Advisor, and are |
=== Info Ops === | === Info Ops === | ||
Line 20: | Line 20: | ||
<code>0.8^(2/((Your Ratio / Defender Ratio) * 1.4)^1.2))</code> | <code>0.8^(2/((Your Ratio / Defender Ratio) * 1.4)^1.2))</code> | ||
− | === Theft | + | === Theft Ops === |
− | <code>0. | + | <code>0.6^(2/((Attacker Ratio / Defender Ratio) * 1.2)^1.2)</code> |
− | + | === Black Ops === | |
− | + | <code>(MAX(0,(0.08 * (Attacker Ratio - Defender Ratio)))) + (((Attacker Ratio / Defender Ratio)^0.6 * 0.25)^0.6) + (MIN(0,(0.05 * (Attacker Ratio - Defender Ratio))))</code> | |
== Examples == | == Examples == | ||
Line 34: | Line 34: | ||
{| style="vertical-align: top;" | class="wikitable" | {| style="vertical-align: top;" | class="wikitable" | ||
|- | |- | ||
− | ! width=" | + | ! width="10%" | Type of Op !! width="20%" | Relative Ratios and Success !! width="70%" | Notes |
|- | |- | ||
| style="vertical-align: top;" | '''Info Ops''' | | style="vertical-align: top;" | '''Info Ops''' | ||
Line 46: | Line 46: | ||
| style="vertical-align: top;" | Having half the ratio of your target means you can somewhat reliably get information on them, if you do not mind losing spies in the process. | | style="vertical-align: top;" | Having half the ratio of your target means you can somewhat reliably get information on them, if you do not mind losing spies in the process. | ||
|- | |- | ||
− | | style="vertical-align: top;" | '''Theft | + | | style="vertical-align: top;" | '''Theft Ops''' |
| style="vertical-align: top;" | 1:4 ratio: 1.3% | | style="vertical-align: top;" | 1:4 ratio: 1.3% | ||
− | 1:2 ratio: | + | 1:2 ratio: 15.2% |
− | 1:1 ratio: | + | 1:1 ratio: 44.0% |
− | 2:1 ratio: | + | 2:1 ratio: 70.0%. |
− | | style="vertical-align: top;" | | + | | style="vertical-align: top;" | It is only when you have an equal ratio, or close to it, that thieving becomes worthwhile for you to do, depending on what your target has stocked up and how hard you need what you're trying to steal. |
− | | | + | |- |
+ | | style="vertical-align: top;" | '''Black Ops''' | ||
+ | | style="vertical-align: top;" | 1:4 ratio: 18-23% | ||
+ | |||
+ | 1:2 ratio: 30-35% | ||
− | + | 1:1 ratio: 43.5% | |
− | |||
− | |||
− | |||
− | + | 2:1 ratio: 58-65%. | |
+ | | style="vertical-align: top;" | It is generally easier to do some blackops from a lower ratio than to steal, while at higher ratios, you are slightly less likely to be successful. | ||
− | + | Black Ops, both war (e.g. Fireball and Magic Snare) and non-War (e.g. Insect Swarm and Assassinate Drafts) are slightly more likely to go through if you and your target have higher absolute ratios. Trying to sink someone on 0.25 SPA when you have 0.5 SPA yourself will result in a lower success rate than trying to sink a 1 SPA target when you have 2 SPA. This is why there is a slight inaccuracy for most ratios, and trying to do so on very low or very high absolute ratios will cause lower or higher success rates than mentioned here. | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
|} | |} | ||
− | |||
− | |||
== See Also == | == See Also == | ||
− | |||
− | |||
* [[Op Center]] | * [[Op Center]] | ||
* [[OP]] ([[Offensive power]]) | * [[OP]] ([[Offensive power]]) |