Droolmaw
Undead
SpectreN
AreaThe Belly of the Beast
Tagsbone_armour, Caster, cleaving_weapon, has_two_hand_axe, has_two_handed_melee, medium_height, medium_movement, melee, not_dex, not_int, physical_affinity, red_blood, skeleton, undead
Life
400%
Armour
+50%
Ailment Threshold
400%
Resistance
42 42 42 0
Damage
160%
Accuracy
100%
Critical Strike Chance
+5%
Critical Strike Multiplier
+130%
Attack Distance
6 ~ 11
Attack Time
1.5 Second
Damage Spread
±20%
Experience
200%
Model Size
125%
Type
Droolmaw
Metadata
Droolmaw
Level
63
Life
17,904
Armour
28,995
Evasion Rating
3,967
Damage
464
Spell Damage
464
Accuracy
476
Attack Time
1.5
Experience
18,064
Minion Life
4,060
Minion Damage
364
Ailment Threshold
17,904
Chill
57
Shock
57
Brittle
320
Scorch
57
Sap
156
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Default Attack
Base Damage: 371–556
Critical Strike Chance: 5%
Attack Time: 1.5 sec
Strike your foes down with a powerful blow.
skill can fire arrows [1]
skill can fire wand projectiles [1]
DroolmawBoneLance
Spell, Projectile, ProjectilesFromUser, Totemable, Mineable, Trappable, Triggerable, Damage, Multicastable, CanRapidFire, Area, AreaSpell, Physical
Unearth
Cast Time: 1 sec
Cooldown Time: 2 sec
Fires a projectile that will pierce through enemies to impact the ground at the targeted location, creating a Bone Archer corpse where it lands.
Deals 265.5 to 398.3 Physical Damage
Projectiles Pierce all Targets
Base duration is 6 seconds
50% reduced Projectile Speed
Maximum of 5 corpses allowed
alternate minion [1]
base is projectile [1]
DroolmawGoreSunder
Attack, Area, Multistrikeable, Melee, Slam, Totemable
Sunder
Base Damage: 371–556
Critical Strike Chance: 5%
Attack Damage: 90%
Attack Time: 1.5 sec
Cooldown Time: 6 sec
Slams the ground with a Mace, Sceptre, Axe or Staff, creating a wave of broken ground that damages enemies in an area in front of you. Enemies hit by the wave will release a circular shockwave, dealing damage to other enemies around them.
Deals 10% less Attack Damage
50% less Attack Speed
Shockwaves deal 80% less Damage
active skill area of effect radius +% final [-50]
is area damage [1]
EmptyActionSpellDroolmaw
Spell
Cast Time: 1 sec
Cooldown Time: 1 sec
DroolmawSummonPillar
Spell, Multicastable, Triggerable
Cast Time: 1 sec
alternate minion [272]
cast on corpse consume [1]
minion dies when parent dies [1]
monster no drops or experience [1]
number of monsters to summon [1]
summon specific monsters radius +% [-95]
summoned monsters are minions [1]
MonsterDetonateDeadDroolmaw
Spell, Area, Damage, Triggerable
Critical Strike Chance: 5%
Cast Time: 0.8 sec
Cooldown Time: 4 sec
Base duration is 1.5 seconds
Base secondary duration is 0.5 seconds
Deals 277.4 to 416.1 Fire Damage
Explosion deals base Fire Damage equal to 1% of the corpse's Maximum Life
Causes +1 Burst
corpse skill has triggers [1]
is area damage [1]
MonsterDetonateDeadDroolmawNoTotem
Spell, Area, Damage, Triggerable
Critical Strike Chance: 5%
Cast Time: 0.8 sec
Cooldown Time: 4 sec
Base duration is 1.5 seconds
Base secondary duration is 0.5 seconds
Deals 277.4 to 416.1 Fire Damage
Explosion deals base Fire Damage equal to 1% of the corpse's Maximum Life
Causes +1 Burst
is area damage [1]

Object Type

version 2
extends "Metadata/Monsters/Monster"

Object Type Codes

version 2
extends "Metadata/Monsters/Monster"

Render
{
	has_light = true
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Skeletons/Droolmaw"] = {
    name = "Droolmaw",
    life = 4,
    fireResist = 42,
    coldResist = 42,
    lightningResist = 42,
    chaosResist = 0,
    damage = 1.6,
    damageSpread = 0.2,
    attackTime = 1.5,
    attackRange = 11,
    accuracy = 1,
    weaponType1 = "Two Hand Axe",
    skillList = {
        "Melee",
        "DroolmawSummonPillar",
        "DroolmawGoreSunder",
        "EmptyActionSpellDroolmaw",
        "DroolmawBoneLance",
        "MonsterDetonateDeadDroolmaw",
        "MonsterDetonateDeadDroolmawNoTotem",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["Melee"] = {
    name = "Default Attack",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Strike your foes down with a powerful blow.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.RangedAttack] = true,
        [SkillType.MirageArcherCanUse] = true,
        [SkillType.Projectile] = true,
        [SkillType.MeleeSingleTarget] = true,
        [SkillType.Multistrikeable] = true,
        [SkillType.Melee] = true,
        [SkillType.ProjectilesFromUser] = 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",
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["DroolmawSummonPillar"] = {
    name = "DroolmawSummonPillar",
    hidden = true,
    color = "4",
    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 = {
        "number_of_monsters_to_summon",
        "alternate_minion",
        "summon_specific_monsters_radius_+%",
        "summoned_monsters_are_minions",
        "monster_no_drops_or_experience",
        "minion_dies_when_parent_dies",
        "cast_on_corpse_consume",
    },
    levels = {
        [1] = {1, 272, -95, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["DroolmawGoreSunder"] = {
    name = "Sunder",
    hidden = true,
    color = "1",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Slams the ground with a Mace, Sceptre, Axe or Staff, creating a wave of broken ground that damages enemies in an area in front of you. Enemies hit by the wave will release a circular shockwave, dealing damage to other enemies around them.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.Area] = true,
        [SkillType.Multistrikeable] = true,
        [SkillType.Melee] = true,
        [SkillType.Slam] = true,
        [SkillType.Totemable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        area = true,
        melee = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "shockwave_slam_explosion_damage_+%_final",
        "active_skill_attack_speed_+%_final",
        "active_skill_area_of_effect_radius_+%_final",
        "is_area_damage",
    },
    levels = {
        [1] = {-80, -50, -50, baseMultiplier = 0.9, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["EmptyActionSpellDroolmaw"] = {
    name = "EmptyActionSpellDroolmaw",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["DroolmawBoneLance"] = {
    name = "Unearth",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Fires a projectile that will pierce through enemies to impact the ground at the targeted location, creating a Bone Archer corpse where it lands.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Trappable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Damage] = true,
        [SkillType.Multicastable] = true,
        [SkillType.CanRapidFire] = true,
        [SkillType.Area] = true,
        [SkillType.AreaSpell] = true,
        [SkillType.Physical] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        area = true,
        spell = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_physical_damage",
        "spell_maximum_base_physical_damage",
        "base_skill_effect_duration",
        "alternate_minion",
        "desecrate_maximum_number_of_corpses",
        "base_projectile_speed_+%",
        "base_is_projectile",
        "always_pierce",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 6000, 1, 5, -50, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MonsterDetonateDeadDroolmaw"] = {
    name = "MonsterDetonateDeadDroolmaw",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Area] = true,
        [SkillType.Damage] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 0.8,
    baseFlags = {
        area = true,
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_fire_damage",
        "spell_maximum_base_fire_damage",
        "corpse_explosion_monster_life_%",
        "base_skill_effect_duration",
        "base_secondary_skill_effect_duration",
        "upheaval_number_of_spikes",
        "is_area_damage",
        "corpse_skill_has_triggers",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 1, 1500, 500, 1, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MonsterDetonateDeadDroolmawNoTotem"] = {
    name = "MonsterDetonateDeadDroolmawNoTotem",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Area] = true,
        [SkillType.Damage] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 0.8,
    baseFlags = {
        area = true,
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_fire_damage",
        "spell_maximum_base_fire_damage",
        "corpse_explosion_monster_life_%",
        "base_skill_effect_duration",
        "base_secondary_skill_effect_duration",
        "upheaval_number_of_spikes",
        "is_area_damage",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 1, 1500, 500, 1, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
    },
}
keyval
Stats.item_drop_slots1
Stats.energy_shield_recharge_rate_per_minute_%2000
Stats.mana_regeneration_rate_per_minute_%100
Stats.base_maximum_mana200
Stats.maximum_physical_damage_reduction_%75
Stats.max_viper_strike_orbs4
Stats.base_maximum_all_resistances_%75
Stats.max_fuse_arrow_orbs5
Stats.max_fire_beam_stacks8
Stats.max_charged_attack_stacks10
Stats.base_critical_strike_multiplier130
Stats.critical_ailment_dot_multiplier_+30
Stats.max_endurance_charges3
Stats.max_frenzy_charges3
Stats.max_power_charges3
Stats.base_attack_speed_+%_per_frenzy_charge4
Stats.base_attack_speed_+%_per_frenzy_charge_if_not_player_minion11
Stats.base_cast_speed_+%_per_frenzy_charge4
Stats.base_cast_speed_+%_per_frenzy_charge_if_not_player_minion11
Stats.movement_velocity_+%_per_frenzy_charge_if_not_player_minion5
Stats.object_inherent_damage_+%_final_per_frenzy_charge4
Stats.physical_damage_reduction_%_per_endurance_charge4
Stats.physical_damage_reduction_%_per_endurance_charge_if_not_player_minion11
Stats.resist_all_elements_%_per_endurance_charge4
Stats.resist_all_elements_%_per_endurance_charge_if_not_player_minion11
Stats.critical_strike_chance_+%_per_power_charge50
Stats.critical_strike_chance_+%_per_power_charge_if_not_player_minion150
Stats.maximum_block_%75
Stats.base_maximum_spell_block_%75
Stats.base_number_of_totems_allowed1
Stats.base_number_of_traps_allowed3
Stats.base_number_of_remote_mines_allowed5
Stats.movement_velocity_cap128
Stats.maximum_life_leech_rate_%_per_minute1200
Stats.maximum_mana_leech_rate_%_per_minute1200
Stats.maximum_energy_shield_leech_rate_%_per_minute600
Stats.monster_ignite_damage_+%_final-72
Stats.monster_bleeding_damage_+%_final-86
Stats.monster_poison_damage_+%_final-50
Stats.bleeding_moving_damage_%_of_base_override500
Stats.max_azurite_debuff_stacks10
Stats.impaled_debuff_base_duration_ms8000
Stats.impaled_debuff_number_of_reflected_hits5
Stats.ignore_skill_weapon_restrictions1
Stats.base_total_number_of_sigils_allowed3
Stats.maximum_life_leech_amount_per_leech_%_max_life10
Stats.maximum_mana_leech_amount_per_leech_%_max_mana10
Stats.maximum_energy_shield_leech_amount_per_leech_%_max_energy_shield10
Stats.object_inherent_melee_hit_stun_duration_+%_final20
Stats.scale_melee_range_to_actor_scale1
Stats.use_melee_pattern_range1
Stats.actor_scale_+%_limit100
Stats.damage_taken_when_hit_+%_final_per_fortification-1
Stats.base_max_fortification20
Stats.soul_eater_maximum_stacks45
ObjectMagicProperties.stat_description_listMetadata/StatDescriptions/monster_stat_descriptions.txt
Positioned.blockingtrue
Positioned.team0
Positioned.serialise_collidabletrue
BaseEvents.server_onlytrue
Actor.basic_actionMove, Flee, StrafeLeft, StrafeRight, Advance, DoNothing, MonsterPickup
Actor.slow_animations_go_to_idletrue
Droolmaw
Undead
SpectreN
Tagsbone_armour, Caster, cleaving_weapon, has_two_hand_axe, has_two_handed_melee, medium_height, medium_movement, melee, not_dex, not_int, physical_affinity, red_blood, skeleton, undead
Life
400%
Armour
+50%
Ailment Threshold
400%
Resistance
42 42 42 0
Damage
160%
Accuracy
100%
Critical Strike Chance
+5%
Critical Strike Multiplier
+130%
Attack Distance
6 ~ 11
Attack Time
1.5 Second
Damage Spread
±20%
Experience
200%
Model Size
125%
Type
Droolmaw
Metadata
DroolmawStandalone
Level
68
Life
25,733
Armour
43,185
Evasion Rating
4,739
Damage
598
Spell Damage
598
Accuracy
580
Attack Time
1.5
Experience
20,510
Minion Life
5,582
Minion Damage
477
Ailment Threshold
25,733
Chill
81
Shock
81
Brittle
460
Scorch
81
Sap
225
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Default Attack
Base Damage: 478–717
Critical Strike Chance: 5%
Attack Time: 1.5 sec
Strike your foes down with a powerful blow.
skill can fire arrows [1]
skill can fire wand projectiles [1]
DroolmawBoneLance
Spell, Projectile, ProjectilesFromUser, Totemable, Mineable, Trappable, Triggerable, Damage, Multicastable, CanRapidFire, Area, AreaSpell, Physical
Unearth
Cast Time: 1 sec
Cooldown Time: 2 sec
Fires a projectile that will pierce through enemies to impact the ground at the targeted location, creating a Bone Archer corpse where it lands.
Deals 337 to 505.6 Physical Damage
Projectiles Pierce all Targets
Base duration is 6 seconds
50% reduced Projectile Speed
Maximum of 5 corpses allowed
alternate minion [1]
base is projectile [1]
DroolmawGoreSunder
Attack, Area, Multistrikeable, Melee, Slam, Totemable
Sunder
Base Damage: 478–717
Critical Strike Chance: 5%
Attack Damage: 90%
Attack Time: 1.5 sec
Cooldown Time: 6 sec
Slams the ground with a Mace, Sceptre, Axe or Staff, creating a wave of broken ground that damages enemies in an area in front of you. Enemies hit by the wave will release a circular shockwave, dealing damage to other enemies around them.
Deals 10% less Attack Damage
50% less Attack Speed
Shockwaves deal 80% less Damage
active skill area of effect radius +% final [-50]
is area damage [1]
EmptyActionSpellDroolmaw
Spell
Cast Time: 1 sec
Cooldown Time: 1 sec
DroolmawSummonPillar
Spell, Multicastable, Triggerable
Cast Time: 1 sec
alternate minion [272]
cast on corpse consume [1]
minion dies when parent dies [1]
monster no drops or experience [1]
number of monsters to summon [1]
summon specific monsters radius +% [-95]
summoned monsters are minions [1]
MonsterDetonateDeadDroolmaw
Spell, Area, Damage, Triggerable
Critical Strike Chance: 5%
Cast Time: 0.8 sec
Cooldown Time: 4 sec
Base duration is 1.5 seconds
Base secondary duration is 0.5 seconds
Deals 343.6 to 515.5 Fire Damage
Explosion deals base Fire Damage equal to 1% of the corpse's Maximum Life
Causes +1 Burst
corpse skill has triggers [1]
is area damage [1]
MonsterDetonateDeadDroolmawNoTotem
Spell, Area, Damage, Triggerable
Critical Strike Chance: 5%
Cast Time: 0.8 sec
Cooldown Time: 4 sec
Base duration is 1.5 seconds
Base secondary duration is 0.5 seconds
Deals 343.6 to 515.5 Fire Damage
Explosion deals base Fire Damage equal to 1% of the corpse's Maximum Life
Causes +1 Burst
is area damage [1]

Object Type

version 2
extends "Metadata/Monsters/Monster"

Object Type Codes

version 2
extends "Metadata/Monsters/Monster"

Render
{
	has_light = true
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Skeletons/DroolmawStandalone"] = {
    name = "Droolmaw",
    life = 4,
    fireResist = 42,
    coldResist = 42,
    lightningResist = 42,
    chaosResist = 0,
    damage = 1.6,
    damageSpread = 0.2,
    attackTime = 1.5,
    attackRange = 11,
    accuracy = 1,
    weaponType1 = "Two Hand Axe",
    skillList = {
        "Melee",
        "DroolmawSummonPillar",
        "DroolmawGoreSunder",
        "EmptyActionSpellDroolmaw",
        "DroolmawBoneLance",
        "MonsterDetonateDeadDroolmaw",
        "MonsterDetonateDeadDroolmawNoTotem",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["Melee"] = {
    name = "Default Attack",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Strike your foes down with a powerful blow.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.RangedAttack] = true,
        [SkillType.MirageArcherCanUse] = true,
        [SkillType.Projectile] = true,
        [SkillType.MeleeSingleTarget] = true,
        [SkillType.Multistrikeable] = true,
        [SkillType.Melee] = true,
        [SkillType.ProjectilesFromUser] = 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",
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["DroolmawSummonPillar"] = {
    name = "DroolmawSummonPillar",
    hidden = true,
    color = "4",
    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 = {
        "number_of_monsters_to_summon",
        "alternate_minion",
        "summon_specific_monsters_radius_+%",
        "summoned_monsters_are_minions",
        "monster_no_drops_or_experience",
        "minion_dies_when_parent_dies",
        "cast_on_corpse_consume",
    },
    levels = {
        [1] = {1, 272, -95, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["DroolmawGoreSunder"] = {
    name = "Sunder",
    hidden = true,
    color = "1",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Slams the ground with a Mace, Sceptre, Axe or Staff, creating a wave of broken ground that damages enemies in an area in front of you. Enemies hit by the wave will release a circular shockwave, dealing damage to other enemies around them.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.Area] = true,
        [SkillType.Multistrikeable] = true,
        [SkillType.Melee] = true,
        [SkillType.Slam] = true,
        [SkillType.Totemable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        area = true,
        melee = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "shockwave_slam_explosion_damage_+%_final",
        "active_skill_attack_speed_+%_final",
        "active_skill_area_of_effect_radius_+%_final",
        "is_area_damage",
    },
    levels = {
        [1] = {-80, -50, -50, baseMultiplier = 0.9, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["EmptyActionSpellDroolmaw"] = {
    name = "EmptyActionSpellDroolmaw",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["DroolmawBoneLance"] = {
    name = "Unearth",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Fires a projectile that will pierce through enemies to impact the ground at the targeted location, creating a Bone Archer corpse where it lands.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Trappable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Damage] = true,
        [SkillType.Multicastable] = true,
        [SkillType.CanRapidFire] = true,
        [SkillType.Area] = true,
        [SkillType.AreaSpell] = true,
        [SkillType.Physical] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        area = true,
        spell = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_physical_damage",
        "spell_maximum_base_physical_damage",
        "base_skill_effect_duration",
        "alternate_minion",
        "desecrate_maximum_number_of_corpses",
        "base_projectile_speed_+%",
        "base_is_projectile",
        "always_pierce",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 6000, 1, 5, -50, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MonsterDetonateDeadDroolmaw"] = {
    name = "MonsterDetonateDeadDroolmaw",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Area] = true,
        [SkillType.Damage] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 0.8,
    baseFlags = {
        area = true,
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_fire_damage",
        "spell_maximum_base_fire_damage",
        "corpse_explosion_monster_life_%",
        "base_skill_effect_duration",
        "base_secondary_skill_effect_duration",
        "upheaval_number_of_spikes",
        "is_area_damage",
        "corpse_skill_has_triggers",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 1, 1500, 500, 1, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MonsterDetonateDeadDroolmawNoTotem"] = {
    name = "MonsterDetonateDeadDroolmawNoTotem",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Area] = true,
        [SkillType.Damage] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 0.8,
    baseFlags = {
        area = true,
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_fire_damage",
        "spell_maximum_base_fire_damage",
        "corpse_explosion_monster_life_%",
        "base_skill_effect_duration",
        "base_secondary_skill_effect_duration",
        "upheaval_number_of_spikes",
        "is_area_damage",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 1, 1500, 500, 1, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
    },
}
Edit

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