도리아니의 정예병
Doryani's Elite
SpectreY
Area검은 내실, 지구라트 피난처
Tagsallows_additional_projectiles, allows_inc_aoe, construct, fast_movement, fire_affinity, humanoid, not_int, ranged, red_blood, Unarmed_onhit_audio
Packs
  • 검은 내실: 방패 방어 초월자, 도리아니의 정예병
  • 지구라트 피난처: 도리아니의 정예병, 방패 방어 초월자
  • 생명력
    140%
    회피
    +33%
    저항
    30 0 30 0
    Damage
    140%
    정확도
    100%
    Attack Distance
    4 ~ 14
    공격 속도
    1.5 Second
    Damage Spread
    ±20%
    경험치
    140%
    Model Size
    100%
    Type
    VaalHumanoidCannon
    Metadata
    VaalHumanoidCannonFire
    레벨
    65
    생명력
    9,118
    Damage
    297
    주문 피해
    297
    정확도
    2,214
    공격 속도
    1.5
    경험치
    30,110
    Minion Life
    8,795
    Minion Damage
    1,161
    Minion Armour
    4,026
    MPAVaalHumanoidCannon
    Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Damage, Triggerable
    Base Damage: 238–357
    치명타 명중 확률: 5%
    공격 속도: 1.5 초
    물리 피해의 40%를 화염 피해로 전환
    action attack or cast time uses animation length [1]
    base is projectile [1]
    monster projectile variation [1094]
    projectile ballistic angle from reference event [1]
    projectile uses contact direction [1]
    projectile uses contact position [1]
    spell maximum action distance +% [-40]
    use scaled contact offset [1]
    MPSVaalHumanoidCannonNapalm
    Spell, Projectile, ProjectilesFromUser, Triggerable, Damage
    시전 속도: 1 초
    226.9~340.3 화염 피해
    근접 타격 범위 -40
    action attack or cast time uses animation length [1]
    base is projectile [1]
    check for targets between initiator and projectile source [1]
    monster projectile variation [1051]
    projectile ballistic angle from reference event [1]
    projectile uses contact position [1]
    use scaled contact offset [1]
    MPSVaalHumanoidCannonNapalmMiniBlob
    Spell, Projectile, ProjectilesFromUser, Triggerable, Damage
    시전 속도: 1 초
    104.7~157.1 화염 피해
    투사체 2개 추가 발사
    1연쇄
    active skill projectile speed +% variation final [25]
    base is projectile [1]
    monster projectile variation [1128]
    projectile ballistic angle from target distance [1]
    projectile spread radius [15]
    CGEVaalHumanoidCannonNapalm
    Spell, Area, Damage, Triggerable, Duration, AreaSpell
    시전 속도: 1 초
    1초마다 118.2의 기본 화염 피해를 줌
    active skill area of effect radius +% final [-20]
    base skill effect duration [8000]
    ground fire art variation [1019]
    CGEVaalHumanoidCannonNapalmSmall
    Spell, Area, Damage, Triggerable, Duration, AreaSpell
    시전 속도: 1 초
    1초마다 118.2의 기본 화염 피해를 줌
    active skill area of effect radius +% final [-60]
    base skill effect duration [6000]
    ground fire art variation [1019]
    VaalHumanoidNapalmImpact
    Triggerable, Spell, Damage
    시전 속도: 1 초
    174.5~261.8 화염 피해
    is area damage [1]
    GSVaalHumanoidCannonImpact
    Triggerable, Spell, Damage
    시전 속도: 1 초
    244.3~366.5 물리 피해
    물리 피해의 40%를 화염 피해로 전환
    base is projectile [1]
    is area damage [1]
    GSVaalHumanoidCannonImpactWall
    Triggerable, Spell, Damage
    시전 속도: 1 초
    244.3~366.5 물리 피해
    물리 피해의 40%를 화염 피해로 전환
    base is projectile [1]
    is area damage [1]

    Object Type

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

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Life
    {
    	on_spawned_alive = "AddEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act3_FOUR/VaalHumanoidCannon/epk/weapon_glow.epk' );"
    	on_death = "RemoveEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act3_FOUR/VaalHumanoidCannon/epk/weapon_glow.epk' );"
    }
    
    Transitionable
    {
    
    	on_transition =
    	"
    		Roll( 1, 2, { PlayEffect( 'Metadata/Monsters/VaalHumanoids/VaalHumanoidCannon/VaalHumanoidCannonAggroAudio.ao' ); } );
    	"
    }
    
    Animated
    {
    
    	preload_animated_object = "Metadata/Monsters/VaalHumanoids/VaalHumanoidCannon/VaalHumanoidCannonAggroAudio.ao"
    
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/VaalHumanoids/VaalHumanoidCannon/VaalHumanoidCannonFire"] = {
        name = "Doryani's Elite",
        life = 1.4,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.4,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 14,
        accuracy = 1,
        skillList = {
            "MPSVaalHumanoidCannonNapalm",
            "MPAVaalHumanoidCannon",
            "MPSVaalHumanoidCannonNapalmMiniBlob",
            "CGEVaalHumanoidCannonNapalm",
            "CGEVaalHumanoidCannonNapalmSmall",
            "VaalHumanoidNapalmImpact",
            "GSVaalHumanoidCannonImpact",
            "GSVaalHumanoidCannonImpactWall",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MPSVaalHumanoidCannonNapalm"] = {
        name = "MPSVaalHumanoidCannonNapalm",
        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,
        baseFlags = {
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "monster_projectile_variation",
            "melee_range_+",
            "base_is_projectile",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
            "action_attack_or_cast_time_uses_animation_length",
            "check_for_targets_between_initiator_and_projectile_source",
            "projectile_ballistic_angle_from_reference_event",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 1051, -40, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MPAVaalHumanoidCannon"] = {
        name = "MPAVaalHumanoidCannon",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Damage] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "monster_projectile_variation",
            "active_skill_base_physical_damage_%_to_convert_to_fire",
            "spell_maximum_action_distance_+%",
            "base_is_projectile",
            "action_attack_or_cast_time_uses_animation_length",
            "projectile_ballistic_angle_from_reference_event",
            "projectile_uses_contact_position",
            "projectile_uses_contact_direction",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {1094, 40, -40, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MPSVaalHumanoidCannonNapalmMiniBlob"] = {
        name = "MPSVaalHumanoidCannonNapalmMiniBlob",
        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,
        baseFlags = {
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "monster_projectile_variation",
            "number_of_additional_projectiles",
            "projectile_spread_radius",
            "active_skill_projectile_speed_+%_variation_final",
            "number_of_chains",
            "base_is_projectile",
            "projectile_ballistic_angle_from_target_distance",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 1128, 2, 15, 25, 1, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["CGEVaalHumanoidCannonNapalm"] = {
        name = "CGEVaalHumanoidCannonNapalm",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Area] = true,
            [SkillType.Damage] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Duration] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_fire_damage_to_deal_per_minute",
            "active_skill_area_of_effect_radius_+%_final",
            "base_skill_effect_duration",
            "ground_fire_art_variation",
        },
        levels = {
            [1] = {1.5, -20, 8000, 1019, levelRequirement = 1, statInterpolation = {3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["CGEVaalHumanoidCannonNapalmSmall"] = {
        name = "CGEVaalHumanoidCannonNapalmSmall",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Area] = true,
            [SkillType.Damage] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Duration] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_fire_damage_to_deal_per_minute",
            "active_skill_area_of_effect_radius_+%_final",
            "base_skill_effect_duration",
            "ground_fire_art_variation",
        },
        levels = {
            [1] = {1.5, -60, 6000, 1019, levelRequirement = 1, statInterpolation = {3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["VaalHumanoidNapalmImpact"] = {
        name = "VaalHumanoidNapalmImpact",
        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,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GSVaalHumanoidCannonImpact"] = {
        name = "GSVaalHumanoidCannonImpact",
        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_physical_damage",
            "spell_maximum_base_physical_damage",
            "active_skill_base_physical_damage_%_to_convert_to_fire",
            "is_area_damage",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 40, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GSVaalHumanoidCannonImpactWall"] = {
        name = "GSVaalHumanoidCannonImpactWall",
        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_physical_damage",
            "spell_maximum_base_physical_damage",
            "active_skill_base_physical_damage_%_to_convert_to_fire",
            "is_area_damage",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 40, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    도리아니의 정예병
    Doryani's Elite
    SpectreY
    Area검은 내실, 지구라트 피난처
    Tagsallows_additional_projectiles, allows_inc_aoe, construct, fast_movement, humanoid, lightning_affinity, not_int, ranged, red_blood, Unarmed_onhit_audio
    Packs
  • 검은 내실: 잔인한 초월자, 도리아니의 정예병
  • 지구라트 피난처: 잔인한 초월자, 도리아니의 정예병
  • 잔인한 초월자, 도리아니의 정예병
  • 생명력
    140%
    회피
    +33%
    저항
    30 0 30 0
    Damage
    140%
    정확도
    100%
    Attack Distance
    4 ~ 14
    공격 속도
    1.5 Second
    Damage Spread
    ±20%
    경험치
    140%
    Model Size
    100%
    Type
    VaalHumanoidCannon
    Metadata
    VaalHumanoidCannonLightning
    레벨
    65
    생명력
    9,118
    Damage
    297
    주문 피해
    297
    정확도
    2,214
    공격 속도
    1.5
    경험치
    30,110
    Minion Life
    8,795
    Minion Damage
    1,161
    Minion Armour
    4,026
    EASVaalHumanoidSkitterMine
    재사용 대기시간: 6 초
    action attack or cast time uses animation length [1]
    VaalHumanoidShockRifle
    Spell, Projectile, Damage
    치명타 명중 확률: 6%
    시전 속도: 4 초
    재사용 대기시간: 9 초
    218.2~654.5 번개 피해
    투사체 피해 50% 증폭
    base is projectile [1]
    base skill effect duration [200]
    is area damage [1]
    spectral throw deceleration override [100]
    spell maximum action distance +% [-45]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/VaalHumanoids/VaalHumanoidCannon/VaalHumanoidCannonLightning"] = {
        name = "Doryani's Elite",
        life = 1.4,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.4,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 14,
        accuracy = 1,
        skillList = {
            "EASVaalHumanoidSkitterMine",
            "VaalHumanoidShockRifle",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EASVaalHumanoidSkitterMine"] = {
        name = "EASVaalHumanoidSkitterMine",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["VaalHumanoidShockRifle"] = {
        name = "VaalHumanoidShockRifle",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Projectile] = true,
            [SkillType.Damage] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 4,
        baseFlags = {
            spell = true,
            projectile = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "active_skill_projectile_damage_+%_final",
            "spectral_throw_deceleration_override",
            "spell_maximum_action_distance_+%",
            "base_skill_effect_duration",
            "is_area_damage",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.5, 1.5, 50, 100, -45, 200, critChance = 6, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    keyval
    Stats.item_drop_slots1
    Stats.energy_shield_recharge_rate_per_minute_%750
    Stats.base_maximum_mana200
    Stats.maximum_physical_damage_reduction_%75
    Stats.base_maximum_all_resistances_%75
    Stats.monster_base_flask_charges_percent_of_monster_power50
    Stats.base_critical_hit_damage_bonus30
    Stats.max_endurance_charges3
    Stats.max_frenzy_charges3
    Stats.max_power_charges3
    Stats.object_inherent_base_maximum_block_%_from_ot50
    Stats.movement_velocity_cap128
    Stats.max_azurite_debuff_stacks10
    Stats.ignore_skill_weapon_restrictions1
    Stats.melee_hit_damage_stun_multiplier_+%_final_from_ot33
    Stats.physical_hit_damage_stun_multiplier_+%_final_from_ot100
    Stats.scale_melee_range_to_actor_scale1
    Stats.use_melee_pattern_range1
    Stats.melee_swing_not_scaled_by_area_modifiers1
    Stats.actor_scale_+%_limit200
    Stats.base_heavy_stun_duration_ms2000
    Stats.melee_defer_damage_prediction1
    Stats.poise_decay_delay_ms8000
    Stats.poise_decay_%_per_second5
    Stats.base_block_angle_degrees180
    Stats.action_attack_or_cast_time_uses_animation_length1
    Stats.slow_potency_+%_final_per_additional_player-10
    Stats.check_for_targets_between_initiator_and_projectile_source1
    Stats.maximum_life_+%_final_per_additional_player50
    Stats.maximum_energy_shield_+%_final_per_additional_player50
    Stats.poise_threshold_+%_final_per_additional_player50
    Stats.stun_base_duration_override_ms500
    Stats.bleeding_moving_damage_%_of_base_override200
    ObjectMagicProperties.stat_description_listMetadata/StatDescriptions/monster_stat_descriptions.csd
    Positioned.blockingtrue
    Positioned.team0
    Positioned.serialise_collidabletrue
    BaseEvents.server_onlytrue
    Actor.basic_actionMove, MoveForced, MoveToFormation, Flee, StrafeLeft, StrafeRight, StrafeRandom, Advance, DoNothing, MonsterPickup, MinionInteraction
    Actor.slow_animations_go_to_idlefalse
    Edit

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