VisualGearTypes: More text
authorWuzzy
Fri, 09 Feb 2018 20:47:25 +0000
changeset 1163 1893051766fe
parent 1162 f42906890b68
child 1164 3885b13d8ec8
VisualGearTypes: More text
VisualGearTypes.wiki
--- a/VisualGearTypes.wiki	Fri Feb 09 20:42:03 2018 +0000
+++ b/VisualGearTypes.wiki	Fri Feb 09 20:47:25 2018 +0000
@@ -1,9 +1,9 @@
 #summary List of all visual gear types
 
-This is a list of available visual gear types.
+This is a list of available visual gear types, as of 0.9.23.
 
 For a current list of the visual gear types look at `hedgewars/uTypes.pas` at
-the `TVisualGearType` enumeration: https://hg.hedgewars.org/hedgewars/file/default/hedgewars/uTypes.pas#l112
+the `TVisualGearType` enumeration: https://hg.hedgewars.org/hedgewars/file/default/hedgewars/uTypes.pas#l115
 
 = List of visual gear types =
 == Environment ==
@@ -31,14 +31,14 @@
 == Weapons and projectiles ==
 || *Variable name* || *Short description* ||
 || `vgtNote` || Piano note ||
-|| `vgtBeeTrace` || Particles from bee, random colored flower ||
+|| `vgtBeeTrace` || Random colored flower (bee particle) ||
 || `vgtEgg` || Broken egg shell particle ||
-|| `vgtFeather` || Birdy feather ||
+|| `vgtFeather` || Birdy's feather ||
 || `vgtSmokeTrace` || Strange smoke-like cloud from mortar ||
 || `vgtEvilTrace` || Strange red cloud from hellish hand-grenade ||
 || `vgtShell` || Bullet shell ||
 || `vgtBulletHit` || Bullet impact animation ||
-|| `vgtStraightShot` || Shot line from firearms like Desert Eagle || 
+|| `vgtStraightShot` || Shot line from firearms like Desert Eagle. Also used to render arbitrary sprites like the “+” particles when gainin health || 
 
 == HUD ==
 || *Variable name* || *Short description* ||