有翼の悪霊
stance movement speed +% final [233]
stance movement speed +% final [233]
Winged Fiend
SpectreY
Areaデシャールの尖塔, ジッグラトの避難所, デシャールの尖塔
Tagsallows_additional_projectiles, beast, Claw_onhit_audio, flying, melee, monster_applies_poison, not_int, not_str, physical_affinity, ranged, red_blood, very_slow_movement
Packs
  • 有翼の悪霊
  • デシャールの尖塔, デシャールの尖塔: 有翼の悪霊
  • ジッグラトの避難所: 有翼の悪霊
  • ライフ
    80%
    回避
    +50%
    耐性
    0 0 -30 0
    Damage
    80%
    命中
    100%
    クリティカルヒット Chance
    5%
    クリティカルダメージボーナス
    +30%
    Attack Distance
    3 ~ 7
    アタックタイム
    1.065 Second
    Damage Spread
    ±20%
    経験値
    80%
    Model Size
    135%
    Type
    WingedFiend
    Metadata
    WingedFiend
    レベル
    70
    ライフ
    6,973
    アーマー
    3,877
    回避力
    753
    Damage
    198
    スペルダメージ
    198
    命中
    2,328
    アタックタイム
    1.065
    経験値
    27,711
    Minion Life
    9,813
    Minion Damage
    1,730
    Minion Armour
    3,877
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    基本アタック
    Base Damage: 159–238
    クリティカルヒット率: 5%
    アタックタイム: 1.065 秒
    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]
    MPSWingedFiendSpit
    Spell, Projectile, ProjectilesFromUser, Triggerable, Damage
    クリティカルヒット率: 5%
    キャストタイム: 1.75 秒
    5914から8870物理ダメージを与える
    スペルによるヒット時に25%の確率で敵に毒を付与する
    action attack or cast time uses animation length [1]
    base is projectile [1]
    monster projectile variation [1122]
    projectile ballistic angle from reference event [1]
    projectile uses contact direction [1]
    projectile uses contact position [1]
    spell maximum action distance +% [-45]
    use scaled contact offset [1]
    DTTWingedFiendToGround
    Spell, Movement
    キャストタイム: 1 秒
    action attack or cast time uses animation length [1]
    leap slam minimum distance [10]
    skill maximum travel distance [30]
    spell maximum action distance +% [0]
    walk emerge extra distance [-5]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/WingedFiend/WingedFiendPatrolBase"
    
    Actor
    {
    	basic_action = "ChangeToStance1"
    	basic_action = "ChangeToStance2"
    }
    
    Transitionable {}

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/WingedFiend/WingedFiendPatrolBase"
    
    Life
    {
    	on_death = "AddEffectPack( 'Metadata/Effects/Spells/monsters_effects/League_Delve/general/engaging_light/emissive_texture_fadeout.epk' );"
    	on_spawned_dead = "AddEffectPack( 'Metadata/Effects/Spells/monsters_effects/League_Delve/general/engaging_light/no_emissive_texture.epk' );"
    }
    
    Preload
    {
    	preload_epk = "Metadata/Effects/Spells/monsters_effects/League_Delve/general/engaging_light/emissive_texture_fadeout.epk"
    }
    
    Transitionable
    {
    	on_transition =
    	"
    		Roll( 1, 2,
    		{
    			PlayEffect( 'Metadata/Monsters/WingedFiend/WingedFiendAggroAudio.ao' );
    		} );
    	"
    }
    
    Animated
    {
    	preload_animated_object = "Metadata/Monsters/WingedFiend/WingedFiendAggroAudio.ao"
    }
    
    Render
    {
    	dampen_height = true
    	dampen_height_speed = 100.0
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/WingedFiend/WingedFiend"] = {
        name = "Winged Fiend",
        life = 0.8,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 0.8,
        damageSpread = 0.2,
        attackTime = 1.065,
        attackRange = 7,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeed",
            "MPSWingedFiendSpit",
            "DTTWingedFiendToGround",
        },
        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["MPSWingedFiendSpit"] = {
        name = "MPSWingedFiendSpit",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Damage] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.75,
        baseFlags = {
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "monster_projectile_variation",
            "spell_maximum_action_distance_+%",
            "spells_chance_to_poison_on_hit_%",
            "base_is_projectile",
            "projectile_uses_contact_direction",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
            "action_attack_or_cast_time_uses_animation_length",
            "projectile_ballistic_angle_from_reference_event",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 1122, -45, 25, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["DTTWingedFiendToGround"] = {
        name = "DTTWingedFiendToGround",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Movement] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "walk_emerge_extra_distance",
            "leap_slam_minimum_distance",
            "skill_maximum_travel_distance",
            "spell_maximum_action_distance_+%",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {-5, 10, 30, 0, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    IdNothing
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeユニーク (3)
    Req. level1
    stance movement speed +% final [233]
    IdStanceMovementSpeed233
    FamilyStance
    DomainsMonster (3)
    GenerationTypeユニーク (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: 233 Max: 233 Global
  • stance movement speed +% final [233]
    IdStanceMovementSpeed233
    FamilyStance
    DomainsMonster (3)
    GenerationTypeユニーク (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: 233 Max: 233 Global
  • 有翼の悪霊
    stance movement speed +% final [233]
    stance movement speed +% final [233]
    Winged Fiend
    SpectreY
    Tagsallows_additional_projectiles, beast, Claw_onhit_audio, flying, melee, monster_applies_poison, not_int, not_str, physical_affinity, ranged, red_blood, sanctum_monster, very_slow_movement
    ライフ
    80%
    回避
    +50%
    耐性
    0 0 -30 0
    Damage
    80%
    命中
    100%
    クリティカルヒット Chance
    5%
    クリティカルダメージボーナス
    +30%
    Attack Distance
    3 ~ 7
    アタックタイム
    1.065 Second
    Damage Spread
    ±20%
    経験値
    80%
    Model Size
    135%
    Type
    WingedFiendSanctumTrial
    Metadata
    WingedFiendSanctumTrial_
    レベル
    68
    ライフ
    6,206
    アーマー
    3,451
    回避力
    716
    Damage
    186
    スペルダメージ
    186
    命中
    2,180
    アタックタイム
    1.065
    経験値
    22,907
    Minion Life
    9,024
    Minion Damage
    1,517
    Minion Armour
    3,451
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    基本アタック
    Base Damage: 149–224
    クリティカルヒット率: 5%
    アタックタイム: 1.065 秒
    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]
    MPSWingedFiendSpit
    Spell, Projectile, ProjectilesFromUser, Triggerable, Damage
    クリティカルヒット率: 5%
    キャストタイム: 1.75 秒
    4887から7331物理ダメージを与える
    スペルによるヒット時に25%の確率で敵に毒を付与する
    action attack or cast time uses animation length [1]
    base is projectile [1]
    monster projectile variation [1122]
    projectile ballistic angle from reference event [1]
    projectile uses contact direction [1]
    projectile uses contact position [1]
    spell maximum action distance +% [-45]
    use scaled contact offset [1]
    DTTWingedFiendToGround
    Spell, Movement
    キャストタイム: 1 秒
    action attack or cast time uses animation length [1]
    leap slam minimum distance [10]
    skill maximum travel distance [30]
    spell maximum action distance +% [0]
    walk emerge extra distance [-5]

    Object Type

    version 2
    extends "Metadata/Monsters/WingedFiend/WingedFiend"
    extends "Metadata/Monsters/MarakethSanctumTrial/SanctumMonsterBase"
    
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/WingedFiend/WingedFiend"
    extends "Metadata/Monsters/MarakethSanctumTrial/SanctumMonsterBase"
    
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/WingedFiend/WingedFiendSanctumTrial_"] = {
        name = "Winged Fiend",
        life = 0.8,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 0.8,
        damageSpread = 0.2,
        attackTime = 1.065,
        attackRange = 7,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeed",
            "MPSWingedFiendSpit",
            "DTTWingedFiendToGround",
        },
        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["MPSWingedFiendSpit"] = {
        name = "MPSWingedFiendSpit",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Damage] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.75,
        baseFlags = {
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "monster_projectile_variation",
            "spell_maximum_action_distance_+%",
            "spells_chance_to_poison_on_hit_%",
            "base_is_projectile",
            "projectile_uses_contact_direction",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
            "action_attack_or_cast_time_uses_animation_length",
            "projectile_ballistic_angle_from_reference_event",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 1122, -45, 25, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["DTTWingedFiendToGround"] = {
        name = "DTTWingedFiendToGround",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Movement] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "walk_emerge_extra_distance",
            "leap_slam_minimum_distance",
            "skill_maximum_travel_distance",
            "spell_maximum_action_distance_+%",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {-5, 10, 30, 0, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    IdNothing
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeユニーク (3)
    Req. level1
    stance movement speed +% final [233]
    IdStanceMovementSpeed233
    FamilyStance
    DomainsMonster (3)
    GenerationTypeユニーク (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: 233 Max: 233 Global
  • stance movement speed +% final [233]
    IdStanceMovementSpeed233
    FamilyStance
    DomainsMonster (3)
    GenerationTypeユニーク (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: 233 Max: 233 Global
  • Edit

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