Class ItemAbilityTriggerReference

Namespace
FTK2.ModAPI.Content.Items
Assembly
FTK2.ModAPI.dll

An existing FTK2 trigger/ability pair attached to equipped content.

public sealed class ItemAbilityTriggerReference
Inheritance
ItemAbilityTriggerReference
Inherited Members

Constructors

ItemAbilityTriggerReference(string, string, decimal)

public ItemAbilityTriggerReference(string triggerId, string abilityId, decimal procChance)

Parameters

triggerId string
abilityId string
procChance decimal

Properties

AbilityId

public string AbilityId { get; }

Property Value

string

ProcChance

public decimal ProcChance { get; }

Property Value

decimal

TriggerId

public string TriggerId { get; }

Property Value

string