Skip to main content

Class VPRGauge

In-memory VPR job gauge.

Assembly: Dalamud.dll
View Source
Declaration
public class VPRGauge : JobGaugeBase<ViperGauge>

Inheritance: System.Object -> Dalamud.Game.ClientState.JobGauge.Types.JobGaugeBase -> Dalamud.Game.ClientState.JobGauge.Types.JobGaugeBase<T>

Properties

RattlingCoilStacks

Gets how many uses of uncoiled fury the player has.

View Source
Declaration
public byte RattlingCoilStacks { get; }

SerpentOffering

Gets Serpent Offering stacks and gauge.

View Source
Declaration
public byte SerpentOffering { get; }

AnguineTribute

Gets value indicating the use of 1st, 2nd, 3rd, 4th generation and Ouroboros.

View Source
Declaration
public byte AnguineTribute { get; }

DreadCombo

Gets the last Weaponskill used in DreadWinder/Pit of Dread combo.

View Source
Declaration
public DreadCombo DreadCombo { get; }

SerpentCombo

Gets current ability for Serpent's Tail.

View Source
Declaration
public SerpentCombo SerpentCombo { get; }