]> git.xonotic.org Git - xonotic/xonotic.wiki.git/commitdiff
More structured
authorWuzzy <wuzzy2@mail.ru>
Sat, 9 Nov 2019 18:48:59 +0000 (18:48 +0000)
committerWuzzy <wuzzy2@mail.ru>
Sat, 9 Nov 2019 18:48:59 +0000 (18:48 +0000)
InstaGib.md

index 8bcb80b59e2861919d90ba57f52c6b9697d2204d..8078ada07f2319f0aa87de1c509fe9f08f3c7131 100644 (file)
@@ -1,25 +1,37 @@
-InstaGib Mutator:
-=================
+InstaGib
+========
 
 Overview
 --------
 
-InstaGib replaces all weaponry with the [Vaporizer](Weapons#vaporizer). It is a powerful hitscan weapon that will immediately kill the target player in one shot (unless they got an extra life). InstaGib is a popular mutator that mixes well with almost all game modes and may be included in many Xonotic servers. When participating in an InstaGib match, one must have particularly good aim and conserve shots whenever possible.
+InstaGib replaces all weaponry with the [Vaporizer](Weapons#vaporizer). It is a powerful hitscan weapon that will immediately kill the target player in one shot (unless they got an extra life).
+
+InstaGib is a popular mutator that mixes well with almost all game modes and may be included in many Xonotic servers. When participating in an InstaGib match, one must have particularly good aim and conserve shots whenever possible. Because if you run out of ammo for 10 seconds, you will die
 
 Rules
 -----
 
-* Everyone gets the Vaporizer with 10 cells (=10 shots)
-* If you run out of ammo and don't find new ammo for 10 seconds, you die and lose a point
-* Strength [powerup](Powerups) is replaced by Invisibility
-* Shield powerup is replaced by Speed
-* [Mega Health](Items) is replaced by Extra Life
-* The cells [item](Items) only gives you 5 cells
+* Vaporizer:
+    * Everyone gets the Vaporizer with 10 cells
+    * The Vaporizer consumes 1 cell per shot
+    * A dropped Vaporizer weapon gives you 10 cells
+    * The cells [item](Items) only gives you 5 cells
+    * If you don't have ammo for 10 seconds, you die and might lose a point due to suicide
+    * The secondary fire of the Vaporizer doesn't deal damage
+* Items and powerup replacements:
+    * Strength [powerup](Powerups) is replaced by Invisibility
+    * Shield powerup is replaced by Speed
+    * [Mega Health](Items) is replaced by Extra Life
+* New items and powerups:
+    * Invisibility: Makes you (nearly) invisible for 30 seconds
+    * Speed: Greatly increases your movement for 30 seconds
+    * Extra Life: Grants you one or more extra lives (amount depends on settings). Extra lives act like armor, when you got hit with an extra life left, you will survive the shot
 
-Details
+Hints
 ---------------
--   Power cell ammunition may be difficult to find on some maps, but can be picked up readily from a downed player.
--   InstaGib has some unique collectibles:
-    - Invisibility: Makes you (nearly) invisible for 30 seconds
-    - Speed: Greatly increases your movement for 30 seconds
-    - Extra Life: Grants you one or more extra lives (amount depends on settings). Extra lives act like armor, when you got hit with an extra life left, you will survive the shot but suffer a very strong pushbash
\ No newline at end of file
+* Cells ammunition may be difficult to find on some maps, but can be picked up readily from a downed player.
+
+CVar
+----
+
+InstaGib is enabled with the [CVar](CVars) `g_instagib`.
\ No newline at end of file