Winged Horror
SpectreY
AreaThe Titan Grotto, The Ziggurat Refuge, The Titan Grotto
Tags2HSharpMetal_onhit_audio, allows_additional_projectiles, beast, flying, lightning_affinity, medium_movement, melee, physical_affinity, ranged, red_blood
Packs
  • The Titan Grotto, The Titan Grotto: Winged Horror
  • The Ziggurat Refuge: Winged Horror, Sandflesh Mage
  • Life
    135%
    Resistance
    0 0 -30 0
    Damage
    135%
    Accuracy
    100%
    Critical Hits Chance
    5%
    Critical Damage Bonus
    +30%
    Attack Distance
    6 ~ 9
    Attack Time
    1.005 Second
    Damage Spread
    ±20%
    Experience
    135%
    Model Size
    100%
    Type
    WingedCreature
    Metadata
    WingedCreature
    Level
    70
    Life
    11,767
    Armour
    3,877
    Evasion Rating
    502
    Damage
    335
    Spell Damage
    335
    Accuracy
    2,328
    Attack Time
    1.005
    Experience
    46,763
    Minion Life
    16,559
    Minion Damage
    2,919
    Minion Armour
    3,877
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Basic Attack
    Base Damage: 268–402
    Critical Hit Chance: 5%
    Attack Time: 1.005 sec
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    GPSWingedCreatureBallLightning
    Triggerable, Damage
    Cooldown Time: 8 sec
    Deals 78.13 to 234.4 Lightning Damage
    Projectiles Pierce all Targets
    action attack or cast time uses animation length [1]
    base deal no damage [1]
    base is projectile [1]
    projectile uses contact position [1]
    spell maximum action distance +% [-35]
    use scaled contact offset [1]
    GSWingedCreatureBallLightning
    Triggerable, Spell, Damage
    Critical Hit Chance: 6%
    Cast Time: 1 sec
    Deals 11298417617 to 33895252851 Lightning Damage
    Supported Skills have 20% increased chance to Shock
    action attack or cast time uses animation length [1]
    base is projectile [1]
    is area damage [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Stats
    {
    	set_base_heavy_stun_duration_ms = 3333
    }
    
    Transitionable
    
    {
    
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Transitionable
    {
    	on_transition =	"Roll( 1, 2, { PlayEffect( 'Metadata/Monsters/WingedCreature/WingedCreature_Aggro.ao' ); } );"
    }
    
    Animated
    {
    	preload_animated_object = "Metadata/Monsters/WingedCreature/WingedCreature_Aggro.ao"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/WingedCreature/WingedCreature"] = {
        name = "Winged Horror",
        life = 1.35,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.35,
        damageSpread = 0.2,
        attackTime = 1.005,
        attackRange = 9,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeed",
            "GPSWingedCreatureBallLightning",
            "GSWingedCreatureBallLightning",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        name = "Basic Attack",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.ProjectilesFromUser] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_can_fire_arrows",
            "skill_can_fire_wand_projectiles",
            "action_attack_or_cast_time_uses_animation_length",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GPSWingedCreatureBallLightning"] = {
        name = "GPSWingedCreatureBallLightning",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Damage] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "spell_maximum_action_distance_+%",
            "base_is_projectile",
            "use_scaled_contact_offset",
            "projectile_uses_contact_position",
            "action_attack_or_cast_time_uses_animation_length",
            "always_pierce",
            "base_deal_no_damage",
        },
        levels = {
            [1] = {0.5, 1.5, -35, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GSWingedCreatureBallLightning"] = {
        name = "GSWingedCreatureBallLightning",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
        },
        statDescriptionScope = "geometry_spell",
        castTime = 1,
        baseFlags = {
            spell = true,
            area = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "shock_chance_+%",
            "is_area_damage",
            "action_attack_or_cast_time_uses_animation_length",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.5, 1.5, 20, critChance = 6, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    Winged Horror
    SpectreY
    AreaTrial of the Sekhemas
    Tags2HSharpMetal_onhit_audio, allows_additional_projectiles, beast, flying, lightning_affinity, medium_movement, melee, physical_affinity, ranged, red_blood, sanctum_monster
    Packs
  • Trial of the Sekhemas: Winged Horror
  • Life
    135%
    Resistance
    0 0 -30 0
    Damage
    135%
    Accuracy
    100%
    Critical Hits Chance
    5%
    Critical Damage Bonus
    +30%
    Attack Distance
    6 ~ 9
    Attack Time
    1.005 Second
    Damage Spread
    ±20%
    Experience
    135%
    Model Size
    100%
    Type
    WingedCreatureSanctumTrial
    Metadata
    WingedCreatureSanctumTrial
    Level
    22
    Life
    548
    Armour
    152
    Evasion Rating
    96
    Damage
    56
    Spell Damage
    56
    Accuracy
    372
    Attack Time
    1.005
    Experience
    1,075
    Minion Life
    1,426
    Minion Damage
    83
    Minion Armour
    152
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Basic Attack
    Base Damage: 45–67
    Critical Hit Chance: 5%
    Attack Time: 1.005 sec
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    GPSWingedCreatureBallLightning
    Triggerable, Damage
    Cooldown Time: 8 sec
    Deals 5.98 to 17.94 Lightning Damage
    Projectiles Pierce all Targets
    action attack or cast time uses animation length [1]
    base deal no damage [1]
    base is projectile [1]
    projectile uses contact position [1]
    spell maximum action distance +% [-35]
    use scaled contact offset [1]
    GSWingedCreatureBallLightning
    Triggerable, Spell, Damage
    Critical Hit Chance: 6%
    Cast Time: 1 sec
    Deals 1490 to 4471 Lightning Damage
    Supported Skills have 20% increased chance to Shock
    action attack or cast time uses animation length [1]
    base is projectile [1]
    is area damage [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Stats
    {
    	set_base_heavy_stun_duration_ms = 3333
    }
    
    Transitionable
    
    {
    
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Transitionable
    {
    	on_transition =	"Roll( 1, 2, { PlayEffect( 'Metadata/Monsters/WingedCreature/WingedCreature_Aggro.ao' ); } );"
    }
    
    Animated
    {
    	preload_animated_object = "Metadata/Monsters/WingedCreature/WingedCreature_Aggro.ao"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/WingedCreature/WingedCreatureSanctumTrial"] = {
        name = "Winged Horror",
        life = 1.35,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.35,
        damageSpread = 0.2,
        attackTime = 1.005,
        attackRange = 9,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeed",
            "GPSWingedCreatureBallLightning",
            "GSWingedCreatureBallLightning",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        name = "Basic Attack",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.ProjectilesFromUser] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_can_fire_arrows",
            "skill_can_fire_wand_projectiles",
            "action_attack_or_cast_time_uses_animation_length",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GPSWingedCreatureBallLightning"] = {
        name = "GPSWingedCreatureBallLightning",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Damage] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "spell_maximum_action_distance_+%",
            "base_is_projectile",
            "use_scaled_contact_offset",
            "projectile_uses_contact_position",
            "action_attack_or_cast_time_uses_animation_length",
            "always_pierce",
            "base_deal_no_damage",
        },
        levels = {
            [1] = {0.5, 1.5, -35, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GSWingedCreatureBallLightning"] = {
        name = "GSWingedCreatureBallLightning",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
        },
        statDescriptionScope = "geometry_spell",
        castTime = 1,
        baseFlags = {
            spell = true,
            area = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "shock_chance_+%",
            "is_area_damage",
            "action_attack_or_cast_time_uses_animation_length",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.5, 1.5, 20, critChance = 6, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    Edit

    Wikis Content is available under CC BY-NC-SA 3.0 unless otherwise noted.