Maestra de llamas
Humanoide
Los monstruos otorgan la experiencia aumentada un 250%
La rareza de los objetos arrojados está aumentada un 5000%
Velocidad de ataque aumentada un 75%
Velocidad de movimiento aumentada un 300%
El 50% del daño físico se convierte en daño de fuego
Tamaño del personaje aumentado un 70%
Los monstruos otorgan la experiencia aumentada un 1000%
La cantidad de objetos arrojados está aumentada un 1500%
La rareza de los objetos arrojados está aumentada un 2000%
cannot be taunted when taunted ms [0]
Velocidad de recarga del escudo de energía reducida un 65%
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
La rareza de los objetos arrojados está aumentada un 5000%
Velocidad de ataque aumentada un 75%
Velocidad de movimiento aumentada un 300%
El 50% del daño físico se convierte en daño de fuego
Tamaño del personaje aumentado un 70%
Los monstruos otorgan la experiencia aumentada un 1000%
La cantidad de objetos arrojados está aumentada un 1500%
La rareza de los objetos arrojados está aumentada un 2000%
cannot be taunted when taunted ms [0]
Velocidad de recarga del escudo de energía reducida un 65%
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Mistress of Flame
Spectre | N |
---|---|
Tags | Lanzador de hechizos, fire_affinity, flesh_armour, has_claw, has_dual_wield_melee, has_one_handed_melee, human, humanoid, medium_height, melee, not_dex, physical_affinity, red_blood, slashing_weapon, slow_movement |
Vida
480%
Energy Shield From Life
100%
Armadura
+25%
Ailment Threshold
480%
Resistencia
40 40 40 25
Damage
192%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de golpe crítico
+130%
Attack Distance
6 ~ 11
Attack Time
1.305 Second
Damage Spread
±20%
Experiencia
200%
Model Size
100%
Type
PietyFireBoss
Metadata
PietyFireBoss
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nivel
68
Vida
30,880
Armadura
35,988
Evasión
4,739
Escudo de energía
6,127
Damage
717
Daño de hechizos
717
Precisión
290
Attack Time
1.305
Experiencia
20,510
Ailment Threshold
30,880
Chill
98
Shock
98
Brittle
552
Scorch
98
Sap
270
The following values are skill base values and do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses, monster base damage(ex: The Maven 150% multiplier), monster rarity bonuses (ex: unique 70% more, unique attack 33% less).
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque estándar
Base Damage: 574–861
Probabilidad de golpe crítico: 5%
Attack Time: 1.305 seg
Derriba a tus enemigos con un golpe poderoso.
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
MonsterGroundFire
Spell, Duration, Damage, Mineable, Area, CausesBurning, Trapped, DamageOverTime, Fire, AreaSpell
Trampa de fuego
Probabilidad de golpe crítico: 5%
Tiempo de lanzamiento: 1 seg
Lanza una trampa que explota cuando se activa. La explosión inflige daño de fuego a los enemigos circundantes y deja un área de suelo incendiado que daña a los enemigos que caminen sobre ella.
Inflige 142.5 de daño de fuego base por segundo
La duración base es de 8 segundos
Inflige de 205.2 a 307.7 de daño de fuego
is area damage [1]
monster penalty against minions damage +% final vs player minions [-25]
La duración base es de 8 segundos
Inflige de 205.2 a 307.7 de daño de fuego
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 = { }, }, }, }
Los monstruos otorgan la experiencia aumentada un 250%
La rareza de los objetos arrojados está aumentada un 5000%
Id | MonsterQuestBossAct3 |
---|---|
Family | MonsterActBoss |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
Velocidad de ataque aumentada un 75%
Velocidad de movimiento aumentada un 300%
El 50% del daño físico se convierte en daño de fuego
Tamaño del personaje aumentado un 70%
Id | PietyFireFormMod |
---|---|
Family | PietyFireFormMod |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats | |
Spawn Tags | default: 0 |
Craft Tags | physical_damage elemental_damage damage physical elemental fire attack speed |
Los monstruos otorgan la experiencia aumentada un 1000%
La cantidad de objetos arrojados está aumentada un 1500%
La rareza de los objetos arrojados está aumentada un 2000%
Id | MonsterBossDescent |
---|---|
Family | MonsterDescentBoss |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
cannot be taunted when taunted ms [0]
Id | TauntImmunityDurationActBoss |
---|---|
Family | TauntImmunityDuration |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
Velocidad de recarga del escudo de energía reducida un 65%
Id | MonsterEnergyShieldRegenRate-65 |
---|---|
Family | EnergyShieldRegeneration |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats | |
Craft Tags | defences energy_shield |
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Id | StunRepeatImmunityActBoss |
---|---|
Family | Nothing |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |