Mãe das Chamas
Humanóide
ignite art variation [1]
Flame Mother
SpectreY
AreaPraça de Oriath, Laboratório Eterno
TagsConjurador, female, fire_affinity, human, humanoid, is_unarmed, light_armour, medium_height, melee, not_dex, not_str, physical_affinity, red_blood, slashing_weapon, slow_movement, templar
Packs
  • Laboratório Eterno: Irmão Abençoada, Mãe das Chamas, Erudito do Templo
  • Irmão Abençoada, Mãe das Chamas, Erudito do Templo
  • Vida
    90%
    Energy Shield From Life
    70%
    Ailment Threshold
    90%
    Resistência
    40 0 0 0
    Damage
    125%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    6 ~ 8
    Attack Time
    1.8 Second
    Damage Spread
    ±20%
    Experiência
    100%
    Model Size
    100%
    Type
    MotherOfFlames
    Metadata
    MotherOfFlamesPure
    Nível
    68
    Vida
    5,790
    Armadura
    28,790
    Evasão
    4,739
    Escudo de Energia
    4,289
    Damage
    467
    Dano Mágico
    467
    Precisão
    290
    Attack Time
    1.8
    Experiência
    10,255
    Ailment Threshold
    5,790
    Chill
    18
    Shock
    18
    Brittle
    104
    Scorch
    18
    Sap
    51
    MotherOfFlamesMagmaOrb
    Spell, Damage, Area, Trappable, Mineable, Totemable, Triggerable, Fire, Projectile, ProjectilesFromUser, Multicastable, Chains, CanRapidFire, AreaSpell
    Bola de Magma
    Chance de Crítico: 5%
    Tempo de Conjuração: 0.7 seg
    Recarga: 3 seg
    Arremessa um orbe ardente que explode quando atinge o chão. A habilidade ricocheteia, quicando adiante e causando dano múltiplas vezes.
    Causa 644.7 a 967 de Dano de Fogo
    Ricocheteia +2 Vezes
    Velocidade de Conjuração reduzida em 66%
    base is projectile [1]
    is area damage [1]
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque Padrão
    Base Damage: 374–560
    Chance de Crítico: 5%
    Attack Time: 1.8 seg
    Abate seus inimigos com um golpe poderoso.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Life
    {
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Render
    {
         //turn_duration = 0.3
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/MotherOfFlames/MotherOfFlamesPure"] = {
        name = "Flame Mother",
        life = 0.9,
        energyShield = 0.7,
        fireResist = 40,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.25,
        damageSpread = 0.2,
        attackTime = 1.8,
        attackRange = 8,
        accuracy = 1,
        skillList = {
            "Melee",
            "MotherOfFlamesMagmaOrb",
        },
        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["MotherOfFlamesMagmaOrb"] = {
        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.7,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "base_cast_speed_+%",
            "number_of_chains",
            "is_area_damage",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, -66, 2, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
            [2] = {0.80000001192093, 1.2000000476837, -66, 2, critChance = 5, levelRequirement = 68, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    ignite art variation [1]
    IdIgniteArtVariation
    FamilyStatusAilmentArtVariation
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • ignite art variation Min: 1 Max: 1 Global
  • Mãe das Chamas
    Humanóide
    ignite art variation [1]
    Flame Mother
    SpectreY
    TagsConjurador, female, fire_affinity, human, humanoid, is_unarmed, light_armour, medium_height, melee, not_dex, not_str, physical_affinity, red_blood, slashing_weapon, slow_movement, templar
    Packs
  • Mãe das Chamas, Caçador da Guarda Negra, Caçador da Guarda Negra
  • Vida
    90%
    Energy Shield From Life
    70%
    Ailment Threshold
    90%
    Resistência
    40 0 0 0
    Damage
    125%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    6 ~ 8
    Attack Time
    1.8 Second
    Damage Spread
    ±20%
    Experiência
    100%
    Model Size
    100%
    Type
    MotherOfFlames
    Metadata
    MotherOfFlamesPureMemoryLine
    Nível
    68
    Vida
    5,790
    Armadura
    28,790
    Evasão
    4,739
    Escudo de Energia
    4,289
    Damage
    467
    Dano Mágico
    467
    Precisão
    290
    Attack Time
    1.8
    Experiência
    10,255
    Ailment Threshold
    5,790
    Chill
    18
    Shock
    18
    Brittle
    104
    Scorch
    18
    Sap
    51
    MotherOfFlamesMagmaOrb
    Spell, Damage, Area, Trappable, Mineable, Totemable, Triggerable, Fire, Projectile, ProjectilesFromUser, Multicastable, Chains, CanRapidFire, AreaSpell
    Bola de Magma
    Chance de Crítico: 5%
    Tempo de Conjuração: 0.7 seg
    Recarga: 3 seg
    Arremessa um orbe ardente que explode quando atinge o chão. A habilidade ricocheteia, quicando adiante e causando dano múltiplas vezes.
    Causa 644.7 a 967 de Dano de Fogo
    Ricocheteia +2 Vezes
    Velocidade de Conjuração reduzida em 66%
    base is projectile [1]
    is area damage [1]
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque Padrão
    Base Damage: 374–560
    Chance de Crítico: 5%
    Attack Time: 1.8 seg
    Abate seus inimigos com um golpe poderoso.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Life
    {
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Render
    {
         //turn_duration = 0.3
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/MotherOfFlames/MotherOfFlamesPureMemoryLine"] = {
        name = "Flame Mother",
        life = 0.9,
        energyShield = 0.7,
        fireResist = 40,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.25,
        damageSpread = 0.2,
        attackTime = 1.8,
        attackRange = 8,
        accuracy = 1,
        skillList = {
            "Melee",
            "MotherOfFlamesMagmaOrb",
        },
        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["MotherOfFlamesMagmaOrb"] = {
        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.7,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "base_cast_speed_+%",
            "number_of_chains",
            "is_area_damage",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, -66, 2, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
            [2] = {0.80000001192093, 1.2000000476837, -66, 2, critChance = 5, levelRequirement = 68, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    ignite art variation [1]
    IdIgniteArtVariation
    FamilyStatusAilmentArtVariation
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • ignite art variation Min: 1 Max: 1 Global
  • Edit

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