Search Results for

    Show / Hide Table of Contents

    Struct Entity.StaggerSettings

    Namespace: Global
    Assembly: Dew.Core.dll
    Syntax
    public struct Entity.StaggerSettings

    Fields

    accumulatedDamageStaggerThreshold

    Declaration
    public float accumulatedDamageStaggerThreshold
    Field Value
    Type Description
    float

    BossMonsterDefault

    Declaration
    public static readonly Entity.StaggerSettings BossMonsterDefault
    Field Value
    Type Description
    Entity.StaggerSettings

    canStaggerWhileChanneling

    Declaration
    public bool canStaggerWhileChanneling
    Field Value
    Type Description
    bool

    chance

    Declaration
    public float chance
    Field Value
    Type Description
    float

    chanceInChannel

    Declaration
    public float chanceInChannel
    Field Value
    Type Description
    float

    enabled

    Declaration
    public bool enabled
    Field Value
    Type Description
    bool

    HeroDefault

    Declaration
    public static readonly Entity.StaggerSettings HeroDefault
    Field Value
    Type Description
    Entity.StaggerSettings

    highDamageStaggerThreshold

    Declaration
    public float highDamageStaggerThreshold
    Field Value
    Type Description
    float

    knockbackDistance

    Declaration
    public float knockbackDistance
    Field Value
    Type Description
    float

    knockbackDuration

    Declaration
    public float knockbackDuration
    Field Value
    Type Description
    float

    knockbackEase

    Declaration
    public DewEase knockbackEase
    Field Value
    Type Description
    DewEase

    LesserMonsterDefault

    Declaration
    public static readonly Entity.StaggerSettings LesserMonsterDefault
    Field Value
    Type Description
    Entity.StaggerSettings

    MiniBossMonsterDefault

    Declaration
    public static readonly Entity.StaggerSettings MiniBossMonsterDefault
    Field Value
    Type Description
    Entity.StaggerSettings

    NormalMonsterDefault

    Declaration
    public static readonly Entity.StaggerSettings NormalMonsterDefault
    Field Value
    Type Description
    Entity.StaggerSettings

    staggerImmunityTime

    Declaration
    public float staggerImmunityTime
    Field Value
    Type Description
    float

    stunDuration

    Declaration
    public float stunDuration
    Field Value
    Type Description
    float

    SummonDefault

    Declaration
    public static readonly Entity.StaggerSettings SummonDefault
    Field Value
    Type Description
    Entity.StaggerSettings
    In This Article
    Back to top Shape of Dreams API Documentation