앙심
악마
지역: InvasionBoss
떨어지는 아이템 수량 300% 증가
떨어지는 아이템 희귀도 800% 증가
1초마다 최대 생명력의 4%를 카오스 피해로 받음
monster additional quantity of dropped items in cruel +% [300]
monster additional quantity of dropped items in merciless +% [600]
monster additional rarity of dropped items in cruel +% [300]
monster additional rarity of dropped items in merciless +% [600]
monster no map drops [1]
monster is invasion boss [1]
stance movement speed +% final [112]
이동 속도 50% 증가
level 33 or lower damage +% final [-20]
level 33 or lower life +% final [-20]
Rancor
SpectreN
AreaInvasionBoss
End Game최대 생명력 50% 증가
Tagscleaving_weapon, demon, flesh_armour, has_one_hand_sword, has_one_handed_melee, invasion_boss, large_height, physical_affinity, red_blood, very_slow_movement
Packs
  • InvasionBoss: 앙심, 파이어티의 기형물
  • 생명력
    240%
    Ailment Threshold
    240%
    저항
    30 30 30 20
    Damage
    144%
    정확도
    100%
    치명타 확률
    +5%
    치명타 피해 배율
    +130%
    Attack Distance
    6 ~ 6
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    경험치
    200%
    Model Size
    130%
    Type
    DemonModularBossInvasion
    Metadata
    DemonModularBossInvasion
    레벨
    68
    생명력
    15,440
    방어도
    28,790
    회피
    4,739
    에너지 보호막
    0
    Damage
    538
    주문 피해
    538
    정확도
    290
    Attack Time
    1.5
    경험치
    20,510
    Ailment Threshold
    15,440
    Chill
    49
    Shock
    49
    Brittle
    276
    Scorch
    49
    Sap
    135
    MonsterSmokeMineInvasion
    Spell, Area, Duration, Movement, RemoteMined, AreaSpell, Travel, HasReservation, Blink, Cooldown
    연막 지뢰
    시전 속도: 0.5 초
    재사용 대기시간: 3 초
    폭발 시 시전자를 폭발 지점으로 순간이동시키는 지뢰를 투척합니다. 탈출 지점과 도착 지점을 모두 연막으로 뒤덮어 적들의 눈을 멀게 만듦과 동시에 일시적으로 시전자에게 이동 속도 버프를 부여합니다. 점멸 계열 스킬과 재사용 대기시간을 공유합니다.
    기본 지속시간 3
    버프 시 이동 속도 20% 증가
    active skill area of effect radius +% final [-45]
    MonsterReaveInvasion
    Attack, Area, Multistrikeable, Melee
    약탈
    Base Damage: 430–645
    치명타 확률: 5%
    Attack Time: 1.5 초
    전방의 일정 범위를 공격합니다. 약탈로 적을 명중시킬 때마다 단계를 형성하며, 아무것도 명중시키지 못한 경우, 잠시 후에 단계를 상실하기 시작합니다. 단검, 클로, 한손 검으로만 사용할 수 있습니다.
    스킬 6회 추가 반복
    주는 피해 25% 감폭
    물리 피해 12% 증가
    공격 속도 220% 증가
    단계마다 효과 범위 80% 증폭
    active skill area of effect radius +% final [59]
    is area damage [1]
    monster penalty against minions damage +% final vs player minions [-25]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	basic_action = "ChangeToStance1"
    	basic_action = "ChangeToStance2"
    	basic_action = "ChangeToStance3"
    	basic_action = "Emerge2"
    	basic_action = "Emerge3"
    	main_hand_unarmed_type = "One_Hand_Sword"
    }
    
    Stats
    {
    	mana_regeneration_rate_per_minute_% = 0
    }
    
    StateMachine
    {
    	define_shared_state = "generic1"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Life
    {
    	on_death = "DetachAllContainingText( elehands );"
    	on_spawned_dead = "DetachAllContainingText( elehands );"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/DemonModular/DemonModularBossInvasion"] = {
        name = "Rancor",
        life = 2.4,
        fireResist = 30,
        coldResist = 30,
        lightningResist = 30,
        chaosResist = 20,
        damage = 1.44,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 6,
        accuracy = 1,
        skillList = {
            "MonsterReaveInvasion",
            "MonsterSmokeMineInvasion",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MonsterReaveInvasion"] = {
        name = "Reave",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Attacks an area in front of you. Each Reave that hits an enemy grants stages, which you will begin to lose after a short period without hitting anything. Only works with Daggers, Claws, and One-Handed Swords.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_repeat_count",
            "attack_speed_+%",
            "reave_area_of_effect_+%_final_per_stage",
            "physical_damage_+%",
            "active_skill_damage_+%_final",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {2, 100, 80, 12, -25, -25, 59, levelRequirement = 3, statInterpolation = {1, 1},  cost = { }, },
            [2] = {4, 160, 80, 12, -25, -25, 59, levelRequirement = 36, statInterpolation = {1, 1},  cost = { }, },
            [3] = {6, 220, 80, 12, -25, -25, 59, levelRequirement = 57, statInterpolation = {1, 1},  cost = { }, },
            [4] = {8, 280, 80, 12, -25, -25, 59, levelRequirement = 71, statInterpolation = {1, 1},  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
  • 1초마다 최대 생명력의 4%를 카오스 피해로 받음
    IdMonsterAuraEnemyLifeDegen1
    FamilyMonsterAura
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • base chaos damage % of maximum life taken per minute Min: 240 Max: 240 Global
  • Craft Tagschaos_damage damage chaos
    퇴화 오라
    적용 반경: 50
    적들에게 지속 카오스 피해 부여
    1초마다 최대 생명력의 4%를 카오스 피해로 받음
    Degeneration Aura
    monster additional quantity of dropped items in cruel +% [300]
    monster additional quantity of dropped items in merciless +% [600]
    monster additional rarity of dropped items in cruel +% [300]
    monster additional rarity of dropped items in merciless +% [600]
    IdMonsterInvasionMercilessDrops1
    FamilyMonsterMercilessDrops
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • monster additional rarity of dropped items in cruel +% Min: 300 Max: 300 Global
  • monster additional quantity of dropped items in cruel +% Min: 300 Max: 300 Global
  • monster additional rarity of dropped items in merciless +% Min: 600 Max: 600 Global
  • monster additional quantity of dropped items in merciless +% Min: 600 Max: 600 Global
  • 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
  • IdNothing
    FamilyNothing
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    stance movement speed +% final [112]
    IdStanceBanditRun
    FamilyStance
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: 112 Max: 112 Global
  • Craft Tagsspeed
    이동 속도 50% 증가
    IdMonsterImplicitFastRun1
    FamilyMovementVelocity
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • base movement velocity +% Min: 50 Max: 50 Global
  • Craft Tagsspeed
    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.