Class ItemAbilityTriggerReference
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
Properties
AbilityId
public string AbilityId { get; }
Property Value
ProcChance
public decimal ProcChance { get; }
Property Value
TriggerId
public string TriggerId { get; }