Amante do Fogo
Humanóide
Raridade dos Itens Derrubados aumentada em 5000%
Monstros concedem Experiência aumentada em 250%
Velocidade de Ataque aumentada em 75%
Velocidade de Movimento aumentada em 300%
50% do Dano Físico Convertido em Dano de Fogo
Tamanho do Personagem aumentado em 70%
Quantidade dos Itens Derrubados aumentada em 1500%
Raridade dos Itens Derrubados aumentada em 2000%
Monstros concedem Experiência aumentada em 1000%
cannot be taunted when taunted ms [0]
Recarga do Escudo de Energia reduzida em 65%
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Mistress of Flame
SpectreN
TagsConjurador, fire_affinity, flesh_armour, has_claw, has_dual_wield_melee, has_one_handed_melee, human, humanoid, medium_height, melee, not_dex, not_str, physical_affinity, red_blood, slashing_weapon, slow_movement
Vida
480%
Energy Shield From Life
100%
Ailment Threshold
480%
Resistência
40 40 40 25
Damage
192%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 11
Attack Time
1.305 Second
Damage Spread
±20%
Experiência
200%
Model Size
100%
Type
PietyFireBoss
Metadata
PietyFireBoss
Nível
68
Vida
30,880
Armadura
28,790
Evasão
4,739
Escudo de Energia
6,127
Damage
717
Dano Mágico
717
Precisão
290
Attack Time
1.305
Experiência
20,510
Ailment Threshold
30,880
Chill
98
Shock
98
Brittle
552
Scorch
98
Sap
270
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque Padrão
Base Damage: 574–861
Chance de Crítico: 5%
Attack Time: 1.305 seg
Abate seus inimigos com um golpe poderoso.
skill can fire arrows [1]
skill can fire wand projectiles [1]
MonsterGroundFire
Spell, Duration, Damage, Mineable, Area, CausesBurning, Trapped, DamageOverTime, Fire, AreaSpell
Armadilha Flamejante
Chance de Crítico: 5%
Tempo de Conjuração: 1 seg
Lança uma armadilha que explode ao ser ativada, causando dano de fogo a inimigos próximos e deixando uma área de solo ardente que causa dano a inimigos que passarem sobre ela.
Causa 142.5 de Dano de Fogo Base por segundo
Duração base é de 8 segundos
Causa 205.2 a 307.7 de Dano de Fogo
is area damage [1]
monster penalty against minions damage +% final vs player minions [-25]

Object Type

version 2
extends "Metadata/Monsters/Axis/AxisCaster"

Stats
{
	mana_regeneration_rate_per_minute_% = 700
}

Object Type Codes

version 2
extends "Metadata/Monsters/Axis/AxisCaster"

Life
{
	on_death = "ShowChatMessage(FinishedDescent);"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Axis/PietyFireBoss"] = {
    name = "Mistress of Flame",
    life = 4.8,
    energyShield = 1,
    fireResist = 40,
    coldResist = 40,
    lightningResist = 40,
    chaosResist = 25,
    damage = 1.92,
    damageSpread = 0.2,
    attackTime = 1.305,
    attackRange = 11,
    accuracy = 1,
    weaponType1 = "Claw",
    weaponType2 = "Claw",
    skillList = {
        "Melee",
        "MonsterGroundFire",
    },
    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["MonsterGroundFire"] = {
    name = "Fire Trap",
    hidden = true,
    color = "2",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Throws a trap that explodes when triggered, dealing fire damage to surrounding enemies and leaving an area of burning ground that damages enemies who walk through it.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Duration] = true,
        [SkillType.Damage] = true,
        [SkillType.Mineable] = true,
        [SkillType.Area] = true,
        [SkillType.CausesBurning] = true,
        [SkillType.Trapped] = true,
        [SkillType.DamageOverTime] = true,
        [SkillType.Fire] = true,
        [SkillType.AreaSpell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        area = true,
        spell = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_fire_damage",
        "spell_maximum_base_fire_damage",
        "base_fire_damage_to_deal_per_minute",
        "base_skill_effect_duration",
        "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
        "is_area_damage",
    },
    levels = {
        [1] = {0.40000000596046, 0.60000002384186, 1, 8000, -25, critChance = 5, levelRequirement = 29, statInterpolation = {3, 3, 3},  cost = { }, },
    },
}
Raridade dos Itens Derrubados aumentada em 5000%
Monstros concedem Experiência aumentada em 250%
IdMonsterQuestBossAct3
FamilyMonsterActBoss
Domainsmonstro (3)
GenerationTypeunico (3)
Req. level1
Stats
  • monster slain experience +% Min: 250 Max: 250 Global
  • monster dropped item rarity +% Min: 5000 Max: 5000 Global
  • Velocidade de Ataque aumentada em 75%
    Velocidade de Movimento aumentada em 300%
    50% do Dano Físico Convertido em Dano de Fogo
    Tamanho do Personagem aumentado em 70%
    IdPietyFireFormMod
    FamilyPietyFireFormMod
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • attack speed +% Min: 75 Max: 75 Global
  • base actor scale +% Min: 70 Max: 70 Global
  • base movement velocity +% Min: 300 Max: 300 Global
  • base physical damage % to convert to fire Min: 50 Max: 50 Global
  • Spawn Tagsdefault: 0
    Craft Tagsphysical_damage elemental_damage damage physical elemental fire attack speed
    Quantidade dos Itens Derrubados aumentada em 1500%
    Raridade dos Itens Derrubados aumentada em 2000%
    Monstros concedem Experiência aumentada em 1000%
    IdMonsterBossDescent
    FamilyMonsterDescentBoss
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • monster slain experience +% Min: 1000 Max: 1000 Global
  • monster dropped item rarity +% Min: 2000 Max: 2000 Global
  • monster dropped item quantity +% Min: 1500 Max: 1500 Global
  • cannot be taunted when taunted ms [0]
    IdTauntImmunityDurationActBoss
    FamilyTauntImmunityDuration
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • cannot be taunted when taunted ms Min: 0 Max: 0 Global
  • Recarga do Escudo de Energia reduzida em 65%
    IdMonsterEnergyShieldRegenRate-65
    FamilyEnergyShieldRegeneration
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • energy shield recharge rate +% Min: -65 Max: -65 Global
  • Craft Tagsdefences energy_shield
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    IdStunRepeatImmunityActBoss
    FamilyNothing
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • cannot be stunned while stunned Min: 1 Max: 1 Global
  • cannot be stunned for ms after stun finished Min: 2000 Max: 2000 Global
  • Edit

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