-
Notifications
You must be signed in to change notification settings - Fork 15
Drop Ability
Alfred Llagas edited this page Oct 8, 2020
·
10 revisions
The Mutant Tank drops weapons upon death.
Requires mt_drop.smx
to be installed.
// Admins with one or more of these access flags have access to this ability.
// --
// Empty: No access flags are immune.
// Not empty: These access flags are immune.
"Access Flags" ""
// Allow human-controlled Mutant Tanks to use this ability.
// Note: This setting can be overridden for specific players.
// --
// 0: OFF
// 1: ON, players can use buttons to activate abilities.
// 2: ON, abilities will activate automatically.
"Human Ability" "0"
// Enable this ability.
// Note: This setting can be overridden for specific players.
// --
// 0: OFF
// 1: ON
"Ability Enabled" "0"
// Display a message whenever the ability activates/deactivates.
// Note: This setting can be overridden for specific players.
// --
// 0: OFF
// 1: ON
"Ability Message" "0"
// The Mutant Tank has this many chances out of 100.0% to trigger the ability.
// Note: This setting can be overridden for specific players.
// --
// Minimum: 0.0 (No chance)
// Maximum: 100.0 (Highest chance)
"Drop Chance" "33.3"
// The Mutant Tank has this many chances out of 100.0% to drop guns with a full clip.
// Note: This setting can be overridden for specific players.
// --
// Minimum: 0.0 (No chance)
// Maximum: 100.0 (Highest chance)
"Drop Clip Chance" "33.3"
// The position of the Mutant Tank's weapon.
// Note: This setting can be overridden for specific players.
// --
// 0 OR 3: Pick randomly between left and right hands.
// 1: Guns only.
// 2: Melee weapons only.
"Drop Hand Position" "0"
// The mode of the Mutant Tank's drop ability.
// Note: This setting can be overridden for specific players.
// --
// 0: Both
// 1: Guns only.
// 2: Melee weapons only. (Only available in Left 4 Dead 2.)
"Drop Mode" "0"
// The console name of the Mutant Tank's weapon.
// Note: Leave this empty if you want a random weapon to be chosen.
// Note: This setting can be overridden for specific players.
// --
// Weapon limit: 1
// Character limit: 40
"Drop Weapon Name" ""
// The Mutant Tank's weapon size is multiplied by this value.
// Note: Default weapon size (1.5) x Drop weapon scale
// Note: This setting can be overridden for specific players.
// --
// Minimum: 0.1
// Maximum: 2.0
"Drop Weapon Scale" "1.0"
"Mutant Tanks"
{
"Tank #1"
{
"Drop Ability"
{
"Human Ability" "1"
"Ability Enabled" "1"
"Ability Message" "1"
"Drop Chance" "33.3"
"Drop Clip Chance" "33.3"
"Drop Mode" "0"
"Drop Weapon Scale" "1.0"
}
}
}
Under construction...
Under construction...