IncursionAtziriActiveShrineStrongboxEssenceRareMonsterAliveSpiritActivatedRogueExile
Fogo Insidioso
CategoryConstructConstruto
Creeping Fire
Spectre
Tagsbone_armour, construct, is_unarmed, non_attacking, Unarmed_onhit_audio, very_slow_movement
Vida
100%
Resistência
IconEnemyResistanceFire0 IconEnemyResistanceCold0 IconEnemyResistanceLightning0 IconEnemyResistanceChaos0
Damage
67%
Precisão
100%
Attack Distance
6 ~ 6
Tempo de Ataque
1.5 Second
Damage Spread
±0%
Experiência
100%
Model Size
100%
Type
InvisibleFire
Metadata
DarknessDaemon
Nível
68
Vida
8,257
Damage
156
Dano Mágico
156
Precisão
2,502
Tempo de Ataque
1.5
Experiência
28,634
Minion Life
6,930
Minion Damage
649
Minion Armour
2,413
ExpeditionVoranaDeathZone
Buff, Duration, Spell, Triggerable, AttackInPlace
Tempo de Conjuração: 2 s
Causa 8 de dano físico por segundo
monster penalty against minions damage +% final vs player minions [-75]
SSMExpeditionVoranaVolatile
Spell, Multicastable, Triggerable, AttackInPlace
Tempo de Conjuração: 1 s
alternate minion [573]
minion dies when parent deleted [1]
minion dies when parent dies [1]
monster no drops or experience [1]
number of monsters to summon [1]
summon specific monsters radius +% [-99]
summoned monsters are minions [1]
EASVoranaStormSubmerge
Spell
Tempo de Conjuração: 1.5 s
Tempo de Recarga: 2 s
spell maximum action distance +% [1000]
EASVoranaStormEmerge
Spell
Tempo de Conjuração: 1.5 s
Tempo de Recarga: 2 s
spell maximum action distance +% [1000]

Object Type

version 2
extends "Metadata/Monsters/Monster"

Positioned
{
	collision_hull_type = "projectile"
	blocking = false
	locked_orientation = true
}

Stats
{
	immune_to_curses = 1
	immune_to_auras_from_other_entities = 1
	set_item_drop_slots = 0
	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
	hide_buff_visuals = 1
	set_cannot_be_afflicted = 1
}

Actor
{
	basic_action = "Emerge"
	basic_action = "FollowPath"
}

Life
{
	corpse_usable = false
}

Animated
{
	animated_object = "Metadata/Effects/Spells/monsters_effects/League_Expedition/boss/reaper_boss/ao/dark_storm.ao"
}

DiesAfterTime {}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/LeagueExpedition/ReaperBoss/Objects/DarknessDaemon"] = {
    fireResist = 0,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    name = "Creeping Fire",
    life = 1,
    damage = 0.67,
    damageSpread = 0,
    attackTime = 1.5,
    attackRange = 6,
    accuracy = 1,
    skillList = {
        "SSMExpeditionVoranaVolatile",
        "EASVoranaStormSubmerge",
        "EASVoranaStormEmerge",
        "ExpeditionVoranaDeathZone",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["SSMExpeditionVoranaVolatile"] = {
    name = "SSMExpeditionVoranaVolatile",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.AttackInPlace] = 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",
        "minion_dies_when_parent_deleted",
    },
    levels = {
        [1] = {1, 573, -99, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["EASVoranaStormSubmerge"] = {
    name = "EASVoranaStormSubmerge",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1.5,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_maximum_action_distance_+%",
    },
    levels = {
        [1] = {1000, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["EASVoranaStormEmerge"] = {
    name = "EASVoranaStormEmerge",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1.5,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_maximum_action_distance_+%",
    },
    levels = {
        [1] = {1000, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["ExpeditionVoranaDeathZone"] = {
    name = "ExpeditionVoranaDeathZone",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Buff] = true,
        [SkillType.Duration] = true,
        [SkillType.Spell] = true,
        [SkillType.Triggerable] = true,
        [SkillType.AttackInPlace] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 2,
    baseFlags = {
        spell = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_physical_damage_to_deal_per_minute",
        "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
    },
    levels = {
        [1] = {1, -75, levelRequirement = 68, statInterpolation = {3},  cost = { }, },
    },
}
keyval
Stats.item_drop_slots0
Stats.energy_shield_recharge_rate_per_minute_%750
Stats.base_maximum_mana200
Stats.maximum_physical_damage_reduction_%75
Stats.base_maximum_all_resistances_%75
Stats.monster_base_flask_charges_percent_of_monster_power50
Stats.base_critical_hit_damage_bonus30
Stats.max_endurance_charges0
Stats.max_frenzy_charges0
Stats.max_power_charges0
Stats.object_inherent_base_maximum_block_%_from_ot50
Stats.movement_velocity_cap128
Stats.max_azurite_debuff_stacks10
Stats.ignore_skill_weapon_restrictions1
Stats.melee_hit_damage_stun_multiplier_+%_final_from_ot33
Stats.physical_hit_damage_stun_multiplier_+%_final_from_ot100
Stats.scale_melee_range_to_actor_scale1
Stats.use_melee_pattern_range1
Stats.melee_swing_not_scaled_by_area_modifiers1
Stats.actor_scale_+%_limit200
Stats.base_heavy_stun_duration_ms2000
Stats.melee_defer_damage_prediction1
Stats.poise_decay_delay_ms8000
Stats.poise_decay_%_per_second5
Stats.base_block_angle_degrees180
Stats.action_attack_or_cast_time_uses_animation_length1
Stats.slow_potency_+%_final_per_additional_player-10
Stats.check_for_targets_between_initiator_and_projectile_source1
Stats.maximum_life_+%_final_per_additional_player50
Stats.maximum_energy_shield_+%_final_per_additional_player50
Stats.poise_threshold_+%_final_per_additional_player50
Stats.stun_base_duration_override_ms500
Stats.bleeding_moving_damage_%_of_base_override200
Stats.immune_to_curses1
Stats.immune_to_auras_from_other_entities1
Stats.monster_do_not_fracture1
Stats.base_cannot_be_damaged1
Stats.base_cannot_be_stunned1
Stats.cannot_be_knocked_back1
Stats.monster_no_beyond_portal1
Stats.hide_buff_visuals1
Stats.cannot_be_afflicted1
ObjectMagicProperties.stat_description_listMetadata/StatDescriptions/monster_stat_descriptions.csd
Positioned.blockingtrue, false
Positioned.team0
Positioned.serialise_collidabletrue
Positioned.collision_hull_typeprojectile
Positioned.locked_orientationtrue
BaseEvents.server_onlytrue
Actor.basic_actionMove, MoveForced, MoveToFormation, Flee, StrafeLeft, StrafeRight, StrafeRandom, Advance, DoNothing, MonsterPickup, MinionInteraction, Emerge, FollowPath
Actor.slow_animations_go_to_idlefalse
Life.corpse_usablefalse
Animated.animated_objectMetadata/Effects/Spells/monsters_effects/League_Expedition/boss/reaper_boss/ao/dark_storm.ao
Fogo Insidioso
CategoryConstructConstruto
expedition relic mods do not apply [1]
Creeping Fire
Spectre
Tagsbone_armour, construct, is_unarmed, slow_movement, Unarmed_onhit_audio
Vida
100%
Resistência
IconEnemyResistanceFire0 IconEnemyResistanceCold0 IconEnemyResistanceLightning0 IconEnemyResistanceChaos0
Damage
67%
Precisão
100%
Attack Distance
6 ~ 6
Tempo de Ataque
1.5 Second
Damage Spread
±0%
Experiência
100%
Model Size
100%
Type
InvisibleFire
Metadata
OlrothRelicLaserDaemon

Object Type

version 2
extends "Metadata/Monsters/InvisibleFire/InvisibleFire"

DiesAfterTime
{
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Daemon/OlrothRelicLaserDaemon"] = {
    fireResist = 0,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    name = "Creeping Fire",
    life = 1,
    damage = 0.67,
    damageSpread = 0,
    attackTime = 1.5,
    attackRange = 6,
    accuracy = 1,
    skillList = {
    },
    modList = {
    },
}
expedition relic mods do not apply [1]
FamilyExpeditionUnaffectedByRemnants
DomainsMonster (3)
GenerationTypeúnico (3)
Req. level1
Stats
  • expedition relic mods do not apply 1 1 Global
  • Fogo Insidioso
    CategoryConstructConstruto
    monster no drops or experience [1]
    Creeping Fire
    Spectre
    Tagsbone_armour, Conjurador, construct, fire_affinity, is_unarmed, Unarmed_onhit_audio, very_slow_movement
    Vida
    100%
    Resistência
    IconEnemyResistanceFire0 IconEnemyResistanceCold0 IconEnemyResistanceLightning0 IconEnemyResistanceChaos0
    Damage
    67%
    Precisão
    100%
    Attack Distance
    6 ~ 6
    Tempo de Ataque
    1.5 Second
    Damage Spread
    ±0%
    Experiência
    100%
    Model Size
    100%
    Type
    InvisibleFire
    Metadata
    RatTornado
    Nível
    68
    Vida
    8,257
    Damage
    156
    Dano Mágico
    156
    Precisão
    2,502
    Tempo de Ataque
    1.5
    Experiência
    28,634
    Minion Life
    6,930
    Minion Damage
    649
    Minion Armour
    2,413
    GSRitualRatTornado
    Triggerable, Spell, Damage, AttackInPlace
    Tempo de Conjuração: 1 s
    Causa de 49.74 a 74.61 de dano físico
    Quebra de armadura equivalente a 480% do dano físico causado
    action attack or cast time uses animation length [1]
    is area damage [1]
    skill can be active blocked from all directions [1]
    MMSRitualRatTornadoRatMortar
    Triggerable, Spell, Damage, AttackInPlace
    Tempo de Conjuração: 1 s
    Causa de 1339 a 2009 de dano de caos
    Perfura todos os alvos
    base is projectile [1]
    is area damage [1]
    projectile ballistic angle from target distance [1]
    skill can be active blocked from all directions [1]
    CGERitualRatTornadoPlaguedGround
    Spell, Area, Damage, Triggerable, Duration, AreaSpell, AttackInPlace
    Tempo de Conjuração: 1 s
    active skill area of effect radius +% final [-25]
    base skill effect duration [5000]
    ground caustic art variation [1027]
    is area damage [1]
    skill can be active blocked from all directions [1]
    GARitualRatTornadoRatMortarImpact
    Triggerable, Attack, AttackInPlace
    Base Damage: 156
    Chance de Golpe Crítico: 5%
    Tempo de Ataque: 1.5 s
    Converte 50% do dano físico em dano de caos
    action attack or cast time uses animation length [1]
    base is projectile [1]
    is area damage [1]
    skill can be active blocked from all directions [1]

    Object Type

    version 2
    extends "Metadata/Monsters/InvisibleFire/InvisibleFire"
    
    Functions {}
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueRitual/Daemons/RatTornado"] = {
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        name = "Creeping Fire",
        life = 1,
        damage = 0.67,
        damageSpread = 0,
        attackTime = 1.5,
        attackRange = 6,
        accuracy = 1,
        skillList = {
            "MMSRitualRatTornadoRatMortar",
            "CGERitualRatTornadoPlaguedGround",
            "GSRitualRatTornado",
            "GARitualRatTornadoRatMortarImpact",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MMSRitualRatTornadoRatMortar"] = {
        name = "MMSRitualRatTornadoRatMortar",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
            area = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_chaos_damage",
            "spell_maximum_base_chaos_damage",
            "is_area_damage",
            "base_is_projectile",
            "always_pierce",
            "projectile_ballistic_angle_from_target_distance",
            "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["CGERitualRatTornadoPlaguedGround"] = {
        name = "CGERitualRatTornadoPlaguedGround",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Area] = true,
            [SkillType.Damage] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Duration] = true,
            [SkillType.AreaSpell] = true,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_area_of_effect_radius_+%_final",
            "base_skill_effect_duration",
            "ground_caustic_art_variation",
            "is_area_damage",
            "skill_can_be_active_blocked_from_all_directions",
        },
        levels = {
            [1] = {-25, 5000, 1027, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GSRitualRatTornado"] = {
        name = "GSRitualRatTornado",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "geometry_spell",
        castTime = 1,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "armour_break_physical_damage_%_dealt_as_armour_break",
            "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, 480, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GARitualRatTornadoRatMortarImpact"] = {
        name = "GARitualRatTornadoRatMortarImpact",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2.5,
        baseFlags = {
            attack = true,
            area = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_base_physical_damage_%_to_convert_to_chaos",
            "is_area_damage",
            "action_attack_or_cast_time_uses_animation_length",
            "base_is_projectile",
            "skill_can_be_active_blocked_from_all_directions",
        },
        levels = {
            [1] = {50, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    monster no drops or experience [1]
    FamilyMonsterNoDropsOrExperience
    DomainsMonster (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • monster no drops or experience 1 1 Global Unscalable Value
  • keyval
    Stats.item_drop_slots0
    Stats.energy_shield_recharge_rate_per_minute_%750
    Stats.base_maximum_mana200
    Stats.maximum_physical_damage_reduction_%75
    Stats.base_maximum_all_resistances_%75
    Stats.monster_base_flask_charges_percent_of_monster_power50
    Stats.base_critical_hit_damage_bonus30
    Stats.max_endurance_charges0
    Stats.max_frenzy_charges0
    Stats.max_power_charges0
    Stats.object_inherent_base_maximum_block_%_from_ot50
    Stats.movement_velocity_cap128
    Stats.max_azurite_debuff_stacks10
    Stats.ignore_skill_weapon_restrictions1
    Stats.melee_hit_damage_stun_multiplier_+%_final_from_ot33
    Stats.physical_hit_damage_stun_multiplier_+%_final_from_ot100
    Stats.scale_melee_range_to_actor_scale1
    Stats.use_melee_pattern_range1
    Stats.melee_swing_not_scaled_by_area_modifiers1
    Stats.actor_scale_+%_limit200
    Stats.base_heavy_stun_duration_ms2000
    Stats.melee_defer_damage_prediction1
    Stats.poise_decay_delay_ms8000
    Stats.poise_decay_%_per_second5
    Stats.base_block_angle_degrees180
    Stats.action_attack_or_cast_time_uses_animation_length1
    Stats.slow_potency_+%_final_per_additional_player-10
    Stats.check_for_targets_between_initiator_and_projectile_source1
    Stats.maximum_life_+%_final_per_additional_player50
    Stats.maximum_energy_shield_+%_final_per_additional_player50
    Stats.poise_threshold_+%_final_per_additional_player50
    Stats.stun_base_duration_override_ms500
    Stats.bleeding_moving_damage_%_of_base_override200
    Stats.immune_to_curses1
    Stats.immune_to_auras_from_other_entities1
    Stats.untargetable_by_monster_ai1
    Stats.monster_do_not_fracture1
    Stats.base_cannot_be_damaged1
    Stats.base_cannot_be_stunned1
    Stats.cannot_be_knocked_back1
    Stats.monster_no_beyond_portal1
    Stats.cannot_be_afflicted1
    Stats.is_daemon1
    Stats.skill_can_be_active_blocked_from_all_directions1
    ObjectMagicProperties.stat_description_listMetadata/StatDescriptions/monster_stat_descriptions.csd
    Positioned.blockingtrue, false
    Positioned.team0
    Positioned.serialise_collidabletrue
    Positioned.collision_hull_typeprojectile
    BaseEvents.server_onlytrue
    Actor.basic_actionMove, MoveForced, MoveToFormation, Flee, StrafeLeft, StrafeRight, StrafeRandom, Advance, DoNothing, MonsterPickup, MinionInteraction, Emerge, ChangeToStance1, ChangeToStance2
    Actor.slow_animations_go_to_idlefalse
    Life.corpse_usablefalse
    Animated.animated_objectMetadata/Monsters/Daemon/Daemon.ao
    Fogo Insidioso
    CategoryConstructConstruto
    monster no drops or experience [1]
    Creeping Fire
    Spectre
    Tagsbone_armour, Conjurador, construct, fire_affinity, is_unarmed, Unarmed_onhit_audio, very_slow_movement
    Vida
    100%
    Resistência
    IconEnemyResistanceFire0 IconEnemyResistanceCold0 IconEnemyResistanceLightning0 IconEnemyResistanceChaos0
    Damage
    67%
    Precisão
    100%
    Attack Distance
    6 ~ 6
    Tempo de Ataque
    1.5 Second
    Damage Spread
    ±0%
    Experiência
    100%
    Model Size
    100%
    Type
    InvisibleFire
    Metadata
    RatTornadoMoveDaemon
    Nível
    68
    Vida
    8,257
    Damage
    156
    Dano Mágico
    156
    Precisão
    2,502
    Tempo de Ataque
    1.5
    Experiência
    28,634
    Minion Life
    6,930
    Minion Damage
    649
    Minion Armour
    2,413
    GSRitualRatTornado
    Triggerable, Spell, Damage, AttackInPlace
    Tempo de Conjuração: 1 s
    Causa de 49.74 a 74.61 de dano físico
    Quebra de armadura equivalente a 480% do dano físico causado
    action attack or cast time uses animation length [1]
    is area damage [1]
    skill can be active blocked from all directions [1]
    MMSRitualRatTornadoRatMortar
    Triggerable, Spell, Damage, AttackInPlace
    Tempo de Conjuração: 1 s
    Causa de 1339 a 2009 de dano de caos
    Perfura todos os alvos
    base is projectile [1]
    is area damage [1]
    projectile ballistic angle from target distance [1]
    skill can be active blocked from all directions [1]
    CGERitualRatTornadoPlaguedGround
    Spell, Area, Damage, Triggerable, Duration, AreaSpell, AttackInPlace
    Tempo de Conjuração: 1 s
    active skill area of effect radius +% final [-25]
    base skill effect duration [5000]
    ground caustic art variation [1027]
    is area damage [1]
    skill can be active blocked from all directions [1]
    GARitualRatTornadoRatMortarImpact
    Triggerable, Attack, AttackInPlace
    Base Damage: 156
    Chance de Golpe Crítico: 5%
    Tempo de Ataque: 1.5 s
    Converte 50% do dano físico em dano de caos
    action attack or cast time uses animation length [1]
    base is projectile [1]
    is area damage [1]
    skill can be active blocked from all directions [1]

    Object Type

    version 2
    extends "Metadata/Monsters/InvisibleFire/InvisibleFire"
    
    DiesAfterTime
    {
    }
    
    Positioned
    {
    	serialise_position = true
    }
    
    StateMachine
    {
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueRitual/Daemons/RatTornadoMoveDaemon"] = {
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        name = "Creeping Fire",
        life = 1,
        damage = 0.67,
        damageSpread = 0,
        attackTime = 1.5,
        attackRange = 6,
        accuracy = 1,
        skillList = {
            "MMSRitualRatTornadoRatMortar",
            "CGERitualRatTornadoPlaguedGround",
            "GSRitualRatTornado",
            "GARitualRatTornadoRatMortarImpact",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MMSRitualRatTornadoRatMortar"] = {
        name = "MMSRitualRatTornadoRatMortar",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
            area = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_chaos_damage",
            "spell_maximum_base_chaos_damage",
            "is_area_damage",
            "base_is_projectile",
            "always_pierce",
            "projectile_ballistic_angle_from_target_distance",
            "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["CGERitualRatTornadoPlaguedGround"] = {
        name = "CGERitualRatTornadoPlaguedGround",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Area] = true,
            [SkillType.Damage] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Duration] = true,
            [SkillType.AreaSpell] = true,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_area_of_effect_radius_+%_final",
            "base_skill_effect_duration",
            "ground_caustic_art_variation",
            "is_area_damage",
            "skill_can_be_active_blocked_from_all_directions",
        },
        levels = {
            [1] = {-25, 5000, 1027, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GSRitualRatTornado"] = {
        name = "GSRitualRatTornado",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "geometry_spell",
        castTime = 1,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "armour_break_physical_damage_%_dealt_as_armour_break",
            "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, 480, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GARitualRatTornadoRatMortarImpact"] = {
        name = "GARitualRatTornadoRatMortarImpact",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2.5,
        baseFlags = {
            attack = true,
            area = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_base_physical_damage_%_to_convert_to_chaos",
            "is_area_damage",
            "action_attack_or_cast_time_uses_animation_length",
            "base_is_projectile",
            "skill_can_be_active_blocked_from_all_directions",
        },
        levels = {
            [1] = {50, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    monster no drops or experience [1]
    FamilyMonsterNoDropsOrExperience
    DomainsMonster (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • monster no drops or experience 1 1 Global Unscalable Value
  • Fogo Insidioso
    CategoryConstructConstruto
    Creeping Fire
    Spectre
    Tagsbone_armour, construct, is_unarmed, non_attacking, Unarmed_onhit_audio, very_slow_movement
    Vida
    100%
    Resistência
    IconEnemyResistanceFire0 IconEnemyResistanceCold0 IconEnemyResistanceLightning0 IconEnemyResistanceChaos0
    Damage
    67%
    Precisão
    100%
    Attack Distance
    6 ~ 6
    Tempo de Ataque
    1.5 Second
    Damage Spread
    ±0%
    Experiência
    100%
    Model Size
    100%
    Type
    InvisibleFire
    Metadata
    DarknessDaemon
    Nível
    68
    Vida
    8,257
    Damage
    156
    Dano Mágico
    156
    Precisão
    2,502
    Tempo de Ataque
    1.5
    Experiência
    28,634
    Minion Life
    6,930
    Minion Damage
    649
    Minion Armour
    2,413
    SSMEzomyteReaperVolatile
    Spell, Multicastable, Triggerable, AttackInPlace
    Tempo de Conjuração: 1 s
    alternate minion [1112]
    minion dies when parent deleted [1]
    minion dies when parent dies [1]
    monster no drops or experience [1]
    number of monsters to summon [1]
    summon specific monsters radius +% [-99]
    summoned monsters are minions [1]
    EASEzomyteReaperStormSubmerge
    Spell
    Tempo de Conjuração: 1.5 s
    Tempo de Recarga: 2 s
    spell maximum action distance +% [1000]
    EASEzomyteReaperStormEmerge
    Spell
    Tempo de Conjuração: 1.5 s
    Tempo de Recarga: 2 s
    spell maximum action distance +% [1000]
    EzomyteReaperDeathZone
    Buff, Duration, Spell, Triggerable, AttackInPlace
    Tempo de Conjuração: 2 s
    base lightning damage taken per minute [19928]
    monster penalty against minions damage +% final vs player minions [-85]
    GSEzomyteReaperStormImpactSingle
    Triggerable, Spell, Damage, AttackInPlace
    Tempo de Conjuração: 1 s
    Causa de 9.101 a 27.3 de dano elétrico
    action attack or cast time uses animation length [1]
    is area damage [1]
    GTEzomyteReaperStormImpact
    Spell, Triggerable, AttackInPlace
    Tempo de Conjuração: 1 s

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Positioned
    {
    	collision_hull_type = "projectile"
    	blocking = false
    	locked_orientation = true
    }
    
    Stats
    {
    	immune_to_curses = 1
    	immune_to_auras_from_other_entities = 1
    	set_item_drop_slots = 0
    	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
    	hide_buff_visuals = 1
    	set_cannot_be_afflicted = 1
    }
    
    Actor
    {
    	basic_action = "Emerge"
    	basic_action = "FollowPath"
    }
    
    Life
    {
    	corpse_usable = false
    }
    
    Animated
    {
    	animated_object = "Metadata/Effects/Spells/monsters_effects/Act4_FOUR/Verona/ao/dark_storm.ao"
    }
    
    DiesAfterTime {}
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/ReaperBoss/EzomyteReaperBoss/Objects/DarknessDaemon"] = {
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        name = "Creeping Fire",
        life = 1,
        damage = 0.67,
        damageSpread = 0,
        attackTime = 1.5,
        attackRange = 6,
        accuracy = 1,
        skillList = {
            "SSMEzomyteReaperVolatile",
            "GSEzomyteReaperStormImpactSingle",
            "EASEzomyteReaperStormSubmerge",
            "EASEzomyteReaperStormEmerge",
            "GTEzomyteReaperStormImpact",
            "EzomyteReaperDeathZone",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SSMEzomyteReaperVolatile"] = {
        name = "SSMEzomyteReaperVolatile",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.AttackInPlace] = 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",
            "minion_dies_when_parent_deleted",
        },
        levels = {
            [1] = {1, 1112, -99, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GSEzomyteReaperStormImpactSingle"] = {
        name = "GSEzomyteReaperStormImpactSingle",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "geometry_spell",
        castTime = 1,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "is_area_damage",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {0.5, 1.5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EASEzomyteReaperStormSubmerge"] = {
        name = "EASEzomyteReaperStormSubmerge",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.5,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_maximum_action_distance_+%",
        },
        levels = {
            [1] = {1000, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EASEzomyteReaperStormEmerge"] = {
        name = "EASEzomyteReaperStormEmerge",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.5,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_maximum_action_distance_+%",
        },
        levels = {
            [1] = {1000, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GTEzomyteReaperStormImpact"] = {
        name = "GTEzomyteReaperStormImpact",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Triggerable] = true,
            [SkillType.AttackInPlace] = 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["EzomyteReaperDeathZone"] = {
        name = "EzomyteReaperDeathZone",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Buff] = true,
            [SkillType.Duration] = true,
            [SkillType.Spell] = true,
            [SkillType.Triggerable] = true,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2,
        baseFlags = {
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_lightning_damage_taken_per_minute",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
        },
        levels = {
            [1] = {1, -85, levelRequirement = 68, statInterpolation = {3},  cost = { }, },
        },
    }
    
    Edit

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