IncursionAtziriActiveShrineStrongboxEssenceRareMonsterAliveSpiritActivatedRogueExile
Caminhante de Urna
CategoryConstructConstruto
IconEnemyArmour IconEnemyResistanceCold
Urnwalker
Spectre
Spectre OverrideMetadata/Monsters/VaseMonster/VaseMonsterSpectre
Tagsconstruct, melee, not_dex, not_int, physical_affinity, ranged, Unarmed_onhit_audio, undead, very_slow_movement
Vida
170%
Resistência
IconEnemyResistanceFire0 IconEnemyResistanceCold30 IconEnemyResistanceLightning0 IconEnemyResistanceChaos0
Damage
170%
Precisão
100%
Attack Distance
6 ~ 11
Tempo de Ataque
1.5 Second
Damage Spread
±20%
Experiência
170%
Model Size
100%
Type
VaseMonster
Metadata
VaseMonster_
Nível
68
Vida
14,037
Damage
396
Dano Mágico
396
Precisão
2,502
Tempo de Ataque
1.5
Experiência
48,678
Minion Life
11,781
Minion Damage
1,647
Minion Armour
4,947
MeleeAtAnimationSpeed
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Melee, ProjectilesFromUser, AttackInPlace
Ataque Básico
Base Damage: 317476
Chance de Golpe Crítico: 5%
Tempo de Ataque: 1.5 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
EASSummonScarabs
Spell
Tempo de Conjuração: 1 s
Tempo de Recarga: 15 s
action attack or cast time uses animation length [1]
spell maximum action distance +% [-40]
MMSSummonScarabs
Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell, AttackInPlace
Tempo de Conjuração: 1 s
Habilidade de morteiro de monstro genérica. Igual ao projétil de monstro, mas com um efeito de impacto.
action attack or cast time uses animation length [1]
base is projectile [1]
monster projectile variation [1124]
projectile uses contact position [1]
use scaled contact offset [1]
MDSummonScarabs
Multicastable, Triggerable, AttackInPlace, Spell
Tempo de Conjuração: 1 s

Object Type

version 2
extends "Metadata/Monsters/Monster"

Stats
{
	set_base_heavy_stun_duration_ms = 2923
}

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

StateMachine
{
	define_shared_state = "emerge; smokin;"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/VaseMonster/VaseMonster_"] = {
    fireResist = 0,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    name = "Urnwalker",
    life = 1.7,
    damage = 1.7,
    damageSpread = 0.2,
    attackTime = 1.5,
    attackRange = 11,
    accuracy = 1,
    skillList = {
        "MeleeAtAnimationSpeed",
        "MMSSummonScarabs",
        "EASSummonScarabs",
        "MDSummonScarabs",
    },
    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["MMSSummonScarabs"] = {
    name = "MMSSummonScarabs",
    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.Spell] = true,
        [SkillType.Damage] = true,
        [SkillType.Area] = true,
        [SkillType.Trappable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.AreaSpell] = true,
        [SkillType.AttackInPlace] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        area = true,
        spell = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "monster_projectile_variation",
        "base_is_projectile",
        "projectile_uses_contact_position",
        "use_scaled_contact_offset",
        "action_attack_or_cast_time_uses_animation_length",
    },
    levels = {
        [1] = {1124, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["EASSummonScarabs"] = {
    name = "EASSummonScarabs",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_maximum_action_distance_+%",
        "action_attack_or_cast_time_uses_animation_length",
    },
    levels = {
        [1] = {-40, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MDSummonScarabs"] = {
    name = "MDSummonScarabs",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.AttackInPlace] = true,
        [SkillType.Spell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
Caminhante de Urna
CategoryConstructConstruto
IconEnemyArmour IconEnemyResistanceCold
Urnwalker
Spectre
Spectre OverrideMetadata/Monsters/VaseMonster/VaseMonsterSpectre
AreaProvação das Sekhemas, Provação das Sekhemas
Tagsconstruct, melee, not_dex, not_int, physical_affinity, ranged, sanctum_monster, Unarmed_onhit_audio, undead, very_slow_movement
Packs
  • Provação das Sekhemas, Provação das Sekhemas: Caminhante de Urna
  • Vida
    170%
    Resistência
    IconEnemyResistanceFire0 IconEnemyResistanceCold30 IconEnemyResistanceLightning0 IconEnemyResistanceChaos0
    Damage
    170%
    Precisão
    100%
    Attack Distance
    6 ~ 11
    Tempo de Ataque
    1.5 Second
    Damage Spread
    ±20%
    Experiência
    170%
    Model Size
    100%
    Type
    VaseMonsterSanctumTrial
    Metadata
    VaseMonsterSanctumTrial
    Nível
    22
    Vida
    519
    Damage
    70
    Dano Mágico
    70
    Precisão
    316
    Tempo de Ataque
    1.5
    Experiência
    1,353
    Minion Life
    1,712
    Minion Damage
    101
    Minion Armour
    217
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Melee, ProjectilesFromUser, AttackInPlace
    Ataque Básico
    Base Damage: 5684
    Chance de Golpe Crítico: 5%
    Tempo de Ataque: 1.5 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
    EASSummonScarabs
    Spell
    Tempo de Conjuração: 1 s
    Tempo de Recarga: 15 s
    action attack or cast time uses animation length [1]
    spell maximum action distance +% [-40]
    MMSSummonScarabs
    Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell, AttackInPlace
    Tempo de Conjuração: 1 s
    Habilidade de morteiro de monstro genérica. Igual ao projétil de monstro, mas com um efeito de impacto.
    action attack or cast time uses animation length [1]
    base is projectile [1]
    monster projectile variation [1124]
    projectile uses contact position [1]
    use scaled contact offset [1]
    MDSummonScarabs
    Multicastable, Triggerable, AttackInPlace, Spell
    Tempo de Conjuração: 1 s

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Stats
    {
    	set_base_heavy_stun_duration_ms = 2923
    }
    
    Actor
    {
    	basic_action = "ChangeToStance1"
    	basic_action = "ChangeToStance2"
    }
    
    StateMachine
    {
    	define_shared_state = "emerge; smokin;"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/VaseMonster/VaseMonsterSanctumTrial"] = {
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        name = "Urnwalker",
        life = 1.7,
        damage = 1.7,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 11,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeed",
            "MMSSummonScarabs",
            "EASSummonScarabs",
            "MDSummonScarabs",
        },
        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["MMSSummonScarabs"] = {
        name = "MMSSummonScarabs",
        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.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.AreaSpell] = true,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "monster_projectile_variation",
            "base_is_projectile",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {1124, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EASSummonScarabs"] = {
        name = "EASSummonScarabs",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_maximum_action_distance_+%",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {-40, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MDSummonScarabs"] = {
        name = "MDSummonScarabs",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.AttackInPlace] = true,
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    Caminhante de Urna
    CategoryConstructConstruto
    IconEnemyArmour IconEnemyResistanceCold
    Urnwalker
    Spectre
    Spectre OverrideMetadata/Monsters/VaseMonster/VaseMonsterSpectre
    AreaProvação das Sekhemas
    Tagsconstruct, melee, not_dex, not_int, physical_affinity, ranged, sanctum_monster, Unarmed_onhit_audio, undead, very_slow_movement
    Packs
  • Provação das Sekhemas: Mago Renascido, Caminhante de Urna
  • Vida
    170%
    Resistência
    IconEnemyResistanceFire0 IconEnemyResistanceCold30 IconEnemyResistanceLightning0 IconEnemyResistanceChaos0
    Damage
    170%
    Precisão
    100%
    Attack Distance
    6 ~ 11
    Tempo de Ataque
    1.5 Second
    Damage Spread
    ±20%
    Experiência
    170%
    Model Size
    100%
    Type
    VaseMonsterSanctumTrial
    Metadata
    VaseMonsterSanctumTrialTime
    Nível
    22
    Vida
    519
    Damage
    70
    Dano Mágico
    70
    Precisão
    316
    Tempo de Ataque
    1.5
    Experiência
    1,353
    Minion Life
    1,712
    Minion Damage
    101
    Minion Armour
    217
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Melee, ProjectilesFromUser, AttackInPlace
    Ataque Básico
    Base Damage: 5684
    Chance de Golpe Crítico: 5%
    Tempo de Ataque: 1.5 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
    GPSVaseMonsterBarrageProj
    Triggerable, Spell, Damage, AttackInPlace
    Chance de Golpe Crítico: 5%
    Tempo de Conjuração: 1 s
    Causa de 16.38 a 20.03 de dano físico
    ㅤ-15% de velocidade de conjuração
    action attack or cast time uses animation length [1]
    base is projectile [1]
    projectile uses contact position [1]
    spell maximum action distance +% [-45]
    use scaled contact offset [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Stats
    {
    	set_base_heavy_stun_duration_ms = 2923
    }
    
    Actor
    {
    	basic_action = "ChangeToStance1"
    	basic_action = "ChangeToStance2"
    }
    
    StateMachine
    {
    	define_shared_state = "emerge; smokin;"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/VaseMonster/VaseMonsterSanctumTrialTime"] = {
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        name = "Urnwalker",
        life = 1.7,
        damage = 1.7,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 11,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeed",
            "GPSVaseMonsterBarrageProj",
        },
        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["GPSVaseMonsterBarrageProj"] = {
        name = "GPSVaseMonsterBarrageProj",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "spell_maximum_action_distance_+%",
            "active_skill_cast_speed_+%_final",
            "base_is_projectile",
            "use_scaled_contact_offset",
            "projectile_uses_contact_position",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {0.89999997615814, 1.1000000238419, -45, -15, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    Caminhante de Urna
    CategoryConstructConstruto
    IconEnemyArmour IconEnemyResistanceCold
    Urnwalker
    Spectre
    Tagsconstruct, melee, not_dex, not_int, physical_affinity, ranged, Unarmed_onhit_audio, undead, very_slow_movement
    Vida
    170%
    Resistência
    IconEnemyResistanceFire0 IconEnemyResistanceCold30 IconEnemyResistanceLightning0 IconEnemyResistanceChaos0
    Damage
    170%
    Precisão
    100%
    Attack Distance
    6 ~ 11
    Tempo de Ataque
    1.5 Second
    Damage Spread
    ±20%
    Experiência
    170%
    Model Size
    100%
    Type
    VaseMonster
    Metadata
    VaseMonsterSpectre
    Nível
    68
    Vida
    14,037
    Damage
    396
    Dano Mágico
    396
    Precisão
    2,502
    Tempo de Ataque
    1.5
    Experiência
    48,678
    Minion Life
    11,781
    Minion Damage
    1,647
    Minion Armour
    4,947
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Melee, ProjectilesFromUser, AttackInPlace
    Ataque Básico
    Base Damage: 317476
    Chance de Golpe Crítico: 5%
    Tempo de Ataque: 1.5 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
    EASSummonScarabs
    Spell
    Tempo de Conjuração: 1 s
    Tempo de Recarga: 15 s
    action attack or cast time uses animation length [1]
    spell maximum action distance +% [-40]
    MMSSummonScarabs
    Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell, AttackInPlace
    Tempo de Conjuração: 1 s
    Habilidade de morteiro de monstro genérica. Igual ao projétil de monstro, mas com um efeito de impacto.
    action attack or cast time uses animation length [1]
    base is projectile [1]
    monster projectile variation [1124]
    projectile uses contact position [1]
    use scaled contact offset [1]
    MDSummonScarabs
    Multicastable, Triggerable, AttackInPlace, Spell
    Tempo de Conjuração: 1 s

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Stats
    {
    	set_base_heavy_stun_duration_ms = 2923
    }
    
    Actor
    {
    	basic_action = "ChangeToStance1"
    	basic_action = "ChangeToStance2"
    }
    
    StateMachine
    {
    	define_shared_state = "emerge; smokin;"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/VaseMonster/VaseMonsterSpectre"] = {
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        name = "Urnwalker",
        life = 1.7,
        damage = 1.7,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 11,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeed",
            "MMSSummonScarabs",
            "EASSummonScarabs",
            "MDSummonScarabs",
        },
        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["MMSSummonScarabs"] = {
        name = "MMSSummonScarabs",
        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.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.AreaSpell] = true,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "monster_projectile_variation",
            "base_is_projectile",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {1124, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EASSummonScarabs"] = {
        name = "EASSummonScarabs",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_maximum_action_distance_+%",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {-40, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MDSummonScarabs"] = {
        name = "MDSummonScarabs",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.AttackInPlace] = true,
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    Edit

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