Combat Basics: Difference between revisions

From War.app Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(37 intermediate revisions by 10 users not shown)
Line 1: Line 1:
The attack system is very simple. Each army that attacks has a 60% chance at killing one defending army. If all the defending armies are killed, the territory is captured and all the attacking armies move to occupy the destination territory.
'''Combat Basics''' describes the default combat system used in War.app.
For example, if you attack with 10, you will kill, on average, 6 armies. This is why you generally want to attack with at least double the number of armies the defender has.
Defenders also get an opportunity to kill attacking armies. Each defending army has a 70% chance at killing one of the attacking armies.
Generally, you always want to have overwhelming numbers in every battle you participate in. Clearly, however, this isn't always possible, so you must pick and choose your fights to make the most effective use of your armies.
==Example 1==
15 armies attack a territory that has 6 armies.
The attacking 15 armies could have killed between 0 and 15, but on average they will kill 9 (60% of 15). Let's say they kill 9 armies.
The defenders could kill between 0 and 6 of the attacking 15 armies, but on average they will kill 4 or 5 (70% of 6). Let's say they kill 5 armies.
5 of the attacking armies die and all 6 of the defending armies die. Since all the defenders died, the remaining 10 attacking armies take control of the defending territory.


==Example 2==
By default, combat contains no randomness. Every battle will always produce the same result given the same number of attacking and defending armies. For games that use randomized combat, see [[Random Combat]].
25 armies attack a territory that has 20 armies.
The attacking 25 armies could have killed between 0 and 25, but on average they will kill 15 (60% of 25). Let's say they kill 15 armies.
The defenders could kill between 0 and 20 of the attacking 25 armies, but on average they will kill 14 (70% of 20). Let's say they kill 15 armies.
15 of the attacking armies die and 15 of the defending armies die. Since 5 defenders lived, the territory is not captured. The remaining 10 attacking armies retreat back to their territory of origin.


==Note==
== Attacks and Transfers ==
The calculations on this page assume that the game's luck modifier is set to 100%. To see how the [[Luck Modifier|luck modifier]] changes the calculations, see the [[Luck Modifier|Luck Modifier Page]]. Also, the [[offense and defense kill rates]] can be overridden by game creators, so check the settings on your game to be sure.


Within the game Warlight supplies an Analyze function. This function can be accessed when attacks/transfers are defined (Phase 2 of a turn) by pressing the Analyze button of the Attacks/Transfers - popup window and shows how probable it is for an attack to succeed. This function takes into account the luck modifier. For example in a game with following settings:
Attack/transfer orders become transfers if the destination territory is owned by you or one of your teammates.


75% luck / 60% attack kill rate / 70% defense kill rate (default settings)
Otherwise, the order becomes an attack.


an attack with '''3''' troops on a neutral with 2 troops succeeds with '''69%''' probability
== How Combat Works ==


an attack with '''4''' troops on a neutral with 2 troops succeeds with '''88%''' probability
Combat is simultaneous. During an attack, both the attackers and defenders deal damage to each other at the same time.


an attack with '''5''' troops on a neutral with 2 troops succeeds with '''95%''' probability
By default:


and you need at least '''8''' troops to attack a neutral to get a '''100%''' probability of success
* Each attacking army kills 0.6 defending armies.
* Each defending army kills 0.7 attacking armies.


==See Also==
Since there is no randomness, the result can always be calculated in advance.
 
For example:
 
* 10 attacking armies kill 6 defenders.
* 20 attacking armies kill 12 defenders.
* 50 attacking armies kill 30 defenders.
 
If all defending armies are eliminated, the territory is captured and occupied by the surviving attacking armies.
 
If at least one defender survives, the attack fails and the surviving attackers remain on their original territory.
 
== Examples ==
 
=== Capturing a Territory ===
 
Suppose 10 armies attack a territory defended by 5 armies.
 
* The attackers kill 6 defenders.
* The defenders kill 4 attackers.
 
Since all 5 defenders are eliminated, the territory is captured.
 
The 6 surviving attackers move into the conquered territory.
 
=== Failed Attack ===
 
Suppose 10 armies attack a territory defended by 10 armies.
 
* The attackers kill 6 defenders.
* The defenders kill 7 attackers.
 
Four defenders survive, so the territory is not captured.
 
The 3 surviving attackers remain on their original territory.
 
== Rounding ==
 
Combat calculations do not always result in whole numbers.
 
For example, 7 attacking armies deal 4.2 kills, while 3 defending armies deal 2.1 kills.
 
By default, War.app uses '''Straight Round''' rounding, which rounds values to the nearest whole number.
 
Under these settings:
 
* 4.2 rounds to 4.
* 2.1 rounds to 2.
* 4.7 rounds to 5.
 
Some games may use different rounding methods. See [[Random Combat]] and [[Rounding Mode]] for details.
 
 
== One Army Must Stand Guard ==
 
Some games enable the '''One Army Must Stand Guard''' setting.
 
When enabled, at least one army must remain on every territory. This means you can attack or transfer with at most one fewer army than are currently stationed on the territory.
 
For example, a territory containing 10 armies may attack with at most 9 armies.
 
=== Mutual Destruction ===
 
If all attacking and defending armies are eliminated in the same battle, the attack fails and one defending army is resurrected.
 
This most commonly occurs when attacking a territory defended by a single army with a single attacking army.  Because of this rule, attacking a 1 with a 1 is ineffective when One Army Must Stand Guard is enabled.
 
 
== Analyze Attack ==
 
Use the '''Analyze Attack''' button from the game menu to preview the exact outcome of attacks under the current game settings.
 
Because default combat is deterministic, Analyze Attack can show the precise result of every battle before it occurs.
 
== See Also ==
 
* [[Random Combat]]
* [[Luck Modifier]]
* [[Luck Modifier]]
* [[Offense and defense kill rates]]
* [[Rounding Mode]]
* [[Analyze Graphs]]


[[Category:Gameplay]]
[[Category:Gameplay]]

Latest revision as of 02:53, 13 June 2026

Combat Basics describes the default combat system used in War.app.

By default, combat contains no randomness. Every battle will always produce the same result given the same number of attacking and defending armies. For games that use randomized combat, see Random Combat.

Attacks and Transfers

Attack/transfer orders become transfers if the destination territory is owned by you or one of your teammates.

Otherwise, the order becomes an attack.

How Combat Works

Combat is simultaneous. During an attack, both the attackers and defenders deal damage to each other at the same time.

By default:

  • Each attacking army kills 0.6 defending armies.
  • Each defending army kills 0.7 attacking armies.

Since there is no randomness, the result can always be calculated in advance.

For example:

  • 10 attacking armies kill 6 defenders.
  • 20 attacking armies kill 12 defenders.
  • 50 attacking armies kill 30 defenders.

If all defending armies are eliminated, the territory is captured and occupied by the surviving attacking armies.

If at least one defender survives, the attack fails and the surviving attackers remain on their original territory.

Examples

Capturing a Territory

Suppose 10 armies attack a territory defended by 5 armies.

  • The attackers kill 6 defenders.
  • The defenders kill 4 attackers.

Since all 5 defenders are eliminated, the territory is captured.

The 6 surviving attackers move into the conquered territory.

Failed Attack

Suppose 10 armies attack a territory defended by 10 armies.

  • The attackers kill 6 defenders.
  • The defenders kill 7 attackers.

Four defenders survive, so the territory is not captured.

The 3 surviving attackers remain on their original territory.

Rounding

Combat calculations do not always result in whole numbers.

For example, 7 attacking armies deal 4.2 kills, while 3 defending armies deal 2.1 kills.

By default, War.app uses Straight Round rounding, which rounds values to the nearest whole number.

Under these settings:

  • 4.2 rounds to 4.
  • 2.1 rounds to 2.
  • 4.7 rounds to 5.

Some games may use different rounding methods. See Random Combat and Rounding Mode for details.


One Army Must Stand Guard

Some games enable the One Army Must Stand Guard setting.

When enabled, at least one army must remain on every territory. This means you can attack or transfer with at most one fewer army than are currently stationed on the territory.

For example, a territory containing 10 armies may attack with at most 9 armies.

Mutual Destruction

If all attacking and defending armies are eliminated in the same battle, the attack fails and one defending army is resurrected.

This most commonly occurs when attacking a territory defended by a single army with a single attacking army. Because of this rule, attacking a 1 with a 1 is ineffective when One Army Must Stand Guard is enabled.


Analyze Attack

Use the Analyze Attack button from the game menu to preview the exact outcome of attacks under the current game settings.

Because default combat is deterministic, Analyze Attack can show the precise result of every battle before it occurs.

See Also