# HG changeset patch # User Wuzzy # Date 1505948654 -3600 # Node ID 1a9e923f1c1b9e1ffec59a86a9f4194fe4e58b78 # Parent e6c3e90f237358a56ca20e4342164002b698cc8f GearTypes: add default gtCase Power diff -r e6c3e90f2373 -r 1a9e923f1c1b 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`.