하늘에서 내려준 죽음
야수
지역: 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]
떨어지는 아이템 희귀도 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
Spectre | N |
---|---|
Area | InvasionBoss |
End Game | 최대 생명력 50% 증가 |
Tags | beast, goatman, has_one_hand_mace, has_one_handed_melee, humanoid, invasion_boss, light_armour, mammal_beast, medium_height, medium_movement, melee, not_int, not_str, physical_affinity, red_blood |
Packs |
생명력
360%
회피
+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
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
레벨
68
생명력
23,160
방어도
28,790
회피
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
The following values are skill base values and do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses, monster base damage(ex: The Maven 150% multiplier), monster rarity bonuses (ex: unique 70% more, unique attack 33% less).
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]
기본 반경 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]
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]
버프 시 이동 속도 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.", 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% 증가
Id | MonsterInvasionBoss |
---|---|
Family | MonsterInvasionBoss |
Domains | 몬스터 (3) |
GenerationType | 고유 (3) |
Req. level | 1 |
Stats |
공격 속도 60% 증가
Id | MonsterImplicitFastAttack3 |
---|---|
Family | IncreasedAttackSpeed |
Domains | 몬스터 (3) |
GenerationType | 고유 (3) |
Req. level | 1 |
Stats | |
Craft Tags | attack speed |
회피 40% 증가
Id | MonsterImplicitEvading1 |
---|---|
Family | EvasionRatingPercent |
Domains | 몬스터 (3) |
GenerationType | 고유 (3) |
Req. level | 1 |
Stats | |
Craft Tags | defences evasion |
monster no map drops [1]
Id | MonsterNoMapDrops |
---|---|
Family | MonsterNoMapDrops |
Domains | 몬스터 (3) |
GenerationType | 고유 (3) |
Req. level | 1 |
Stats |
monster is invasion boss [1]
Id | IsInvasionBoss |
---|---|
Family | MonsterIsInvasionBoss |
Domains | 몬스터 (3) |
GenerationType | 고유 (3) |
Req. level | 1 |
Stats |
level 33 or lower damage +% final [-20]
level 33 or lower life +% final [-20]
Id | MonsterLifeAndDamageLessBelowLevel33 |
---|---|
Family | MoreLifeBelowLevelThreshold |
Domains | 몬스터 (3) |
GenerationType | 고유 (3) |
Req. level | 1 |
Stats | |
Craft Tags | resource life damage |