Devorador de Cascalho
Gravel Eater
SpectreY
AreaPortões da Prisão, Laboratório Eterno, Arena PvP
Tagsbeast, extra_extra_small_height, hard_armour, insect, is_unarmed, physical_affinity, ranged, red_blood, very_slow_movement
Packs
  • Laboratório Eterno: Devorador de Cascalho, Devorador de Granito
  • Arena PvP: Devorador de Cascalho, Morto Encharcado, Morto Encharcado, Morto Encharcado
  • WorldAreas#1372: Devorador de Cascalho
  • WorldAreas#1373: Devorador de Cascalho
  • WorldAreas#1350: Devorador de Cascalho
  • 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
    SandSpitter1
    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
    MMASandSpitterProjectile
    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.
    +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/SandSpitter1"] = {
        name = "Gravel 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 = {
            "MMASandSpitterProjectile",
            "MonsterWaitVeryShortWithCooldown",
            "EASSandSpitterTaunt",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MMASandSpitterProjectile"] = {
        name = "MMASandSpitterProjectile",
        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 = {
            "projectile_spread_radius",
            "projectile_minimum_range",
            "melee_range_+",
            "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] = {3, 50, 15, levelRequirement = 1, statInterpolation = {},  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 Cascalho
    Bestial
    royale monster armour drop chance permyriad [80]
    royale monster currency drop chance permyriad [200]
    royale monster flask drop chance permyriad [0]
    royale monster skill gem drop chance permyriad [300]
    royale monster support gem drop chance permyriad [75]
    royale monster unique drop chance permyriad [0]
    royale monster weapon drop chance permyriad [80]
    Gravel Eater
    SpectreY
    AreaPath of Exile Royale
    Tagsbeast, hard_armour, insect, is_unarmed, physical_affinity, ranged, red_blood, very_slow_movement
    Packs
  • Path of Exile Royale: Devorador de Cascalho
  • Vida
    110%
    Ailment Threshold
    110%
    Resistência
    0 0 40 0
    Damage
    120%
    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
    SandSpitterRoyale
    Metadata
    SandSpitterRoyale_
    Nível
    2
    Vida
    29
    Armadura
    23
    Evasão
    86
    Escudo de Energia
    0
    Damage
    7
    Dano Mágico
    7
    Precisão
    15
    Attack Time
    0.99
    Experiência
    20
    Ailment Threshold
    29
    Chill
    0
    Shock
    0
    Brittle
    1
    Scorch
    0
    Sap
    0
    MMASandSpitterProjectile
    Projectile, ProjectilesFromUser, Attack, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable
    Base Damage: 5–8
    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.
    +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/SandSpitterRoyale_"] = {
        name = "Gravel Eater",
        life = 1.1,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 40,
        chaosResist = 0,
        damage = 1.2,
        damageSpread = 0.2,
        attackTime = 0.99,
        attackRange = 30,
        accuracy = 1,
        skillList = {
            "MMASandSpitterProjectile",
            "MonsterWaitVeryShortWithCooldown",
            "EASSandSpitterTaunt",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MMASandSpitterProjectile"] = {
        name = "MMASandSpitterProjectile",
        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 = {
            "projectile_spread_radius",
            "projectile_minimum_range",
            "melee_range_+",
            "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] = {3, 50, 15, levelRequirement = 1, statInterpolation = {},  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 = { }, },
        },
    }
    
    royale monster armour drop chance permyriad [80]
    royale monster currency drop chance permyriad [200]
    royale monster flask drop chance permyriad [0]
    royale monster skill gem drop chance permyriad [300]
    royale monster support gem drop chance permyriad [75]
    royale monster unique drop chance permyriad [0]
    royale monster weapon drop chance permyriad [80]
    IdRoyaleAdditionalMonsterDrops
    FamilyRoyaleAdditionalMonsterDrops
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • royale monster flask drop chance permyriad Min: 0 Max: 0 Global
  • royale monster armour drop chance permyriad Min: 80 Max: 80 Global
  • royale monster unique drop chance permyriad Min: 0 Max: 0 Global
  • royale monster weapon drop chance permyriad Min: 80 Max: 80 Global
  • royale monster currency drop chance permyriad Min: 200 Max: 200 Global
  • royale monster skill gem drop chance permyriad Min: 300 Max: 300 Global
  • royale monster support gem drop chance permyriad Min: 75 Max: 75 Global
  • Devorador de Cascalho
    Gravel Eater
    SpectreY
    AreaA Costa, Portões da Prisão, Laboratório Eterno, InvasionBoss
    Tagsbeast, cannot_be_monolith, extra_extra_small_height, hard_armour, hidden_monster, insect, is_unarmed, physical_affinity, ranged, red_blood, very_slow_movement
    Packs
  • Laboratório Eterno: Devorador de Cascalho
  • InvasionBoss: Chama-Ilusória, Devorador de Cascalho
  • Vida
    70%
    Ailment Threshold
    70%
    Resistência
    0 0 40 0
    Damage
    120%
    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
    65%
    Model Size
    100%
    Type
    SandSpitterEmergeCoast
    Metadata
    SandSpitterEmergeStandard
    Nível
    68
    Vida
    4,503
    Armadura
    28,790
    Evasão
    4,739
    Escudo de Energia
    0
    Damage
    448
    Dano Mágico
    448
    Precisão
    290
    Attack Time
    0.99
    Experiência
    6,666
    Ailment Threshold
    4,503
    Chill
    14
    Shock
    14
    Brittle
    81
    Scorch
    14
    Sap
    39
    MMASandSpitterProjectile
    Projectile, ProjectilesFromUser, Attack, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable
    Base Damage: 359–538
    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.
    +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/SandSpitters/SandSpitter"
    
    Transitionable {}

    Object Type Codes

    version 2
    extends "Metadata/Monsters/SandSpitters/SandSpitter"
    
    Transitionable
    {
    	create_untransitioned =
    	"
    		PlayAnimation( emerge );
    		PauseAnimation();
    	"
    
    	create_transitioned = "EnableTargetable();"
    	on_transition = "EnableTargetable();"
    }
    
    Targetable
    {
    	targetable = false
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/SandSpitterEmerge/SandSpitterEmergeStandard"] = {
        name = "Gravel Eater",
        life = 0.7,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 40,
        chaosResist = 0,
        damage = 1.2,
        damageSpread = 0.2,
        attackTime = 0.99,
        attackRange = 50,
        accuracy = 1,
        skillList = {
            "MMASandSpitterProjectile",
            "MonsterWaitVeryShortWithCooldown",
            "EASSandSpitterTaunt",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MMASandSpitterProjectile"] = {
        name = "MMASandSpitterProjectile",
        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 = {
            "projectile_spread_radius",
            "projectile_minimum_range",
            "melee_range_+",
            "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] = {3, 50, 15, levelRequirement = 1, statInterpolation = {},  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 Cascalho
    Bestial
    Gravel Eater
    SpectreY
    Tagsbeast, cannot_be_monolith, hard_armour, hidden_monster, insect, is_unarmed, physical_affinity, ranged, red_blood, very_slow_movement
    Vida
    70%
    Ailment Threshold
    70%
    Resistência
    0 0 40 0
    Damage
    120%
    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
    65%
    Model Size
    100%
    Type
    SandSpitterEmergeCoast
    Metadata
    SandSpitterEmergeStandardStandalone
    Nível
    68
    Vida
    4,503
    Armadura
    28,790
    Evasão
    4,739
    Escudo de Energia
    0
    Damage
    448
    Dano Mágico
    448
    Precisão
    290
    Attack Time
    0.99
    Experiência
    6,666
    Ailment Threshold
    4,503
    Chill
    14
    Shock
    14
    Brittle
    81
    Scorch
    14
    Sap
    39
    MMASandSpitterProjectile
    Projectile, ProjectilesFromUser, Attack, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable
    Base Damage: 359–538
    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.
    +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/SandSpitterEmerge/SandSpitterEmergeStandardStandalone"] = {
        name = "Gravel Eater",
        life = 0.7,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 40,
        chaosResist = 0,
        damage = 1.2,
        damageSpread = 0.2,
        attackTime = 0.99,
        attackRange = 50,
        accuracy = 1,
        skillList = {
            "MMASandSpitterProjectile",
            "MonsterWaitVeryShortWithCooldown",
            "EASSandSpitterTaunt",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MMASandSpitterProjectile"] = {
        name = "MMASandSpitterProjectile",
        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 = {
            "projectile_spread_radius",
            "projectile_minimum_range",
            "melee_range_+",
            "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] = {3, 50, 15, levelRequirement = 1, statInterpolation = {},  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 Cascalho
    Bestial
    monster no drops or experience [1]
    emerge speed +% [-30,30]
    Gravel Eater
    SpectreY
    Tagsbeast, cannot_be_monolith, extra_extra_small_height, hard_armour, hidden_monster, insect, is_unarmed, physical_affinity, ranged, red_blood, very_slow_movement
    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 ~ 50
    Attack Time
    0.99 Second
    Damage Spread
    ±20%
    Experiência
    100%
    Model Size
    100%
    Type
    SandSpitterEmerge
    Metadata
    SandSpitterEmergeMinionSideArea
    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
    MMASandSpitterProjectile
    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.
    +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/SandSpitters/SandSpitter"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/SandSpitters/SandSpitter"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/SandSpitterEmerge/SandSpitterEmergeMinionSideArea"] = {
        name = "Gravel Eater",
        life = 0.7,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 40,
        chaosResist = 0,
        damage = 0.9,
        damageSpread = 0.2,
        attackTime = 0.99,
        attackRange = 50,
        accuracy = 1,
        skillList = {
            "MMASandSpitterProjectile",
            "MonsterWaitVeryShortWithCooldown",
            "EASSandSpitterTaunt",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MMASandSpitterProjectile"] = {
        name = "MMASandSpitterProjectile",
        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 = {
            "projectile_spread_radius",
            "projectile_minimum_range",
            "melee_range_+",
            "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] = {3, 50, 15, levelRequirement = 1, statInterpolation = {},  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 = { }, },
        },
    }
    
    monster no drops or experience [1]
    IdMonsterNoDropsOrExperience
    FamilyMonsterNoDropsOrExperience
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • monster no drops or experience Min: 1 Max: 1 Global
  • emerge speed +% [-30,30]
    IdVariableEmergeSpeed
    FamilyVariableEmergeSpeed
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • emerge speed +% Min: -30 Max: 30 Global
  • Edit

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