술 취한 텔바르
언데드
지역: 만 지도
몬스터가 주는 경험치 100% 증가
떨어지는 아이템 희귀도 15000% 증가
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Telvar, the Inebriated
SpectreN
Area만 지도
Tags시전, fire_affinity, ghost, ghost_armour, ghost_blood, has_one_hand_sword, has_one_handed_melee, humanoid, I_see_brothers_card, large_height, melee, non_unique_map_boss, not_str, physical_affinity, slashing_weapon, undead, very_fast_movement
생명력
400%
Energy Shield From Life
50%
회피
+50%
Ailment Threshold
400%
저항
40 40 40 25
Damage
165%
정확도
100%
치명타 확률
+5%
치명타 피해 배율
+130%
Attack Distance
6 ~ 14
Attack Time
1.5 Second
Damage Spread
±20%
경험치
200%
Model Size
130%
Type
GhostMapBoss
Metadata
GhostPirateMapBoss2
레벨
78
생명력
4,002,799
방어도
62,934
회피
10,001
에너지 보호막
5,664
Damage
1,269
주문 피해
1,894
정확도
428
Attack Time
1.005
경험치
136,147
Ailment Threshold
1,961,371
Chill
6,202
Shock
6,202
Brittle
35,087
Scorch
6,202
Sap
17,135
MeleeAtAnimationSpeedUnique
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
기본 공격
Base Damage: 2015–3022
치명타 확률: 5%
Attack Time: 1.5 초
강력한 일격으로 적들을 쓰러트립니다.
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]
GhostPirateAlchemistOrb
Spell, Damage, Area, Trappable, Mineable, Totemable, Triggerable, Fire, Projectile, ProjectilesFromUser, Multicastable, Chains, CanRapidFire, AreaSpell
몰려오는 마그마
치명타 확률: 5%
시전 속도: 1.5 초
불타는 구체를 던집니다. 구체는 지면에 부딪히면 범위 피해를 줍니다. 스킬은 연쇄되면서 앞으로 튕겨 여러 번 피해를 줍니다.
1초마다 1311.1의 기본 화염 피해를 줌
기본 지속시간 3
1086~1447 화염 피해
base is projectile [1]
ground effect variation [1]
is area damage [1]
projectiles drop ground effects on client [1]
projectiles drop ground fire [1]
SummonSpecificBarrelsInFrontTar
Spell, Multicastable, Triggerable
시전 속도: 1 초
재사용 대기시간: 3 초
alternate minion [2]
SummonSpecificBarrelsFromMortarTar
Spell, Projectile, Multicastable, Triggerable
시전 속도: 1.8 초
재사용 대기시간: 3 초
349.9~524.9 물리 피해
1172~1750 화염 피해
active skill area of effect radius +% final [-40]
alternate minion [2]
base is projectile [1]
projectile minimum range [25]
projectile spread radius [16]
SummonSpecificBarrelsInFront
Spell, Multicastable, Triggerable
시전 속도: 1 초

Object Type

version 2
extends "Metadata/Monsters/GhostPirates/GhostPirate"

Actor 
{ 
	basic_action = "ChangeToStance1"
	basic_action = "ChangeToStance2"
}

Transitionable
{
	
}

Object Type Codes

version 2
extends "Metadata/Monsters/GhostPirates/GhostPirate"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/GhostPirates/GhostPirateMapBoss2"] = {
    name = "Telvar, the Inebriated",
    life = 4,
    energyShield = 0.5,
    fireResist = 40,
    coldResist = 40,
    lightningResist = 40,
    chaosResist = 25,
    damage = 1.65,
    damageSpread = 0.2,
    attackTime = 1.5,
    attackRange = 14,
    accuracy = 1,
    skillList = {
        "MeleeAtAnimationSpeedUnique",
        "GhostPirateAlchemistOrb",
        "SummonSpecificBarrelsInFront",
        "SummonSpecificBarrelsInFrontTar",
        "SummonSpecificBarrelsFromMortarTar",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["MeleeAtAnimationSpeedUnique"] = {
    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["GhostPirateAlchemistOrb"] = {
    name = "Rolling Magma",
    hidden = true,
    color = "3",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Lob a fiery orb that deals area damage as it hits the ground. The skill chains, bouncing forward to deal damage multiple times.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
        [SkillType.Area] = true,
        [SkillType.Trappable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Fire] = true,
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Chains] = true,
        [SkillType.CanRapidFire] = true,
        [SkillType.AreaSpell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1.5,
    baseFlags = {
        area = true,
        spell = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_fire_damage",
        "spell_maximum_base_fire_damage",
        "base_fire_damage_to_deal_per_minute",
        "ground_effect_variation",
        "base_skill_effect_duration",
        "is_area_damage",
        "base_is_projectile",
        "projectiles_drop_ground_fire",
        "projectiles_drop_ground_effects_on_client",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 6, 1, 3000, critChance = 5, levelRequirement = 3, statInterpolation = {3, 3, 3},  cost = { }, },
        [2] = {1.3799999952316, 1.8400000333786, 6, 1, 3000, critChance = 5, levelRequirement = 68, statInterpolation = {3, 3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["SummonSpecificBarrelsInFront"] = {
    name = "SummonSpecificBarrelsInFront",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["SummonSpecificBarrelsInFrontTar"] = {
    name = "SummonSpecificBarrelsInFrontTar",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "alternate_minion",
    },
    levels = {
        [1] = {2, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["SummonSpecificBarrelsFromMortarTar"] = {
    name = "SummonSpecificBarrelsFromMortarTar",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Projectile] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1.8,
    baseFlags = {
        spell = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_physical_damage",
        "spell_maximum_base_physical_damage",
        "spell_minimum_base_fire_damage",
        "spell_maximum_base_fire_damage",
        "alternate_minion",
        "projectile_minimum_range",
        "projectile_spread_radius",
        "active_skill_area_of_effect_radius_+%_final",
        "base_is_projectile",
    },
    levels = {
        [1] = {0.20000000298023, 0.30000001192093, 0.6700000166893, 1, 2, 25, 16, -40, levelRequirement = 68, statInterpolation = {3, 3, 3, 3},  cost = { }, },
    },
}
몬스터가 주는 경험치 100% 증가
떨어지는 아이템 희귀도 15000% 증가
IdMonsterMapBoss
FamilyMonsterMapBoss
Domains몬스터 (3)
GenerationType고유 (3)
Req. level1
Stats
  • monster slain experience +% Min: 100 Max: 100 Global
  • monster dropped item rarity +% Min: 15000 Max: 15000 Global
  • cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    IdStunRepeatImmunityMapBoss_
    FamilyNothing
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • cannot be stunned while stunned Min: 1 Max: 1 Global
  • cannot be stunned for ms after stun finished Min: 2000 Max: 2000 Global
  • 술 취한 텔바르
    언데드
    몬스터가 주는 경험치 100% 증가
    떨어지는 아이템 희귀도 15000% 증가
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    Telvar, the Inebriated
    SpectreN
    Tags시전, fire_affinity, ghost, ghost_armour, ghost_blood, has_one_hand_sword, has_one_handed_melee, humanoid, large_height, melee, not_str, physical_affinity, slashing_weapon, standalone_map_boss, undead, very_fast_movement
    생명력
    400%
    Energy Shield From Life
    50%
    회피
    +50%
    Ailment Threshold
    400%
    저항
    40 40 40 25
    Damage
    165%
    정확도
    100%
    치명타 확률
    +5%
    치명타 피해 배율
    +130%
    Attack Distance
    6 ~ 14
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    경험치
    200%
    Model Size
    130%
    Type
    GhostMapBoss
    Metadata
    GhostPirateMapBoss2Standalone
    레벨
    68
    생명력
    557,385
    방어도
    28,790
    회피
    7,109
    에너지 보호막
    3,064
    Damage
    702
    주문 피해
    1,048
    정확도
    290
    Attack Time
    1.005
    경험치
    112,805
    Ailment Threshold
    351,153
    Chill
    1,110
    Shock
    1,110
    Brittle
    6,282
    Scorch
    1,110
    Sap
    3,068
    MeleeAtAnimationSpeedUnique
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    기본 공격
    Base Damage: 1115–1672
    치명타 확률: 5%
    Attack Time: 1.5 초
    강력한 일격으로 적들을 쓰러트립니다.
    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]
    GhostPirateAlchemistOrb
    Spell, Damage, Area, Trappable, Mineable, Totemable, Triggerable, Fire, Projectile, ProjectilesFromUser, Multicastable, Chains, CanRapidFire, AreaSpell
    몰려오는 마그마
    치명타 확률: 5%
    시전 속도: 1.5 초
    불타는 구체를 던집니다. 구체는 지면에 부딪히면 범위 피해를 줍니다. 스킬은 연쇄되면서 앞으로 튕겨 여러 번 피해를 줍니다.
    1초마다 920.5의 기본 화염 피해를 줌
    기본 지속시간 3
    762.2~1016 화염 피해
    base is projectile [1]
    ground effect variation [1]
    is area damage [1]
    projectiles drop ground effects on client [1]
    projectiles drop ground fire [1]
    SummonSpecificBarrelsInFrontTar
    Spell, Multicastable, Triggerable
    시전 속도: 1 초
    재사용 대기시간: 3 초
    alternate minion [2]
    SummonSpecificBarrelsFromMortarTar
    Spell, Projectile, Multicastable, Triggerable
    시전 속도: 1.8 초
    재사용 대기시간: 3 초
    236.4~354.6 물리 피해
    791.9~1182 화염 피해
    active skill area of effect radius +% final [-40]
    alternate minion [2]
    base is projectile [1]
    projectile minimum range [25]
    projectile spread radius [16]
    SummonSpecificBarrelsInFront
    Spell, Multicastable, Triggerable
    시전 속도: 1 초

    Object Type

    version 2
    extends "Metadata/Monsters/GhostPirates/GhostPirate"
    extends "Metadata/Monsters/StandaloneMapBoss"
    
    Actor 
    { 
    	basic_action = "ChangeToStance1"
    	basic_action = "ChangeToStance2"
    }
    
    Transitionable
    {
    	
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/GhostPirates/GhostPirate"
    extends "Metadata/Monsters/StandaloneMapBoss"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/GhostPirates/GhostPirateMapBoss2Standalone"] = {
        name = "Telvar, the Inebriated",
        life = 4,
        energyShield = 0.5,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        damage = 1.65,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 14,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeedUnique",
            "GhostPirateAlchemistOrb",
            "SummonSpecificBarrelsInFront",
            "SummonSpecificBarrelsInFrontTar",
            "SummonSpecificBarrelsFromMortarTar",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeedUnique"] = {
        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["GhostPirateAlchemistOrb"] = {
        name = "Rolling Magma",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Lob a fiery orb that deals area damage as it hits the ground. The skill chains, bouncing forward to deal damage multiple times.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Trappable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Fire] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Chains] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.5,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "base_fire_damage_to_deal_per_minute",
            "ground_effect_variation",
            "base_skill_effect_duration",
            "is_area_damage",
            "base_is_projectile",
            "projectiles_drop_ground_fire",
            "projectiles_drop_ground_effects_on_client",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 6, 1, 3000, critChance = 5, levelRequirement = 3, statInterpolation = {3, 3, 3},  cost = { }, },
            [2] = {1.3799999952316, 1.8400000333786, 6, 1, 3000, critChance = 5, levelRequirement = 68, statInterpolation = {3, 3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SummonSpecificBarrelsInFront"] = {
        name = "SummonSpecificBarrelsInFront",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SummonSpecificBarrelsInFrontTar"] = {
        name = "SummonSpecificBarrelsInFrontTar",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "alternate_minion",
        },
        levels = {
            [1] = {2, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SummonSpecificBarrelsFromMortarTar"] = {
        name = "SummonSpecificBarrelsFromMortarTar",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Projectile] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.8,
        baseFlags = {
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "alternate_minion",
            "projectile_minimum_range",
            "projectile_spread_radius",
            "active_skill_area_of_effect_radius_+%_final",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.20000000298023, 0.30000001192093, 0.6700000166893, 1, 2, 25, 16, -40, levelRequirement = 68, statInterpolation = {3, 3, 3, 3},  cost = { }, },
        },
    }
    
    몬스터가 주는 경험치 100% 증가
    떨어지는 아이템 희귀도 15000% 증가
    IdMonsterMapBoss
    FamilyMonsterMapBoss
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • monster slain experience +% Min: 100 Max: 100 Global
  • monster dropped item rarity +% Min: 15000 Max: 15000 Global
  • cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    IdStunRepeatImmunityMapBoss_
    FamilyNothing
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • cannot be stunned while stunned Min: 1 Max: 1 Global
  • cannot be stunned for ms after stun finished Min: 2000 Max: 2000 Global
  • 술 취한 텔바르
    언데드
    몬스터가 주는 경험치 100% 증가
    떨어지는 아이템 희귀도 15000% 증가
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    Telvar, the Inebriated
    SpectreN
    Tagselder_map_boss, ghost, ghost_armour, ghost_blood, humanoid, is_unarmed, large_height, non_attacking, not_str, slashing_weapon, undead, very_fast_movement
    생명력
    400%
    Energy Shield From Life
    50%
    회피
    +50%
    Ailment Threshold
    400%
    저항
    40 40 40 25
    Damage
    165%
    정확도
    100%
    치명타 확률
    +5%
    치명타 피해 배율
    +130%
    Attack Distance
    6 ~ 8
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    경험치
    200%
    Model Size
    130%
    Type
    GhostMapBoss
    Metadata
    GhostPirateMapBoss2Elder

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Life
    {
    	corpse_usable = false
    }
    
    Stats
    {
    	base_cannot_be_damaged = 1
    	base_cannot_be_stunned = 1
    	cannot_be_knocked_back = 1
    	is_hidden_monster = 1
    	immune_to_curses = 1
    	immune_to_auras_from_other_entities = 1
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    BaseEvents
    {
    	on_construction_complete = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/Elder/entrance/affecting_target_instant.epk );"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/GhostPirates/GhostPirateMapBoss2Elder"] = {
        name = "Telvar, the Inebriated",
        life = 4,
        energyShield = 0.5,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        damage = 1.65,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 8,
        accuracy = 1,
        skillList = {
        },
        modList = {
        },
    }
    
    몬스터가 주는 경험치 100% 증가
    떨어지는 아이템 희귀도 15000% 증가
    IdMonsterMapBoss
    FamilyMonsterMapBoss
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • monster slain experience +% Min: 100 Max: 100 Global
  • monster dropped item rarity +% Min: 15000 Max: 15000 Global
  • cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    IdStunRepeatImmunityMapBoss_
    FamilyNothing
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • cannot be stunned while stunned Min: 1 Max: 1 Global
  • cannot be stunned for ms after stun finished Min: 2000 Max: 2000 Global
  • Edit

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