Table of Contents

Class BuffAttributeTemplate

Namespace
FishMMO.Shared
Assembly
FishMMO.Shared.dll

Represents a single attribute modification applied by a buff, including the value and target attribute template.

[Serializable]
public class BuffAttributeTemplate
Inheritance
BuffAttributeTemplate
Inherited Members

Fields

Template

The character attribute template that this buff will modify.

[Tooltip("Character Attribute the buff will apply its values to.")]
public CharacterAttributeTemplate Template

Field Value

CharacterAttributeTemplate

Value

The value to add (or subtract) from the target attribute when the buff is applied.

public int Value

Field Value

int