Núcleo Volátil
Construto
monster no drops or experience [1]
Volatile Core
SpectreN
Tagsconstruct, extra_small_height, ghost_armour, is_unarmed, melee, physical_affinity, slow_movement
Vida
100%
Resistência
0 0 0 0
Damage
100%
Precisão
100%
Attack Distance
6 ~ 6
Tempo de Ataque
1 Second
Damage Spread
±20%
Experiência
100%
Model Size
100%
Type
VolatileDeadCore
Metadata
VolatileDeadCore
IsSummoned
Y
Nível
68
Vida
7,757
Damage
233
Dano Mágico
233
Precisão
2,464
Tempo de Ataque
1
Experiência
28,634
Minion Life
6,930
Minion Damage
969
Minion Armour
2,413
MeleeAtAnimationSpeed
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Melee, ProjectilesFromUser
Ataque Básico
Base Damage: 186–280
Chance de Acerto Crítico: 5%
Tempo de Ataque: 1 seg
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]
VolatileDeadDetonate
base deal no damage [1]

Object Type

version 2
extends "Metadata/Monsters/Monster"

Actor
{
	basic_action = "Emerge"
}

Positioned
{
	collision_hull_type = "projectile"
}

Stats
{
	immune_to_curses = 1
	immune_to_auras_from_other_entities = 1
	set_item_drop_slots = 0
	set_monster_no_drops_or_experience = 1
	set_monster_do_not_fracture = 1
	set_max_frenzy_charges = 0
	set_max_endurance_charges = 0
	set_max_power_charges = 0
	base_cannot_be_stunned = 1
	cannot_be_knocked_back = 1
	set_phase_through_objects = 1
	does_not_count_as_monster = 1
}

Life
{
	corpse_usable = false
}

Animated
{
	animated_object = "Metadata/Effects/Spells/fire_volatile_dead/volatile_orb.ao"
	on_end_spellcast_aoe = "Delete();"
}

DiesAfterTime
{
	delete_on_sleep = true
}

Object Type Codes

version 2
extends "Metadata/Monsters/Monster"

Positioned
{
	on_movement_started = "PlayAdditiveAnimation( run_audio );"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/VolatileCore/VolatileDeadCore"] = {
    name = "Volatile Core",
    life = 1,
    fireResist = 0,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    damage = 1,
    damageSpread = 0.2,
    attackTime = 1,
    attackRange = 6,
    accuracy = 1,
    skillList = {
        "MeleeAtAnimationSpeed",
        "VolatileDeadDetonate",
    },
    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,
    },
    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["VolatileDeadDetonate"] = {
    name = "VolatileDeadDetonate",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 0.3,
    baseFlags = {
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_deal_no_damage",
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
monster no drops or experience [1]
FamilyMonsterNoDropsOrExperience
DomainsMonster (3)
GenerationTypeunico (3)
Req. level1
Stats
  • monster no drops or experience Min: 1 Max: 1 Global
  • Núcleo Volátil
    Construto
    monster no drops or experience [1]
    Volatile Core
    SpectreN
    Tagsconstruct, ghost_armour, is_unarmed, melee, physical_affinity, slow_movement, small_height
    Vida
    100%
    Resistência
    0 0 0 0
    Damage
    100%
    Precisão
    100%
    Attack Distance
    6 ~ 6
    Tempo de Ataque
    1 Second
    Damage Spread
    ±20%
    Experiência
    100%
    Model Size
    64%
    Type
    VolatileDeadCore
    Metadata
    VolatileDeadCoreStygian
    IsSummoned
    Y
    Nível
    68
    Vida
    7,757
    Damage
    233
    Dano Mágico
    233
    Precisão
    2,464
    Tempo de Ataque
    1
    Experiência
    28,634
    Minion Life
    6,930
    Minion Damage
    969
    Minion Armour
    2,413
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Melee, ProjectilesFromUser
    Ataque Básico
    Base Damage: 186–280
    Chance de Acerto Crítico: 5%
    Tempo de Ataque: 1 seg
    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]
    VolatileDeadDetonate
    base deal no damage [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	basic_action = "Emerge"
    }
    
    Positioned
    {
    	collision_hull_type = "projectile"
    }
    
    Stats
    {
    	immune_to_curses = 1
    	immune_to_auras_from_other_entities = 1
    	set_item_drop_slots = 0
    	set_monster_no_drops_or_experience = 1
    	set_monster_do_not_fracture = 1
    	set_max_frenzy_charges = 0
    	set_max_endurance_charges = 0
    	set_max_power_charges = 0
    	base_cannot_be_stunned = 1
    	cannot_be_knocked_back = 1
    	set_phase_through_objects = 1
    	does_not_count_as_monster = 1
    }
    
    Life
    {
    	corpse_usable = false
    }
    
    Animated
    {
    	animated_object = "Metadata/Effects/Spells/fire_volatile_dead/volatile_orb.ao"
    	on_end_spellcast_aoe = "Delete();"
    }
    
    DiesAfterTime
    {
    	delete_on_sleep = true
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Positioned
    {
    	on_movement_started = "PlayAdditiveAnimation( run_audio );"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/VolatileCore/VolatileDeadCoreStygian"] = {
        name = "Volatile Core",
        life = 1,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1,
        damageSpread = 0.2,
        attackTime = 1,
        attackRange = 6,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeed",
            "VolatileDeadDetonate",
        },
        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,
        },
        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["VolatileDeadDetonate"] = {
        name = "VolatileDeadDetonate",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.3,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_deal_no_damage",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    monster no drops or experience [1]
    FamilyMonsterNoDropsOrExperience
    DomainsMonster (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • monster no drops or experience Min: 1 Max: 1 Global
  • Núcleo Volátil
    Construto
    monster no drops or experience [1]
    Volatile Core
    SpectreN
    Tagsconstruct, ghost_armour, is_unarmed, melee, physical_affinity, slow_movement
    Vida
    100%
    Resistência
    0 0 0 0
    Damage
    100%
    Precisão
    100%
    Attack Distance
    6 ~ 6
    Tempo de Ataque
    1 Second
    Damage Spread
    ±20%
    Experiência
    100%
    Model Size
    64%
    Type
    VolatileDeadCore
    Metadata
    VolatileDeadCoreVoid
    IsSummoned
    Y
    Nível
    68
    Vida
    7,757
    Damage
    233
    Dano Mágico
    233
    Precisão
    2,464
    Tempo de Ataque
    1
    Experiência
    28,634
    Minion Life
    6,930
    Minion Damage
    969
    Minion Armour
    2,413
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Melee, ProjectilesFromUser
    Ataque Básico
    Base Damage: 186–280
    Chance de Acerto Crítico: 5%
    Tempo de Ataque: 1 seg
    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]
    VolatileDeadDetonate
    base deal no damage [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	basic_action = "Emerge"
    }
    
    Positioned
    {
    	collision_hull_type = "projectile"
    }
    
    Stats
    {
    	immune_to_curses = 1
    	immune_to_auras_from_other_entities = 1
    	set_item_drop_slots = 0
    	set_monster_no_drops_or_experience = 1
    	set_monster_do_not_fracture = 1
    	set_max_frenzy_charges = 0
    	set_max_endurance_charges = 0
    	set_max_power_charges = 0
    	base_cannot_be_stunned = 1
    	cannot_be_knocked_back = 1
    	set_phase_through_objects = 1
    	does_not_count_as_monster = 1
    }
    
    Life
    {
    	corpse_usable = false
    }
    
    Animated
    {
    	animated_object = "Metadata/Effects/Spells/fire_volatile_dead/volatile_orb.ao"
    	on_end_spellcast_aoe = "Delete();"
    }
    
    DiesAfterTime
    {
    	delete_on_sleep = true
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Positioned
    {
    	on_movement_started = "PlayAdditiveAnimation( run_audio );"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/VolatileCore/VolatileDeadCoreVoid"] = {
        name = "Volatile Core",
        life = 1,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1,
        damageSpread = 0.2,
        attackTime = 1,
        attackRange = 6,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeed",
            "VolatileDeadDetonate",
        },
        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,
        },
        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["VolatileDeadDetonate"] = {
        name = "VolatileDeadDetonate",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.3,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_deal_no_damage",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    monster no drops or experience [1]
    FamilyMonsterNoDropsOrExperience
    DomainsMonster (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • monster no drops or experience Min: 1 Max: 1 Global
  • Núcleo Volátil
    Construto
    monster no drops or experience [1]
    Volatile Core
    SpectreN
    Tagsconstruct, ghost_armour, is_unarmed, melee, physical_affinity, slow_movement
    Vida
    100%
    Resistência
    0 0 0 0
    Damage
    100%
    Precisão
    100%
    Attack Distance
    6 ~ 6
    Tempo de Ataque
    1 Second
    Damage Spread
    ±20%
    Experiência
    100%
    Model Size
    64%
    Type
    VolatileDeadCore
    Metadata
    VolatileDeadCoreDarkwood_
    IsSummoned
    Y
    Nível
    68
    Vida
    7,757
    Damage
    233
    Dano Mágico
    233
    Precisão
    2,464
    Tempo de Ataque
    1
    Experiência
    28,634
    Minion Life
    6,930
    Minion Damage
    969
    Minion Armour
    2,413
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Melee, ProjectilesFromUser
    Ataque Básico
    Base Damage: 186–280
    Chance de Acerto Crítico: 5%
    Tempo de Ataque: 1 seg
    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]
    VolatileDeadDetonate
    base deal no damage [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	basic_action = "Emerge"
    }
    
    Positioned
    {
    	collision_hull_type = "projectile"
    }
    
    Stats
    {
    	immune_to_curses = 1
    	immune_to_auras_from_other_entities = 1
    	set_item_drop_slots = 0
    	set_monster_no_drops_or_experience = 1
    	set_monster_do_not_fracture = 1
    	set_max_frenzy_charges = 0
    	set_max_endurance_charges = 0
    	set_max_power_charges = 0
    	base_cannot_be_stunned = 1
    	cannot_be_knocked_back = 1
    	set_phase_through_objects = 1
    	does_not_count_as_monster = 1
    }
    
    Life
    {
    	corpse_usable = false
    }
    
    Animated
    {
    	animated_object = "Metadata/Effects/Spells/fire_volatile_dead/volatile_orb.ao"
    	on_end_spellcast_aoe = "Delete();"
    }
    
    DiesAfterTime
    {
    	delete_on_sleep = true
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Positioned
    {
    	on_movement_started = "PlayAdditiveAnimation( run_audio );"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/VolatileCore/VolatileDeadCoreDarkwood_"] = {
        name = "Volatile Core",
        life = 1,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1,
        damageSpread = 0.2,
        attackTime = 1,
        attackRange = 6,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeed",
            "VolatileDeadDetonate",
        },
        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,
        },
        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["VolatileDeadDetonate"] = {
        name = "VolatileDeadDetonate",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.3,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_deal_no_damage",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    monster no drops or experience [1]
    FamilyMonsterNoDropsOrExperience
    DomainsMonster (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • monster no drops or experience Min: 1 Max: 1 Global
  • Núcleo Volátil
    Construto
    monster no drops or experience [1]
    cannot have affliction mods [1]
    Volatile Core
    SpectreN
    Tagsconstruct, ghost_armour, is_unarmed, medium_height, melee, physical_affinity, slow_movement
    Vida
    100%
    Resistência
    0 0 0 0
    Damage
    100%
    Precisão
    100%
    Attack Distance
    6 ~ 6
    Tempo de Ataque
    1 Second
    Damage Spread
    ±20%
    Experiência
    100%
    Model Size
    75%
    Type
    VolatileDeadCore
    Metadata
    VolatileBloodCore
    IsSummoned
    Y
    Nível
    68
    Vida
    7,757
    Damage
    233
    Dano Mágico
    233
    Precisão
    2,464
    Tempo de Ataque
    1
    Experiência
    28,634
    Minion Life
    6,930
    Minion Damage
    969
    Minion Armour
    2,413
    GSBloodPriestVolatileExplode
    Triggerable, Spell, Damage
    Tempo de Conjuração: 1 seg
    Causa 229.6 a 344.4 de Dano Físico
    is area damage [1]
    spell maximum action distance +% [-95]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	basic_action = "Emerge"
    }
    
    Positioned
    {
    	collision_hull_type = "projectile"
    }
    
    Stats
    {
    	immune_to_curses = 1
    	immune_to_auras_from_other_entities = 1
    	set_item_drop_slots = 0
    	set_monster_no_drops_or_experience = 1
    	set_monster_do_not_fracture = 1
    	set_max_frenzy_charges = 0
    	set_max_endurance_charges = 0
    	set_max_power_charges = 0
    	base_cannot_be_stunned = 1
    	cannot_be_knocked_back = 1
    	set_phase_through_objects = 1
    	monster_rarity_damage_+%_final = -70
    }
    
    Life
    {
    	corpse_usable = false
    }
    
    Animated
    {
    	animated_object = "Metadata/Effects/Spells/monsters_effects/Act3_FOUR/BloodPriest/volatile_dead/volatiledead_fireorb.ao"
    	on_end_spellcast_aoe = "Delete();"
    }
    
    DiesAfterTime
    {
    	delete_on_sleep = true
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Render
    {
         //turn_duration = 30.0
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/VaalMonsters/Living/BloodPriests/VolatileBloodCore"] = {
        name = "Volatile Core",
        life = 1,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1,
        damageSpread = 0.2,
        attackTime = 1,
        attackRange = 6,
        accuracy = 1,
        skillList = {
            "GSBloodPriestVolatileExplode",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GSBloodPriestVolatileExplode"] = {
        name = "GSBloodPriestVolatileExplode",
        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_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "spell_maximum_action_distance_+%",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, -95, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    monster no drops or experience [1]
    FamilyMonsterNoDropsOrExperience
    DomainsMonster (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • monster no drops or experience Min: 1 Max: 1 Global
  • cannot have affliction mods [1]
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • cannot have affliction mods Min: 1 Max: 1 Global
  • Núcleo Volátil
    Construto
    monster no drops or experience [1]
    Volatile Core
    SpectreN
    Tagsconstruct, Unarmed_onhit_audio, very_slow_movement
    Vida
    100%
    Resistência
    0 0 0 0
    Damage
    67%
    Precisão
    100%
    Attack Distance
    6 ~ 6
    Tempo de Ataque
    1.5 Second
    Damage Spread
    ±20%
    Experiência
    100%
    Model Size
    100%
    Type
    VolatileCoreSlow
    Metadata
    CaptainRothBossWave
    Nível
    68
    Vida
    7,757
    Damage
    156
    Dano Mágico
    156
    Precisão
    2,464
    Tempo de Ataque
    1.5
    Experiência
    28,634
    Minion Life
    6,930
    Minion Damage
    649
    Minion Armour
    2,413
    GSCaptainRothWaveDamage
    Triggerable, Attack
    Base Damage: 125–187
    Chance de Acerto Crítico: 5%
    Dano de Ataque: 90%
    Tempo de Ataque: 1.5 seg
    Causa 10% menos Dano com Ataque
    Converte 80% do Dano Físico para Dano de Gelo
    action attack or cast time uses animation length [1]
    is area damage [1]
    skill can be active blocked from all directions [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Positioned
    {
    	collision_hull_type = "projectile"
    	blocking = false
    	serialise_position = true
    }
    
    Stats
    {
    	immune_to_curses = 1
    	immune_to_auras_from_other_entities = 1
    	set_item_drop_slots = 0
    	untargetable_by_monster_ai = 1
    	set_monster_do_not_fracture = 1
    	set_max_frenzy_charges = 0
    	set_max_power_charges = 0
    	set_max_endurance_charges = 0
    	base_cannot_be_damaged = 1
    	base_cannot_be_stunned = 1
    	cannot_be_knocked_back = 1
    	set_monster_no_beyond_portal = 1
    	set_cannot_be_afflicted = 1
    }
    
    Actor
    {
    	basic_action = "Emerge"
    }
    
    Life
    {
    	corpse_usable = false
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Targetable
    {
    	no_highlight = true
    	targetable = false
    }
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Pirates/CaptainRothBossWave"] = {
        name = "Volatile Core",
        life = 1,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 0.67,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 6,
        accuracy = 1,
        skillList = {
            "GSCaptainRothWaveDamage",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GSCaptainRothWaveDamage"] = {
        name = "GSCaptainRothWaveDamage",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_base_physical_damage_%_to_convert_to_cold",
            "is_area_damage",
            "action_attack_or_cast_time_uses_animation_length",
            "skill_can_be_active_blocked_from_all_directions",
        },
        levels = {
            [1] = {80, baseMultiplier = 0.9, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    monster no drops or experience [1]
    FamilyMonsterNoDropsOrExperience
    DomainsMonster (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • monster no drops or experience Min: 1 Max: 1 Global
  • Núcleo Volátil
    Construto
    monster no drops or experience [1]
    Volatile Core
    SpectreN
    TagsConjurador, cold_affinity, construct, ghost_armour, is_unarmed, very_slow_movement
    Vida
    100%
    Resistência
    0 0 0 0
    Damage
    67%
    Precisão
    100%
    Attack Distance
    6 ~ 6
    Tempo de Ataque
    1.5 Second
    Damage Spread
    ±20%
    Experiência
    100%
    Model Size
    200%
    Type
    VolatileCoreSlow
    Metadata
    ShipwreckBossWave
    Nível
    68
    Vida
    7,757
    Damage
    156
    Dano Mágico
    156
    Precisão
    2,464
    Tempo de Ataque
    1.5
    Experiência
    28,634
    Minion Life
    6,930
    Minion Damage
    649
    Minion Armour
    2,413
    GSShipwreckBossWaveDamage
    Triggerable, Spell, Damage
    Tempo de Conjuração: 1 seg
    Causa 267.8 a 401.8 de Dano de Gelo
    is area damage [1]
    skill can be active blocked from all directions [1]
    GSShipwreckBossWaveSmash
    Triggerable, Spell, Damage
    Tempo de Conjuração: 1 seg
    Causa 382.6 a 573.9 de Dano de Gelo
    skill can be active blocked from all directions [1]

    Object Type

    Object Type Codes

     
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/ShipwreckBoss/ShipwreckBossWave"] = {
        name = "Volatile Core",
        life = 1,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 0.67,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 6,
        accuracy = 1,
        skillList = {
            "GSShipwreckBossWaveDamage",
            "GSShipwreckBossWaveSmash",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GSShipwreckBossWaveDamage"] = {
        name = "GSShipwreckBossWaveDamage",
        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_minimum_base_cold_damage",
            "spell_maximum_base_cold_damage",
            "is_area_damage",
            "skill_can_be_active_blocked_from_all_directions",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GSShipwreckBossWaveSmash"] = {
        name = "GSShipwreckBossWaveSmash",
        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,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_cold_damage",
            "spell_maximum_base_cold_damage",
            "skill_can_be_active_blocked_from_all_directions",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    monster no drops or experience [1]
    FamilyMonsterNoDropsOrExperience
    DomainsMonster (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • monster no drops or experience Min: 1 Max: 1 Global
  • Núcleo Volátil
    Construto
    monster no drops or experience [1]
    Volatile Core
    SpectreN
    Tagsconstruct, Unarmed_onhit_audio, very_slow_movement
    Vida
    100%
    Resistência
    0 0 0 0
    Damage
    67%
    Precisão
    100%
    Attack Distance
    6 ~ 6
    Tempo de Ataque
    1.5 Second
    Damage Spread
    ±20%
    Experiência
    100%
    Model Size
    100%
    Type
    VolatileCoreSlow
    Metadata
    RiptideWave
    Nível
    68
    Vida
    7,757
    Damage
    156
    Dano Mágico
    156
    Precisão
    2,464
    Tempo de Ataque
    1.5
    Experiência
    28,634
    Minion Life
    6,930
    Minion Damage
    649
    Minion Armour
    2,413
    GSRiptideWaveDamage
    Triggerable, Attack
    Base Damage: 125–187
    Chance de Acerto Crítico: 5%
    Dano de Ataque: 33%
    Tempo de Ataque: 1.5 seg
    Causa 67% menos Dano com Ataque
    Converte 80% do Dano Físico para Dano de Gelo
    action attack or cast time uses animation length [1]
    is area damage [1]
    skill can be active blocked from all directions [1]

    Object Type

    Object Type Codes

     
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueAncestral/StandaloneTasalio/RiptideWave"] = {
        name = "Volatile Core",
        life = 1,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 0.67,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 6,
        accuracy = 1,
        skillList = {
            "GSRiptideWaveDamage",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GSRiptideWaveDamage"] = {
        name = "GSRiptideWaveDamage",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_base_physical_damage_%_to_convert_to_cold",
            "is_area_damage",
            "action_attack_or_cast_time_uses_animation_length",
            "skill_can_be_active_blocked_from_all_directions",
        },
        levels = {
            [1] = {80, baseMultiplier = 0.33, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    monster no drops or experience [1]
    FamilyMonsterNoDropsOrExperience
    DomainsMonster (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • monster no drops or experience Min: 1 Max: 1 Global
  • Núcleo Volátil
    Construto
    monster no drops or experience [1]
    Volatile Core
    SpectreN
    TagsConjurador, construct, fire_affinity, ghost_armour, is_unarmed, melee, physical_affinity, slow_movement, Unarmed_onhit_audio, uses_suicide_explode
    Vida
    100%
    Resistência
    0 0 0 0
    Damage
    67%
    Precisão
    100%
    Attack Distance
    6 ~ 6
    Tempo de Ataque
    1.5 Second
    Damage Spread
    ±20%
    Experiência
    100%
    Model Size
    100%
    Type
    VolatileCoreFast
    Metadata
    DeliriumVolatile
    Nível
    68
    Vida
    7,757
    Damage
    156
    Dano Mágico
    156
    Precisão
    2,464
    Tempo de Ataque
    1.5
    Experiência
    28,634
    Minion Life
    6,930
    Minion Damage
    649
    Minion Armour
    2,413
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Melee, ProjectilesFromUser
    Ataque Básico
    Base Damage: 125–187
    Chance de Acerto Crítico: 5%
    Tempo de Ataque: 1.5 seg
    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]
    DeliriumVolatileSuicideExplosion
    Spell, Area, Damage, AreaSpell, Triggerable
    Tempo de Conjuração: 1 seg
    Causa 76.52 a 114.8 de Dano Físico
    Causa 5.7831325301205% menos Dano
    Converte 50% do Dano Físico para Dano de Fogo
    active skill area of effect radius +% final [-33]
    is area damage [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	basic_action = "Emerge"
    }
    
    Positioned
    {
    	collision_hull_type = "projectile"
    	force_placement = true
    }
    
    Stats
    {
    	immune_to_curses = 1
    	immune_to_auras_from_other_entities = 1
    	set_item_drop_slots = 0
    	set_monster_no_drops_or_experience = 1
    	set_monster_do_not_fracture = 1
    	set_max_frenzy_charges = 0
    	set_max_endurance_charges = 0
    	set_max_power_charges = 0
    	base_cannot_be_stunned = 1
    	cannot_be_knocked_back = 1
    	set_phase_through_objects = 1
    	monster_rarity_damage_+%_final = -70
    	is_affliction_monster = 1
    }
    
    Life
    {
    	corpse_usable = false
    }
    
    StateMachine
    {
    	define_shared_state = "invisible;"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    StateMachine
    {
    	create_state_invisible_1 = "DisableRendering();"
    }
    
    Life
    {
    	on_death = "AddEffectPack( 'Metadata/Effects/Spells/monsters_effects/League_Affliction/affliction_mods/Affliction_Death.epk' );"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueDelirium/Volatile/DeliriumVolatile"] = {
        name = "Volatile Core",
        life = 1,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 0.67,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 6,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeed",
            "DeliriumVolatileSuicideExplosion",
        },
        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,
        },
        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["DeliriumVolatileSuicideExplosion"] = {
        name = "DeliriumVolatileSuicideExplosion",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Area] = true,
            [SkillType.Damage] = true,
            [SkillType.AreaSpell] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            area = true,
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "active_skill_damage_+%_final",
            "active_skill_base_physical_damage_%_to_convert_to_fire",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, -30, 50, -33, levelRequirement = 1, statInterpolation = {3, 3, 2},  cost = { }, },
        },
    }
    
    monster no drops or experience [1]
    FamilyMonsterNoDropsOrExperience
    DomainsMonster (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • monster no drops or experience Min: 1 Max: 1 Global
  • Núcleo Volátil
    Construto
    monster no drops or experience [1]
    Volatile Core
    SpectreN
    TagsConjurador, construct, fire_affinity, ghost_armour, immobile, is_unarmed, melee, physical_affinity, Unarmed_onhit_audio
    Vida
    100%
    Resistência
    0 0 0 0
    Damage
    67%
    Precisão
    100%
    Attack Distance
    6 ~ 6
    Tempo de Ataque
    0 Second
    Damage Spread
    ±0%
    Experiência
    100%
    Model Size
    100%
    Type
    VolatileCoreNoMovement
    Metadata
    DeliriumVomitile
    Nível
    68
    Vida
    7,757
    Damage
    156
    Dano Mágico
    156
    Precisão
    2,464
    Tempo de Ataque
    0
    Experiência
    28,634
    Minion Life
    6,930
    Minion Damage
    649
    Minion Armour
    2,413
    DeliriumVomitileDebuffExplosion
    Triggerable, Spell, Damage
    Chance de Acerto Crítico: 5%
    Tempo de Conjuração: 1.2 seg
    Causa 91.83 a 137.7 de Dano Físico
    Converte 25% do Dano Físico para Dano de Caos
    base skill effect duration [3000]
    is area damage [1]

    Object Type

    version 2
    abstract
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	basic_action = "Emerge"
    }
    
    Positioned
    {
    	collision_hull_type = "projectile"
    	force_placement = true
    }
    
    Stats
    {
    	immune_to_curses = 1
    	immune_to_auras_from_other_entities = 1
    	set_item_drop_slots = 0
    	set_monster_no_drops_or_experience = 1
    	set_monster_do_not_fracture = 1
    	set_max_frenzy_charges = 0
    	set_max_endurance_charges = 0
    	set_max_power_charges = 0
    	base_cannot_be_stunned = 1
    	cannot_be_knocked_back = 1
    	set_phase_through_objects = 1
    }
    
    Life
    {
    	corpse_usable = false
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueDelirium/Volatile/DeliriumVomitile"] = {
        name = "Volatile Core",
        life = 1,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 0.67,
        damageSpread = 0,
        attackTime = 0,
        attackRange = 6,
        accuracy = 1,
        skillList = {
            "DeliriumVomitileDebuffExplosion",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["DeliriumVomitileDebuffExplosion"] = {
        name = "DeliriumVomitileDebuffExplosion",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
        },
        statDescriptionScope = "geometry_spell",
        castTime = 1.2,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "active_skill_base_physical_damage_%_to_convert_to_chaos",
            "base_skill_effect_duration",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 25, 3000, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    monster no drops or experience [1]
    FamilyMonsterNoDropsOrExperience
    DomainsMonster (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • monster no drops or experience Min: 1 Max: 1 Global
  • Núcleo Volátil
    Construto
    monster no drops or experience [1]
    Volatile Core
    SpectreN
    TagsConjurador, construct, fire_affinity, ghost_armour, is_unarmed, melee, physical_affinity, slow_movement, Unarmed_onhit_audio
    Vida
    100%
    Resistência
    0 0 0 0
    Damage
    67%
    Precisão
    100%
    Attack Distance
    6 ~ 6
    Tempo de Ataque
    1.5 Second
    Damage Spread
    ±20%
    Experiência
    100%
    Model Size
    75%
    Type
    VolatileCoreFast
    Metadata
    UltimatumVolatile
    Nível
    68
    Vida
    7,757
    Damage
    156
    Dano Mágico
    156
    Precisão
    2,464
    Tempo de Ataque
    1.5
    Experiência
    28,634
    Minion Life
    6,930
    Minion Damage
    649
    Minion Armour
    2,413
    UltimatumVolatileSuicideExplosion
    Triggerable, Spell, Damage
    Chance de Acerto Crítico: 5%
    Tempo de Conjuração: 1 seg
    Causa 811.2 a 1217 de Dano Físico
    active skill area of effect radius +% final [0]
    is area damage [1]
    spell maximum action distance +% [-95]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	basic_action = "Emerge"
    }
    
    Positioned
    {
    	force_placement = true
    }
    
    Stats
    {
    	immune_to_curses = 1
    	immune_to_auras_from_other_entities = 1
    	set_item_drop_slots = 0
    	set_monster_no_drops_or_experience = 1
    	set_monster_do_not_fracture = 1
    	set_max_frenzy_charges = 0
    	set_max_endurance_charges = 0
    	set_max_power_charges = 0
    	base_cannot_be_stunned = 1
    	cannot_be_knocked_back = 1
    	set_phase_through_objects = 1
    }
    
    Life
    {
    	corpse_usable = false
    }
    
    StateMachine
    {
    	define_shared_state = "invisible;"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    StateMachine
    {
    	create_state_invisible_1 = "DisableRendering();"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueUltimatum/Daemon/UltimatumVolatile"] = {
        name = "Volatile Core",
        life = 1,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 0.67,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 6,
        accuracy = 1,
        skillList = {
            "UltimatumVolatileSuicideExplosion",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["UltimatumVolatileSuicideExplosion"] = {
        name = "UltimatumVolatileSuicideExplosion",
        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_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "active_skill_area_of_effect_radius_+%_final",
            "spell_maximum_action_distance_+%",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 0, -95, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    monster no drops or experience [1]
    FamilyMonsterNoDropsOrExperience
    DomainsMonster (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • monster no drops or experience Min: 1 Max: 1 Global
  • Núcleo Volátil
    Construto
    monster no drops or experience [1]
    Volatile Core
    SpectreN
    TagsConjurador, construct, fire_affinity, ghost_armour, is_unarmed, melee, physical_affinity, slow_movement, Unarmed_onhit_audio
    Vida
    100%
    Resistência
    0 0 0 0
    Damage
    67%
    Precisão
    100%
    Attack Distance
    6 ~ 6
    Tempo de Ataque
    1.5 Second
    Damage Spread
    ±20%
    Experiência
    100%
    Model Size
    130%
    Type
    VolatileCoreFast
    Metadata
    UltimatumVolatileRare
    Nível
    68
    Vida
    7,757
    Damage
    156
    Dano Mágico
    156
    Precisão
    2,464
    Tempo de Ataque
    1.5
    Experiência
    28,634
    Minion Life
    6,930
    Minion Damage
    649
    Minion Armour
    2,413
    UltimatumVolatileSuicideExplosionRare
    Triggerable, Spell, Damage
    Chance de Acerto Crítico: 5%
    Tempo de Conjuração: 1 seg
    Causa 811.2 a 1217 de Dano Físico
    active skill area of effect radius +% final [0]
    is area damage [1]
    spell maximum action distance +% [-95]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	basic_action = "Emerge"
    }
    
    Positioned
    {
    	force_placement = true
    }
    
    Stats
    {
    	immune_to_curses = 1
    	immune_to_auras_from_other_entities = 1
    	set_item_drop_slots = 0
    	set_monster_no_drops_or_experience = 1
    	set_monster_do_not_fracture = 1
    	set_max_frenzy_charges = 0
    	set_max_endurance_charges = 0
    	set_max_power_charges = 0
    	base_cannot_be_stunned = 1
    	cannot_be_knocked_back = 1
    	set_phase_through_objects = 1
    }
    
    Life
    {
    	corpse_usable = false
    }
    
    StateMachine
    {
    	define_shared_state = "invisible;"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    StateMachine
    {
    	create_state_invisible_1 = "DisableRendering();"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueUltimatum/Daemon/UltimatumVolatileRare"] = {
        name = "Volatile Core",
        life = 1,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 0.67,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 6,
        accuracy = 1,
        skillList = {
            "UltimatumVolatileSuicideExplosionRare",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["UltimatumVolatileSuicideExplosionRare"] = {
        name = "UltimatumVolatileSuicideExplosionRare",
        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_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "active_skill_area_of_effect_radius_+%_final",
            "spell_maximum_action_distance_+%",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 0, -95, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    monster no drops or experience [1]
    FamilyMonsterNoDropsOrExperience
    DomainsMonster (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • monster no drops or experience Min: 1 Max: 1 Global
  • Núcleo Volátil
    Construto
    monster no drops or experience [1]
    Volatile Core
    SpectreN
    Tagsconstruct, Unarmed_onhit_audio, very_slow_movement
    Vida
    100%
    Resistência
    0 0 0 0
    Damage
    67%
    Precisão
    100%
    Attack Distance
    6 ~ 6
    Tempo de Ataque
    1.5 Second
    Damage Spread
    ±20%
    Experiência
    100%
    Model Size
    100%
    Type
    VolatileCoreSlow
    Metadata
    BloodWave
    Nível
    68
    Vida
    7,757
    Damage
    156
    Dano Mágico
    156
    Precisão
    2,464
    Tempo de Ataque
    1.5
    Experiência
    28,634
    Minion Life
    6,930
    Minion Damage
    649
    Minion Armour
    2,413
    GWBloowaveDamage
    Triggerable, Spell, Damage
    Tempo de Conjuração: 1 seg
    Causa 114.8 a 172.2 de Dano Físico
    action attack or cast time uses animation length [1]
    is area damage [1]
    skill can be active blocked from all directions [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Positioned
    {
    	collision_hull_type = "projectile"
    	blocking = false
    	serialise_position = true
    }
    
    Stats
    {
    	immune_to_curses = 1
    	immune_to_auras_from_other_entities = 1
    	set_item_drop_slots = 0
    	untargetable_by_monster_ai = 1
    	set_monster_do_not_fracture = 1
    	set_max_frenzy_charges = 0
    	set_max_power_charges = 0
    	set_max_endurance_charges = 0
    	base_cannot_be_damaged = 1
    	base_cannot_be_stunned = 1
    	cannot_be_knocked_back = 1
    	set_monster_no_beyond_portal = 1
    	set_cannot_be_afflicted = 1
    }
    Actor
    {
    	basic_action = "Emerge"
    }
    
    Life
    {
    	corpse_usable = false
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Targetable
    {
    	no_highlight = true
    	targetable = false
    }
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueRitual/Daemons/BloodWave"] = {
        name = "Volatile Core",
        life = 1,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 0.67,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 6,
        accuracy = 1,
        skillList = {
            "GWBloowaveDamage",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GWBloowaveDamage"] = {
        name = "GWBloowaveDamage",
        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_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "is_area_damage",
            "action_attack_or_cast_time_uses_animation_length",
            "skill_can_be_active_blocked_from_all_directions",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    monster no drops or experience [1]
    FamilyMonsterNoDropsOrExperience
    DomainsMonster (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • monster no drops or experience Min: 1 Max: 1 Global
  • Núcleo Volátil
    Construto
    monster no drops or experience [1]
    Volatile Core
    SpectreN
    Tagsconstruct, Unarmed_onhit_audio, very_slow_movement
    Vida
    100%
    Resistência
    0 0 0 0
    Damage
    67%
    Precisão
    100%
    Attack Distance
    6 ~ 6
    Tempo de Ataque
    1.5 Second
    Damage Spread
    ±20%
    Experiência
    100%
    Model Size
    100%
    Type
    VolatileCoreSlow
    Metadata
    CaptainSnadStormBossWave

    Object Type

    Object Type Codes

     
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Pirates/CaptainSnadStormBossWave"] = {
        name = "Volatile Core",
        life = 1,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 0.67,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 6,
        accuracy = 1,
        skillList = {
        },
        modList = {
        },
    }
    
    monster no drops or experience [1]
    FamilyMonsterNoDropsOrExperience
    DomainsMonster (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • monster no drops or experience Min: 1 Max: 1 Global
  • Edit

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