Difference between revisions of "Sudden Death"

From Worms Knowledge Base

Jump to: navigation, search
(Flooding speed: Figured out the formula to get the Water Rise Speed from the Water Rise Byte Value, didn't figure out the reverse formula yet though.)
(14 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{ParentArticle|[[Schemes]]}}
+
{{ParentArticle|[[Game logic]]}}
 +
== Sudden Death options ==
  
I'M SORRY!!!!!!!! I THINK I DELETED THE ORIGINAL SUDDEN DEATH INFORMATION. I TOUGHT I COULD DO ANOTHER PAGE EXCLUSIVE FOR THE SUDDEN DEATH SCHEME. PLEASE IF SOMEONE PUT THE NORMAL SUDDEN DEATH INFORMATION AGAIN TO FIX MY STUPID MISTAKE, I'LL SLEEP IN PEACE. AND PLEASE FORGIVE ME. THIS IS THE FIRST TIME I EDITED SOMETHING HERE. THE SUDDEN DEATH INFORMATION WAS SO COMPLETE... I AM REALLY AN IDIOT.
+
The available options for Sudden Death are:
  
 +
* Round ends (the strongest team wins)
 +
* Worm health reduced to a single point on all worms
 +
* Nuclear bomb (worms are [[poison]]ed, but unlike the Nuclear Bomb weapon, no flooding occurs)
 +
* No energy is lost
  
== Sudden Death (the scheme) ==
+
An additional option, independent of those above, controls the speed at which the water rises at Sudden Death (see flooding speed section below)
{{Game setup|file=Sudden Death.wsc|scheme=Sudden Death|map=Can be any normal map but it's recomended that you play with a normal open map with very high ground|worms=Usually play with 18, but can be few or a lot, as the hoster wish}}
+
  
This scheme start the game with Sudden Death (1 HP for each worm, water rise level 2). The Mines are instant (0 seconds), you can choose the position of the worms (and do suicides before start the match too), the weapons ammo are few and there's only weapons that need skill to use (without napalm, air strike, pidgey or similar). Crates may appear sometimes with more ammo. The scheme is one shot one kill and it's very fast!
+
== Timing of Sudden Death ==
  
This scheme was created by FoxHound (the idea of the game too), with the opinion help of Molotow that helped the scheme become even better.
+
* Sudden Death always occurs between turns, never during a turn.
 +
* Sudden Death never occurs before the Sudden Death clock runs to zero.
 +
* Sudden Death will not always occur immediately after the turn during which the clock runs to zero. Rather, the precise timing of Sudden Death is determined randomly, and will occur after one of the turns shortly afterwards. (elaboration needed)
 +
 
 +
== Flooding speed ==
 +
 
 +
Using an external scheme editor, the byte value which controls the speed of flooding at sudden death can be changed to values other than 0, 1, 2, or 3. The following table shows the available flooding speeds and their corresponding byte values; the formula being WRSPEED = ((WRBYTE pow 2) * 5) mod 256.
 +
 
 +
{| class="toccolours collapsible collapsed" width="220px"
 +
|-
 +
!colspan="2"| Click show to expand
 +
|-
 +
|
 +
{| class="sortable" style="text-align: right;"
 +
|-
 +
! Byte value
 +
! Flooding speed<br/>(pixels per turn)
 +
|-
 +
| 0 || 0
 +
|-
 +
| 1 || 5
 +
|-
 +
| 19 || 13
 +
|-
 +
| 2 || 20
 +
|-
 +
| 55 || 21
 +
|-
 +
| 43 || 29
 +
|-
 +
| 47 || 37
 +
|-
 +
| 3 || 45
 +
|-
 +
| 26 || 52
 +
|-
 +
| 25 || 53
 +
|-
 +
| 27 || 61
 +
|-
 +
| 8 || 64
 +
|-
 +
| 33 || 69
 +
|-
 +
| 13 || 77
 +
|-
 +
| 4 || 80
 +
|-
 +
| 18 || 84
 +
|-
 +
| 23 || 85
 +
|-
 +
| 11 || 93
 +
|-
 +
| 15 || 101
 +
|-
 +
| 29 || 109
 +
|-
 +
| 22 || 116
 +
|-
 +
| 57 || 117
 +
|-
 +
| 5 || 125
 +
|-
 +
| 63 || 133
 +
|-
 +
| 45 || 141
 +
|-
 +
| 30 || 148
 +
|-
 +
| 9 || 149
 +
|-
 +
| 21 || 157
 +
|-
 +
| 17 || 165
 +
|-
 +
| 61 || 173
 +
|-
 +
| 6 || 180
 +
|-
 +
| 39 || 181
 +
|-
 +
| 37 || 189
 +
|-
 +
| 31 || 197
 +
|-
 +
| 51 || 205
 +
|-
 +
| 12 || 208
 +
|-
 +
| 14 || 212
 +
|-
 +
| 41 || 213
 +
|-
 +
| 53 || 221
 +
|-
 +
| 49 || 229
 +
|-
 +
| 35 || 237
 +
|-
 +
| 10 || 244
 +
|-
 +
| 7 || 245
 +
|-
 +
| 59 || 253
 +
|}
 +
|}

Revision as of 16:37, 31 October 2012

(Up to Game logic)

Sudden Death options

The available options for Sudden Death are:

  • Round ends (the strongest team wins)
  • Worm health reduced to a single point on all worms
  • Nuclear bomb (worms are poisoned, but unlike the Nuclear Bomb weapon, no flooding occurs)
  • No energy is lost

An additional option, independent of those above, controls the speed at which the water rises at Sudden Death (see flooding speed section below)

Timing of Sudden Death

  • Sudden Death always occurs between turns, never during a turn.
  • Sudden Death never occurs before the Sudden Death clock runs to zero.
  • Sudden Death will not always occur immediately after the turn during which the clock runs to zero. Rather, the precise timing of Sudden Death is determined randomly, and will occur after one of the turns shortly afterwards. (elaboration needed)

Flooding speed

Using an external scheme editor, the byte value which controls the speed of flooding at sudden death can be changed to values other than 0, 1, 2, or 3. The following table shows the available flooding speeds and their corresponding byte values; the formula being WRSPEED = ((WRBYTE pow 2) * 5) mod 256.

Personal tools