X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=Nades.md;h=5a35d70341257106cbcf8e1f2d709cf2332f5b47;hb=9c133fa7921f8eb33b680a834eb913a06e72ce5f;hp=cdf3953799e63bd9dd7d2955ba40ac646e685386;hpb=92cea5974ff360605308bbd15e8035ab5ed19972;p=xonotic%2Fxonotic.wiki.git diff --git a/Nades.md b/Nades.md index cdf3953..5a35d70 100644 --- a/Nades.md +++ b/Nades.md @@ -1,68 +1,76 @@ # Nades -Come in a variety of types. The offhand hook bind or drop weapon bind throws the grenade. Hold the throw key E to cook the nade. (*NOTE: If you have a Grappling Hook weapon with you, you will have to press the G key once to throw it and then press it again when you want to throw the nade. Due to development reasons, the Grappling Hook only can be used with the E key as the main key, so it was developed to avoid errors in the game.*) Press F8 to switch nade types. +Come in a variety of types. The offhand hook bind or drop weapon bind throws the grenade. Hold the throw key E to throw the nade. (*NOTE: If you have a Grappling Hook weapon with you, you will have to press the G key once to throw it and then press it again when you want to throw the nade. Due to development reasons, the Grappling Hook only can be used with the E key as the main key, so it was developed to avoid errors in the game.*) Press F8 to switch nade types. # Nade types ## Normal -![Normal nade](uploads/49d1fa684ecd673367b4f3294195a37f/normal.png) -![Normal boom](uploads/1b9a2ab2a1f5a3138b45d12830910c02/normalboom.png) +normalnade + +normalboom Frag grenade. Explodes. ## Napalm -![Napalm nade](uploads/a90778308bad9c09bf02be9cdb760f76/napalm.png) -![Napalm boom](uploads/ca2ff9f964f1836eaa2550c5ab918c85/napalmboom.png) +napalm + +napalmboom Shoots several napalm globs in a circle around the nade. Touching these will ignite players and likely kill them. ## Nitro -![Nitro nade](uploads/7deb9e6cb017bcc91ab2e4687a358b6a/nitro.png) -![Nitro boom](uploads/8195594de91adce2c8f62f9819c8e861/nitroboom.png) +nitro + +nitroboom Freezes enemies in a large radius. Lethal. ## Translocate -![Translocate nade](uploads/dbc9799a7d5caa91d6172b21e61f205e/translocate.png) -![Translocate boom](uploads/a686abf53ed2a7c0c39d264fce1a15bc/translocateboom.png) +translocate + +translocateboom Teleports the player to where the nade "explodes". ## Spawn -![Spawn nade](uploads/3042d31bb8a054ea7e177f6110570fb7/spawnnade.png) +spawnnade Creates a spawn point that can be respawned on three times. It's useful when you need to go back in the point where you want to start after died, instead starting in the main points. ## Healing -![Healing nade](uploads/a6789a82865f41522bfaa150e9c2bbc8/healing.png) -![Healing boom](uploads/5df5aca2975cb939a9f091574ea12d6f/healingboom.png) +healing + +healingboom Regenerates health in a large radius around the nade. ## Entrap -![Entrap nade](uploads/01d68ab92d511e0a8ee5c0e0905609ab/entrap.png) -![Entrap boom](uploads/b88705357f80b8216aff7fd545baa94f/entrapboom.png) +entrap + +entrapboom Slows movement within a large radius for 12 seconds. Makes the balls' gravity fall faster when they are inside the orb. In the orb, you will see that the electro balls fall quicker inside and rockets / bullets are slowing down. ## Veil -![Veil nade](uploads/e1f01cf95af8e73403a7652836427195/veil.png) -![Veil boom](uploads/a696bd29d305c0d58ec1a6c18cbaae0b/veilboom.png) +veil + +veilboom It creates an orb which makes invisible to the players whose are on the side of the one who has thrown(in TDM, CTF, team gamemodes) during a time. # Pokenade -![Monster nade](uploads/fbdb7eb49088219c3acc3095e4254a6a/monsternade.png) -![Monster boom](uploads/6441f147f90aba34812ebc3cb733caa7/monsternadeboom.png) +monsternade + +monsternadeboom Spawns a monster. Four monsters can be alive at one time. Options include: @@ -132,4 +140,4 @@ If you are creating a server for yourself, to play with the nades, you need to a `set g_nades_ice_explode 1 // Whether the ice nade should explode again once the ice field dissipated` -After setting all this, it can be necessary to restart the server, use `restart` command to apply the changes. Instead doing this manually, you can put those variables in a *.cfg* file. Save the variables inside *nades.cfg* empty file and save it in *xonotic/data* folder. In the game, when you are playing in your own server, execute in the console: `exec nades.cfg` and restart if it's necessary. \ No newline at end of file +After setting all this, it can be necessary to restart the server, use `restart` command to apply the changes. Instead doing this manually, you can put those variables in a *.cfg* file. Save the variables inside *nades.cfg* empty file and save it in *xonotic/data* folder. In the game, when you are playing in your own server, execute in the console: `exec nades.cfg` and restart if necessary. \ No newline at end of file