Devorador de Obsidiana
Bestial
Espécie: Cobras
Família: Profundezas
Obsidian Eater
SpectreY
Tagsbeast, extra_extra_small_height, hard_armour, insect, is_unarmed, lightning_affinity, ranged, red_blood, very_slow_movement
Packs
  • WorldAreas#1352: Devorador de Obsidiana
  • Vida
    70%
    Ailment Threshold
    70%
    Resistência
    0 0 40 0
    Damage
    90%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    6 ~ 30
    Attack Time
    0.99 Second
    Damage Spread
    ±20%
    Experiência
    100%
    Model Size
    100%
    Type
    SandSpitter
    Metadata
    SandSpitterLightning
    Nível
    68
    Vida
    4,503
    Armadura
    28,790
    Evasão
    4,739
    Escudo de Energia
    0
    Damage
    336
    Dano Mágico
    336
    Precisão
    290
    Attack Time
    0.99
    Experiência
    10,255
    Ailment Threshold
    4,503
    Chill
    14
    Shock
    14
    Brittle
    81
    Scorch
    14
    Sap
    39
    MMASandSpitterProjectileLightning
    Projectile, ProjectilesFromUser, Attack, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable
    Base Damage: 269–403
    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.
    50% do Dano Físico Convertido em Dano de Raio
    Causa 45.25% mais Dano
    +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]
    EASSandSpitterTaunt
    Spell
    Tempo de Conjuração: 1.25 seg
    Recarga: 4 seg
    disable skill repeats [1]
    MonsterWaitVeryShortWithCooldown
    Recarga: 4 seg
    Duração base é de 0.75 segundos

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	basic_action = "Emerge"
    	basic_action = "Emerge2"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    BaseEvents
    {
    	on_construction_complete = "parent.HideMeshSegment( polySurfaceShape1 );"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/SandSpitters/SandSpitterLightning"] = {
        name = "Obsidian Eater",
        life = 0.7,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 40,
        chaosResist = 0,
        damage = 0.9,
        damageSpread = 0.2,
        attackTime = 0.99,
        attackRange = 30,
        accuracy = 1,
        skillList = {
            "MMASandSpitterProjectileLightning",
            "MonsterWaitVeryShortWithCooldown",
            "EASSandSpitterTaunt",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MMASandSpitterProjectileLightning"] = {
        name = "MMASandSpitterProjectileLightning",
        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_lightning",
            "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["MonsterWaitVeryShortWithCooldown"] = {
        name = "MonsterWaitVeryShortWithCooldown",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_skill_effect_duration",
        },
        levels = {
            [1] = {750, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EASSandSpitterTaunt"] = {
        name = "EASSandSpitterTaunt",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.25,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "disable_skill_repeats",
        },
        levels = {
            [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    
    Devorador de Obsidiana
    Bestial
    Obsidian Eater
    SpectreY
    AreaCaverna da Cólera
    Tagsbeast, extra_extra_small_height, hard_armour, insect, is_unarmed, lightning_affinity, ranged, red_blood, very_slow_movement
    Vida
    60%
    Ailment Threshold
    60%
    Resistência
    0 0 40 0
    Damage
    165%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    6 ~ 30
    Attack Time
    0.99 Second
    Damage Spread
    ±20%
    Experiência
    100%
    Model Size
    100%
    Type
    SandSpitterCavern
    Metadata
    SandSpitterLightningCavern
    Nível
    13
    Vida
    64
    Armadura
    174
    Evasão
    339
    Escudo de Energia
    0
    Damage
    24
    Dano Mágico
    24
    Precisão
    26
    Attack Time
    0.99
    Experiência
    297
    Ailment Threshold
    64
    Chill
    0
    Shock
    0
    Brittle
    1
    Scorch
    0
    Sap
    1
    MMASandSpitterProjectileLightning
    Projectile, ProjectilesFromUser, Attack, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable
    Base Damage: 19–29
    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.
    50% do Dano Físico Convertido em Dano de Raio
    Causa 10% menos Dano
    +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]
    EASSandSpitterTaunt
    Spell
    Tempo de Conjuração: 1.25 seg
    Recarga: 4 seg
    disable skill repeats [1]
    MonsterWaitVeryShortWithCooldown
    Recarga: 4 seg
    Duração base é de 0.75 segundos

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	basic_action = "Emerge"
    	basic_action = "Emerge2"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    BaseEvents
    {
    	on_construction_complete = "parent.HideMeshSegment( polySurfaceShape1 );"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/SandSpitters/SandSpitterLightningCavern"] = {
        name = "Obsidian Eater",
        life = 0.6,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 40,
        chaosResist = 0,
        damage = 1.65,
        damageSpread = 0.2,
        attackTime = 0.99,
        attackRange = 30,
        accuracy = 1,
        skillList = {
            "MMASandSpitterProjectileLightning",
            "MonsterWaitVeryShortWithCooldown",
            "EASSandSpitterTaunt",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MMASandSpitterProjectileLightning"] = {
        name = "MMASandSpitterProjectileLightning",
        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_lightning",
            "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["MonsterWaitVeryShortWithCooldown"] = {
        name = "MonsterWaitVeryShortWithCooldown",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_skill_effect_duration",
        },
        levels = {
            [1] = {750, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EASSandSpitterTaunt"] = {
        name = "EASSandSpitterTaunt",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.25,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "disable_skill_repeats",
        },
        levels = {
            [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    
    Devorador de Obsidiana
    Bestial
    Espécie: Cobras
    Família: Profundezas
    Obsidian Eater
    SpectreY
    AreaLaboratório Eterno
    Tagsbeast, extra_extra_small_height, hard_armour, insect, is_unarmed, lightning_affinity, ranged, red_blood, very_slow_movement
    Packs
  • Laboratório Eterno: Cuspidor Crustáceo, Devorador de Obsidiana, Atirador Crustáceo
  • Vida
    70%
    Ailment Threshold
    70%
    Resistência
    0 0 40 0
    Damage
    68%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    6 ~ 30
    Attack Time
    0.99 Second
    Damage Spread
    ±20%
    Experiência
    100%
    Model Size
    100%
    Type
    SandSpitterMaps
    Metadata
    SandSpitterLightningMaps
    Nível
    68
    Vida
    4,503
    Armadura
    28,790
    Evasão
    4,739
    Escudo de Energia
    0
    Damage
    254
    Dano Mágico
    254
    Precisão
    290
    Attack Time
    0.99
    Experiência
    10,255
    Ailment Threshold
    4,503
    Chill
    14
    Shock
    14
    Brittle
    81
    Scorch
    14
    Sap
    39
    MMASandSpitterProjectileLightning
    Projectile, ProjectilesFromUser, Attack, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable
    Base Damage: 203–305
    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.
    50% do Dano Físico Convertido em Dano de Raio
    Causa 45.25% mais Dano
    +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]
    EASSandSpitterTaunt
    Spell
    Tempo de Conjuração: 1.25 seg
    Recarga: 4 seg
    disable skill repeats [1]
    MonsterWaitVeryShortWithCooldown
    Recarga: 4 seg
    Duração base é de 0.75 segundos

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	basic_action = "Emerge"
    	basic_action = "Emerge2"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    BaseEvents
    {
    	on_construction_complete = "parent.HideMeshSegment( polySurfaceShape1 );"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/SandSpitters/SandSpitterLightningMaps"] = {
        name = "Obsidian Eater",
        life = 0.7,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 40,
        chaosResist = 0,
        damage = 0.68,
        damageSpread = 0.2,
        attackTime = 0.99,
        attackRange = 30,
        accuracy = 1,
        skillList = {
            "MMASandSpitterProjectileLightning",
            "MonsterWaitVeryShortWithCooldown",
            "EASSandSpitterTaunt",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MMASandSpitterProjectileLightning"] = {
        name = "MMASandSpitterProjectileLightning",
        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_lightning",
            "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["MonsterWaitVeryShortWithCooldown"] = {
        name = "MonsterWaitVeryShortWithCooldown",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_skill_effect_duration",
        },
        levels = {
            [1] = {750, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EASSandSpitterTaunt"] = {
        name = "EASSandSpitterTaunt",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.25,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "disable_skill_repeats",
        },
        levels = {
            [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    
    Edit

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