하늘에서 내려준 죽음
야수
지역: InvasionBoss
과: 야생
떨어지는 아이템 수량 300% 증가
떨어지는 아이템 희귀도 800% 증가
공격 속도 60% 증가
회피 40% 증가
monster no map drops [1]
monster is invasion boss [1]
level 33 or lower damage +% final [-20]
level 33 or lower life +% final [-20]
Death from Above
SpectreN
AreaInvasionBoss
End Game최대 생명력 50% 증가
Tagsbeast, goatman, has_one_hand_mace, has_one_handed_melee, humanoid, invasion_boss, light_armour, mammal_beast, medium_height, medium_movement, melee, not_int, physical_affinity, red_blood
Packs
  • InvasionBoss: 하늘에서 내려준 죽음, 염소인간
  • 생명력
    360%
    방어구
    +15%
    회피
    +5%
    Ailment Threshold
    360%
    저항
    30 30 30 20
    Damage
    162%
    정확도
    100%
    치명타 확률
    +5%
    치명타 피해 배율
    +130%
    Attack Distance
    5 ~ 7
    Attack Time
    1.455 Second
    Damage Spread
    ±20%
    경험치
    180%
    Model Size
    130%
    Type
    GoatmanBossInvasion
    Metadata
    GoatmanBossInvasion
    레벨
    68
    생명력
    23,160
    방어구
    33,109
    회피
    4,976
    에너지 보호막
    0
    Damage
    605
    주문 피해
    605
    정확도
    290
    Attack Time
    1.455
    경험치
    18,459
    Ailment Threshold
    23,160
    Chill
    73
    Shock
    73
    Brittle
    414
    Scorch
    73
    Sap
    202
    MonsterLeapSlamInvasion
    Attack, Area, Melee, Movement, Travel, Slam, Totemable
    도약 강타
    Base Damage: 484–726
    치명타 확률: 5%
    Attack Time: 1.455 초
    공중으로 도약 후 착지하면서 무기로 적들에게 피해를 주고 밀쳐 냅니다. 착지 지점의 적은 바깥으로 밀려납니다. 도끼나 철퇴, 셉터, 검, 지팡이가 필요합니다. 연속타격의 보조는 받을 수 없습니다.
    주는 피해 50% 증폭
    기본 반경 1.5미터
    cast time overrides attack duration [1]
    is area damage [1]
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    기본 공격
    Base Damage: 484–726
    치명타 확률: 5%
    Attack Time: 1.455 초
    강력한 일격으로 적들을 쓰러트립니다.
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    MonsterSmokeMineInvasion
    Spell, Area, Duration, Movement, RemoteMined, AreaSpell, Travel, HasReservation, Blink, Cooldown
    연막 지뢰
    시전 속도: 0.5 초
    재사용 대기시간: 3 초
    폭발 시 시전자를 폭발 지점으로 순간이동시키는 지뢰를 투척합니다. 탈출 지점과 도착 지점을 모두 연막으로 뒤덮어 적들의 눈을 멀게 만듦과 동시에 일시적으로 시전자에게 이동 속도 버프를 부여합니다. 점멸 계열 스킬과 재사용 대기시간을 공유합니다.
    기본 지속시간 3
    버프 시 이동 속도 20% 증가
    active skill area of effect radius +% final [-45]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	main_hand_unarmed_type = "One_Hand_Mace"
    }
    
    Actor
    {
    	basic_action = "Emerge"
    }
    
    Monster
    {
    	flip_enabled = true
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Render
    {
         //turn_duration = 0.3
    }
    
    Animated
    {
    	on_event_leave_ground_for_leap = "PlayEffect( Metadata/Effects/Spells/monsters_effects/goat_slam_02/kickup.ao );"
    	on_event_effect_for_cliffjump = "PlayEffect( Metadata/Effects/Spells/monsters_effects/goat_slam_02/land_dust.ao );"
    }
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Goatman/GoatmanBossInvasion"] = {
        name = "Death from Above",
        life = 3.6,
        fireResist = 30,
        coldResist = 30,
        lightningResist = 30,
        chaosResist = 20,
        damage = 1.62,
        damageSpread = 0.2,
        attackTime = 1.455,
        attackRange = 7,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeed",
            "MonsterLeapSlamInvasion",
            "MonsterSmokeMineInvasion",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        name = "Default Attack",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Strike your foes down with a powerful blow.",
        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["MonsterLeapSlamInvasion"] = {
        name = "Leap Slam",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Jump through the air, damaging and knocking back enemies with your weapon where you land. Enemies you would land on are pushed out of the way. Requires an Axe, Mace, Sceptre, Sword or Staff. Cannot be supported by Multistrike.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
            [SkillType.Melee] = true,
            [SkillType.Movement] = true,
            [SkillType.Travel] = true,
            [SkillType.Slam] = true,
            [SkillType.Totemable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.4,
        baseFlags = {
            attack = true,
            area = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_damage_+%_final",
            "active_skill_base_area_of_effect_radius",
            "is_area_damage",
            "cast_time_overrides_attack_duration",
        },
        levels = {
            [1] = {50, 15, levelRequirement = 2, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MonsterSmokeMineInvasion"] = {
        name = "Smoke Mine",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Throws a mine that will teleport you to it when detonated. It covers both your escape and arrival with a cloud of smoke that blinds enemies, and gives you a temporary buff to movement speed. Shares a cooldown with other Blink skills.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Area] = true,
            [SkillType.Duration] = true,
            [SkillType.Movement] = true,
            [SkillType.RemoteMined] = true,
            [SkillType.AreaSpell] = true,
            [SkillType.Travel] = true,
            [SkillType.HasReservation] = true,
            [SkillType.Blink] = true,
            [SkillType.Cooldown] = true,
        },
        statDescriptionScope = "buff_skill_stat_descriptions",
        castTime = 0.5,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_skill_effect_duration",
            "base_movement_velocity_+%",
            "active_skill_area_of_effect_radius_+%_final",
        },
        levels = {
            [1] = {3000, 20, -45, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    
    떨어지는 아이템 수량 300% 증가
    떨어지는 아이템 희귀도 800% 증가
    IdMonsterInvasionBoss
    FamilyMonsterInvasionBoss
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • monster dropped item rarity +% Min: 800 Max: 800 Global
  • monster dropped item quantity +% Min: 300 Max: 300 Global
  • 공격 속도 60% 증가
    IdMonsterImplicitFastAttack3
    FamilyIncreasedAttackSpeed
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • attack speed +% Min: 60 Max: 60 Global
  • Craft Tagsattack speed
    회피 40% 증가
    IdMonsterImplicitEvading1
    FamilyEvasionRatingPercent
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • evasion rating +% Min: 40 Max: 40 Global
  • Craft Tagsdefences evasion
    monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 Global
  • monster is invasion boss [1]
    IdIsInvasionBoss
    FamilyMonsterIsInvasionBoss
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • monster is invasion boss Min: 1 Max: 1 Global
  • level 33 or lower damage +% final [-20]
    level 33 or lower life +% final [-20]
    IdMonsterLifeAndDamageLessBelowLevel33
    FamilyMoreLifeBelowLevelThreshold
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • level 33 or lower life +% final Min: -20 Max: -20 Global
  • level 33 or lower damage +% final Min: -20 Max: -20 Global
  • Craft Tagsresource life damage
    Edit

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