# HG changeset patch # User Wuzzy # Date 1519402316 0 # Node ID 5011c573bded75d690c8de4e8b90df9fe5dcba51 # Parent dae4580eca94184c612dda8568d696008b8f5978 GearTypes: Discourage negative health crates diff -r dae4580eca94 -r 5011c573bded GearTypes.wiki --- a/GearTypes.wiki Fri Feb 23 16:10:33 2018 +0000 +++ b/GearTypes.wiki Fri Feb 23 16:11:56 2018 +0000 @@ -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 + * `Health`: Amount of health contained in a health crate. This value should not be negative * `Power`: Ammo count in an ammo or utility crate. 0: Use weapon scheme default. 100 or greater: infinite (default: 0) * `Boom`: Explosion size and damage (default: 25)