Maestra de Llamas
Humanoide
La rareza de los objetos arrojados está aumentada un 5000%
Los monstruos otorgan la experiencia aumentada un 250%
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%
La cantidad de objetos arrojados está aumentada un 1500%
La rareza de los objetos arrojados está aumentada un 2000%
Los monstruos otorgan la experiencia aumentada un 1000%
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
SpectreN
TagsLanzador de hechizos, 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%
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
Nivel
68
Vida
30,880
Armaduras
28,790
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
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]
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]

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 = { }, },
    },
}
La rareza de los objetos arrojados está aumentada un 5000%
Los monstruos otorgan la experiencia aumentada un 250%
IdMonsterQuestBossAct3
FamilyMonsterActBoss
Domainsmonstruo (3)
GenerationTypeúnico (3)
Req. level1
Stats
  • monster slain experience +% Min: 250 Max: 250 Global
  • monster dropped item rarity +% Min: 5000 Max: 5000 Global
  • 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%
    IdPietyFireFormMod
    FamilyPietyFireFormMod
    Domainsmonstruo (3)
    GenerationTypeúnico (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
    La cantidad de objetos arrojados está aumentada un 1500%
    La rareza de los objetos arrojados está aumentada un 2000%
    Los monstruos otorgan la experiencia aumentada un 1000%
    IdMonsterBossDescent
    FamilyMonsterDescentBoss
    Domainsmonstruo (3)
    GenerationTypeúnico (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
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • cannot be taunted when taunted ms Min: 0 Max: 0 Global
  • Velocidad de recarga del escudo de energía reducida un 65%
    IdMonsterEnergyShieldRegenRate-65
    FamilyEnergyShieldRegeneration
    Domainsmonstruo (3)
    GenerationTypeúnico (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
    Domainsmonstruo (3)
    GenerationTypeúnico (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.