Search Results for

    Show / Hide Table of Contents

    Struct EventInfoShield

    Namespace: Global
    Assembly: Dew.Core.dll
    Syntax
    public struct EventInfoShield

    Fields

    chain

    Declaration
    public ReactionChain chain
    Field Value
    Type Description
    ReactionChain

    discardedAmount

    The amount of discarded shield due to total max restrictions.

    Declaration
    public float discardedAmount
    Field Value
    Type Description
    float

    finalAmount

    The amount of shield after being processed by processors.

    Declaration
    public float finalAmount
    Field Value
    Type Description
    float

    originalAmount

    The amount of shield before being processed by processors.

    Declaration
    public float originalAmount
    Field Value
    Type Description
    float

    statusEffect

    The status effect that is giving the entity shield.

    Declaration
    public StatusEffect statusEffect
    Field Value
    Type Description
    StatusEffect

    target

    The entity receiving the shield.

    Declaration
    public Entity target
    Field Value
    Type Description
    Entity
    In This Article
    Back to top Shape of Dreams API Documentation