Horror del crepúsculo
Demonio
Ganas el 100% del daño físico como daño de hielo extra
Dusk Horror
SpectreY
AreaEl Vestíbulo de Lunaris, El Templo de Lunaris Nivel 2, El Laboratorio Eterno
Tagsanimal_claw_weapon, Lanzador de hechizos, cold_affinity, demon, fast_movement, flesh_armour, has_dagger, has_one_handed_melee, medium_height, melee, physical_affinity, ranged, red_blood
Packs
  • El Laboratorio Eterno: Horror de la noche, Concubina de Lunaris, Horror del crepúsculo
  • Horror de la noche, Concubina de Lunaris, Horror del crepúsculo
  • Vida
    99%
    Ailment Threshold
    99%
    Resistencia
    0 0 75 0
    Damage
    66%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de Golpe Crítico
    +130%
    Attack Distance
    6 ~ 18
    Attack Time
    2.445 Second
    Damage Spread
    ±20%
    Experiencia
    110%
    Model Size
    100%
    Type
    DemonFemale2
    Metadata
    DemonFemale2Champion_
    Nivel
    68
    Vida
    6,369
    Armadura
    28,790
    Evasión
    4,739
    Escudo de energía
    0
    Damage
    247
    Daño de hechizos
    247
    Precisión
    290
    Attack Time
    2.445
    Experiencia
    11,281
    Ailment Threshold
    6,369
    Chill
    20
    Shock
    20
    Brittle
    114
    Scorch
    20
    Sap
    56
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque estándar
    Base Damage: 197–296
    Probabilidad de golpe crítico: 5%
    Attack Time: 2.445 seg
    Derriba a tus enemigos con un golpe poderoso.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    LunarisWhipperFlameWhip
    Spell, Damage, Trappable, Totemable, Mineable, Multicastable, Triggerable, Area, Fire, CanRapidFire, AreaSpell, Duration
    Oleada de llamas
    Probabilidad de golpe crítico: 6%
    Tiempo de lanzamiento: 1.63 seg
    Tiempo de recarga: 3 seg
    Golpea a los enemigos que están frente a ti con una oleada de llamas. Los enemigos incendiados reciben más daño. Si golpeas a un enemigo quemado, se creará suelo incendiado debajo de él. Tus modificadores de daño no se aplican a este suelo incendiado.
    Inflige de 778.1 a 1167 de daño de hielo
    active skill area of effect radius +% final [-17]
    is area damage [1]
    LunarisWhipperProjectile
    Spell, Projectile, ProjectilesFromUser, Triggerable
    Tiempo de lanzamiento: 1.63 seg
    Tiempo de recarga: 2 seg
    Inflige de 620.7 a 931 de daño de hielo
    Los proyectiles perforan a todos los objetivos
    base is projectile [1]
    monster projectile variation [26]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	main_hand_unarmed_type = "Dagger"
    	basic_action = "Emerge2"
    }
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/DemonFemale/DemonFemale2Champion_"] = {
        name = "Dusk Horror",
        life = 0.99,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 75,
        chaosResist = 0,
        damage = 0.66,
        damageSpread = 0.2,
        attackTime = 2.445,
        attackRange = 18,
        accuracy = 1,
        skillList = {
            "Melee",
            "LunarisWhipperFlameWhip",
            "LunarisWhipperProjectile",
        },
        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["LunarisWhipperFlameWhip"] = {
        name = "Flame Surge",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Strikes enemies in front of you with a surge of flame. Burning enemies are dealt more damage. If you hit an ignited enemy, will create burning ground under them. Your damage modifiers don't apply to this burning ground.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Area] = true,
            [SkillType.Fire] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.AreaSpell] = true,
            [SkillType.Duration] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.63,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_cold_damage",
            "spell_maximum_base_cold_damage",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, -17, critChance = 6, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["LunarisWhipperProjectile"] = {
        name = "LunarisWhipperProjectile",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.63,
        baseFlags = {
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_cold_damage",
            "spell_maximum_base_cold_damage",
            "monster_projectile_variation",
            "base_is_projectile",
            "always_pierce",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 26, levelRequirement = 58, statInterpolation = {3, 3},  cost = { }, },
            [2] = {0.80000001192093, 1.2000000476837, 26, levelRequirement = 68, statInterpolation = {3, 3},  cost = { }, },
            [3] = {0.80000001192093, 1.2000000476837, 26, levelRequirement = 82, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    Ganas el 100% del daño físico como daño de hielo extra
    IdMonsterPhysicalAddedAsColdSkeletonMaps
    FamilyPhysicalAddedAsCold
    Domainsmonstruo (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • physical damage % to add as cold Min: 100 Max: 100 Global
  • Craft Tagsphysical_damage elemental_damage damage physical elemental cold
    Horror del crepúsculo
    Demonio
    Ganas el 100% del daño físico como daño de hielo extra
    Dusk Horror
    SpectreY
    Tagsanimal_claw_weapon, Lanzador de hechizos, cold_affinity, demon, fast_movement, flesh_armour, has_dagger, has_one_handed_melee, melee, physical_affinity, ranged, red_blood
    Packs
  • Horror del crepúsculo, Horror de la noche, Concubina de Lunaris, Aberración lunar
  • Vida
    99%
    Ailment Threshold
    99%
    Resistencia
    0 0 75 0
    Damage
    66%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de Golpe Crítico
    +130%
    Attack Distance
    6 ~ 18
    Attack Time
    2.445 Second
    Damage Spread
    ±20%
    Experiencia
    110%
    Model Size
    100%
    Type
    DemonFemale2
    Metadata
    DemonFemale2Champion_Hellscape
    Nivel
    68
    Vida
    6,369
    Armadura
    28,790
    Evasión
    4,739
    Escudo de energía
    0
    Damage
    247
    Daño de hechizos
    247
    Precisión
    290
    Attack Time
    2.445
    Experiencia
    11,281
    Ailment Threshold
    6,369
    Chill
    20
    Shock
    20
    Brittle
    114
    Scorch
    20
    Sap
    56
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque estándar
    Base Damage: 197–296
    Probabilidad de golpe crítico: 5%
    Attack Time: 2.445 seg
    Derriba a tus enemigos con un golpe poderoso.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    LunarisWhipperFlameWhip
    Spell, Damage, Trappable, Totemable, Mineable, Multicastable, Triggerable, Area, Fire, CanRapidFire, AreaSpell, Duration
    Oleada de llamas
    Probabilidad de golpe crítico: 6%
    Tiempo de lanzamiento: 1.63 seg
    Tiempo de recarga: 3 seg
    Golpea a los enemigos que están frente a ti con una oleada de llamas. Los enemigos incendiados reciben más daño. Si golpeas a un enemigo quemado, se creará suelo incendiado debajo de él. Tus modificadores de daño no se aplican a este suelo incendiado.
    Inflige de 778.1 a 1167 de daño de hielo
    active skill area of effect radius +% final [-17]
    is area damage [1]
    LunarisWhipperProjectile
    Spell, Projectile, ProjectilesFromUser, Triggerable
    Tiempo de lanzamiento: 1.63 seg
    Tiempo de recarga: 2 seg
    Inflige de 620.7 a 931 de daño de hielo
    Los proyectiles perforan a todos los objetivos
    base is projectile [1]
    monster projectile variation [26]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	main_hand_unarmed_type = "Dagger"
    	basic_action = "Emerge2"
    }
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/DemonFemale/DemonFemale2Champion_Hellscape"] = {
        name = "Dusk Horror",
        life = 0.99,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 75,
        chaosResist = 0,
        damage = 0.66,
        damageSpread = 0.2,
        attackTime = 2.445,
        attackRange = 18,
        accuracy = 1,
        skillList = {
            "Melee",
            "LunarisWhipperFlameWhip",
            "LunarisWhipperProjectile",
        },
        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["LunarisWhipperFlameWhip"] = {
        name = "Flame Surge",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Strikes enemies in front of you with a surge of flame. Burning enemies are dealt more damage. If you hit an ignited enemy, will create burning ground under them. Your damage modifiers don't apply to this burning ground.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Area] = true,
            [SkillType.Fire] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.AreaSpell] = true,
            [SkillType.Duration] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.63,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_cold_damage",
            "spell_maximum_base_cold_damage",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, -17, critChance = 6, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["LunarisWhipperProjectile"] = {
        name = "LunarisWhipperProjectile",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.63,
        baseFlags = {
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_cold_damage",
            "spell_maximum_base_cold_damage",
            "monster_projectile_variation",
            "base_is_projectile",
            "always_pierce",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 26, levelRequirement = 58, statInterpolation = {3, 3},  cost = { }, },
            [2] = {0.80000001192093, 1.2000000476837, 26, levelRequirement = 68, statInterpolation = {3, 3},  cost = { }, },
            [3] = {0.80000001192093, 1.2000000476837, 26, levelRequirement = 82, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    Ganas el 100% del daño físico como daño de hielo extra
    IdMonsterPhysicalAddedAsColdSkeletonMaps
    FamilyPhysicalAddedAsCold
    Domainsmonstruo (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • physical damage % to add as cold Min: 100 Max: 100 Global
  • Craft Tagsphysical_damage elemental_damage damage physical elemental cold
    Horror del crepúsculo
    Demonio
    Ganas el 100% del daño físico como daño de hielo extra
    Dusk Horror
    SpectreY
    AreaEl templo del crepúsculo
    Tagsanimal_claw_weapon, Lanzador de hechizos, cold_affinity, demon, fast_movement, flesh_armour, has_dagger, has_one_handed_melee, medium_height, melee, physical_affinity, ranged, red_blood
    Packs
  • El templo del crepúsculo: Horror de la noche, Concubina de Lunaris, Horror del crepúsculo
  • Vida
    99%
    Ailment Threshold
    99%
    Resistencia
    0 0 75 0
    Damage
    66%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de Golpe Crítico
    +130%
    Attack Distance
    6 ~ 18
    Attack Time
    2.445 Second
    Damage Spread
    ±20%
    Experiencia
    110%
    Model Size
    100%
    Type
    DemonFemale2
    Metadata
    DemonFemale2Champion_Schism
    Nivel
    71
    Vida
    8,694
    Armadura
    36,473
    Evasión
    5,260
    Escudo de energía
    0
    Damage
    295
    Daño de hechizos
    295
    Precisión
    326
    Attack Time
    2.445
    Experiencia
    12,044
    Ailment Threshold
    8,694
    Chill
    27
    Shock
    27
    Brittle
    156
    Scorch
    27
    Sap
    76
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque estándar
    Base Damage: 236–354
    Probabilidad de golpe crítico: 5%
    Attack Time: 2.445 seg
    Derriba a tus enemigos con un golpe poderoso.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    LunarisWhipperFlameWhip
    Spell, Damage, Trappable, Totemable, Mineable, Multicastable, Triggerable, Area, Fire, CanRapidFire, AreaSpell, Duration
    Oleada de llamas
    Probabilidad de golpe crítico: 6%
    Tiempo de lanzamiento: 1.63 seg
    Tiempo de recarga: 3 seg
    Golpea a los enemigos que están frente a ti con una oleada de llamas. Los enemigos incendiados reciben más daño. Si golpeas a un enemigo quemado, se creará suelo incendiado debajo de él. Tus modificadores de daño no se aplican a este suelo incendiado.
    Inflige de 887.9 a 1332 de daño de hielo
    active skill area of effect radius +% final [-17]
    is area damage [1]
    LunarisWhipperProjectile
    Spell, Projectile, ProjectilesFromUser, Triggerable
    Tiempo de lanzamiento: 1.63 seg
    Tiempo de recarga: 2 seg
    Inflige de 698.1 a 1047 de daño de hielo
    Los proyectiles perforan a todos los objetivos
    base is projectile [1]
    monster projectile variation [26]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	main_hand_unarmed_type = "Dagger"
    	basic_action = "Emerge2"
    }
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/DemonFemale/DemonFemale2Champion_Schism"] = {
        name = "Dusk Horror",
        life = 0.99,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 75,
        chaosResist = 0,
        damage = 0.66,
        damageSpread = 0.2,
        attackTime = 2.445,
        attackRange = 18,
        accuracy = 1,
        skillList = {
            "Melee",
            "LunarisWhipperFlameWhip",
            "LunarisWhipperProjectile",
        },
        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["LunarisWhipperFlameWhip"] = {
        name = "Flame Surge",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Strikes enemies in front of you with a surge of flame. Burning enemies are dealt more damage. If you hit an ignited enemy, will create burning ground under them. Your damage modifiers don't apply to this burning ground.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Area] = true,
            [SkillType.Fire] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.AreaSpell] = true,
            [SkillType.Duration] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.63,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_cold_damage",
            "spell_maximum_base_cold_damage",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, -17, critChance = 6, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["LunarisWhipperProjectile"] = {
        name = "LunarisWhipperProjectile",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.63,
        baseFlags = {
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_cold_damage",
            "spell_maximum_base_cold_damage",
            "monster_projectile_variation",
            "base_is_projectile",
            "always_pierce",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 26, levelRequirement = 58, statInterpolation = {3, 3},  cost = { }, },
            [2] = {0.80000001192093, 1.2000000476837, 26, levelRequirement = 68, statInterpolation = {3, 3},  cost = { }, },
            [3] = {0.80000001192093, 1.2000000476837, 26, levelRequirement = 82, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    Ganas el 100% del daño físico como daño de hielo extra
    IdMonsterPhysicalAddedAsColdSkeletonMaps
    FamilyPhysicalAddedAsCold
    Domainsmonstruo (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • physical damage % to add as cold Min: 100 Max: 100 Global
  • Craft Tagsphysical_damage elemental_damage damage physical elemental cold
    Horror del crepúsculo
    Demonio
    Ganas el 100% del daño físico como daño de hielo extra
    Dusk Horror
    SpectreY
    AreaEl Puente Portuario
    Tagsanimal_claw_weapon, Lanzador de hechizos, cold_affinity, demon, fast_movement, flesh_armour, has_dagger, has_one_handed_melee, medium_height, melee, physical_affinity, ranged, red_blood
    Vida
    99%
    Ailment Threshold
    99%
    Resistencia
    0 0 75 0
    Damage
    66%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de Golpe Crítico
    +130%
    Attack Distance
    6 ~ 18
    Attack Time
    2.445 Second
    Damage Spread
    ±20%
    Experiencia
    110%
    Model Size
    100%
    Type
    DemonFemale2
    Metadata
    DemonFemale2ChampionNewTeam
    Nivel
    60
    Vida
    3,661
    Armadura
    15,178
    Evasión
    3,556
    Escudo de energía
    0
    Damage
    164
    Daño de hechizos
    164
    Precisión
    211
    Attack Time
    2.445
    Experiencia
    9,092
    Ailment Threshold
    3,661
    Chill
    12
    Shock
    12
    Brittle
    65
    Scorch
    12
    Sap
    32
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque estándar
    Base Damage: 131–197
    Probabilidad de golpe crítico: 5%
    Attack Time: 2.445 seg
    Derriba a tus enemigos con un golpe poderoso.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    LunarisWhipperFlameWhip
    Spell, Damage, Trappable, Totemable, Mineable, Multicastable, Triggerable, Area, Fire, CanRapidFire, AreaSpell, Duration
    Oleada de llamas
    Probabilidad de golpe crítico: 6%
    Tiempo de lanzamiento: 1.63 seg
    Tiempo de recarga: 3 seg
    Golpea a los enemigos que están frente a ti con una oleada de llamas. Los enemigos incendiados reciben más daño. Si golpeas a un enemigo quemado, se creará suelo incendiado debajo de él. Tus modificadores de daño no se aplican a este suelo incendiado.
    Inflige de 547.1 a 820.7 de daño de hielo
    active skill area of effect radius +% final [-17]
    is area damage [1]
    LunarisWhipperProjectile
    Spell, Projectile, ProjectilesFromUser, Triggerable
    Tiempo de lanzamiento: 1.63 seg
    Tiempo de recarga: 2 seg
    Inflige de 453.5 a 680.3 de daño de hielo
    Los proyectiles perforan a todos los objetivos
    base is projectile [1]
    monster projectile variation [26]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	main_hand_unarmed_type = "Dagger"
    	basic_action = "Emerge2"
    }
    
    Positioned 
    { 
    	team = 127
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/DemonFemale/DemonFemale2ChampionNewTeam"] = {
        name = "Dusk Horror",
        life = 0.99,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 75,
        chaosResist = 0,
        damage = 0.66,
        damageSpread = 0.2,
        attackTime = 2.445,
        attackRange = 18,
        accuracy = 1,
        skillList = {
            "Melee",
            "LunarisWhipperFlameWhip",
            "LunarisWhipperProjectile",
        },
        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["LunarisWhipperFlameWhip"] = {
        name = "Flame Surge",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Strikes enemies in front of you with a surge of flame. Burning enemies are dealt more damage. If you hit an ignited enemy, will create burning ground under them. Your damage modifiers don't apply to this burning ground.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Area] = true,
            [SkillType.Fire] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.AreaSpell] = true,
            [SkillType.Duration] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.63,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_cold_damage",
            "spell_maximum_base_cold_damage",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, -17, critChance = 6, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["LunarisWhipperProjectile"] = {
        name = "LunarisWhipperProjectile",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.63,
        baseFlags = {
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_cold_damage",
            "spell_maximum_base_cold_damage",
            "monster_projectile_variation",
            "base_is_projectile",
            "always_pierce",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 26, levelRequirement = 58, statInterpolation = {3, 3},  cost = { }, },
            [2] = {0.80000001192093, 1.2000000476837, 26, levelRequirement = 68, statInterpolation = {3, 3},  cost = { }, },
            [3] = {0.80000001192093, 1.2000000476837, 26, levelRequirement = 82, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    Ganas el 100% del daño físico como daño de hielo extra
    IdMonsterPhysicalAddedAsColdSkeletonMaps
    FamilyPhysicalAddedAsCold
    Domainsmonstruo (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • physical damage % to add as cold Min: 100 Max: 100 Global
  • Craft Tagsphysical_damage elemental_damage damage physical elemental cold
    Edit

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