Sirviente de pavor
undead description [1]
Dread Servant
SpectreY
AreaTumba de la consorte, El refugio del zigurat, Tumba de la consorte
Tags1HSword_onhit_audio, allows_additional_projectiles, bones, Lanzador de hechizos, fire_affinity, medium_movement, monster_barely_moves, monster_summons_adds, not_dex, physical_affinity, raises_dead, skeleton, undead
Packs
  • Tumba de la consorte, Tumba de la consorte: Sirviente de pavor, Quebradizo levantado, Quebradizo levantado, Quebradizo levantado
  • El refugio del zigurat: Sirviente de pavor, Quebradizo levantado, Quebradizo levantado, Quebradizo levantado
  • Sirviente de pavor, Quebradizo levantado, Quebradizo levantado, Quebradizo levantado
  • Vida
    150%
    Energy Shield From Life
    20%
    Armadura
    +35%
    Ailment Threshold
    %
    Resistencia
    0 0 0 0
    Damage
    150%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de golpe crítico
    +130%
    Attack Distance
    8 ~ 15
    Attack Time
    3 Second
    Damage Spread
    ±20%
    Experiencia
    150%
    Model Size
    115%
    Type
    SkeletonGolemancer
    Metadata
    SkeletonGolemancer
    Nivel
    70
    Vida
    13,074
    Armadura
    5,234
    Evasión
    502
    Energy Shield
    1,743
    Damage
    372
    Daño de hechizos
    372
    Precisión
    1,164
    Attack Time
    3
    Experiencia
    51,959
    SSMBoneGolemancerSkeletons
    Spell, Multicastable, Triggerable
    Tiempo de lanzamiento: 1 seg
    Tiempo de recarga: 4.5 seg
    action attack or cast time uses animation length [1]
    alternate minion [1050]
    monster no drops or experience [1]
    number of monsters to summon [3]
    spell maximum action distance +% [-30]
    summon specific monsters radius +% [20]
    summoned monsters are minions [1]
    GSSkeletonTornadoWave
    Triggerable, Spell, Damage
    Tiempo de lanzamiento: 1 seg
    action attack or cast time uses animation length [1]
    base skill can be avoided by dodge roll [1]
    base skill can be blocked [1]
    is area damage [1]
    spell maximum action distance +% [-55]
    MPSSkeletonMancerBasicProj
    Spell, Projectile, ProjectilesFromUser, Triggerable, Damage
    Tiempo de lanzamiento: 1 seg
    Inflige de 1.554 a 2.331 de daño físico
    Inflige de 1.554 a 2.331 de daño de fuego
    action attack or cast time uses animation length [1]
    base is projectile [1]
    maintain projectile direction when using contact position [1]
    monster projectile variation [1103]
    projectile uses contact position [1]
    spell maximum action distance +% [-30]
    use scaled contact offset [1]
    GSSkelemancerGhostflameImpact
    Triggerable, Spell, Damage
    Probabilidad de golpe crítico: 5%
    Tiempo de lanzamiento: 1 seg
    Inflige de 15.43 a 23.15 de daño físico
    Inflige de 15.43 a 23.15 de daño de fuego
    action attack or cast time uses animation length [1]
    base is projectile [2]
    base skill can be avoided by dodge roll [1]
    base skill can be blocked [1]
    is area damage [1]
    SkelemancerSkelenado
    Spell, Projectile, ProjectilesFromUser, Damage, Duration, Trappable, Totemable, Mineable, Multicastable, Triggerable, Lightning, CanRapidFire, Invokable, Nonpathing
    Chispa
    Probabilidad de golpe crítico: 5%
    Tiempo de lanzamiento: 1 seg
    Lanza una ráfaga de proyectiles de chispas que se mueven erráticamente sobre el terreno hasta que impactan contra un enemigo o expiran.
    Inflige de 15.43 a 23.15 de daño físico
    Inflige de 15.43 a 23.15 de daño de fuego
    Los proyectiles perforan a todos los objetivos
    Velocidad de los proyectiles reducida un 70%
    Los proyectiles duran6 segundos
    base is projectile [1]
    monster projectile variation [1000]
    projectiles not offset [1]
    skill visual scale +% [-20]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Stats
    {
    	// this stat value will be overridden in the ots, using the average anim length of all the monsters heavy stun anims
    	set_base_heavy_stun_duration_ms = 3100
    }
    
    StateMachine
    {
    	define_shared_state = "lights;"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Life
    {
    	on_spawned_alive = "AddEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act1_FOUR/SkeletalKnight/epk/ghostflame_energy.epk' );"
    	on_revive = "AddEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act1_FOUR/SkeletalKnight/epk/ghostflame_energy.epk' ); SetLightState( on, 500 );"
    	on_death = "RemoveEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act1_FOUR/SkeletalKnight/epk/ghostflame_energy.epk' ); SetLightState( on_death, 500 );"
    }
    
    Preload
    {
    	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/Act1_FOUR/Skeleton_Golemancer/skelenado_spawn.ao"
    }
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/SkeletonGolemancer/SkeletonGolemancer"] = {
        name = "Dread Servant",
        life = 1.5,
        energyShield = 0.2,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.5,
        damageSpread = 0.2,
        attackTime = 3,
        attackRange = 15,
        accuracy = 1,
        weaponType1 = "One Hand Mace",
        weaponType2 = "One Hand Mace",
        skillList = {
            "SSMBoneGolemancerSkeletons",
            "MPSSkeletonMancerBasicProj",
            "GSSkeletonTornadoWave",
            "GSSkelemancerGhostflameImpact",
            "SkelemancerSkelenado",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SSMBoneGolemancerSkeletons"] = {
        name = "SSMBoneGolemancerSkeletons",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "alternate_minion",
            "number_of_monsters_to_summon",
            "summon_specific_monsters_radius_+%",
            "spell_maximum_action_distance_+%",
            "monster_no_drops_or_experience",
            "action_attack_or_cast_time_uses_animation_length",
            "summoned_monsters_are_minions",
        },
        levels = {
            [1] = {1050, 3, 20, -30, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MPSSkeletonMancerBasicProj"] = {
        name = "MPSSkeletonMancerBasicProj",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Damage] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "monster_projectile_variation",
            "spell_maximum_action_distance_+%",
            "base_is_projectile",
            "use_scaled_contact_offset",
            "projectile_uses_contact_position",
            "maintain_projectile_direction_when_using_contact_position",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {0.40000000596046, 0.60000002384186, 0.40000000596046, 0.60000002384186, 1103, -30, levelRequirement = 1, statInterpolation = {3, 3, 3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GSSkeletonTornadoWave"] = {
        name = "GSSkeletonTornadoWave",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
        },
        statDescriptionScope = "geometry_spell",
        castTime = 1,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_maximum_action_distance_+%",
            "is_area_damage",
            "action_attack_or_cast_time_uses_animation_length",
            "base_skill_can_be_avoided_by_dodge_roll",
            "base_skill_can_be_blocked",
        },
        levels = {
            [1] = {-55, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GSSkelemancerGhostflameImpact"] = {
        name = "GSSkelemancerGhostflameImpact",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
        },
        statDescriptionScope = "geometry_spell",
        castTime = 1,
        baseFlags = {
            spell = true,
            area = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "is_area_damage",
            "action_attack_or_cast_time_uses_animation_length",
            "base_skill_can_be_avoided_by_dodge_roll",
            "base_is_projectile",
            "base_skill_can_be_blocked",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.40000000596046, 0.60000002384186, 0.40000000596046, 0.60000002384186, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3, 3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SkelemancerSkelenado"] = {
        name = "Spark",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Launches a spray of sparking [Projectile|Projectiles] that travel erratically along the ground until they hit an enemy or expire.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Damage] = true,
            [SkillType.Duration] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Lightning] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.Invokable] = true,
            [SkillType.Nonpathing] = true,
        },
        statDescriptionScope = "spark",
        castTime = 1,
        baseFlags = {
            spell = true,
            projectile = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "base_skill_effect_duration",
            "monster_projectile_variation",
            "base_projectile_speed_+%",
            "skill_visual_scale_+%",
            "base_is_projectile",
            "projectiles_not_offset",
            "always_pierce",
        },
        levels = {
            [1] = {0.40000000596046, 0.60000002384186, 0.40000000596046, 0.60000002384186, 6000, 1000, -70, -20, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3, 3, 3},  cost = { }, },
        },
    }
    
    undead description [1]
    IdMonsterNecromancerRaisable
    FamilyMonsterNecromancerRaisable
    DomainsMonster (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • undead description Min: 1 Max: 1 Global
  • Adds Tagsnecromancer_raisable
    Sirviente de pavor
    undead description [1]
    Dread Servant
    SpectreY
    Tags1HSword_onhit_audio, allows_additional_projectiles, bones, Lanzador de hechizos, fire_affinity, medium_movement, monster_barely_moves, monster_summons_adds, not_dex, physical_affinity, raises_dead, skeleton, undead
    Packs
  • Sirviente de pavor, Quebradizo levantado
  • Vida
    150%
    Energy Shield From Life
    20%
    Armadura
    +35%
    Ailment Threshold
    %
    Resistencia
    0 0 0 0
    Damage
    150%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de golpe crítico
    +130%
    Attack Distance
    8 ~ 15
    Attack Time
    3 Second
    Damage Spread
    ±20%
    Experiencia
    150%
    Model Size
    115%
    Type
    SkeletonGolemancer
    Metadata
    SkeletonGolemancerStrongbox_
    Nivel
    68
    Vida
    11,636
    Armadura
    4,659
    Evasión
    477
    Energy Shield
    1,551
    Damage
    350
    Daño de hechizos
    350
    Precisión
    1,090
    Attack Time
    3
    Experiencia
    42,951
    SSMBoneGolemancerSkeletons
    Spell, Multicastable, Triggerable
    Tiempo de lanzamiento: 1 seg
    Tiempo de recarga: 4.5 seg
    action attack or cast time uses animation length [1]
    alternate minion [1050]
    monster no drops or experience [1]
    number of monsters to summon [3]
    spell maximum action distance +% [-30]
    summon specific monsters radius +% [20]
    summoned monsters are minions [1]
    GSSkeletonTornadoWave
    Triggerable, Spell, Damage
    Tiempo de lanzamiento: 1 seg
    action attack or cast time uses animation length [1]
    base skill can be avoided by dodge roll [1]
    base skill can be blocked [1]
    is area damage [1]
    spell maximum action distance +% [-55]
    MPSSkeletonMancerBasicProj
    Spell, Projectile, ProjectilesFromUser, Triggerable, Damage
    Tiempo de lanzamiento: 1 seg
    Inflige de 1.554 a 2.331 de daño físico
    Inflige de 1.554 a 2.331 de daño de fuego
    action attack or cast time uses animation length [1]
    base is projectile [1]
    maintain projectile direction when using contact position [1]
    monster projectile variation [1103]
    projectile uses contact position [1]
    spell maximum action distance +% [-30]
    use scaled contact offset [1]
    GSSkelemancerGhostflameImpact
    Triggerable, Spell, Damage
    Probabilidad de golpe crítico: 5%
    Tiempo de lanzamiento: 1 seg
    Inflige de 14.91 a 22.36 de daño físico
    Inflige de 14.91 a 22.36 de daño de fuego
    action attack or cast time uses animation length [1]
    base is projectile [2]
    base skill can be avoided by dodge roll [1]
    base skill can be blocked [1]
    is area damage [1]
    SkelemancerSkelenado
    Spell, Projectile, ProjectilesFromUser, Damage, Duration, Trappable, Totemable, Mineable, Multicastable, Triggerable, Lightning, CanRapidFire, Invokable, Nonpathing
    Chispa
    Probabilidad de golpe crítico: 5%
    Tiempo de lanzamiento: 1 seg
    Lanza una ráfaga de proyectiles de chispas que se mueven erráticamente sobre el terreno hasta que impactan contra un enemigo o expiran.
    Inflige de 14.91 a 22.36 de daño físico
    Inflige de 14.91 a 22.36 de daño de fuego
    Los proyectiles perforan a todos los objetivos
    Velocidad de los proyectiles reducida un 70%
    Los proyectiles duran6 segundos
    base is projectile [1]
    monster projectile variation [1000]
    projectiles not offset [1]
    skill visual scale +% [-20]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Stats
    {
    	// this stat value will be overridden in the ots, using the average anim length of all the monsters heavy stun anims
    	set_base_heavy_stun_duration_ms = 3100
    }
    
    StateMachine
    {
    	define_shared_state = "lights;"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Life
    {
    	on_spawned_alive = "AddEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act1_FOUR/SkeletalKnight/epk/ghostflame_energy.epk' );"
    	on_revive = "AddEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act1_FOUR/SkeletalKnight/epk/ghostflame_energy.epk' ); SetLightState( on, 500 );"
    	on_death = "RemoveEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act1_FOUR/SkeletalKnight/epk/ghostflame_energy.epk' ); SetLightState( on_death, 500 );"
    }
    
    Preload
    {
    	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/Act1_FOUR/Skeleton_Golemancer/skelenado_spawn.ao"
    }
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/SkeletonGolemancer/SkeletonGolemancerStrongbox_"] = {
        name = "Dread Servant",
        life = 1.5,
        energyShield = 0.2,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.5,
        damageSpread = 0.2,
        attackTime = 3,
        attackRange = 15,
        accuracy = 1,
        weaponType1 = "One Hand Mace",
        weaponType2 = "One Hand Mace",
        skillList = {
            "SSMBoneGolemancerSkeletons",
            "MPSSkeletonMancerBasicProj",
            "GSSkeletonTornadoWave",
            "GSSkelemancerGhostflameImpact",
            "SkelemancerSkelenado",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SSMBoneGolemancerSkeletons"] = {
        name = "SSMBoneGolemancerSkeletons",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "alternate_minion",
            "number_of_monsters_to_summon",
            "summon_specific_monsters_radius_+%",
            "spell_maximum_action_distance_+%",
            "monster_no_drops_or_experience",
            "action_attack_or_cast_time_uses_animation_length",
            "summoned_monsters_are_minions",
        },
        levels = {
            [1] = {1050, 3, 20, -30, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MPSSkeletonMancerBasicProj"] = {
        name = "MPSSkeletonMancerBasicProj",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Damage] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "monster_projectile_variation",
            "spell_maximum_action_distance_+%",
            "base_is_projectile",
            "use_scaled_contact_offset",
            "projectile_uses_contact_position",
            "maintain_projectile_direction_when_using_contact_position",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {0.40000000596046, 0.60000002384186, 0.40000000596046, 0.60000002384186, 1103, -30, levelRequirement = 1, statInterpolation = {3, 3, 3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GSSkeletonTornadoWave"] = {
        name = "GSSkeletonTornadoWave",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
        },
        statDescriptionScope = "geometry_spell",
        castTime = 1,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_maximum_action_distance_+%",
            "is_area_damage",
            "action_attack_or_cast_time_uses_animation_length",
            "base_skill_can_be_avoided_by_dodge_roll",
            "base_skill_can_be_blocked",
        },
        levels = {
            [1] = {-55, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GSSkelemancerGhostflameImpact"] = {
        name = "GSSkelemancerGhostflameImpact",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
        },
        statDescriptionScope = "geometry_spell",
        castTime = 1,
        baseFlags = {
            spell = true,
            area = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "is_area_damage",
            "action_attack_or_cast_time_uses_animation_length",
            "base_skill_can_be_avoided_by_dodge_roll",
            "base_is_projectile",
            "base_skill_can_be_blocked",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.40000000596046, 0.60000002384186, 0.40000000596046, 0.60000002384186, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3, 3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SkelemancerSkelenado"] = {
        name = "Spark",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Launches a spray of sparking [Projectile|Projectiles] that travel erratically along the ground until they hit an enemy or expire.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Damage] = true,
            [SkillType.Duration] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Lightning] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.Invokable] = true,
            [SkillType.Nonpathing] = true,
        },
        statDescriptionScope = "spark",
        castTime = 1,
        baseFlags = {
            spell = true,
            projectile = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "base_skill_effect_duration",
            "monster_projectile_variation",
            "base_projectile_speed_+%",
            "skill_visual_scale_+%",
            "base_is_projectile",
            "projectiles_not_offset",
            "always_pierce",
        },
        levels = {
            [1] = {0.40000000596046, 0.60000002384186, 0.40000000596046, 0.60000002384186, 6000, 1000, -70, -20, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3, 3, 3},  cost = { }, },
        },
    }
    
    undead description [1]
    IdMonsterNecromancerRaisable
    FamilyMonsterNecromancerRaisable
    DomainsMonster (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • undead description Min: 1 Max: 1 Global
  • Adds Tagsnecromancer_raisable