Companheiro de Vagan
Humanóide
20% de Chance de Bloquear o Dano de Ataques
Você sofre 10% do Dano de Acertos Bloqueados
Vagan's Companion
SpectreN
Tagscursing_monster, flesh_armour, has_one_handed_melee, has_thrusting_one_hand_sword, human, humanoid, medium_height, medium_movement, melee, not_int, not_str, physical_affinity, puncturing_weapon, red_blood
Vida
182%
Evasão
+50%
Ailment Threshold
182%
Resistência
20 20 20 0
Damage
140%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 9
Attack Time
1.2 Second
Damage Spread
±20%
Experiência
140%
Model Size
100%
Type
DuelistMasterAlly
Metadata
StrDexMissionAlly1
Nível
68
Vida
11,709
Armadura
28,790
Evasão
7,109
Escudo de Energia
0
Damage
523
Dano Mágico
523
Precisão
290
Attack Time
1.2
Experiência
14,357
Ailment Threshold
11,709
Chill
37
Shock
37
Brittle
209
Scorch
37
Sap
102
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque Padrão
Base Damage: 418–628
Chance de Crítico: 5%
Attack Time: 1.2 seg
Abate seus inimigos com um golpe poderoso.
skill can fire arrows [1]
skill can fire wand projectiles [1]
MonsterAssassinsMark
Spell, Trappable, Totemable, Mineable, Multicastable, Triggerable, AppliesCurse, CanRapidFire, InstantNoRepeatWhenHeld, InstantShiftAttackForLeftMouse, Mark
Marca do Assassino
Tempo de Conjuração: 0.5 seg
Amaldiçoa um único inimigo, tornando-o mais vulnerável a Golpes Críticos. Matar o alvo amaldiçoado concederá vida e mana e uma carga de poder. Só pode ter uma Marca por vez.
Duração base é de 8.8 segundos
Inimigos Amaldiçoados possuem uma chance de 100% de concederem uma Carga de Poder quando mortos
Acertos contra Inimigos Amaldiçoados ganham +1.5% de Chance de Acerto Crítico
Hits against Cursed Enemies have +44% to Critical Strike Multiplier
Inimigos Amaldiçoados concedem 22 de Vida quando Mortos
Inimigos Amaldiçoados concedem 22 de Mana quando Mortos
active skill area of effect radius +% final [24]
MonsterWarlordsMark
Spell, Trappable, Totemable, Mineable, Multicastable, Triggerable, AppliesCurse, CanRapidFire, InstantNoRepeatWhenHeld, InstantShiftAttackForLeftMouse, Mark
Marca do Comandante
Tempo de Conjuração: 0.5 seg
Recarga: 8 seg
Amaldiçoa um único inimigo, dando uma chance de dobrar a duração dos atordoamentos nele. Atacar o inimigo amaldiçoado drenará vida e mana, atordoá-los concederá fúria, e matá-los concederá uma carga de tolerância. Você só pode ter uma Marca por vez.
Duração base é de 4 segundos
Inimigos Amaldiçoados concedem 2% de Dreno de Vida quando Acertados por Ataques
Inimigos Amaldiçoados concedem 2% de Dreno de Mana quando Acertados por Ataques
Inimigos Amaldiçoados possuem uma chance de 100% de concederem uma Carga de Tolerância quando mortos
Acertos contra Inimigos Amaldiçoados têm 40% de chance de dobrar a Duração do Atordoamento
active skill area of effect radius +% final [24]
MonsterPoachersMark
Spell, Trappable, Totemable, Mineable, Multicastable, Triggerable, AppliesCurse, CanRapidFire, InstantNoRepeatWhenHeld, InstantShiftAttackForLeftMouse, Mark
Marca do Larápio
Tempo de Conjuração: 0.5 seg
Amaldiçoa um único inimigo, reduzindo sua redução a dano físico e adicionando dano físico em todos os acertos contra eles. Atacar o inimigo amaldiçoado concederá vida e mana, e matá-los concederá uma carga de frenesi. Você só pode ter uma Marca por vez.
Duração base é de 8.8 segundos
Inimigos Amaldiçoados possuem uma chance de 100% de concederem uma Carga de Frenesi quando mortos
Inimigos Amaldiçoados concedem 9 de Vida quando Acertados por Ataques
Inimigos Amaldiçoados concedem 9 de Mana quando Acertados por Ataques
Inimigos Amaldiçoados têm -20% de Reducão de Dano Físico
active skill area of effect radius +% final [24]

Object Type

version 2
extends "Metadata/Monsters/Monster"

NPC
{
	marker_enabled = false
}

Actor
{
	main_hand_unarmed_type = "One_Hand_Sword"
	basic_action = "ChangeToStance2"
	basic_action = "ChangeToStance1"
	basic_action = "Emerge"
}

Object Type Codes

version 2
extends "Metadata/Monsters/Monster"

Animated
{
	preload_animated_object = "Metadata/Effects/Spells/traps/smoke_trap/smokebomb_poof.ao"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/MissionExile/StrDexMissionAlly1"] = {
    name = "Vagan's Companion",
    life = 1.82,
    fireResist = 20,
    coldResist = 20,
    lightningResist = 20,
    chaosResist = 0,
    damage = 1.4,
    damageSpread = 0.2,
    attackTime = 1.2,
    attackRange = 9,
    accuracy = 1,
    weaponType1 = "Thrusting One Hand Sword",
    weaponType2 = "Shield",
    skillList = {
        "Melee",
        "MonsterWarlordsMark",
        "MonsterAssassinsMark",
        "MonsterPoachersMark",
    },
    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["MonsterWarlordsMark"] = {
    name = "Warlord's Mark",
    hidden = true,
    color = "1",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Curses a single enemy, giving a chance to double the duration of stuns on them. Attacking the cursed enemy will leech life and mana, stunning them will grant rage, and killing it will grant an endurance charge. You can only have one Mark at a time.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Trappable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.AppliesCurse] = true,
        [SkillType.CanRapidFire] = true,
        [SkillType.InstantNoRepeatWhenHeld] = true,
        [SkillType.InstantShiftAttackForLeftMouse] = true,
        [SkillType.Mark] = true,
    },
    statDescriptionScope = "curse_skill_stat_descriptions",
    castTime = 0.5,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_skill_effect_duration",
        "enemy_chance_to_double_stun_duration_%_vs_self",
        "life_leech_on_any_damage_when_hit_by_attack_permyriad",
        "mana_leech_on_any_damage_when_hit_by_attack_permyriad",
        "chance_to_grant_endurance_charge_on_death_%",
        "active_skill_area_of_effect_radius_+%_final",
    },
    levels = {
        [1] = {4000, 40, 200, 200, 100, 24, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MonsterAssassinsMark"] = {
    name = "Assassin's Mark",
    hidden = true,
    color = "3",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Curses a single enemy, making them more vulnerable to Critical Strikes. Killing the cursed enemy will grant life and mana, and a power charge. You can only have one Mark at a time.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Trappable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.AppliesCurse] = true,
        [SkillType.CanRapidFire] = true,
        [SkillType.InstantNoRepeatWhenHeld] = true,
        [SkillType.InstantShiftAttackForLeftMouse] = true,
        [SkillType.Mark] = true,
    },
    statDescriptionScope = "curse_skill_stat_descriptions",
    castTime = 0.5,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_skill_effect_duration",
        "enemy_additional_critical_strike_multiplier_against_self",
        "enemy_additional_critical_strike_chance_against_self",
        "life_granted_when_killed",
        "mana_granted_when_killed",
        "chance_to_grant_power_charge_on_death_%",
        "active_skill_area_of_effect_radius_+%_final",
    },
    levels = {
        [1] = {8800, 44, 150, 22, 22, 100, 24, levelRequirement = 4, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MonsterPoachersMark"] = {
    name = "Poacher's Mark",
    hidden = true,
    color = "2",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Curses a single enemy, lowering their physical damage reduction, and adding physical damage to all hits against them. Attacking the cursed enemy will grant life and mana, and killing them will grant a frenzy charge. You can only have one Mark at a time.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Trappable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.AppliesCurse] = true,
        [SkillType.CanRapidFire] = true,
        [SkillType.InstantNoRepeatWhenHeld] = true,
        [SkillType.InstantShiftAttackForLeftMouse] = true,
        [SkillType.Mark] = true,
    },
    statDescriptionScope = "curse_skill_stat_descriptions",
    castTime = 0.5,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_skill_effect_duration",
        "base_additional_physical_damage_reduction_%",
        "life_granted_when_hit_by_attacks",
        "mana_granted_when_hit_by_attacks",
        "chance_to_grant_frenzy_charge_on_death_%",
        "active_skill_area_of_effect_radius_+%_final",
    },
    levels = {
        [1] = {8800, -20, 9, 9, 100, 24, levelRequirement = 30, statInterpolation = {},  cost = { }, },
    },
}
20% de Chance de Bloquear o Dano de Ataques
Você sofre 10% do Dano de Acertos Bloqueados
IdMonsterAttackBlock30Bypass20
FamilyMonsterBlockAndBypass
Domainsmonstro (3)
GenerationTypeunico (3)
Req. level1
Stats
  • monster base block % Min: 20 Max: 20 Global
  • base block % damage taken Min: 10 Max: 10 Global
  • Craft Tagsblock
    Companheiro de Vagan
    Humanóide
    Vagan's Companion
    SpectreN
    Tagscold_affinity, flesh_armour, has_bow, human, humanoid, medium_height, medium_movement, not_int, not_str, physical_affinity, puncturing_weapon, ranged, red_blood
    Vida
    182%
    Evasão
    +50%
    Ailment Threshold
    182%
    Resistência
    20 20 20 0
    Damage
    140%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    6 ~ 40
    Attack Time
    1.2 Second
    Damage Spread
    ±20%
    Experiência
    140%
    Model Size
    100%
    Type
    DuelistMasterAlly
    Metadata
    StrDexMissionAlly2
    Nível
    68
    Vida
    11,709
    Armadura
    28,790
    Evasão
    7,109
    Escudo de Energia
    0
    Damage
    523
    Dano Mágico
    523
    Precisão
    290
    Attack Time
    1.2
    Experiência
    14,357
    Ailment Threshold
    11,709
    Chill
    37
    Shock
    37
    Brittle
    209
    Scorch
    37
    Sap
    102
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque Padrão
    Base Damage: 418–628
    Chance de Crítico: 5%
    Attack Time: 1.2 seg
    Abate seus inimigos com um golpe poderoso.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    ExileBarrageStrDexMasterAlly
    Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Totemable, Trappable, Mineable
    Barragem
    Base Damage: 418–628
    Chance de Crítico: 5%
    Attack Time: 1.2 seg
    Recarga: 6 seg
    Após uma rápida preparação, você atira projéteis individuais repetidamente com um Arco ou Varinha. Estes projéteis têm uma pequena randomização de propagação. Esta habilidade não pode ser Ativada.
    Causa 50% menos Dano
    Dispara 12 Projéteis adicionais
    Dispara Projéteis em sequência
    40% menos Velocidade de Ataque
    monster reverse point blank damage -% at minimum range [30]
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    MonsterIceShotStrDexMasterAlly
    Attack, RangedAttack, Projectile, ProjectilesFromUser, Area, Cold, Triggerable, MirageArcherCanUse, Totemable, Trappable, Mineable
    Tiro Gélido
    Base Damage: 418–628
    Chance de Crítico: 5%
    Attack Time: 1.2 seg
    Recarga: 2 seg
    Atira uma flecha que converte parte do dano físico para dano de gelo no alvo e converte todo o dano físico em dano de gelo em um cone atrás do alvo.
    Causa 20% mais Dano
    Duração base é de 3.5 segundos
    Dano Físico aumentado em 29%
    50% do Dano Físico Convertido para Dano de Gelo
    Velocidade de Projéteis reduzida em 65%
    skill can fire arrows [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    NPC
    {
    	marker_enabled = false
    }
    
    Actor
    {
    	main_hand_unarmed_type = "One_Hand_Sword"
    	basic_action = "ChangeToStance2"
    	basic_action = "ChangeToStance1"
    	basic_action = "Emerge"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Animated
    {
    	preload_animated_object = "Metadata/Effects/Spells/traps/smoke_trap/smokebomb_poof.ao"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/MissionExile/StrDexMissionAlly2"] = {
        name = "Vagan's Companion",
        life = 1.82,
        fireResist = 20,
        coldResist = 20,
        lightningResist = 20,
        chaosResist = 0,
        damage = 1.4,
        damageSpread = 0.2,
        attackTime = 1.2,
        attackRange = 40,
        accuracy = 1,
        weaponType1 = "Bow",
        skillList = {
            "Melee",
            "MonsterIceShotStrDexMasterAlly",
            "ExileBarrageStrDexMasterAlly",
        },
        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["MonsterIceShotStrDexMasterAlly"] = {
        name = "Ice Shot",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Fires an arrow that converts some physical damage to cold on its target and converts all physical damage to cold in a cone behind that target.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Area] = true,
            [SkillType.Cold] = true,
            [SkillType.Triggerable] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Totemable] = true,
            [SkillType.Trappable] = true,
            [SkillType.Mineable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_physical_damage_%_to_convert_to_cold",
            "base_skill_effect_duration",
            "physical_damage_+%",
            "active_skill_damage_+%_final",
            "base_projectile_speed_+%",
            "skill_can_fire_arrows",
        },
        levels = {
            [1] = {50, 3500, 29, 20, -65, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ExileBarrageStrDexMasterAlly"] = {
        name = "Barrage",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "After a short preparation time, you fire individual projectiles repeatedly with a Bow or Wand. These projectiles have a small randomised spread. This skill cannot be Triggered.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Totemable] = true,
            [SkillType.Trappable] = true,
            [SkillType.Mineable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "number_of_additional_projectiles",
            "active_skill_damage_+%_final",
            "active_skill_attack_speed_+%_final",
            "monster_reverse_point_blank_damage_-%_at_minimum_range",
            "skill_can_fire_arrows",
            "skill_can_fire_wand_projectiles",
            "projectiles_barrage",
        },
        levels = {
            [1] = {12, -50, -40, 30, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    Companheiro de Vagan
    Humanóide
    Armadilhas não podem ser Danificadas por +4 segundos após serem Arremessadas
    Minas não podem ser Danificadas por +4 segundos após serem arremessadas
    kill traps mines and totems on death [1]
    20% de Chance de Bloquear o Dano de Ataques
    Você sofre 10% do Dano de Acertos Bloqueados
    Vagan's Companion
    SpectreN
    TagsConjurador, flesh_armour, has_one_handed_melee, has_thrusting_one_hand_sword, human, humanoid, lightning_affinity, medium_height, medium_movement, melee, not_int, not_str, physical_affinity, puncturing_weapon, ranged, red_blood
    Vida
    182%
    Evasão
    +50%
    Ailment Threshold
    182%
    Resistência
    20 20 20 0
    Damage
    140%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    6 ~ 9
    Attack Time
    1.2 Second
    Damage Spread
    ±20%
    Experiência
    140%
    Model Size
    100%
    Type
    DuelistMasterAlly
    Metadata
    StrDexMissionAlly3
    Nível
    68
    Vida
    11,709
    Armadura
    28,790
    Evasão
    7,109
    Escudo de Energia
    0
    Damage
    523
    Dano Mágico
    523
    Precisão
    290
    Attack Time
    1.2
    Experiência
    14,357
    Ailment Threshold
    11,709
    Chill
    37
    Shock
    37
    Brittle
    209
    Scorch
    37
    Sap
    102
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque Padrão
    Base Damage: 418–628
    Chance de Crítico: 5%
    Attack Time: 1.2 seg
    Abate seus inimigos com um golpe poderoso.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    MonsterVaalLightningTrapStrDexMasterAlly
    Spell, Damage, Projectile, ProjectilesFromUser, Trapped, Mineable, Duration, Vaal, Lightning
    Armadilha Relampejante Vaal
    Chance de Crítico: 4%
    Tempo de Conjuração: 1 seg
    Recarga: 8 seg
    Lança uma armadilha que atira um anel de projéteis pelos inimigos que a ativaram, causando dano de raio neles e alvos subsequêntes e deixando um rastro de solo eletrizante.
    Causa 372 a 1116 de Dano de Raio
    Armadilhas ativam no fim de suas Durações
    Armadilha dura +5 segundos
    Duração base é de 4 segundos
    Dispara 8 Projéteis adicionais
    Pode ter até 6 Armadilhas adicionais armadas por vez
    Dispara Projéteis em um círculo
    Projéteis deixam Solo Eletrizado
    base is projectile [1]
    base skill is trapped [1]
    ignores trap and mine cooldown limit [1]
    trap variation [12]
    StrDexMissionBallLightningTrap
    Spell, Damage, Projectile, ProjectilesFromUser, Area, Totemable, Trappable, Mineable, Multicastable, Triggerable, Lightning, CanRapidFire, AreaSpell
    Esfera Trovejante
    Tempo de Conjuração: 0.8 seg
    Recarga: 3 seg
    Dispara um projétil lento que causa dano repetidamente nos inimigos em uma área ao seu redor com feixes de raio.
    Causa 151.1 a 280.7 de Dano de Raio
    Armadilha dura +6 segundos
    Velocidade de Projéteis reduzida em 200%
    Raio Base igual a 1.8 metros
    active skill area of effect radius +% final [-33]
    base is projectile [1]
    base skill is trapped [1]
    ignores trap and mine cooldown limit [1]
    trap variation [12]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    NPC
    {
    	marker_enabled = false
    }
    
    Actor
    {
    	main_hand_unarmed_type = "One_Hand_Sword"
    	basic_action = "ChangeToStance2"
    	basic_action = "ChangeToStance1"
    	basic_action = "Emerge"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Animated
    {
    	preload_animated_object = "Metadata/Effects/Spells/traps/smoke_trap/smokebomb_poof.ao"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/MissionExile/StrDexMissionAlly3"] = {
        name = "Vagan's Companion",
        life = 1.82,
        fireResist = 20,
        coldResist = 20,
        lightningResist = 20,
        chaosResist = 0,
        damage = 1.4,
        damageSpread = 0.2,
        attackTime = 1.2,
        attackRange = 9,
        accuracy = 1,
        weaponType1 = "Thrusting One Hand Sword",
        weaponType2 = "Shield",
        skillList = {
            "Melee",
            "StrDexMissionBallLightningTrap",
            "MonsterVaalLightningTrapStrDexMasterAlly",
        },
        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["StrDexMissionBallLightningTrap"] = {
        name = "Ball Lightning",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Fires a slow-moving projectile that damages each enemy in an area around it repeatedly with bolts of lightning.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Area] = true,
            [SkillType.Totemable] = true,
            [SkillType.Trappable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Lightning] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.8,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "base_projectile_speed_+%",
            "base_trap_duration",
            "trap_variation",
            "active_skill_area_of_effect_radius_+%_final",
            "active_skill_base_area_of_effect_radius",
            "base_is_projectile",
            "is_trap",
            "base_skill_is_trapped",
            "ignores_trap_and_mine_cooldown_limit",
        },
        levels = {
            [1] = {0.69999998807907, 1.2999999523163, -200, 6000, 12, -33, 18, levelRequirement = 3, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MonsterVaalLightningTrapStrDexMasterAlly"] = {
        name = "Vaal Lightning Trap",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Throws a trap that launches a ring of projectiles through the enemy that set it off, dealing lightning damage to them and subsequent targets and leaving a trail of shocked ground.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Trapped] = true,
            [SkillType.Mineable] = true,
            [SkillType.Duration] = true,
            [SkillType.Vaal] = true,
            [SkillType.Lightning] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
            projectile = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "base_trap_duration",
            "number_of_additional_projectiles",
            "base_skill_effect_duration",
            "trap_variation",
            "number_of_additional_traps_allowed",
            "projectiles_nova",
            "is_trap",
            "base_skill_is_trapped",
            "base_is_projectile",
            "lightning_trap_projectiles_leave_shocking_ground",
            "ignores_trap_and_mine_cooldown_limit",
            "traps_explode_on_timeout",
        },
        levels = {
            [1] = {0.5, 1.5, 5000, 8, 4000, 12, 6, critChance = 4, levelRequirement = 3, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    Armadilhas não podem ser Danificadas por +4 segundos após serem Arremessadas
    Minas não podem ser Danificadas por +4 segundos após serem arremessadas
    IdMonsterImplicitTrapsInvulnerable4Sec
    FamilyMonsterTrapsInvulnerable
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • mines invulnerable for duration ms Min: 4000 Max: 4000 Global
  • traps invulnerable for duration ms Min: 4000 Max: 4000 Global
  • kill traps mines and totems on death [1]
    IdMonsterKillTrapsMinesTotemsOnDeath
    FamilyMonsterKillTrapsMinesTotemsOnDeath
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • kill traps mines and totems on death Min: 1 Max: 1 Global
  • 20% de Chance de Bloquear o Dano de Ataques
    Você sofre 10% do Dano de Acertos Bloqueados
    IdMonsterAttackBlock30Bypass20
    FamilyMonsterBlockAndBypass
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • monster base block % Min: 20 Max: 20 Global
  • base block % damage taken Min: 10 Max: 10 Global
  • Craft Tagsblock
    Companheiro de Vagan
    Humanóide
    20% de Chance de Bloquear o Dano de Ataques
    Você sofre 10% do Dano de Acertos Bloqueados
    Vagan's Companion
    SpectreN
    TagsConjurador, fire_affinity, flesh_armour, has_one_handed_melee, has_thrusting_one_hand_sword, human, humanoid, medium_height, medium_movement, melee, not_int, not_str, physical_affinity, puncturing_weapon, red_blood
    Vida
    182%
    Evasão
    +50%
    Ailment Threshold
    182%
    Resistência
    20 20 20 0
    Damage
    140%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    6 ~ 9
    Attack Time
    1.2 Second
    Damage Spread
    ±20%
    Experiência
    140%
    Model Size
    100%
    Type
    DuelistMasterAlly
    Metadata
    StrDexMissionAlly4
    Nível
    68
    Vida
    11,709
    Armadura
    28,790
    Evasão
    7,109
    Escudo de Energia
    0
    Damage
    523
    Dano Mágico
    523
    Precisão
    290
    Attack Time
    1.2
    Experiência
    14,357
    Ailment Threshold
    11,709
    Chill
    37
    Shock
    37
    Brittle
    209
    Scorch
    37
    Sap
    102
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque Padrão
    Base Damage: 418–628
    Chance de Crítico: 5%
    Attack Time: 1.2 seg
    Abate seus inimigos com um golpe poderoso.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    FireNovaStrDexMasterAlly
    Spell, Damage, Triggerable, Area, Fire, Multicastable, RemoteMined, AreaSpell, HasReservation
    Mina Explosiva de Fogo
    Tempo de Conjuração: 0.4 seg
    Recarga: 8 seg
    Arma uma mina remota que você pode detonar para criar uma série de explosões de gelo. Cada explosão sequencial da mesma mina causará mais dano do que a anterior.
    Seus Acertos não podem Atordoar Inimigos
    Habilidades se Repetem 12 Vezes mais
    Causa 226.5 a 339.8 de Dano de Fogo
    Velocidade de Conjuração reduzida em 20%
    15% mais Dano com Acertos e Afecções por Repetição
    active skill area of effect radius +% final [-20]
    is area damage [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    NPC
    {
    	marker_enabled = false
    }
    
    Actor
    {
    	main_hand_unarmed_type = "One_Hand_Sword"
    	basic_action = "ChangeToStance2"
    	basic_action = "ChangeToStance1"
    	basic_action = "Emerge"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Animated
    {
    	preload_animated_object = "Metadata/Effects/Spells/traps/smoke_trap/smokebomb_poof.ao"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/MissionExile/StrDexMissionAlly4"] = {
        name = "Vagan's Companion",
        life = 1.82,
        fireResist = 20,
        coldResist = 20,
        lightningResist = 20,
        chaosResist = 0,
        damage = 1.4,
        damageSpread = 0.2,
        attackTime = 1.2,
        attackRange = 9,
        accuracy = 1,
        weaponType1 = "Thrusting One Hand Sword",
        weaponType2 = "Shield",
        skillList = {
            "Melee",
            "FireNovaStrDexMasterAlly",
        },
        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["FireNovaStrDexMasterAlly"] = {
        name = "Fire Nova Mine",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Lay a remote mine that you can detonate to create a series of fire novas. Each sequential nova from the same mine will do higher damage than the previous.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Area] = true,
            [SkillType.Fire] = true,
            [SkillType.Multicastable] = true,
            [SkillType.RemoteMined] = true,
            [SkillType.AreaSpell] = true,
            [SkillType.HasReservation] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.4,
        baseFlags = {
            area = true,
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "skill_repeat_count",
            "fire_nova_damage_+%_per_repeat_final",
            "base_cast_speed_+%",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
            "cannot_stun",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 12, 15, -20, -20, levelRequirement = 3, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    20% de Chance de Bloquear o Dano de Ataques
    Você sofre 10% do Dano de Acertos Bloqueados
    IdMonsterAttackBlock30Bypass20
    FamilyMonsterBlockAndBypass
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • monster base block % Min: 20 Max: 20 Global
  • base block % damage taken Min: 10 Max: 10 Global
  • Craft Tagsblock
    Companheiro de Vagan
    Humanóide
    Armadilhas não podem ser Danificadas por +4 segundos após serem Arremessadas
    Minas não podem ser Danificadas por +4 segundos após serem arremessadas
    kill traps mines and totems on death [1]
    Vagan's Companion
    SpectreN
    TagsConjurador, fire_affinity, flesh_armour, has_bow, human, humanoid, medium_height, medium_movement, not_int, not_str, physical_affinity, puncturing_weapon, red_blood
    Vida
    182%
    Evasão
    +50%
    Ailment Threshold
    182%
    Resistência
    20 20 20 0
    Damage
    140%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    6 ~ 40
    Attack Time
    1.2 Second
    Damage Spread
    ±20%
    Experiência
    140%
    Model Size
    100%
    Type
    DuelistMasterAlly
    Metadata
    StrDexMissionAlly5
    Nível
    68
    Vida
    11,709
    Armadura
    28,790
    Evasão
    7,109
    Escudo de Energia
    0
    Damage
    523
    Dano Mágico
    523
    Precisão
    290
    Attack Time
    1.2
    Experiência
    14,357
    Ailment Threshold
    11,709
    Chill
    37
    Shock
    37
    Brittle
    209
    Scorch
    37
    Sap
    102
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque Padrão
    Base Damage: 418–628
    Chance de Crítico: 5%
    Attack Time: 1.2 seg
    Abate seus inimigos com um golpe poderoso.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    MonsterFireTrapStrDexMasterAlly
    Spell, Duration, Damage, Mineable, Area, CausesBurning, Trapped, DamageOverTime, Fire, AreaSpell
    Armadilha Flamejante
    Chance de Crítico: 5%
    Tempo de Conjuração: 1 seg
    Recarga: 2 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.
    Armadilha dura +30 segundos
    Causa 465.1 de Dano de Fogo Base por segundo
    Duração base é de 8 segundos
    Causa 669.8 a 1116 de Dano de Fogo
    active skill area of effect radius +% final [-20]
    base skill is trapped [1]
    ignores trap and mine cooldown limit [1]
    is area damage [1]
    monster penalty against minions damage +% final vs player minions [-25]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    NPC
    {
    	marker_enabled = false
    }
    
    Actor
    {
    	main_hand_unarmed_type = "One_Hand_Sword"
    	basic_action = "ChangeToStance2"
    	basic_action = "ChangeToStance1"
    	basic_action = "Emerge"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Animated
    {
    	preload_animated_object = "Metadata/Effects/Spells/traps/smoke_trap/smokebomb_poof.ao"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/MissionExile/StrDexMissionAlly5"] = {
        name = "Vagan's Companion",
        life = 1.82,
        fireResist = 20,
        coldResist = 20,
        lightningResist = 20,
        chaosResist = 0,
        damage = 1.4,
        damageSpread = 0.2,
        attackTime = 1.2,
        attackRange = 40,
        accuracy = 1,
        weaponType1 = "Bow",
        skillList = {
            "Melee",
            "MonsterFireTrapStrDexMasterAlly",
        },
        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["MonsterFireTrapStrDexMasterAlly"] = {
        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_trap_duration",
            "base_skill_effect_duration",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
            "base_skill_is_trapped",
            "ignores_trap_and_mine_cooldown_limit",
            "is_trap",
        },
        levels = {
            [1] = {0.60000002384186, 1, 1.5, 30000, 8000, -25, -20, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3, 3},  cost = { }, },
        },
    }
    
    Armadilhas não podem ser Danificadas por +4 segundos após serem Arremessadas
    Minas não podem ser Danificadas por +4 segundos após serem arremessadas
    IdMonsterImplicitTrapsInvulnerable4Sec
    FamilyMonsterTrapsInvulnerable
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • mines invulnerable for duration ms Min: 4000 Max: 4000 Global
  • traps invulnerable for duration ms Min: 4000 Max: 4000 Global
  • kill traps mines and totems on death [1]
    IdMonsterKillTrapsMinesTotemsOnDeath
    FamilyMonsterKillTrapsMinesTotemsOnDeath
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • kill traps mines and totems on death Min: 1 Max: 1 Global
  • Companheiro de Vagan
    Humanóide
    20% de Chance de Bloquear o Dano de Ataques
    Você sofre 10% do Dano de Acertos Bloqueados
    Vagan's Companion
    SpectreN
    TagsConjurador, flesh_armour, has_dagger, has_one_handed_melee, human, humanoid, medium_height, medium_movement, melee, not_int, not_str, physical_affinity, red_blood, slashing_weapon
    Vida
    182%
    Evasão
    +50%
    Ailment Threshold
    182%
    Resistência
    20 20 20 0
    Damage
    140%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    6 ~ 9
    Attack Time
    1.2 Second
    Damage Spread
    ±20%
    Experiência
    140%
    Model Size
    100%
    Type
    DuelistMasterAlly
    Metadata
    StrDexMissionAlly6
    Nível
    68
    Vida
    11,709
    Armadura
    28,790
    Evasão
    7,109
    Escudo de Energia
    0
    Damage
    523
    Dano Mágico
    523
    Precisão
    290
    Attack Time
    1.2
    Experiência
    14,357
    Ailment Threshold
    11,709
    Chill
    37
    Shock
    37
    Brittle
    209
    Scorch
    37
    Sap
    102
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque Padrão
    Base Damage: 418–628
    Chance de Crítico: 5%
    Attack Time: 1.2 seg
    Abate seus inimigos com um golpe poderoso.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    StrDexMissionArcticArmour
    Spell, Buff, Totemable, Duration, HasReservation, TotemCastsAlone, Cold, ElementalStatus, Instant, NonHitChill, ChillingArea, AreaSpell, InstantNoRepeatWhenHeld, InstantShiftAttackForLeftMouse, Cooldown
    Armadura Ártica
    Tempo de Conjuração: 0.5 seg
    Convoca uma barreira gelada que congela os inimigos quando eles o acertam. Você deixa um chão resfriado enquanto se move e sofre menos dano de Fogo e Físico enquanto estiver parado.
    Duração base é de 3 segundos
    Buff concede 10% menos Dano Físico sofrido de Acertos enquanto parado
    Buff concede 10% menos Dano de Fogo sofrido de Acertos enquanto parado

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    NPC
    {
    	marker_enabled = false
    }
    
    Actor
    {
    	main_hand_unarmed_type = "One_Hand_Sword"
    	basic_action = "ChangeToStance2"
    	basic_action = "ChangeToStance1"
    	basic_action = "Emerge"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Animated
    {
    	preload_animated_object = "Metadata/Effects/Spells/traps/smoke_trap/smokebomb_poof.ao"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/MissionExile/StrDexMissionAlly6"] = {
        name = "Vagan's Companion",
        life = 1.82,
        fireResist = 20,
        coldResist = 20,
        lightningResist = 20,
        chaosResist = 0,
        damage = 1.4,
        damageSpread = 0.2,
        attackTime = 1.2,
        attackRange = 9,
        accuracy = 1,
        weaponType1 = "Dagger",
        weaponType2 = "Shield",
        skillList = {
            "Melee",
            "StrDexMissionArcticArmour",
        },
        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["StrDexMissionArcticArmour"] = {
        name = "Arctic Armour",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Conjures an icy barrier that chills enemies when they hit you. You drop chilled ground while moving, and take less Fire and Physical damage while stationary.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Buff] = true,
            [SkillType.Totemable] = true,
            [SkillType.Duration] = true,
            [SkillType.HasReservation] = true,
            [SkillType.TotemCastsAlone] = true,
            [SkillType.Cold] = true,
            [SkillType.ElementalStatus] = true,
            [SkillType.Instant] = true,
            [SkillType.NonHitChill] = true,
            [SkillType.ChillingArea] = true,
            [SkillType.AreaSpell] = true,
            [SkillType.InstantNoRepeatWhenHeld] = true,
            [SkillType.InstantShiftAttackForLeftMouse] = true,
            [SkillType.Cooldown] = true,
        },
        statDescriptionScope = "buff_skill_stat_descriptions",
        castTime = 0.5,
        baseFlags = {
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "chill_enemy_when_hit_duration_ms",
            "new_arctic_armour_physical_damage_taken_when_hit_+%_final",
            "new_arctic_armour_fire_damage_taken_when_hit_+%_final",
            "base_skill_effect_duration",
        },
        levels = {
            [1] = {500, -10, -10, 3000, levelRequirement = 4, statInterpolation = {},  cost = { }, },
        },
    }
    
    20% de Chance de Bloquear o Dano de Ataques
    Você sofre 10% do Dano de Acertos Bloqueados
    IdMonsterAttackBlock30Bypass20
    FamilyMonsterBlockAndBypass
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • monster base block % Min: 20 Max: 20 Global
  • base block % damage taken Min: 10 Max: 10 Global
  • Craft Tagsblock
    Companheiro de Vagan
    Humanóide
    Vagan's Companion
    SpectreN
    Tagsflesh_armour, has_bow, human, humanoid, medium_height, medium_movement, not_int, not_str, physical_affinity, puncturing_weapon, ranged, red_blood
    Vida
    182%
    Evasão
    +50%
    Ailment Threshold
    182%
    Resistência
    20 20 20 0
    Damage
    140%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    6 ~ 40
    Attack Time
    1.2 Second
    Damage Spread
    ±20%
    Experiência
    140%
    Model Size
    100%
    Type
    DuelistMasterAlly
    Metadata
    StrDexMissionAlly7
    Nível
    68
    Vida
    11,709
    Armadura
    28,790
    Evasão
    7,109
    Escudo de Energia
    0
    Damage
    523
    Dano Mágico
    523
    Precisão
    290
    Attack Time
    1.2
    Experiência
    14,357
    Ailment Threshold
    11,709
    Chill
    37
    Shock
    37
    Brittle
    209
    Scorch
    37
    Sap
    102
    ExileBarrageStrDexMasterAlly2
    Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Totemable, Trappable, Mineable
    Barragem
    Base Damage: 418–628
    Chance de Crítico: 5%
    Attack Time: 1.2 seg
    Recarga: 2 seg
    Após uma rápida preparação, você atira projéteis individuais repetidamente com um Arco ou Varinha. Estes projéteis têm uma pequena randomização de propagação. Esta habilidade não pode ser Ativada.
    Causa 50% menos Dano
    Dispara 45 Projéteis adicionais
    Dispara Projéteis em sequência
    75% menos Velocidade de Ataque
    monster reverse point blank damage -% at minimum range [30]
    skill can fire arrows [1]
    skill can fire wand projectiles [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    NPC
    {
    	marker_enabled = false
    }
    
    Actor
    {
    	main_hand_unarmed_type = "One_Hand_Sword"
    	basic_action = "ChangeToStance2"
    	basic_action = "ChangeToStance1"
    	basic_action = "Emerge"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Animated
    {
    	preload_animated_object = "Metadata/Effects/Spells/traps/smoke_trap/smokebomb_poof.ao"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/MissionExile/StrDexMissionAlly7"] = {
        name = "Vagan's Companion",
        life = 1.82,
        fireResist = 20,
        coldResist = 20,
        lightningResist = 20,
        chaosResist = 0,
        damage = 1.4,
        damageSpread = 0.2,
        attackTime = 1.2,
        attackRange = 40,
        accuracy = 1,
        weaponType1 = "Bow",
        skillList = {
            "ExileBarrageStrDexMasterAlly2",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ExileBarrageStrDexMasterAlly2"] = {
        name = "Barrage",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "After a short preparation time, you fire individual projectiles repeatedly with a Bow or Wand. These projectiles have a small randomised spread. This skill cannot be Triggered.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Totemable] = true,
            [SkillType.Trappable] = true,
            [SkillType.Mineable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "number_of_additional_projectiles",
            "active_skill_damage_+%_final",
            "active_skill_attack_speed_+%_final",
            "monster_reverse_point_blank_damage_-%_at_minimum_range",
            "skill_can_fire_arrows",
            "skill_can_fire_wand_projectiles",
            "projectiles_barrage",
        },
        levels = {
            [1] = {45, -50, -75, 30, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    Edit

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