IncursionAtziriActiveShrineStrongboxEssenceRareMonsterAliveSpiritActivatedRogueExile
Catador Raspador
Spectre
AreaDeshar, O Despertar do Couraçado, A Travessia Khari, O Refúgio Zigurate
Tagsallows_additional_projectiles, allows_inc_aoe, beast, insect, melee, MonsterStab_onhit_audio, not_dex, not_int, physical_affinity, ranged, slow_movement
Packs
  • Deshar, O Despertar do Couraçado, A Travessia Khari: Catador Raspador, Catador Raspador
  • O Refúgio Zigurate: Catador Raspador, Catador Raspador
  • Vida
    80%
    Resistência
    IconEnemyResistanceFire0 IconEnemyResistanceCold-30 IconEnemyResistanceLightning0 IconEnemyResistanceChaos0
    Damage
    80%
    Precisão
    100%
    Attack Distance
    4 ~ 10
    Tempo de Ataque
    1.005 Second
    Damage Spread
    ±20%
    Experiência
    80%
    Model Size
    80%
    Type
    PorcupineAntSmall
    Metadata
    PorcupineAntSmall
    Nível
    65
    Vida
    5,244
    Damage
    170
    Dano Mágico
    170
    Precisão
    2,228
    Tempo de Ataque
    1.005
    Experiência
    17,206
    Minion Life
    5,026
    Minion Damage
    663
    Minion Armour
    3,844
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Melee, ProjectilesFromUser, AttackInPlace
    Ataque Básico
    Base Damage: 136204
    Chance de Golpe Crítico: 5%
    Tempo de Ataque: 1.005 s
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    iconbasicattack
    GPAPorcupineAntSpikeNova
    Triggerable, Attack, AttackInPlace
    Base Damage: 136204
    Chance de Golpe Crítico: 5%
    Tempo de Ataque: 1.005 s
    Área de efeito reduzida em 60%
    base is projectile [1]
    projectile speed variation +% [30]
    projectile spread radius [20]
    MMAPorcupineAntSpikeball
    Projectile, ProjectilesFromUser, Attack, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AttackInPlace
    Base Damage: 136204
    Chance de Golpe Crítico: 5%
    Tempo de Ataque: 1.005 s
    Habilidade de morteiro de monstro genérica. Igual ao projétil de monstro, mas com um efeito de impacto.
    +6 metros para o alcance do golpe corpo a corpo
    action attack or cast time uses animation length [1]
    base is projectile [1]
    number of projectiles override [1]
    projectile spread radius [5]
    projectiles not offset [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    StateMachine
    {
    	define_shared_state = "spiked;"
    }
    
    Transitionable
    
    {
    
    }
    
    Stats
    {
    	set_base_heavy_stun_duration_ms = 2600
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/PorcupineAnt/PorcupineAntSmall"] = {
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        name = "Rasp Scavenger",
        life = 0.8,
        damage = 0.8,
        damageSpread = 0.2,
        attackTime = 1.005,
        attackRange = 10,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeed",
            "GPAPorcupineAntSpikeNova",
            "MMAPorcupineAntSpikeball",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        name = "Basic Attack",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Melee] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.AttackInPlace] = 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["GPAPorcupineAntSpikeNova"] = {
        name = "GPAPorcupineAntSpikeNova",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "projectile_speed_variation_+%",
            "projectile_spread_radius",
            "base_skill_area_of_effect_+%",
            "base_is_projectile",
        },
        levels = {
            [1] = {30, 20, -60, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MMAPorcupineAntSpikeball"] = {
        name = "MMAPorcupineAntSpikeball",
        hidden = true,
        color = ,
        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,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.2,
        baseFlags = {
            attack = true,
            area = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "number_of_projectiles_override",
            "melee_range_+",
            "projectile_spread_radius",
            "base_is_projectile",
            "action_attack_or_cast_time_uses_animation_length",
            "projectiles_not_offset",
        },
        levels = {
            [1] = {1, 60, 5, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    Catador Raspador
    Spectre
    AreaDeshar, O Despertar do Couraçado, A Travessia Khari, O Refúgio Zigurate
    Tagsallows_additional_projectiles, allows_inc_aoe, beast, insect, melee, MonsterStab_onhit_audio, not_dex, not_int, physical_affinity, ranged, slow_movement
    Packs
  • Deshar, O Despertar do Couraçado, A Travessia Khari: Catador Raspador
  • O Refúgio Zigurate: Catador Raspador
  • Vida
    100%
    Resistência
    IconEnemyResistanceFire0 IconEnemyResistanceCold-30 IconEnemyResistanceLightning0 IconEnemyResistanceChaos0
    Damage
    100%
    Precisão
    100%
    Attack Distance
    4 ~ 12
    Tempo de Ataque
    1.005 Second
    Damage Spread
    ±20%
    Experiência
    100%
    Model Size
    100%
    Type
    PorcupineAntMedium
    Metadata
    PorcupineAntMedium
    Nível
    65
    Vida
    6,555
    Damage
    212
    Dano Mágico
    212
    Precisão
    2,228
    Tempo de Ataque
    1.005
    Experiência
    21,507
    Minion Life
    6,282
    Minion Damage
    829
    Minion Armour
    4,147
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Melee, ProjectilesFromUser, AttackInPlace
    Ataque Básico
    Base Damage: 170255
    Chance de Golpe Crítico: 5%
    Tempo de Ataque: 1.005 s
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    iconbasicattack
    GPAPorcupineAntSpikeNova
    Triggerable, Attack, AttackInPlace
    Base Damage: 170255
    Chance de Golpe Crítico: 5%
    Tempo de Ataque: 1.005 s
    Área de efeito reduzida em 60%
    base is projectile [1]
    projectile speed variation +% [30]
    projectile spread radius [20]
    MMAPorcupineAntSpikeball
    Projectile, ProjectilesFromUser, Attack, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AttackInPlace
    Base Damage: 170255
    Chance de Golpe Crítico: 5%
    Tempo de Ataque: 1.005 s
    Habilidade de morteiro de monstro genérica. Igual ao projétil de monstro, mas com um efeito de impacto.
    +6 metros para o alcance do golpe corpo a corpo
    action attack or cast time uses animation length [1]
    base is projectile [1]
    number of projectiles override [1]
    projectile spread radius [5]
    projectiles not offset [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    StateMachine
    {
    	define_shared_state = "spiked;"
    }
    
    Transitionable
    
    {
    
    }
    
    Stats
    {
    	set_base_heavy_stun_duration_ms = 2600
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/PorcupineAnt/PorcupineAntMedium"] = {
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        name = "Rasp Scavenger",
        life = 1,
        damage = 1,
        damageSpread = 0.2,
        attackTime = 1.005,
        attackRange = 12,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeed",
            "GPAPorcupineAntSpikeNova",
            "MMAPorcupineAntSpikeball",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        name = "Basic Attack",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Melee] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.AttackInPlace] = 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["GPAPorcupineAntSpikeNova"] = {
        name = "GPAPorcupineAntSpikeNova",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "projectile_speed_variation_+%",
            "projectile_spread_radius",
            "base_skill_area_of_effect_+%",
            "base_is_projectile",
        },
        levels = {
            [1] = {30, 20, -60, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MMAPorcupineAntSpikeball"] = {
        name = "MMAPorcupineAntSpikeball",
        hidden = true,
        color = ,
        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,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.2,
        baseFlags = {
            attack = true,
            area = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "number_of_projectiles_override",
            "melee_range_+",
            "projectile_spread_radius",
            "base_is_projectile",
            "action_attack_or_cast_time_uses_animation_length",
            "projectiles_not_offset",
        },
        levels = {
            [1] = {1, 60, 5, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    Catador Raspador
    Rasp Scavenger
    Spectre
    AreaProvação das Sekhemas, Provação das Sekhemas
    Tagsallows_additional_projectiles, allows_inc_aoe, beast, insect, melee, MonsterStab_onhit_audio, not_dex, not_int, physical_affinity, ranged, sanctum_monster, slow_movement
    Packs
  • Provação das Sekhemas, Provação das Sekhemas: Caranguejo de Enxofre, Catador Raspador, Catador Raspador
  • Vida
    100%
    Resistência
    IconEnemyResistanceFire0 IconEnemyResistanceCold-30 IconEnemyResistanceLightning0 IconEnemyResistanceChaos0
    Damage
    100%
    Precisão
    100%
    Attack Distance
    4 ~ 12
    Tempo de Ataque
    1.005 Second
    Damage Spread
    ±20%
    Experiência
    100%
    Model Size
    100%
    Type
    PorcupineAntMediumSanctumTrial
    Metadata
    PorcupineAntMediumSanctumTrial
    Nível
    22
    Vida
    305
    Damage
    41
    Dano Mágico
    41
    Precisão
    316
    Tempo de Ataque
    1.005
    Experiência
    796
    Minion Life
    1,007
    Minion Damage
    59
    Minion Armour
    217
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Melee, ProjectilesFromUser, AttackInPlace
    Ataque Básico
    Base Damage: 3350
    Chance de Golpe Crítico: 5%
    Tempo de Ataque: 1.005 s
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    iconbasicattack
    GPAPorcupineAntSpikeNovaSanctum
    Triggerable, Attack, AttackInPlace
    Base Damage: 3350
    Chance de Golpe Crítico: 5%
    Tempo de Ataque: 1.005 s
    Área de efeito reduzida em 60%
    Sempre envenena ao atingir
    base is projectile [1]
    projectile speed variation +% [30]
    projectile spread radius [20]
    MMAPorcupineAntSpikeballSanctum
    Projectile, ProjectilesFromUser, Attack, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AttackInPlace
    Base Damage: 3350
    Chance de Golpe Crítico: 5%
    Tempo de Ataque: 1.005 s
    Habilidade de morteiro de monstro genérica. Igual ao projétil de monstro, mas com um efeito de impacto.
    +6 metros para o alcance do golpe corpo a corpo
    Sempre envenena ao atingir
    action attack or cast time uses animation length [1]
    base is projectile [1]
    number of projectiles override [1]
    projectile spread radius [5]
    projectiles not offset [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    StateMachine
    {
    	define_shared_state = "spiked;"
    }
    
    Transitionable
    
    {
    
    }
    
    Stats
    {
    	set_base_heavy_stun_duration_ms = 2600
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/PorcupineAnt/PorcupineAntMediumSanctumTrial"] = {
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        name = "Rasp Scavenger",
        life = 1,
        damage = 1,
        damageSpread = 0.2,
        attackTime = 1.005,
        attackRange = 12,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeed",
            "GPAPorcupineAntSpikeNovaSanctum",
            "MMAPorcupineAntSpikeballSanctum",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        name = "Basic Attack",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Melee] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.AttackInPlace] = 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["GPAPorcupineAntSpikeNovaSanctum"] = {
        name = "GPAPorcupineAntSpikeNovaSanctum",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "projectile_speed_variation_+%",
            "projectile_spread_radius",
            "base_skill_area_of_effect_+%",
            "base_chance_to_poison_on_hit_%",
            "base_is_projectile",
        },
        levels = {
            [1] = {30, 20, -60, 100, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MMAPorcupineAntSpikeballSanctum"] = {
        name = "MMAPorcupineAntSpikeballSanctum",
        hidden = true,
        color = ,
        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,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.2,
        baseFlags = {
            attack = true,
            area = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "number_of_projectiles_override",
            "melee_range_+",
            "projectile_spread_radius",
            "base_chance_to_poison_on_hit_%",
            "base_is_projectile",
            "action_attack_or_cast_time_uses_animation_length",
            "projectiles_not_offset",
        },
        levels = {
            [1] = {1, 60, 5, 100, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    Catador Raspador
    Spectre
    AreaDeshar, O Despertar do Couraçado, A Travessia Khari, O Refúgio Zigurate
    Tagsallows_additional_projectiles, allows_inc_aoe, beast, insect, medium_movement, melee, MonsterStab_onhit_audio, not_dex, not_int, physical_affinity, ranged
    Packs
  • Deshar, O Despertar do Couraçado, A Travessia Khari: Catador Raspador
  • O Refúgio Zigurate: Catador Raspador
  • Vida
    120%
    Resistência
    IconEnemyResistanceFire0 IconEnemyResistanceCold-30 IconEnemyResistanceLightning0 IconEnemyResistanceChaos0
    Damage
    120%
    Precisão
    100%
    Attack Distance
    4 ~ 14
    Tempo de Ataque
    1.005 Second
    Damage Spread
    ±20%
    Experiência
    120%
    Model Size
    130%
    Type
    PorcupineAntLarge
    Metadata
    PorcupineAntLarge
    Nível
    65
    Vida
    7,866
    Damage
    255
    Dano Mágico
    255
    Precisão
    2,228
    Tempo de Ataque
    1.005
    Experiência
    25,808
    Minion Life
    7,538
    Minion Damage
    995
    Minion Armour
    4,451
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Melee, ProjectilesFromUser, AttackInPlace
    Ataque Básico
    Base Damage: 204306
    Chance de Golpe Crítico: 5%
    Tempo de Ataque: 1.005 s
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    iconbasicattack
    GPAPorcupineAntSpikeNova
    Triggerable, Attack, AttackInPlace
    Base Damage: 204306
    Chance de Golpe Crítico: 5%
    Tempo de Ataque: 1.005 s
    Área de efeito reduzida em 60%
    base is projectile [1]
    projectile speed variation +% [30]
    projectile spread radius [20]
    MMAPorcupineAntSpikeball
    Projectile, ProjectilesFromUser, Attack, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AttackInPlace
    Base Damage: 204306
    Chance de Golpe Crítico: 5%
    Tempo de Ataque: 1.005 s
    Habilidade de morteiro de monstro genérica. Igual ao projétil de monstro, mas com um efeito de impacto.
    +6 metros para o alcance do golpe corpo a corpo
    action attack or cast time uses animation length [1]
    base is projectile [1]
    number of projectiles override [1]
    projectile spread radius [5]
    projectiles not offset [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    StateMachine
    {
    	define_shared_state = "spiked;"
    }
    
    Transitionable
    
    {
    
    }
    
    Stats
    {
    	set_base_heavy_stun_duration_ms = 2600
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/PorcupineAnt/PorcupineAntLarge"] = {
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        name = "Rasp Scavenger",
        life = 1.2,
        damage = 1.2,
        damageSpread = 0.2,
        attackTime = 1.005,
        attackRange = 14,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeed",
            "GPAPorcupineAntSpikeNova",
            "MMAPorcupineAntSpikeball",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        name = "Basic Attack",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Melee] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.AttackInPlace] = 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["GPAPorcupineAntSpikeNova"] = {
        name = "GPAPorcupineAntSpikeNova",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "projectile_speed_variation_+%",
            "projectile_spread_radius",
            "base_skill_area_of_effect_+%",
            "base_is_projectile",
        },
        levels = {
            [1] = {30, 20, -60, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MMAPorcupineAntSpikeball"] = {
        name = "MMAPorcupineAntSpikeball",
        hidden = true,
        color = ,
        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,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.2,
        baseFlags = {
            attack = true,
            area = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "number_of_projectiles_override",
            "melee_range_+",
            "projectile_spread_radius",
            "base_is_projectile",
            "action_attack_or_cast_time_uses_animation_length",
            "projectiles_not_offset",
        },
        levels = {
            [1] = {1, 60, 5, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    Catador Raspador
    Rasp Scavenger
    Spectre
    AreaProvação das Sekhemas, Provação das Sekhemas
    Tagsallows_additional_projectiles, allows_inc_aoe, beast, insect, medium_movement, melee, MonsterStab_onhit_audio, not_dex, not_int, physical_affinity, ranged, sanctum_monster
    Packs
  • Provação das Sekhemas: Porco-espinho Gigante, Catador Raspador
  • Provação das Sekhemas, Provação das Sekhemas: Caranguejo de Enxofre, Catador Raspador
  • Vida
    120%
    Resistência
    IconEnemyResistanceFire0 IconEnemyResistanceCold-30 IconEnemyResistanceLightning0 IconEnemyResistanceChaos0
    Damage
    120%
    Precisão
    100%
    Attack Distance
    4 ~ 14
    Tempo de Ataque
    1.005 Second
    Damage Spread
    ±20%
    Experiência
    120%
    Model Size
    130%
    Type
    PorcupineAntLargeSanctumTrial
    Metadata
    PorcupineAntLargeSanctumTrial
    Nível
    22
    Vida
    366
    Damage
    50
    Dano Mágico
    50
    Precisão
    316
    Tempo de Ataque
    1.005
    Experiência
    955
    Minion Life
    1,208
    Minion Damage
    71
    Minion Armour
    233
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Melee, ProjectilesFromUser, AttackInPlace
    Ataque Básico
    Base Damage: 4059
    Chance de Golpe Crítico: 5%
    Tempo de Ataque: 1.005 s
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    iconbasicattack
    GPAPorcupineAntSpikeNovaSanctum
    Triggerable, Attack, AttackInPlace
    Base Damage: 4059
    Chance de Golpe Crítico: 5%
    Tempo de Ataque: 1.005 s
    Área de efeito reduzida em 60%
    Sempre envenena ao atingir
    base is projectile [1]
    projectile speed variation +% [30]
    projectile spread radius [20]
    MMAPorcupineAntSpikeballSanctum
    Projectile, ProjectilesFromUser, Attack, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AttackInPlace
    Base Damage: 4059
    Chance de Golpe Crítico: 5%
    Tempo de Ataque: 1.005 s
    Habilidade de morteiro de monstro genérica. Igual ao projétil de monstro, mas com um efeito de impacto.
    +6 metros para o alcance do golpe corpo a corpo
    Sempre envenena ao atingir
    action attack or cast time uses animation length [1]
    base is projectile [1]
    number of projectiles override [1]
    projectile spread radius [5]
    projectiles not offset [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    StateMachine
    {
    	define_shared_state = "spiked;"
    }
    
    Transitionable
    
    {
    
    }
    
    Stats
    {
    	set_base_heavy_stun_duration_ms = 2600
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/PorcupineAnt/PorcupineAntLargeSanctumTrial"] = {
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        name = "Rasp Scavenger",
        life = 1.2,
        damage = 1.2,
        damageSpread = 0.2,
        attackTime = 1.005,
        attackRange = 14,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeed",
            "GPAPorcupineAntSpikeNovaSanctum",
            "MMAPorcupineAntSpikeballSanctum",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        name = "Basic Attack",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Melee] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.AttackInPlace] = 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["GPAPorcupineAntSpikeNovaSanctum"] = {
        name = "GPAPorcupineAntSpikeNovaSanctum",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "projectile_speed_variation_+%",
            "projectile_spread_radius",
            "base_skill_area_of_effect_+%",
            "base_chance_to_poison_on_hit_%",
            "base_is_projectile",
        },
        levels = {
            [1] = {30, 20, -60, 100, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MMAPorcupineAntSpikeballSanctum"] = {
        name = "MMAPorcupineAntSpikeballSanctum",
        hidden = true,
        color = ,
        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,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.2,
        baseFlags = {
            attack = true,
            area = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "number_of_projectiles_override",
            "melee_range_+",
            "projectile_spread_radius",
            "base_chance_to_poison_on_hit_%",
            "base_is_projectile",
            "action_attack_or_cast_time_uses_animation_length",
            "projectiles_not_offset",
        },
        levels = {
            [1] = {1, 60, 5, 100, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    Edit

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