O Habitante das Profundezas
Bestial
Espécie: Cobras
Família: Profundezas
Raridade dos Itens Derrubados aumentada em 4500%
Monstros concedem Experiência aumentada em 250%
The Dweller of the Deep
SpectreN
AreaProfundezas Inundadas
Tagsbeast, cold_affinity, extra_small_height, hard_armour, insect, is_unarmed, ranged, red_blood, very_slow_movement
Vida
120%
Ailment Threshold
120%
Resistência
0 0 85 0
Damage
255%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 50
Attack Time
0.99 Second
Damage Spread
±20%
Experiência
150%
Model Size
150%
Type
SandSpitterBossDeep
Metadata
SandSpitterBoss
Nível
6
Vida
58
Armadura
59
Evasão
166
Escudo de Energia
0
Damage
21
Dano Mágico
21
Precisão
18
Attack Time
0.99
Experiência
101
Ailment Threshold
58
Chill
0
Shock
0
Brittle
1
Scorch
0
Sap
1
MMASandSpitterProjectileCold
Projectile, ProjectilesFromUser, Attack, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable
Base Damage: 17–25
Chance de Crítico: 5%
Attack Time: 0.99 seg
Habilidade de morteiro de monstro genérico. Como Projétil de Monstro, mas com um efeito de impacto.
Causa 21.666666666667% menos Dano
50% do Dano Físico Convertido para Dano de Gelo
+1.5 metros ao Alcance de Golpes Corpo a Corpo
action should face away from target [1]
base is projectile [1]
is area damage [1]
maintain projectile direction when using contact position [1]
mortar projectile scale animation speed instead of projectile speed [1]
projectile minimum range [50]
projectile spread radius [3]
projectile uses contact position [1]
use scaled contact offset [1]
MMASandSpitterBarrageDweller
Projectile, ProjectilesFromUser, Attack, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable
Base Damage: 17–25
Chance de Crítico: 5%
Attack Time: 0.99 seg
Recarga: 6 seg
Habilidade de morteiro de monstro genérico. Como Projétil de Monstro, mas com um efeito de impacto.
Causa 21.666666666667% menos Dano
50% do Dano Físico Convertido para Dano de Gelo
+1.5 metros ao Alcance de Golpes Corpo a Corpo
action attack or cast time uses animation length [1]
action should face away from target [1]
base is projectile [1]
is area damage [1]
monster reverse point blank damage -% at minimum range [50]
mortar projectile scale animation speed instead of projectile speed [1]
projectile spread radius [10]
projectile uses contact direction [1]
projectile uses contact position [1]
use scaled contact offset [1]
EmptyActionSpellDweller
Spell
Tempo de Conjuração: 1 seg
Recarga: 2 seg
skill cannot be knocked back [1]
skill cannot be stunned [1]

Object Type

version 2
extends "Metadata/Monsters/SandSpitters/SandSpitter"

Positioned
{
	force_placement = true
}

Object Type Codes

version 2
extends "Metadata/Monsters/SandSpitters/SandSpitter"

BaseEvents
{
	on_construction_complete = "parent.HideMeshSegment( polySurface1_glowShape );"
}

Life
{
	on_defeat = "FadeOutMusic( 500 ); PlayGlobalAudio( Audio/Music/Act1_Cave/SubmergedPassage_Resolve.ogg );"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/SandSpitters/SandSpitterBoss"] = {
    name = "The Dweller of the Deep",
    life = 1.2,
    fireResist = 0,
    coldResist = 0,
    lightningResist = 85,
    chaosResist = 0,
    damage = 2.55,
    damageSpread = 0.2,
    attackTime = 0.99,
    attackRange = 50,
    accuracy = 1,
    skillList = {
        "MMASandSpitterProjectileCold",
        "MMASandSpitterBarrageDweller",
        "EmptyActionSpellDweller",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["MMASandSpitterProjectileCold"] = {
    name = "MMASandSpitterProjectileCold",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Generic monster mortar skill. Like Monster Projectile but has an impact effect.",
    skillTypes = {
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.Attack] = true,
        [SkillType.Damage] = true,
        [SkillType.Area] = true,
        [SkillType.Trappable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        area = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "active_skill_damage_+%_final",
        "projectile_spread_radius",
        "projectile_minimum_range",
        "melee_range_+",
        "skill_physical_damage_%_to_convert_to_cold",
        "is_area_damage",
        "base_is_projectile",
        "projectile_uses_contact_position",
        "use_scaled_contact_offset",
        "action_should_face_away_from_target",
        "maintain_projectile_direction_when_using_contact_position",
        "mortar_projectile_scale_animation_speed_instead_of_projectile_speed",
    },
    levels = {
        [1] = {-30, 3, 50, 15, 50, levelRequirement = 1, statInterpolation = {2},  cost = { }, },
        [2] = {0, 3, 50, 15, 50, levelRequirement = 19, statInterpolation = {2},  cost = { }, },
        [3] = {1, 3, 50, 15, 50, levelRequirement = 20, statInterpolation = {2},  cost = { }, },
        [4] = {60, 3, 50, 15, 50, levelRequirement = 84, statInterpolation = {2},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MMASandSpitterBarrageDweller"] = {
    name = "MMASandSpitterBarrageDweller",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Generic monster mortar skill. Like Monster Projectile but has an impact effect.",
    skillTypes = {
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.Attack] = true,
        [SkillType.Damage] = true,
        [SkillType.Area] = true,
        [SkillType.Trappable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 2,
    baseFlags = {
        attack = true,
        area = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "active_skill_damage_+%_final",
        "monster_reverse_point_blank_damage_-%_at_minimum_range",
        "projectile_spread_radius",
        "melee_range_+",
        "skill_physical_damage_%_to_convert_to_cold",
        "is_area_damage",
        "base_is_projectile",
        "projectile_uses_contact_position",
        "use_scaled_contact_offset",
        "action_should_face_away_from_target",
        "projectile_uses_contact_direction",
        "mortar_projectile_scale_animation_speed_instead_of_projectile_speed",
        "action_attack_or_cast_time_uses_animation_length",
    },
    levels = {
        [1] = {-30, 50, 10, 15, 50, levelRequirement = 1, statInterpolation = {2},  cost = { }, },
        [2] = {0, 50, 10, 15, 50, levelRequirement = 19, statInterpolation = {2},  cost = { }, },
        [3] = {1, 50, 10, 15, 50, levelRequirement = 20, statInterpolation = {2},  cost = { }, },
        [4] = {60, 50, 10, 15, 50, levelRequirement = 84, statInterpolation = {2},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["EmptyActionSpellDweller"] = {
    name = "EmptyActionSpellDweller",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "skill_cannot_be_stunned",
        "skill_cannot_be_knocked_back",
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
Raridade dos Itens Derrubados aumentada em 4500%
Monstros concedem Experiência aumentada em 250%
IdMonsterQuestBossAct1_
FamilyMonsterActBoss
Domainsmonstro (3)
GenerationTypeunico (3)
Req. level1
Stats
  • monster slain experience +% Min: 250 Max: 250 Global
  • monster dropped item rarity +% Min: 4500 Max: 4500 Global
  • O Habitante das Profundezas
    Bestial
    Raridade dos Itens Derrubados aumentada em 4500%
    Monstros concedem Experiência aumentada em 250%
    The Dweller of the Deep
    SpectreN
    Tagsbeast, cold_affinity, hard_armour, insect, is_unarmed, ranged, red_blood, very_slow_movement
    Vida
    120%
    Ailment Threshold
    120%
    Resistência
    0 0 85 0
    Damage
    255%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    6 ~ 50
    Attack Time
    0.99 Second
    Damage Spread
    ±20%
    Experiência
    150%
    Model Size
    150%
    Type
    SandSpitterBossDeep
    Metadata
    SandSpitterBossStandalone
    Nível
    68
    Vida
    7,720
    Armadura
    28,790
    Evasão
    4,739
    Escudo de Energia
    0
    Damage
    953
    Dano Mágico
    953
    Precisão
    290
    Attack Time
    0.99
    Experiência
    15,383
    Ailment Threshold
    7,720
    Chill
    24
    Shock
    24
    Brittle
    138
    Scorch
    24
    Sap
    67
    MMASandSpitterProjectileCold
    Projectile, ProjectilesFromUser, Attack, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable
    Base Damage: 762–1143
    Chance de Crítico: 5%
    Attack Time: 0.99 seg
    Habilidade de morteiro de monstro genérico. Como Projétil de Monstro, mas com um efeito de impacto.
    Causa 45.25% mais Dano
    50% do Dano Físico Convertido para Dano de Gelo
    +1.5 metros ao Alcance de Golpes Corpo a Corpo
    action should face away from target [1]
    base is projectile [1]
    is area damage [1]
    maintain projectile direction when using contact position [1]
    mortar projectile scale animation speed instead of projectile speed [1]
    projectile minimum range [50]
    projectile spread radius [3]
    projectile uses contact position [1]
    use scaled contact offset [1]
    MMASandSpitterBarrageDweller
    Projectile, ProjectilesFromUser, Attack, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable
    Base Damage: 762–1143
    Chance de Crítico: 5%
    Attack Time: 0.99 seg
    Recarga: 6 seg
    Habilidade de morteiro de monstro genérico. Como Projétil de Monstro, mas com um efeito de impacto.
    Causa 45.25% mais Dano
    50% do Dano Físico Convertido para Dano de Gelo
    +1.5 metros ao Alcance de Golpes Corpo a Corpo
    action attack or cast time uses animation length [1]
    action should face away from target [1]
    base is projectile [1]
    is area damage [1]
    monster reverse point blank damage -% at minimum range [50]
    mortar projectile scale animation speed instead of projectile speed [1]
    projectile spread radius [10]
    projectile uses contact direction [1]
    projectile uses contact position [1]
    use scaled contact offset [1]

    Object Type

    version 2
    extends "Metadata/Monsters/SandSpitters/SandSpitter"
    extends "Metadata/Monsters/StandaloneMonster"
    
    Positioned
    {
    	force_placement = true
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/SandSpitters/SandSpitter"
    extends "Metadata/Monsters/StandaloneMonster"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/SandSpitters/SandSpitterBossStandalone"] = {
        name = "The Dweller of the Deep",
        life = 1.2,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 85,
        chaosResist = 0,
        damage = 2.55,
        damageSpread = 0.2,
        attackTime = 0.99,
        attackRange = 50,
        accuracy = 1,
        skillList = {
            "MMASandSpitterProjectileCold",
            "MMASandSpitterBarrageDweller",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MMASandSpitterProjectileCold"] = {
        name = "MMASandSpitterProjectileCold",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Generic monster mortar skill. Like Monster Projectile but has an impact effect.",
        skillTypes = {
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Attack] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_damage_+%_final",
            "projectile_spread_radius",
            "projectile_minimum_range",
            "melee_range_+",
            "skill_physical_damage_%_to_convert_to_cold",
            "is_area_damage",
            "base_is_projectile",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
            "action_should_face_away_from_target",
            "maintain_projectile_direction_when_using_contact_position",
            "mortar_projectile_scale_animation_speed_instead_of_projectile_speed",
        },
        levels = {
            [1] = {-30, 3, 50, 15, 50, levelRequirement = 1, statInterpolation = {2},  cost = { }, },
            [2] = {0, 3, 50, 15, 50, levelRequirement = 19, statInterpolation = {2},  cost = { }, },
            [3] = {1, 3, 50, 15, 50, levelRequirement = 20, statInterpolation = {2},  cost = { }, },
            [4] = {60, 3, 50, 15, 50, levelRequirement = 84, statInterpolation = {2},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MMASandSpitterBarrageDweller"] = {
        name = "MMASandSpitterBarrageDweller",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Generic monster mortar skill. Like Monster Projectile but has an impact effect.",
        skillTypes = {
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Attack] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2,
        baseFlags = {
            attack = true,
            area = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_damage_+%_final",
            "monster_reverse_point_blank_damage_-%_at_minimum_range",
            "projectile_spread_radius",
            "melee_range_+",
            "skill_physical_damage_%_to_convert_to_cold",
            "is_area_damage",
            "base_is_projectile",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
            "action_should_face_away_from_target",
            "projectile_uses_contact_direction",
            "mortar_projectile_scale_animation_speed_instead_of_projectile_speed",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {-30, 50, 10, 15, 50, levelRequirement = 1, statInterpolation = {2},  cost = { }, },
            [2] = {0, 50, 10, 15, 50, levelRequirement = 19, statInterpolation = {2},  cost = { }, },
            [3] = {1, 50, 10, 15, 50, levelRequirement = 20, statInterpolation = {2},  cost = { }, },
            [4] = {60, 50, 10, 15, 50, levelRequirement = 84, statInterpolation = {2},  cost = { }, },
        },
    }
    
    Raridade dos Itens Derrubados aumentada em 4500%
    Monstros concedem Experiência aumentada em 250%
    IdMonsterQuestBossAct1_
    FamilyMonsterActBoss
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • monster slain experience +% Min: 250 Max: 250 Global
  • monster dropped item rarity +% Min: 4500 Max: 4500 Global
  • O Habitante das Profundezas
    Bestial
    50% do Dano Físico Convertido em Dano de Gelo
    Raridade dos Itens Derrubados aumentada em 4500%
    Monstros concedem Experiência aumentada em 250%
    The Dweller of the Deep
    SpectreN
    AreaProfundezas Inundadas
    Tagsanimal_claw_weapon, beast, crustacean_beast, extra_small_height, hard_armour, insect, is_unarmed, large_model, medium_movement, melee, not_dex, not_int, physical_affinity, red_blood
    Vida
    375%
    Armadura
    +25%
    Ailment Threshold
    375%
    Resistência
    85 0 0 0
    Damage
    255%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    6 ~ 14
    Attack Time
    0.93 Second
    Damage Spread
    ±20%
    Experiência
    150%
    Model Size
    300%
    Type
    ShieldCrabBoss
    Metadata
    ShieldCrabBossSlowAura
    Nível
    6
    Vida
    180
    Armadura
    74
    Evasão
    166
    Escudo de Energia
    0
    Damage
    21
    Dano Mágico
    21
    Precisão
    18
    Attack Time
    0.93
    Experiência
    101
    Ailment Threshold
    180
    Chill
    1
    Shock
    1
    Brittle
    3
    Scorch
    1
    Sap
    2
    MeleeAtAnimationSpeedUnique
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque Padrão
    Base Damage: 17–25
    Chance de Crítico: 5%
    Attack Time: 0.93 seg
    Abate seus inimigos com um golpe poderoso.
    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]
    EASDwellerSummon
    Spell
    Chance de Crítico: 5%
    Tempo de Conjuração: 1 seg
    DwellerGroundSlam
    Attack, Area, Multistrikeable, Melee, Slam, Totemable
    Impacto Sísmico
    Base Damage: 17–25
    Chance de Crítico: 5%
    Dano de Ataque: 140%
    Attack Time: 0.93 seg
    Recarga: 6 seg
    Bate no chão a sua frente, criando uma onda larga que viaja adiante e causa dano nos inimigos com uma chance aumentada de atordoamento. A onda causa mais dano aos inimigos próximos. Requer um Machado de Duas Mãos, Maça de Duas Mãos ou Cajado.
    Causa 40% mais Dano de Ataque
    Ponto de Atordoamento Inimigo reduzido em 15%
    +1 metro de raio
    Causa até +25% mais Dano com Acertos aos alvos próximos
    active skill area of effect radius +% final [-15]
    is area damage [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Life
    {
    	corpse_usable = false
    }
    
    StateMachine {}

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Life
    {
    	on_defeat = "FadeOutMusic( 500 ); PlayGlobalAudio( Audio/Music/Act1_Cave/SubmergedPassage_Resolve.ogg );"
    }
    
    Preload
    {
    	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/act1/crabcoconut/slam_cone_small/coral1.ao"
    	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/act1/crabcoconut/slam_cone_small/coral2.ao"
    	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/act1/crabcoconut/slam_cone_small/coral3.ao"
    	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/act1/crabcoconut/slam_cone_small/coral4.ao"
    	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/act1/crabcoconut/slam_cone_small/coral5.ao"
    	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/act1/crabcoconut/summon_emerge/emerge_01.ao"
    	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/act1/crabcoconut/summon_emerge/emerge_02.ao"
    	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/act1/crabcoconut/summon_emerge/emerge_03.ao"
    	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/act1/crabcoconut/summon_emerge/emerge_04.ao"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/ShieldCrabs/ShieldCrabBossSlowAura"] = {
        name = "The Dweller of the Deep",
        life = 3.75,
        fireResist = 85,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 2.55,
        damageSpread = 0.2,
        attackTime = 0.93,
        attackRange = 14,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeedUnique",
            "EASDwellerSummon",
            "DwellerGroundSlam",
        },
        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["EASDwellerSummon"] = {
        name = "EASDwellerSummon",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {critChance = 5, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["DwellerGroundSlam"] = {
        name = "Ground Slam",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Slams the ground in front of you, creating a wave that travels forward and damages enemies with an increased chance to stun. The wave deals more damage to closer enemies. Requires an Axe, Mace, Sceptre, Staff or Unarmed.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.Slam] = true,
            [SkillType.Totemable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_stun_threshold_reduction_+%",
            "active_skill_base_radius_+",
            "groundslam_damage_to_close_targets_+%_final",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {15, 10, 25, -15, baseMultiplier = 1.4, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    50% do Dano Físico Convertido em Dano de Gelo
    IdMonsterConvertToColdDamage2
    FamilyColdDamageAsPortionOfDamage
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • base physical damage % to convert to cold Min: 50 Max: 50 Global
  • Craft Tagsphysical_damage elemental_damage damage physical elemental cold
    Raridade dos Itens Derrubados aumentada em 4500%
    Monstros concedem Experiência aumentada em 250%
    IdMonsterQuestBossAct1_
    FamilyMonsterActBoss
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • monster slain experience +% Min: 250 Max: 250 Global
  • monster dropped item rarity +% Min: 4500 Max: 4500 Global
  • Habitante das Profundezas
    Optional
    Act: 1
    Recompensa: 1 Pontos de Habilidade Passiva
    Tarkleigh te pediu para eliminar o Habitante das Profundezas, um caranguejo gigante que habita as profundezas da Passagem Submersa.
    The Dweller of the Deep
    #Nome
    1Mate o Habitante das Profundezas
    Tarkleigh te pediu para eliminar o Habitante das Profundezas, um caranguejo gigante que habita as profundezas da Passagem Submersa.
  • Mate o Habitante das Profundezas

  • Area: Profundezas Inundadas
    2Mate o Habitante das Profundezas
    Mate o Habitante das Profundezas, um caranguejo gigante que habita as Profundezas Inundadas.
  • Mate o Habitante das Profundezas

  • Area: Profundezas Inundadas
    3Fale com Tarkleigh para receber sua recompensa
    Você matou o Habitante das Profundezas. Fale com Tarkleigh para receber sua recompensa.
  • Fale com Tarkleigh para receber sua recompensa

  • Area: Vigília de Lioneye
    NPC:
  • Tarkleigh Habitante das Profundezas: Você conseguiu matar o Vovô Caranguejo? Uma pena que você não conseguiu trazer pra cá. Ele daria uma bela sopa. Sem problemas. Temos uma preocupação a menos e eu te devo mais um agradecimento.
  • 4
    Você matou o Habitante das Profundezas. Fale com Tarkleigh para receber sua recompensa.
  • Fale com Tarkleigh para receber sua recompensa

  • Area: Vigília de Lioneye
    5
    Missão Completa - Você matou o Habitante das Profundezas. Tarkleigh te recompensou com um Livro de Habilidade Use-o para receber {0}.
    6Missão Completa
    Missão Completa - Você matou o Habitante das Profundezas. Tarkleigh te recompensou com {0}.
    Edit

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