GearTypes: add default gtCase Power
authorWuzzy
Thu, 21 Sep 2017 00:04:14 +0100
changeset 1026 1a9e923f1c1b
parent 1025 e6c3e90f2373
child 1027 e50238cb0131
GearTypes: add default gtCase Power
GearTypes.wiki
--- a/GearTypes.wiki	Thu Sep 21 00:03:29 2017 +0100
+++ b/GearTypes.wiki	Thu Sep 21 00:04:14 2017 +0100
@@ -114,7 +114,7 @@
  * `Pos`: Crate type: 1=ammo crate, 2=health crate, 4=utility crate (also see below)
  * `Tag`: Used for the appear animation
  * `Health`: Amount of health contained in a health crate
- * `Power`: Ammo count in an ammo or utility crate. `0` = Use weapon scheme default
+ * `Power`: Ammo count in an ammo or utility crate. 0 = Use weapon scheme default (default: 0)
  * `Boom`: Explosion size and damage (default: 25)
 
 We recommend you to use `SpawnAmmoCrate` and the like to crate crate gears instead of `AddGear`.