Asistente ardiente
Demonio
Ganas el 25% del daño físico como daño de fuego extra
Fiery Attendant
SpectreY
TagsLanzador de hechizos, cold_affinity, demon, flesh_armour, has_one_hand_sword, has_one_handed_melee, humanoid, medium_height, medium_movement, melee, not_int, physical_affinity, red_blood, undying
Packs
  • Berserker gemita, Asistente ardiente
  • Vida
    125%
    Armaduras
    +30%
    Evasión
    +30%
    Ailment Threshold
    125%
    Resistencia
    20 20 20 0
    Damage
    125%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de Golpe Crítico
    +130%
    Attack Distance
    6 ~ 8
    Attack Time
    1.245 Second
    Damage Spread
    ±20%
    Experiencia
    125%
    Model Size
    115%
    Type
    CityStalkerNecropolis
    Metadata
    CityStalkerFemaleNecropolisCaster1
    Nivel
    68
    Vida
    8,042
    Armaduras
    37,427
    Evasión
    6,161
    Escudo de energía
    0
    Damage
    467
    Daño de hechizos
    467
    Precisión
    290
    Attack Time
    1.245
    Experiencia
    12,819
    Ailment Threshold
    8,042
    Chill
    25
    Shock
    25
    Brittle
    144
    Scorch
    25
    Sap
    70
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque estándar
    Base Damage: 374–560
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.245 seg
    Derriba a tus enemigos con un golpe poderoso.
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    NecropolisEmber
    Spell, Damage, Area, Trappable, Mineable, Totemable, Triggerable, Fire, Projectile, ProjectilesFromUser, Multicastable, CanRapidFire, AreaSpell
    Salva ardiente
    Probabilidad de golpe crítico: 6%
    Tiempo de lanzamiento: 1.333 seg
    Dispara proyectiles que vuelan en forma de arco para explotar al impactar con los enemigos o con el suelo cercano a tu objetivo. Si apuntas más lejos, los proyectiles se diseminarán y aterrizarán en un área más amplia.
    Inflige de 513.5 a 770.3 de daño de fuego
    Dispara +2 proyectiles
    Dispara un proyectil adicional
    active skill area of effect radius +% final [-50]
    base is projectile [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	main_hand_unarmed_type = "One_Hand_Sword"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Undying/CityStalkerFemaleNecropolisCaster1"] = {
        name = "Fiery Attendant",
        life = 1.25,
        fireResist = 20,
        coldResist = 20,
        lightningResist = 20,
        chaosResist = 0,
        damage = 1.25,
        damageSpread = 0.2,
        attackTime = 1.245,
        attackRange = 8,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeed",
            "NecropolisEmber",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        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",
            "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["NecropolisEmber"] = {
        name = "Blazing Salvo",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Fires projectiles which fly in an arc, dealing area damage on impact with either enemies or the ground near where you target. Targeting farther away causes the projectiles to spread out and land over a wider area.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Trappable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Fire] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Multicastable] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.333,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "base_number_of_projectiles",
            "number_of_additional_projectiles",
            "active_skill_area_of_effect_radius_+%_final",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 2, 1, -50, critChance = 6, levelRequirement = 1, statInterpolation = {3, 3, 1},  cost = { }, },
            [2] = {0.80000001192093, 1.2000000476837, 2, 1, -50, critChance = 6, levelRequirement = 8, statInterpolation = {3, 3, 1},  cost = { }, },
            [3] = {0.80000001192093, 1.2000000476837, 2, 1, -50, critChance = 6, levelRequirement = 16, statInterpolation = {3, 3, 1},  cost = { }, },
            [4] = {0.80000001192093, 1.2000000476837, 2, 1, -50, critChance = 6, levelRequirement = 32, statInterpolation = {3, 3, 1},  cost = { }, },
            [5] = {0.80000001192093, 1.2000000476837, 2, 1, -50, critChance = 6, levelRequirement = 40, statInterpolation = {3, 3, 1},  cost = { }, },
            [6] = {0.80000001192093, 1.2000000476837, 2, 1, -50, critChance = 6, levelRequirement = 48, statInterpolation = {3, 3, 1},  cost = { }, },
            [7] = {0.80000001192093, 1.2000000476837, 2, 1, -50, critChance = 6, levelRequirement = 56, statInterpolation = {3, 3, 1},  cost = { }, },
            [8] = {0.80000001192093, 1.2000000476837, 2, 1, -50, critChance = 6, levelRequirement = 64, statInterpolation = {3, 3, 1},  cost = { }, },
            [9] = {0.80000001192093, 1.2000000476837, 2, 1, -50, critChance = 6, levelRequirement = 72, statInterpolation = {3, 3, 1},  cost = { }, },
            [10] = {0.80000001192093, 1.2000000476837, 2, 1, -50, critChance = 6, levelRequirement = 80, statInterpolation = {3, 3, 1},  cost = { }, },
            [11] = {0.80000001192093, 1.2000000476837, 2, 1, -50, critChance = 6, levelRequirement = 83, statInterpolation = {3, 3, 1},  cost = { }, },
        },
    }
    
    Ganas el 25% del daño físico como daño de fuego extra
    IdMonsterImplicitFire1
    FamilyFireDamageAsPortionOfDamage
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • physical damage % to add as fire Min: 25 Max: 25 Global
  • Craft Tagsphysical_damage elemental_damage damage physical elemental fire
    Asistente ardiente
    Demonio
    Ganas el 25% del daño físico como daño de fuego extra
    Fiery Attendant
    SpectreY
    TagsLanzador de hechizos, cold_affinity, demon, flesh_armour, has_one_hand_sword, has_one_handed_melee, humanoid, medium_height, medium_movement, melee, not_int, physical_affinity, red_blood, undying
    Packs
  • Luchador gemita, Asistente ardiente
  • Vida
    125%
    Armaduras
    +30%
    Evasión
    +30%
    Ailment Threshold
    125%
    Resistencia
    20 20 20 0
    Damage
    125%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de Golpe Crítico
    +130%
    Attack Distance
    6 ~ 8
    Attack Time
    1.245 Second
    Damage Spread
    ±20%
    Experiencia
    125%
    Model Size
    115%
    Type
    CityStalkerNecropolis
    Metadata
    CityStalkerFemaleNecropolisCaster2_
    Nivel
    68
    Vida
    8,042
    Armaduras
    37,427
    Evasión
    6,161
    Escudo de energía
    0
    Damage
    467
    Daño de hechizos
    467
    Precisión
    290
    Attack Time
    1.245
    Experiencia
    12,819
    Ailment Threshold
    8,042
    Chill
    25
    Shock
    25
    Brittle
    144
    Scorch
    25
    Sap
    70
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque estándar
    Base Damage: 374–560
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.245 seg
    Derriba a tus enemigos con un golpe poderoso.
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    NecropolisMagmaOrb
    Spell, Damage, Area, Trappable, Mineable, Totemable, Triggerable, Fire, Projectile, ProjectilesFromUser, Multicastable, Chains, CanRapidFire, AreaSpell
    Bola de magma
    Probabilidad de golpe crítico: 5%
    Tiempo de lanzamiento: 0.85 seg
    Lanza un orbe ardiente que inflige daño en área al golpear el suelo. Esta habilidad se encadena y rebota hacia delante para infligir daño varias veces.
    Inflige de 855.9 a 1284 de daño de fuego
    Se encadena +1 veces
    base is projectile [1]
    is area damage [1]
    projectile spread radius [10]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	main_hand_unarmed_type = "One_Hand_Sword"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Undying/CityStalkerFemaleNecropolisCaster2_"] = {
        name = "Fiery Attendant",
        life = 1.25,
        fireResist = 20,
        coldResist = 20,
        lightningResist = 20,
        chaosResist = 0,
        damage = 1.25,
        damageSpread = 0.2,
        attackTime = 1.245,
        attackRange = 8,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeed",
            "NecropolisMagmaOrb",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        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",
            "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["NecropolisMagmaOrb"] = {
        name = "Rolling Magma",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Lob a fiery orb that deals area damage as it hits the ground. The skill chains, bouncing forward to deal damage multiple times.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Trappable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Fire] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Chains] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.85,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "projectile_spread_radius",
            "number_of_chains",
            "is_area_damage",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 10, 1, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
            [2] = {0.80000001192093, 1.2000000476837, 10, 1, critChance = 5, levelRequirement = 8, statInterpolation = {3, 3},  cost = { }, },
            [3] = {0.80000001192093, 1.2000000476837, 10, 1, critChance = 5, levelRequirement = 16, statInterpolation = {3, 3},  cost = { }, },
            [4] = {0.80000001192093, 1.2000000476837, 10, 1, critChance = 5, levelRequirement = 32, statInterpolation = {3, 3},  cost = { }, },
            [5] = {0.80000001192093, 1.2000000476837, 10, 1, critChance = 5, levelRequirement = 40, statInterpolation = {3, 3},  cost = { }, },
            [6] = {0.80000001192093, 1.2000000476837, 10, 1, critChance = 5, levelRequirement = 48, statInterpolation = {3, 3},  cost = { }, },
            [7] = {0.80000001192093, 1.2000000476837, 10, 1, critChance = 5, levelRequirement = 56, statInterpolation = {3, 3},  cost = { }, },
            [8] = {0.80000001192093, 1.2000000476837, 10, 1, critChance = 5, levelRequirement = 64, statInterpolation = {3, 3},  cost = { }, },
            [9] = {0.80000001192093, 1.2000000476837, 10, 1, critChance = 5, levelRequirement = 72, statInterpolation = {3, 3},  cost = { }, },
            [10] = {0.80000001192093, 1.2000000476837, 10, 1, critChance = 5, levelRequirement = 80, statInterpolation = {3, 3},  cost = { }, },
            [11] = {0.80000001192093, 1.2000000476837, 10, 1, critChance = 5, levelRequirement = 83, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    Ganas el 25% del daño físico como daño de fuego extra
    IdMonsterImplicitFire1
    FamilyFireDamageAsPortionOfDamage
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • physical damage % to add as fire Min: 25 Max: 25 Global
  • Craft Tagsphysical_damage elemental_damage damage physical elemental fire
    Edit

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