-
Notifications
You must be signed in to change notification settings - Fork 10
Custom Buffs
nosoop edited this page Jan 22, 2023
·
8 revisions
These are the custom buff types available in this pack.
The names are used as the values for the custom buff type
attribute specified in the Custom Attribute List.
Example(s):
- To use
crit-banner
, you must set:-
custom buff type
tocrit-banner
- There are no additional attributes providing options, so that is the only attribute you need to apply.
-
- To use
rocket-aiming-control
, you must set:-
custom buff type
torocket-aiming-control
-
rocket control buff turn rate
to a numerical value e.g.0.05
-
attr_buff_override.smx
must be running in addition to the providing plugins below.
- Gives owner and surrounding players the crit boosted and marked for death conditions.
- Provided by
buff_crit_and_mark_for_death.smx
- Requested by Karma Charger and used in his Merasmus' Private Stash 2.0 video.
- Gives owner the ability to control rockets they own.
- Provided by
buff_control_rockets.smx
- Has an attribute
rocket control buff turn rate
, which determines the percentage to turn towards the target per tick. 1.0 instantly snaps the rocket towards the target point. Recommended value is0.05
or similar. - Requested by Karma Charger and used in his Call To Arms video.
- Gives owner the ability to see a smoke effect on disguised Spies.
- Provided by
sniper_rage_smokeout_spies.smx
- Requested by Karma Charger and used in his Essendon Eliminator video.
- Gives owner and surrounding players the ability to make enemy outlines visible through walls on hit.
- Provided by
buff_enable_tag_players.smx
- Has an attribute
buff tag enemies on hit
, which is a varstring with the following option:-
duration
in seconds determining how long the glow outline lasts.
-
- Requested by Karma Charger and used in his Public Address video.
- Gives owner a faster reload rate on the rage-granting item. Only really applicable to Sniper Rifles, as they're the only reloadable weapon that uses the game's rage system (I think).
- Provided by
sniper_rage_buff_reload.smx
- Has an attribute
sniper rifle full auto rate
, which is a multiplier on reload time (internally, it applies thefaster reload rate
attribute on the player while the weapon is active). - Requested by Karma Charger and used in his County Killer video.