Guardião da Fênix
Bestial
Monstros concedem Experiência aumentada em 100%
Raridade dos Itens Derrubados aumentada em 15000%
Receba 100% do Dano Físico como Dano de Fogo Extra
Velocidade de Ação não pode ser modificada abaixo do valor base 50%
cannot be stunned for ms after stun finished [4000]
cannot be stunned while stunned [1]
dropped items have influence type [1]
monster dropped item quantity +% final for influenced monster [-80]
Não Pode ser Empurrado
Guardian of the Phoenix
SpectreN
AreaMapa: Fornalha da Fênix
Tagsbeast, Conjurador, fire_affinity, flesh_armour, has_dual_wield_melee, has_one_hand_sword, has_one_handed_melee, human, humanoid, large_height, large_model, melee, non_unique_map_boss, not_int, physical_affinity, red_blood, shaper_guardian_boss, slashing_weapon, very_fast_movement
Vida
1300%
Armadura
+50%
Evasão
+50%
Ailment Threshold
504%
Resistência
50 50 50 30
Damage
140%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 12
Attack Time
1.755 Second
Damage Spread
±20%
Experiência
200%
Model Size
140%
Type
AtlasBossPhoenix
Metadata
PhoenixBoss
Nível
83
Vida
416,217
Armadura
138,716
Evasão
11,790
Damage
1,261
Dano Mágico
1,261
Precisão
1,036
Attack Time
1.755
Experiência
26,264
Minion Life
79,309
Minion Damage
1,065
Ailment Threshold
161,364
Chill
510
Shock
510
Brittle
2,887
Scorch
510
Sap
1,410
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque Padrão
Base Damage: 2280–3420
Chance de Crítico: 5%
Attack Time: 1.755 seg
Abate seus inimigos com um golpe poderoso.
skill can fire arrows [1]
skill can fire wand projectiles [1]
WhirlingCharge
Attack
Base Damage: 2280–3420
Chance de Crítico: 5%
Attack Time: 1.755 seg
Recarga: 5 seg
Causa 20% menos Dano
80% mais Velocidade de Ataque
PhoenixFirebomb
Spell
Chance de Crítico: 5%
Tempo de Conjuração: 4.67 seg
Recarga: 10 seg
-50% de Resistência a Fogo
Seus Acertos empre Incendeiam
Duração base é de 4 segundos
Causa 8781 a 13172 de Dano de Fogo
40% mais Velocidade de Conjuração
is area damage [1]
monster penalty against minions damage +% final vs player minions [-50]

Object Type

version 2
extends "Metadata/Monsters/AtlasBosses/AtlasBosses"

Object Type Codes

version 2
extends "Metadata/Monsters/AtlasBosses/AtlasBosses"

Render
{
     //turn_duration = 0.4
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/AtlasBosses/PhoenixBoss"] = {
    name = "Guardian of the Phoenix",
    life = 13,
    fireResist = 50,
    coldResist = 50,
    lightningResist = 50,
    chaosResist = 30,
    damage = 1.4,
    damageSpread = 0.2,
    attackTime = 1.755,
    attackRange = 12,
    accuracy = 1,
    weaponType1 = "One Hand Sword",
    weaponType2 = "One Hand Sword",
    skillList = {
        "Melee",
        "WhirlingCharge",
        "PhoenixFirebomb",
    },
    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["WhirlingCharge"] = {
    name = "WhirlingCharge",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Attack] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "active_skill_damage_+%_final",
        "active_skill_attack_speed_+%_final",
    },
    levels = {
        [1] = {-20, 80, levelRequirement = 83, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["PhoenixFirebomb"] = {
    name = "PhoenixFirebomb",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 4.67,
    baseFlags = {
        spell = true,
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_fire_damage",
        "spell_maximum_base_fire_damage",
        "base_fire_damage_resistance_%",
        "base_skill_effect_duration",
        "active_skill_cast_speed_+%_final",
        "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
        "is_area_damage",
        "always_ignite",
    },
    levels = {
        [1] = {1.6000000238419, 2.4000000953674, -50, 4000, 40, -50, critChance = 5, levelRequirement = 83, statInterpolation = {3, 3},  cost = { }, },
    },
}
Velocidade de Conjuração aumentada em 35%
IdMonsterMapBoss
FamilyMonsterMapBoss
Domainsmonstro (3)
GenerationTypeunico (3)
Req. level1
Stats
  • monster slain experience +% Min: 100 Max: 100 Global
  • monster dropped item rarity +% Min: 15000 Max: 15000 Global
  • IdMonsterPhysicalAddedAsFirePhoenixBoss
    FamilyPhysicalAddedAsFire
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • physical damage % to add as fire Min: 100 Max: 100 Global
  • Craft Tagsphysical_damage elemental_damage damage physical elemental fire
    Vida máxima aumentada em (12–16)%
    IdCannotBeSlowedBelowValueBosses
    FamilyCannotBeSlowedBelowValue
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • hellscape boots action speed +% minimum value Min: -50 Max: -50 Global
  • Craft Tagsspeed
    +25% de Resistência a Caos aos Monstros
    +40% de Resistência Elemental aos Monstros
    heist contract alert level +% final [-5]
    heist contract lockdown timer +% [5]
    heist monster spawner alive limit +% [5]
    map item drop quantity +% [13]
    map item drop rarity +% [8]
    IdStunRepeatImmunityMapBossSuper
    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: 4000 Max: 4000 Global
  • IdMonsterDroppedItemsInfluenceShaper
    FamilyMonsterDroppedItemsInfluence
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • dropped items have influence type Min: 1 Max: 1 Global
  • monster dropped item quantity +% final for influenced monster Min: -80 Max: -80 Global
  • grant actor scale +% to aura owner on death [2]
    grant attack speed +% to aura owner on death [5]
    grant cast speed +% to aura owner on death [5]
    grant damage reduction % to aura owner on death [-2]
    soul is consumed on death [1]
    IdImmuneToKnockback
    FamilyImmuneToKnockback
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • cannot be knocked back Min: 1 Max: 1 Global
  • Guardião da Fênix
    Bestial
    Monstros concedem Experiência aumentada em 100%
    Raridade dos Itens Derrubados aumentada em 15000%
    Receba 100% do Dano Físico como Dano de Fogo Extra
    Velocidade de Ação não pode ser modificada abaixo do valor base 50%
    cannot be stunned for ms after stun finished [4000]
    cannot be stunned while stunned [1]
    dropped items have influence type [1]
    monster dropped item quantity +% final for influenced monster [-80]
    Não Pode ser Empurrado
    Guardian of the Phoenix
    SpectreN
    Tagsbeast, Conjurador, fire_affinity, flesh_armour, has_dual_wield_melee, has_one_hand_sword, has_one_handed_melee, human, humanoid, large_height, large_model, melee, not_int, physical_affinity, red_blood, slashing_weapon, standalone_map_boss, very_fast_movement
    Vida
    1300%
    Armadura
    +50%
    Evasão
    +50%
    Ailment Threshold
    504%
    Resistência
    50 50 50 30
    Damage
    140%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    6 ~ 12
    Attack Time
    1.755 Second
    Damage Spread
    ±20%
    Experiência
    200%
    Model Size
    140%
    Type
    AtlasBossPhoenix
    Metadata
    PhoenixBossStandalone
    Nível
    68
    Vida
    83,634
    Armadura
    43,185
    Evasão
    7,109
    Damage
    523
    Dano Mágico
    523
    Precisão
    580
    Attack Time
    1.755
    Experiência
    20,510
    Minion Life
    18,141
    Minion Damage
    418
    Ailment Threshold
    32,424
    Chill
    103
    Shock
    103
    Brittle
    580
    Scorch
    103
    Sap
    283
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque Padrão
    Base Damage: 946–1419
    Chance de Crítico: 5%
    Attack Time: 1.755 seg
    Abate seus inimigos com um golpe poderoso.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    WhirlingCharge
    Attack
    Base Damage: 946–1419
    Chance de Crítico: 5%
    Attack Time: 1.755 seg
    Recarga: 5 seg
    Causa 20% menos Dano
    80% mais Velocidade de Ataque
    PhoenixFirebomb
    Spell
    Chance de Crítico: 5%
    Tempo de Conjuração: 4.67 seg
    Recarga: 10 seg
    -50% de Resistência a Fogo
    Seus Acertos empre Incendeiam
    Duração base é de 4 segundos
    Causa 3804 a 5706 de Dano de Fogo
    40% mais Velocidade de Conjuração
    is area damage [1]
    monster penalty against minions damage +% final vs player minions [-50]
    PhoenixFlameVortexStandalone1
    Spell, Projectile, ProjectilesFromUser, Damage, Duration, Trappable, Totemable, Mineable, Multicastable, Triggerable, Lightning, CanRapidFire
    Faísca
    Tempo de Conjuração: 0.65 seg
    Recarga: 5 seg
    Lança faíscas imprevisíveis que se movem aleatoriamente até atingirem um inimigo ou expirarem.
    Duração base é de 4.5 segundos
    Causa 887.4 a 1331 de Dano de Fogo
    Dispara Projéteis em um círculo
    Velocidade de Projéteis reduzida em 80%
    base is projectile [1]
    monster projectile variation [2]
    number of projectiles override [1]
    projectiles not offset [1]
    PhoenixFlameVortexStandalone2
    Spell, Projectile, ProjectilesFromUser, Damage, Duration, Trappable, Totemable, Mineable, Multicastable, Triggerable, Lightning, CanRapidFire
    Faísca
    Tempo de Conjuração: 0.65 seg
    Recarga: 5 seg
    Lança faíscas imprevisíveis que se movem aleatoriamente até atingirem um inimigo ou expirarem.
    Duração base é de 4.5 segundos
    Causa 887.4 a 1331 de Dano de Fogo
    Dispara Projéteis em um círculo
    Velocidade de Projéteis reduzida em 80%
    base is projectile [1]
    monster projectile variation [2]
    number of projectiles override [2]
    projectiles not offset [1]
    PhoenixFlameVortexStandalone3
    Spell, Projectile, ProjectilesFromUser, Damage, Duration, Trappable, Totemable, Mineable, Multicastable, Triggerable, Lightning, CanRapidFire
    Faísca
    Tempo de Conjuração: 0.65 seg
    Recarga: 5 seg
    Lança faíscas imprevisíveis que se movem aleatoriamente até atingirem um inimigo ou expirarem.
    Duração base é de 4.5 segundos
    Causa 887.4 a 1331 de Dano de Fogo
    Dispara Projéteis em um círculo
    Velocidade de Projéteis reduzida em 80%
    base is projectile [1]
    monster projectile variation [2]
    number of projectiles override [3]
    projectiles not offset [1]
    PhoenixFlameVortexStandalone4
    Spell, Projectile, ProjectilesFromUser, Damage, Duration, Trappable, Totemable, Mineable, Multicastable, Triggerable, Lightning, CanRapidFire
    Faísca
    Tempo de Conjuração: 0.65 seg
    Recarga: 5 seg
    Lança faíscas imprevisíveis que se movem aleatoriamente até atingirem um inimigo ou expirarem.
    Duração base é de 4.5 segundos
    Causa 887.4 a 1331 de Dano de Fogo
    Dispara Projéteis em um círculo
    Velocidade de Projéteis reduzida em 80%
    base is projectile [1]
    monster projectile variation [2]
    number of projectiles override [4]
    projectiles not offset [1]
    PhoenixFlameVortexStandalone5
    Spell, Projectile, ProjectilesFromUser, Damage, Duration, Trappable, Totemable, Mineable, Multicastable, Triggerable, Lightning, CanRapidFire
    Faísca
    Tempo de Conjuração: 0.65 seg
    Recarga: 5 seg
    Lança faíscas imprevisíveis que se movem aleatoriamente até atingirem um inimigo ou expirarem.
    Duração base é de 4.5 segundos
    Causa 887.4 a 1331 de Dano de Fogo
    Dispara Projéteis em um círculo
    Velocidade de Projéteis reduzida em 80%
    base is projectile [1]
    monster projectile variation [2]
    number of projectiles override [5]
    projectiles not offset [1]

    Object Type

    version 2
    extends "Metadata/Monsters/AtlasBosses/AtlasBosses"
    extends "Metadata/Monsters/StandaloneMapBoss"
    
    StateMachine
    {
    	define_shared_state = "add_effects;"
    }
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/AtlasBosses/AtlasBosses"
    extends "Metadata/Monsters/StandaloneMapBoss"
    
    StateMachine
    {
    	on_or_create_state_add_effects_1 =
    	"
    		AddEffectPackToVisualSlotAttachedObject( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/Maven/bubble_bosses/phoenix_sword.epk, MainHand );
    		AddEffectPackToVisualSlotAttachedObject( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/Maven/bubble_bosses/phoenix_sword.epk, OffHand );
    	"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/AtlasBosses/PhoenixBossStandalone"] = {
        name = "Guardian of the Phoenix",
        life = 13,
        fireResist = 50,
        coldResist = 50,
        lightningResist = 50,
        chaosResist = 30,
        damage = 1.4,
        damageSpread = 0.2,
        attackTime = 1.755,
        attackRange = 12,
        accuracy = 1,
        weaponType1 = "One Hand Sword",
        weaponType2 = "One Hand Sword",
        skillList = {
            "Melee",
            "WhirlingCharge",
            "PhoenixFirebomb",
            "PhoenixFlameVortexStandalone1",
            "PhoenixFlameVortexStandalone2",
            "PhoenixFlameVortexStandalone3",
            "PhoenixFlameVortexStandalone4",
            "PhoenixFlameVortexStandalone5",
        },
        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["WhirlingCharge"] = {
        name = "WhirlingCharge",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_damage_+%_final",
            "active_skill_attack_speed_+%_final",
        },
        levels = {
            [1] = {-20, 80, levelRequirement = 83, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["PhoenixFirebomb"] = {
        name = "PhoenixFirebomb",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 4.67,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "base_fire_damage_resistance_%",
            "base_skill_effect_duration",
            "active_skill_cast_speed_+%_final",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "is_area_damage",
            "always_ignite",
        },
        levels = {
            [1] = {1.6000000238419, 2.4000000953674, -50, 4000, 40, -50, critChance = 5, levelRequirement = 83, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["PhoenixFlameVortexStandalone1"] = {
        name = "Spark",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Launches unpredictable sparks that move randomly until they hit an enemy or expire.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Damage] = true,
            [SkillType.Duration] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Lightning] = true,
            [SkillType.CanRapidFire] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.65,
        baseFlags = {
            spell = true,
            projectile = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "base_skill_effect_duration",
            "monster_projectile_variation",
            "base_projectile_speed_+%",
            "number_of_projectiles_override",
            "base_is_projectile",
            "projectiles_not_offset",
            "projectiles_nova",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 4500, 2, -80, 1, levelRequirement = 83, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["PhoenixFlameVortexStandalone2"] = {
        name = "Spark",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Launches unpredictable sparks that move randomly until they hit an enemy or expire.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Damage] = true,
            [SkillType.Duration] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Lightning] = true,
            [SkillType.CanRapidFire] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.65,
        baseFlags = {
            spell = true,
            projectile = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "base_skill_effect_duration",
            "monster_projectile_variation",
            "base_projectile_speed_+%",
            "number_of_projectiles_override",
            "base_is_projectile",
            "projectiles_not_offset",
            "projectiles_nova",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 4500, 2, -80, 2, levelRequirement = 83, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["PhoenixFlameVortexStandalone3"] = {
        name = "Spark",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Launches unpredictable sparks that move randomly until they hit an enemy or expire.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Damage] = true,
            [SkillType.Duration] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Lightning] = true,
            [SkillType.CanRapidFire] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.65,
        baseFlags = {
            spell = true,
            projectile = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "base_skill_effect_duration",
            "monster_projectile_variation",
            "base_projectile_speed_+%",
            "number_of_projectiles_override",
            "base_is_projectile",
            "projectiles_not_offset",
            "projectiles_nova",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 4500, 2, -80, 3, levelRequirement = 83, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["PhoenixFlameVortexStandalone4"] = {
        name = "Spark",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Launches unpredictable sparks that move randomly until they hit an enemy or expire.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Damage] = true,
            [SkillType.Duration] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Lightning] = true,
            [SkillType.CanRapidFire] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.65,
        baseFlags = {
            spell = true,
            projectile = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "base_skill_effect_duration",
            "monster_projectile_variation",
            "base_projectile_speed_+%",
            "number_of_projectiles_override",
            "base_is_projectile",
            "projectiles_not_offset",
            "projectiles_nova",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 4500, 2, -80, 4, levelRequirement = 83, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["PhoenixFlameVortexStandalone5"] = {
        name = "Spark",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Launches unpredictable sparks that move randomly until they hit an enemy or expire.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Damage] = true,
            [SkillType.Duration] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Lightning] = true,
            [SkillType.CanRapidFire] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.65,
        baseFlags = {
            spell = true,
            projectile = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "base_skill_effect_duration",
            "monster_projectile_variation",
            "base_projectile_speed_+%",
            "number_of_projectiles_override",
            "base_is_projectile",
            "projectiles_not_offset",
            "projectiles_nova",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 4500, 2, -80, 5, levelRequirement = 83, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    Velocidade de Conjuração aumentada em 35%
    IdMonsterMapBoss
    FamilyMonsterMapBoss
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • monster slain experience +% Min: 100 Max: 100 Global
  • monster dropped item rarity +% Min: 15000 Max: 15000 Global
  • IdMonsterPhysicalAddedAsFirePhoenixBoss
    FamilyPhysicalAddedAsFire
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • physical damage % to add as fire Min: 100 Max: 100 Global
  • Craft Tagsphysical_damage elemental_damage damage physical elemental fire
    Vida máxima aumentada em (12–16)%
    IdCannotBeSlowedBelowValueBosses
    FamilyCannotBeSlowedBelowValue
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • hellscape boots action speed +% minimum value Min: -50 Max: -50 Global
  • Craft Tagsspeed
    +25% de Resistência a Caos aos Monstros
    +40% de Resistência Elemental aos Monstros
    heist contract alert level +% final [-5]
    heist contract lockdown timer +% [5]
    heist monster spawner alive limit +% [5]
    map item drop quantity +% [13]
    map item drop rarity +% [8]
    IdStunRepeatImmunityMapBossSuper
    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: 4000 Max: 4000 Global
  • IdMonsterDroppedItemsInfluenceShaper
    FamilyMonsterDroppedItemsInfluence
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • dropped items have influence type Min: 1 Max: 1 Global
  • monster dropped item quantity +% final for influenced monster Min: -80 Max: -80 Global
  • grant actor scale +% to aura owner on death [2]
    grant attack speed +% to aura owner on death [5]
    grant cast speed +% to aura owner on death [5]
    grant damage reduction % to aura owner on death [-2]
    soul is consumed on death [1]
    IdImmuneToKnockback
    FamilyImmuneToKnockback
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • cannot be knocked back Min: 1 Max: 1 Global
  • Guardião da Fênix
    Bestial
    Monstros concedem Experiência aumentada em 100%
    Raridade dos Itens Derrubados aumentada em 15000%
    Receba 100% do Dano Físico como Dano de Fogo Extra
    Velocidade de Ação não pode ser modificada abaixo do valor base 50%
    cannot be stunned for ms after stun finished [4000]
    cannot be stunned while stunned [1]
    dropped items have influence type [1]
    monster dropped item quantity +% final for influenced monster [-80]
    monster no drops or experience [1]
    Não Pode ser Empurrado
    Guardian of the Phoenix
    SpectreN
    Tagsbeast, Conjurador, fire_affinity, flesh_armour, has_dual_wield_melee, has_one_hand_sword, has_one_handed_melee, human, humanoid, large_height, large_model, melee, not_int, physical_affinity, red_blood, slashing_weapon, standalone_map_boss, very_fast_movement
    Vida
    1300%
    Armadura
    +50%
    Evasão
    +50%
    Ailment Threshold
    504%
    Resistência
    50 50 50 30
    Damage
    140%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    6 ~ 12
    Attack Time
    1.755 Second
    Damage Spread
    ±20%
    Experiência
    200%
    Model Size
    140%
    Type
    AtlasBossPhoenix
    Metadata
    PhoenixBossStandaloneGauntlet
    Nível
    68
    Vida
    83,634
    Armadura
    43,185
    Evasão
    7,109
    Damage
    523
    Dano Mágico
    523
    Precisão
    580
    Attack Time
    1.755
    Experiência
    20,510
    Minion Life
    18,141
    Minion Damage
    418
    Ailment Threshold
    32,424
    Chill
    103
    Shock
    103
    Brittle
    580
    Scorch
    103
    Sap
    283
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque Padrão
    Base Damage: 946–1419
    Chance de Crítico: 5%
    Attack Time: 1.755 seg
    Abate seus inimigos com um golpe poderoso.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    WhirlingCharge
    Attack
    Base Damage: 946–1419
    Chance de Crítico: 5%
    Attack Time: 1.755 seg
    Recarga: 5 seg
    Causa 20% menos Dano
    80% mais Velocidade de Ataque
    PhoenixFirebomb
    Spell
    Chance de Crítico: 5%
    Tempo de Conjuração: 4.67 seg
    Recarga: 10 seg
    -50% de Resistência a Fogo
    Seus Acertos empre Incendeiam
    Duração base é de 4 segundos
    Causa 3804 a 5706 de Dano de Fogo
    40% mais Velocidade de Conjuração
    is area damage [1]
    monster penalty against minions damage +% final vs player minions [-50]
    PhoenixFlameVortexStandalone1
    Spell, Projectile, ProjectilesFromUser, Damage, Duration, Trappable, Totemable, Mineable, Multicastable, Triggerable, Lightning, CanRapidFire
    Faísca
    Tempo de Conjuração: 0.65 seg
    Recarga: 5 seg
    Lança faíscas imprevisíveis que se movem aleatoriamente até atingirem um inimigo ou expirarem.
    Duração base é de 4.5 segundos
    Causa 887.4 a 1331 de Dano de Fogo
    Dispara Projéteis em um círculo
    Velocidade de Projéteis reduzida em 80%
    base is projectile [1]
    monster projectile variation [2]
    number of projectiles override [1]
    projectiles not offset [1]
    PhoenixFlameVortexStandalone2
    Spell, Projectile, ProjectilesFromUser, Damage, Duration, Trappable, Totemable, Mineable, Multicastable, Triggerable, Lightning, CanRapidFire
    Faísca
    Tempo de Conjuração: 0.65 seg
    Recarga: 5 seg
    Lança faíscas imprevisíveis que se movem aleatoriamente até atingirem um inimigo ou expirarem.
    Duração base é de 4.5 segundos
    Causa 887.4 a 1331 de Dano de Fogo
    Dispara Projéteis em um círculo
    Velocidade de Projéteis reduzida em 80%
    base is projectile [1]
    monster projectile variation [2]
    number of projectiles override [2]
    projectiles not offset [1]
    PhoenixFlameVortexStandalone3
    Spell, Projectile, ProjectilesFromUser, Damage, Duration, Trappable, Totemable, Mineable, Multicastable, Triggerable, Lightning, CanRapidFire
    Faísca
    Tempo de Conjuração: 0.65 seg
    Recarga: 5 seg
    Lança faíscas imprevisíveis que se movem aleatoriamente até atingirem um inimigo ou expirarem.
    Duração base é de 4.5 segundos
    Causa 887.4 a 1331 de Dano de Fogo
    Dispara Projéteis em um círculo
    Velocidade de Projéteis reduzida em 80%
    base is projectile [1]
    monster projectile variation [2]
    number of projectiles override [3]
    projectiles not offset [1]
    PhoenixFlameVortexStandalone4
    Spell, Projectile, ProjectilesFromUser, Damage, Duration, Trappable, Totemable, Mineable, Multicastable, Triggerable, Lightning, CanRapidFire
    Faísca
    Tempo de Conjuração: 0.65 seg
    Recarga: 5 seg
    Lança faíscas imprevisíveis que se movem aleatoriamente até atingirem um inimigo ou expirarem.
    Duração base é de 4.5 segundos
    Causa 887.4 a 1331 de Dano de Fogo
    Dispara Projéteis em um círculo
    Velocidade de Projéteis reduzida em 80%
    base is projectile [1]
    monster projectile variation [2]
    number of projectiles override [4]
    projectiles not offset [1]
    PhoenixFlameVortexStandalone5
    Spell, Projectile, ProjectilesFromUser, Damage, Duration, Trappable, Totemable, Mineable, Multicastable, Triggerable, Lightning, CanRapidFire
    Faísca
    Tempo de Conjuração: 0.65 seg
    Recarga: 5 seg
    Lança faíscas imprevisíveis que se movem aleatoriamente até atingirem um inimigo ou expirarem.
    Duração base é de 4.5 segundos
    Causa 887.4 a 1331 de Dano de Fogo
    Dispara Projéteis em um círculo
    Velocidade de Projéteis reduzida em 80%
    base is projectile [1]
    monster projectile variation [2]
    number of projectiles override [5]
    projectiles not offset [1]

    Object Type

    version 2
    extends "Metadata/Monsters/AtlasBosses/AtlasBosses"
    extends "Metadata/Monsters/StandaloneMapBoss"
    
    StateMachine
    {
    	define_shared_state = "add_effects;"
    }
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/AtlasBosses/AtlasBosses"
    extends "Metadata/Monsters/StandaloneMapBoss"
    
    StateMachine
    {
    	on_or_create_state_add_effects_1 =
    	"
    		AddEffectPackToVisualSlotAttachedObject( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/Maven/bubble_bosses/phoenix_sword.epk, MainHand );
    		AddEffectPackToVisualSlotAttachedObject( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/Maven/bubble_bosses/phoenix_sword.epk, OffHand );
    	"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/AtlasBosses/PhoenixBossStandaloneGauntlet"] = {
        name = "Guardian of the Phoenix",
        life = 13,
        fireResist = 50,
        coldResist = 50,
        lightningResist = 50,
        chaosResist = 30,
        damage = 1.4,
        damageSpread = 0.2,
        attackTime = 1.755,
        attackRange = 12,
        accuracy = 1,
        weaponType1 = "One Hand Sword",
        weaponType2 = "One Hand Sword",
        skillList = {
            "Melee",
            "WhirlingCharge",
            "PhoenixFirebomb",
            "PhoenixFlameVortexStandalone1",
            "PhoenixFlameVortexStandalone2",
            "PhoenixFlameVortexStandalone3",
            "PhoenixFlameVortexStandalone4",
            "PhoenixFlameVortexStandalone5",
        },
        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["WhirlingCharge"] = {
        name = "WhirlingCharge",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_damage_+%_final",
            "active_skill_attack_speed_+%_final",
        },
        levels = {
            [1] = {-20, 80, levelRequirement = 83, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["PhoenixFirebomb"] = {
        name = "PhoenixFirebomb",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 4.67,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "base_fire_damage_resistance_%",
            "base_skill_effect_duration",
            "active_skill_cast_speed_+%_final",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "is_area_damage",
            "always_ignite",
        },
        levels = {
            [1] = {1.6000000238419, 2.4000000953674, -50, 4000, 40, -50, critChance = 5, levelRequirement = 83, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["PhoenixFlameVortexStandalone1"] = {
        name = "Spark",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Launches unpredictable sparks that move randomly until they hit an enemy or expire.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Damage] = true,
            [SkillType.Duration] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Lightning] = true,
            [SkillType.CanRapidFire] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.65,
        baseFlags = {
            spell = true,
            projectile = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "base_skill_effect_duration",
            "monster_projectile_variation",
            "base_projectile_speed_+%",
            "number_of_projectiles_override",
            "base_is_projectile",
            "projectiles_not_offset",
            "projectiles_nova",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 4500, 2, -80, 1, levelRequirement = 83, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["PhoenixFlameVortexStandalone2"] = {
        name = "Spark",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Launches unpredictable sparks that move randomly until they hit an enemy or expire.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Damage] = true,
            [SkillType.Duration] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Lightning] = true,
            [SkillType.CanRapidFire] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.65,
        baseFlags = {
            spell = true,
            projectile = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "base_skill_effect_duration",
            "monster_projectile_variation",
            "base_projectile_speed_+%",
            "number_of_projectiles_override",
            "base_is_projectile",
            "projectiles_not_offset",
            "projectiles_nova",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 4500, 2, -80, 2, levelRequirement = 83, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["PhoenixFlameVortexStandalone3"] = {
        name = "Spark",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Launches unpredictable sparks that move randomly until they hit an enemy or expire.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Damage] = true,
            [SkillType.Duration] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Lightning] = true,
            [SkillType.CanRapidFire] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.65,
        baseFlags = {
            spell = true,
            projectile = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "base_skill_effect_duration",
            "monster_projectile_variation",
            "base_projectile_speed_+%",
            "number_of_projectiles_override",
            "base_is_projectile",
            "projectiles_not_offset",
            "projectiles_nova",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 4500, 2, -80, 3, levelRequirement = 83, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["PhoenixFlameVortexStandalone4"] = {
        name = "Spark",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Launches unpredictable sparks that move randomly until they hit an enemy or expire.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Damage] = true,
            [SkillType.Duration] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Lightning] = true,
            [SkillType.CanRapidFire] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.65,
        baseFlags = {
            spell = true,
            projectile = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "base_skill_effect_duration",
            "monster_projectile_variation",
            "base_projectile_speed_+%",
            "number_of_projectiles_override",
            "base_is_projectile",
            "projectiles_not_offset",
            "projectiles_nova",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 4500, 2, -80, 4, levelRequirement = 83, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["PhoenixFlameVortexStandalone5"] = {
        name = "Spark",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Launches unpredictable sparks that move randomly until they hit an enemy or expire.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Damage] = true,
            [SkillType.Duration] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Lightning] = true,
            [SkillType.CanRapidFire] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.65,
        baseFlags = {
            spell = true,
            projectile = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "base_skill_effect_duration",
            "monster_projectile_variation",
            "base_projectile_speed_+%",
            "number_of_projectiles_override",
            "base_is_projectile",
            "projectiles_not_offset",
            "projectiles_nova",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 4500, 2, -80, 5, levelRequirement = 83, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    Velocidade de Conjuração aumentada em 35%
    IdMonsterMapBoss
    FamilyMonsterMapBoss
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • monster slain experience +% Min: 100 Max: 100 Global
  • monster dropped item rarity +% Min: 15000 Max: 15000 Global
  • IdMonsterPhysicalAddedAsFirePhoenixBoss
    FamilyPhysicalAddedAsFire
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • physical damage % to add as fire Min: 100 Max: 100 Global
  • Craft Tagsphysical_damage elemental_damage damage physical elemental fire
    Vida máxima aumentada em (12–16)%
    IdCannotBeSlowedBelowValueBosses
    FamilyCannotBeSlowedBelowValue
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • hellscape boots action speed +% minimum value Min: -50 Max: -50 Global
  • Craft Tagsspeed
    +25% de Resistência a Caos aos Monstros
    +40% de Resistência Elemental aos Monstros
    heist contract alert level +% final [-5]
    heist contract lockdown timer +% [5]
    heist monster spawner alive limit +% [5]
    map item drop quantity +% [13]
    map item drop rarity +% [8]
    IdStunRepeatImmunityMapBossSuper
    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: 4000 Max: 4000 Global
  • IdMonsterDroppedItemsInfluenceShaper
    FamilyMonsterDroppedItemsInfluence
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • dropped items have influence type Min: 1 Max: 1 Global
  • monster dropped item quantity +% final for influenced monster Min: -80 Max: -80 Global
  • Eficácia da Reserva das Habilidades reduzida em 80%
    IdMonsterNoDropsOrExperience
    FamilyMonsterNoDropsOrExperience
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • monster no drops or experience Min: 1 Max: 1 Global
  • grant actor scale +% to aura owner on death [2]
    grant attack speed +% to aura owner on death [5]
    grant cast speed +% to aura owner on death [5]
    grant damage reduction % to aura owner on death [-2]
    soul is consumed on death [1]
    IdImmuneToKnockback
    FamilyImmuneToKnockback
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • cannot be knocked back Min: 1 Max: 1 Global
  • Guardião da Fênix
    Bestial
    Monstros concedem Experiência aumentada em 100%
    Raridade dos Itens Derrubados aumentada em 15000%
    Receba 100% do Dano Físico como Dano de Fogo Extra
    Velocidade de Ação não pode ser modificada abaixo do valor base 50%
    cannot be stunned for ms after stun finished [4000]
    cannot be stunned while stunned [1]
    Não Pode ser Empurrado
    Guardian of the Phoenix
    SpectreN
    Tagsbeast, elder_map_boss, flesh_armour, has_dual_wield_melee, has_one_hand_sword, has_one_handed_melee, human, humanoid, large_height, large_model, non_attacking, not_int, red_blood, slashing_weapon, very_fast_movement
    Vida
    1300%
    Armadura
    +50%
    Evasão
    +50%
    Ailment Threshold
    504%
    Resistência
    50 50 50 30
    Damage
    140%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    6 ~ 12
    Attack Time
    1.755 Second
    Damage Spread
    ±20%
    Experiência
    200%
    Model Size
    140%
    Type
    AtlasBossPhoenix
    Metadata
    PhoenixBossElder

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Life
    {
    	corpse_usable = false
    }
    
    Stats
    {
    	base_cannot_be_damaged = 1
    	base_cannot_be_stunned = 1
    	cannot_be_knocked_back = 1
    	is_hidden_monster = 1
    	immune_to_curses = 1
    	immune_to_auras_from_other_entities = 1
    	set_immune_vaal_lighting_warp = 1
    }
    
    Transitionable
    {
    	
    }
    
    Preload
    {
    	preload_object = "Metadata/Monsters/ElderBosses/ElderAbsorb"
    	preload_object = "Metadata/MiscellaneousObjects/ElderPortal"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Transitionable
    {
    	on_transition = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/Elder/entrance/affecting_target.epk );"
    	create_transitioned = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/Elder/entrance/affecting_target_instant.epk );"
    }
    
    Animated
    {
    	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/Elder/entrance/entrance.ao"
    	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/Elder/absorb/absorb.ao"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/AtlasBosses/PhoenixBossElder"] = {
        name = "Guardian of the Phoenix",
        life = 13,
        fireResist = 50,
        coldResist = 50,
        lightningResist = 50,
        chaosResist = 30,
        damage = 1.4,
        damageSpread = 0.2,
        attackTime = 1.755,
        attackRange = 12,
        accuracy = 1,
        weaponType1 = "One Hand Sword",
        weaponType2 = "One Hand Sword",
        skillList = {
        },
        modList = {
        },
    }
    
    Velocidade de Conjuração aumentada em 35%
    IdMonsterMapBoss
    FamilyMonsterMapBoss
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • monster slain experience +% Min: 100 Max: 100 Global
  • monster dropped item rarity +% Min: 15000 Max: 15000 Global
  • IdMonsterPhysicalAddedAsFirePhoenixBoss
    FamilyPhysicalAddedAsFire
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • physical damage % to add as fire Min: 100 Max: 100 Global
  • Craft Tagsphysical_damage elemental_damage damage physical elemental fire
    Vida máxima aumentada em (12–16)%
    IdCannotBeSlowedBelowValueBosses
    FamilyCannotBeSlowedBelowValue
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • hellscape boots action speed +% minimum value Min: -50 Max: -50 Global
  • Craft Tagsspeed
    +25% de Resistência a Caos aos Monstros
    +40% de Resistência Elemental aos Monstros
    heist contract alert level +% final [-5]
    heist contract lockdown timer +% [5]
    heist monster spawner alive limit +% [5]
    map item drop quantity +% [13]
    map item drop rarity +% [8]
    IdStunRepeatImmunityMapBossSuper
    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: 4000 Max: 4000 Global
  • grant actor scale +% to aura owner on death [2]
    grant attack speed +% to aura owner on death [5]
    grant cast speed +% to aura owner on death [5]
    grant damage reduction % to aura owner on death [-2]
    soul is consumed on death [1]
    IdImmuneToKnockback
    FamilyImmuneToKnockback
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • cannot be knocked back Min: 1 Max: 1 Global
  • Community Wiki

    Edit

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

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