Third Person Cover Shooter
1.6
|
Multiplies received damage by CharacterHealth. More...
Public Member Functions | |
ArmorBuff () | |
Public Member Functions inherited from CoverShooter.BaseBuff | |
void | Launch () |
Starts the buff and timer. More... | |
Public Attributes | |
float | Multiplier = 0.5f |
Incoming damage multiplier. More... | |
Public Attributes inherited from CoverShooter.BaseBuff | |
float | Duration = 1 |
Duration of the buff. More... | |
bool | Outline = false |
Should an outline be displayed during the buff. More... | |
Color | OutlineColor = Color.white |
Color displayed on the outline. More... | |
bool | AutoLaunch = false |
Should the buff be auto-launched on awake. More... | |
Protected Member Functions | |
override void | Begin () |
Enable the buff. More... | |
override void | End () |
Disable the buff. More... | |
Protected Member Functions inherited from CoverShooter.BaseBuff | |
virtual void | Update () |
Multiplies received damage by CharacterHealth.
CoverShooter.ArmorBuff.ArmorBuff | ( | ) |
|
protectedvirtual |
Enable the buff.
Implements CoverShooter.BaseBuff.
|
protectedvirtual |
Disable the buff.
Implements CoverShooter.BaseBuff.
float CoverShooter.ArmorBuff.Multiplier = 0.5f |
Incoming damage multiplier.