MirageVillageShippingSanctumArchnemesisExpeditionDetonatorUltimatumAltarRitualRuneHeistSumgglersCacheHarvestPortalAfflictionInitiatorBlightCoreLegionInitiatorBetrayalSymbolCatarinaDelveMineralVeinIncursionCraftingBenchBestiaryRareMonsterAbyssBreachEssenceStrongboxShrine
Maestra de llamas
Humanoide
IconEnemyResistanceFire IconEnemyResistanceCold IconEnemyResistanceLightning IconEnemyResistanceChaos
monster dropped item rarity +% [5000]
monster slain experience +% [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%
monster dropped item quantity +% [1500]
monster dropped item rarity +% [2000]
monster slain experience +% [1000]
cannot be taunted when taunted ms [0]
Velocidad de Recarga de 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
TagsLanzador 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
IconEnemyResistanceFire40% IconEnemyResistanceCold40% IconEnemyResistanceLightning40% IconEnemyResistanceChaos25%
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
Armadura
35,988
Evasión
4,739
Escudo de energía
29,410
Damage
717
Daño de hechizos
717
Precisión
580
Attack Time
1.305
Experiencia
20,510
Minion Life
6,698
Minion Energy Shield
6,379
Minion Damage
573
Ailment Threshold
30,880
Chill
98
Shock
98
Brittle
552
Scorch
98
Sap
270
Phys Convert Ele
240%
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque estándar
Base Damage: 574861
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]
iconbasicattack
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.
La duración base es de 8 segundos
Inflige de 205.2 a 307.7 de daño de fuego
base fire damage to deal per minute [8548]
is area damage [1]
monster penalty against minions damage +% final vs player minions [-25]
groundfire

Object Type

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

Stats
{
	mana_regeneration_rate_per_minute_% = 700
}

-- src\Data\Spectres.lua
minions["Metadata/Monsters/Axis/PietyFireBoss"] = {
    fireResist = 40,
    coldResist = 40,
    lightningResist = 40,
    chaosResist = 25,
    name = "Mistress of Flame",
    life = 4.8,
    energyShield = 1,
    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 = { }, },
    },
}
monster dropped item rarity +% [5000]
monster slain experience +% [250]
FamilyMonsterActBoss
Domainsmonstruo (3)
GenerationTypeÚnicos (3)
Req. level1
Stats
  • monster slain experience +% 250 250 Global
  • monster dropped item rarity +% 5000 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%
    FamilyPietyFireFormMod
    Domainsmonstruo (3)
    GenerationTypeÚnicos (3)
    Req. level1
    Stats
  • attack speed +% 75 75 Global
  • base actor scale +% 70 70 Global
  • base movement velocity +% 300 300 Global
  • base physical damage % to convert to fire 50 50 Global
  • Spawn Tagsdefault: 0
    Craft Tagsphysical_damage elemental_damage Daño Físico Elemental Fuego Ataque Velocidad
    monster dropped item quantity +% [1500]
    monster dropped item rarity +% [2000]
    monster slain experience +% [1000]
    FamilyMonsterDescentBoss
    Domainsmonstruo (3)
    GenerationTypeÚnicos (3)
    Req. level1
    Stats
  • monster slain experience +% 1000 1000 Global
  • monster dropped item rarity +% 2000 2000 Global
  • monster dropped item quantity +% 1500 1500 Global
  • cannot be taunted when taunted ms [0]
    FamilyTauntImmunityDuration
    Domainsmonstruo (3)
    GenerationTypeÚnicos (3)
    Req. level1
    Stats
  • cannot be taunted when taunted ms 0 0 Global
  • Velocidad de Recarga de Escudo de Energía reducida un 65%
    FamilyEnergyShieldRegeneration
    Domainsmonstruo (3)
    GenerationTypeÚnicos (3)
    Req. level1
    Stats
  • energy shield recharge rate +% -65 -65 Global
  • Craft TagsDefensas Escudo de energía
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    FamilyNothing
    Domainsmonstruo (3)
    GenerationTypeÚnicos (3)
    Req. level1
    Stats
  • cannot be stunned while stunned 1 1 Global — Valor fijo
  • cannot be stunned for ms after stun finished 2000 2000 Global
  • Edit

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