Lord of the Bow
Humanoid
15000% increased Rarity of Items Dropped
Monsters grant 100% increased Experience
40% increased Attack Speed
Skills fire 2 additional Projectiles
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
stance movement speed +% final [112]
SpectreN
Tagsarcher_boss, bandit, chaos_affinity, cold_affinity, fire_affinity, flesh_armour, has_bow, human, humanoid, lightning_affinity, medium_height, not_int, not_str, physical_affinity, puncturing_weapon, ranged, red_blood, very_slow_movement
Life
180%
Evasion
+10%
Ailment Threshold
180%
Resistance
40 40 40 25
Damage
90%
Accuracy
100%
Critical Strike Chance
+5%
Critical Strike Multiplier
+130%
Attack Distance
6 ~ 40
Attack Time
1.995 Second
Damage Spread
±20%
Experience
150%
Model Size
120%
Type
BanditBowMapBoss
Metadata
MapBanditBossBow
Level
68
Life
250,823
Armour
28,790
Evasion
5,213
Energy Shield
0
Damage
383
Spell Damage
572
Accuracy
290
Attack Time
1.33665
Experience
84,604
Ailment Threshold
158,019
Chill
500
Shock
500
Brittle
2,827
Scorch
500
Sap
1,380
MonsterPuncture
Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Duration, Trappable, Mineable, Totemable, MeleeSingleTarget, Multistrikeable, Melee, DamageOverTime, Triggerable, Physical
Puncture
Base Damage: 608–912
Critical Strike Chance: 5%
Attack Damage: 120%
Attack Time: 1.995 sec
Punctures enemies, causing a bleeding debuff, which will be affected by modifiers to skill duration. Puncture works with bows, daggers, claws or swords.
Deals 20% more Attack Damage
+197% more Damage with Bleeding
Causes Bleeding
skill can fire arrows [1]
MonsterLightningArrow
Attack, RangedAttack, MirageArcherCanUse, Area, Projectile, ProjectilesFromUser, Totemable, Trappable, Mineable, Lightning, Triggerable
Lightning Arrow
Base Damage: 608–912
Critical Strike Chance: 5%
Attack Time: 1.995 sec
Fires a charged arrow which damages enemies by causing them to be struck by a bolt of lightning, which also damages a number of surrounding enemies.
50% of Physical Damage Converted to Lightning Damage
25% chance to Shock enemies
Hits up to 4 additional enemies near the target
active skill area of effect radius +% final [-12]
base is projectile [1]
BanditExplosiveArrow
Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Damage, Area, Duration, Totemable, Trappable, Mineable, Fire, Triggerable
Explosive Arrow
Base Damage: 608–912
Critical Strike Chance: 5%
Attack Time: 1.995 sec
Fires an arrow which acts as a short duration fuse. Applying additional arrows to an enemy extends the duration. When the target dies or the fuses expire, the arrows explode, dealing fire AoE damage to nearby enemies. The AoE radius is proportional to the number of arrows upon death.
Base duration is 1 seconds
Explosion deals 763.8 to 1146 Base Fire Damage per Fuse Charge
+0.2 metres to Explosion Radius per Explosive Arrow on Target
base is projectile [1]
skill can fire arrows [1]
MonsterCausticArrow
Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Area, Duration, Trappable, Mineable, Totemable, DamageOverTime, Chaos, Triggerable
Caustic Arrow
Base Damage: 608–912
Critical Strike Chance: 5%
Attack Time: 1.995 sec
Fires an arrow which deals chaos damage in an area on impact, and spreads caustic ground. Enemies standing on the caustic ground take chaos damage over time.
Deals 160.9 Base Chaos Damage per second
Base duration is 2.4 seconds
Modifiers to Projectile Damage apply to this Skill's Damage Over Time effect
Gain 34% of your Physical Damage as Extra Chaos Damage
active skill area of effect radius +% final [-33]
ground caustic art variation [2]
monster penalty against minions damage +% final vs player minions [-25]
skill can fire arrows [1]
visual hit effect chaos is green [1]
MonsterIceShot
Attack, RangedAttack, Projectile, ProjectilesFromUser, Area, Cold, Triggerable, MirageArcherCanUse, Totemable, Trappable, Mineable
Ice Shot
Base Damage: 608–912
Critical Strike Chance: 5%
Attack Time: 1.995 sec
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.
Base duration is 2.5 seconds
50% increased Physical Damage
50% of Physical Damage Converted to Cold Damage
projectile uses contact position [1]
skill can fire arrows [1]
use scaled contact offset [1]
MonsterBurningArrow
Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Totemable, Trappable, Mineable, Fire, ThresholdJewelArea, Triggerable
Burning Arrow
Base Damage: 608–912
Critical Strike Chance: 5%
Attack Damage: 107.5%
Attack Time: 1.995 sec
Fires a burning arrow that deals fire damage and has a chance to ignite.
Deals 7.5% more Attack Damage
Deals 33% more Damage
Base duration is 4 seconds
25% increased Physical Damage
100% of Physical Damage Converted to Fire Damage
50% chance to Ignite enemies
50% increased Burning Damage
skill can fire arrows [1]

Object Type

version 2
extends "Metadata/Monsters/Bandits/BanditBow"

Object Type Codes

version 2
extends "Metadata/Monsters/Bandits/BanditBow"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Bandits/MapBanditBossBow"] = {
    name = "Lord of the Bow",
    life = 1.8,
    fireResist = 40,
    coldResist = 40,
    lightningResist = 40,
    chaosResist = 25,
    damage = 0.9,
    damageSpread = 0.2,
    attackTime = 1.995,
    attackRange = 40,
    accuracy = 1,
    weaponType1 = "Bow",
    skillList = {
        "MonsterCausticArrow",
        "BanditExplosiveArrow",
        "MonsterPuncture",
        "MonsterLightningArrow",
        "MonsterBurningArrow",
        "MonsterIceShot",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["MonsterCausticArrow"] = {
    name = "Caustic Arrow",
    hidden = true,
    color = "2",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Fires an arrow which deals chaos damage in an area on impact, and spreads caustic ground. Enemies standing on the caustic ground take chaos damage over time.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.RangedAttack] = true,
        [SkillType.MirageArcherCanUse] = true,
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.Area] = true,
        [SkillType.Duration] = true,
        [SkillType.Trappable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Totemable] = true,
        [SkillType.DamageOverTime] = true,
        [SkillType.Chaos] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        area = true,
        projectile = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_chaos_damage_to_deal_per_minute",
        "base_skill_effect_duration",
        "physical_damage_%_to_add_as_chaos",
        "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
        "ground_caustic_art_variation",
        "active_skill_area_of_effect_radius_+%_final",
        "projectile_damage_modifiers_apply_to_skill_dot",
        "visual_hit_effect_chaos_is_green",
        "skill_can_fire_arrows",
    },
    levels = {
        [1] = {1, 1200, 34, -25, 2, -33, levelRequirement = 3, statInterpolation = {3, 1},  cost = { }, },
        [2] = {1, 1200, 34, -25, 2, -33, levelRequirement = 12, statInterpolation = {3, 1},  cost = { }, },
        [3] = {1, 1200, 34, -25, 2, -33, levelRequirement = 26, statInterpolation = {3, 1},  cost = { }, },
        [4] = {1, 1200, 34, -25, 2, -33, levelRequirement = 67, statInterpolation = {3, 1},  cost = { }, },
        [5] = {1.3999999761581, 2400, 34, -25, 2, -33, levelRequirement = 68, statInterpolation = {3, 1},  cost = { }, },
        [6] = {1.3999999761581, 2500, 34, -25, 2, -33, levelRequirement = 69, statInterpolation = {3, 1},  cost = { }, },
        [7] = {1.3999999761581, 2600, 34, -25, 2, -33, levelRequirement = 70, statInterpolation = {3, 1},  cost = { }, },
        [8] = {1.3999999761581, 2700, 34, -25, 2, -33, levelRequirement = 71, statInterpolation = {3, 1},  cost = { }, },
        [9] = {1.3999999761581, 2800, 34, -25, 2, -33, levelRequirement = 72, statInterpolation = {3, 1},  cost = { }, },
        [10] = {1.3999999761581, 2900, 34, -25, 2, -33, levelRequirement = 73, statInterpolation = {3, 1},  cost = { }, },
        [11] = {1.3999999761581, 3000, 34, -25, 2, -33, levelRequirement = 74, statInterpolation = {3, 1},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["BanditExplosiveArrow"] = {
    name = "Explosive Arrow",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Fires an arrow which acts as a short duration fuse. Applying additional arrows to an enemy extends the duration. When the target dies or the fuses expire, the arrows explode, dealing fire AoE damage to nearby enemies. The AoE radius is proportional to the number of arrows upon death.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.RangedAttack] = true,
        [SkillType.MirageArcherCanUse] = true,
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.Damage] = true,
        [SkillType.Area] = true,
        [SkillType.Duration] = true,
        [SkillType.Totemable] = true,
        [SkillType.Trappable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Fire] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        area = true,
        projectile = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "minimum_fire_damage_per_fuse_arrow_orb",
        "maximum_fire_damage_per_fuse_arrow_orb",
        "base_skill_effect_duration",
        "fuse_arrow_explosion_radius_+_per_fuse_arrow_orb",
        "skill_can_fire_arrows",
        "base_is_projectile",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 1000, 2, critChance = 6, levelRequirement = 2, statInterpolation = {3, 3},  cost = { }, },
        [2] = {0.80000001192093, 1.2000000476837, 1000, 2, critChance = 6, levelRequirement = 10, statInterpolation = {3, 3},  cost = { }, },
        [3] = {0.80000001192093, 1.2000000476837, 1000, 2, critChance = 6, levelRequirement = 20, statInterpolation = {3, 3},  cost = { }, },
        [4] = {1.2000000476837, 1.7999999523163, 1000, 2, critChance = 6, levelRequirement = 68, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MonsterPuncture"] = {
    name = "Puncture",
    hidden = true,
    color = "2",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Punctures enemies, causing a bleeding debuff, which will be affected by modifiers to skill duration. Puncture works with bows, daggers, claws or swords.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.RangedAttack] = true,
        [SkillType.MirageArcherCanUse] = true,
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.Duration] = true,
        [SkillType.Trappable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Totemable] = true,
        [SkillType.MeleeSingleTarget] = true,
        [SkillType.Multistrikeable] = true,
        [SkillType.Melee] = true,
        [SkillType.DamageOverTime] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Physical] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        melee = true,
        projectile = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "active_skill_bleeding_damage_+%_final",
        "skill_can_fire_arrows",
        "global_bleed_on_hit",
    },
    levels = {
        [1] = {112, baseMultiplier = 1.2, levelRequirement = 9, statInterpolation = {1},  cost = { }, },
        [2] = {155, baseMultiplier = 1.2, levelRequirement = 30, statInterpolation = {1},  cost = { }, },
        [3] = {197, baseMultiplier = 1.2, levelRequirement = 60, statInterpolation = {1},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MonsterLightningArrow"] = {
    name = "Lightning Arrow",
    hidden = true,
    color = "2",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Fires a charged arrow which damages enemies by causing them to be struck by a bolt of lightning, which also damages a number of surrounding enemies.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.RangedAttack] = true,
        [SkillType.MirageArcherCanUse] = true,
        [SkillType.Area] = true,
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.Totemable] = true,
        [SkillType.Trappable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Lightning] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        area = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "skill_physical_damage_%_to_convert_to_lightning",
        "lightning_arrow_maximum_number_of_extra_targets",
        "base_chance_to_shock_%",
        "active_skill_area_of_effect_radius_+%_final",
        "base_is_projectile",
    },
    levels = {
        [1] = {50, 4, 25, -12, levelRequirement = 9, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MonsterBurningArrow"] = {
    name = "Burning Arrow",
    hidden = true,
    color = "2",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Fires a burning arrow that deals fire damage and has a chance to ignite.",
    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,
        [SkillType.Fire] = true,
        [SkillType.ThresholdJewelArea] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "debuff_skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "active_skill_damage_+%_final",
        "base_chance_to_ignite_%",
        "burn_damage_+%",
        "physical_damage_+%",
        "skill_physical_damage_%_to_convert_to_fire",
        "base_skill_effect_duration",
        "skill_can_fire_arrows",
    },
    levels = {
        [1] = {37, 50, 50, 25, 100, 4000, baseMultiplier = 1.15, levelRequirement = 1, statInterpolation = {1},  cost = { }, },
        [2] = {33, 50, 50, 25, 100, 4000, baseMultiplier = 1.075, levelRequirement = 45, statInterpolation = {1},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MonsterIceShot"] = {
    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 = {
        "physical_damage_+%",
        "skill_physical_damage_%_to_convert_to_cold",
        "base_skill_effect_duration",
        "skill_can_fire_arrows",
        "projectile_uses_contact_position",
        "use_scaled_contact_offset",
    },
    levels = {
        [1] = {15, 50, 2500, levelRequirement = 1, statInterpolation = {1},  cost = { }, },
        [2] = {50, 50, 2500, levelRequirement = 68, statInterpolation = {2},  cost = { }, },
    },
}
15000% increased Rarity of Items Dropped
Monsters grant 100% increased Experience
IdMonsterMapBoss
FamilyMonsterMapBoss
DomainsMonster (3)
GenerationTypeUnique (3)
Req. level1
Stats
  • monster slain experience +% Min: 100 Max: 100 Global
  • monster dropped item rarity +% Min: 15000 Max: 15000 Global
  • 40% increased Attack Speed
    IdMonsterImplicitFastAttack1
    FamilyIncreasedAttackSpeed
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • attack speed +% Min: 40 Max: 40 Global
  • Craft Tagsattack speed
    Skills fire 2 additional Projectiles
    IdMonsterMultipleProjectilesImplicit1
    FamilyMonsterMultipleProjectile
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • number of additional projectiles Min: 2 Max: 2 Global
  • cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    IdStunRepeatImmunityMapBoss_
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • cannot be stunned while stunned Min: 1 Max: 1 Global
  • cannot be stunned for ms after stun finished Min: 2000 Max: 2000 Global
  • IdNothing
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    stance movement speed +% final [112]
    IdStanceBanditRun
    FamilyStance
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: 112 Max: 112 Global
  • Craft Tagsspeed
    Lord of the Bow
    Humanoid
    15000% increased Rarity of Items Dropped
    Monsters grant 100% increased Experience
    40% increased Attack Speed
    Skills fire 2 additional Projectiles
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    stance movement speed +% final [112]
    SpectreN
    Tagsarcher_boss, bandit, chaos_affinity, cold_affinity, fire_affinity, flesh_armour, has_bow, human, humanoid, lightning_affinity, medium_height, not_int, not_str, physical_affinity, puncturing_weapon, ranged, red_blood, very_slow_movement
    Life
    180%
    Evasion
    +10%
    Ailment Threshold
    180%
    Resistance
    40 40 40 25
    Damage
    90%
    Accuracy
    100%
    Critical Strike Chance
    +5%
    Critical Strike Multiplier
    +130%
    Attack Distance
    6 ~ 40
    Attack Time
    1.995 Second
    Damage Spread
    ±20%
    Experience
    150%
    Model Size
    120%
    Type
    BanditBowMapBoss
    Metadata
    MapBanditBossBow2
    Level
    68
    Life
    250,823
    Armour
    28,790
    Evasion
    5,213
    Energy Shield
    0
    Damage
    383
    Spell Damage
    572
    Accuracy
    290
    Attack Time
    1.33665
    Experience
    84,604
    Ailment Threshold
    158,019
    Chill
    500
    Shock
    500
    Brittle
    2,827
    Scorch
    500
    Sap
    1,380
    MonsterPuncture
    Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Duration, Trappable, Mineable, Totemable, MeleeSingleTarget, Multistrikeable, Melee, DamageOverTime, Triggerable, Physical
    Puncture
    Base Damage: 608–912
    Critical Strike Chance: 5%
    Attack Damage: 120%
    Attack Time: 1.995 sec
    Punctures enemies, causing a bleeding debuff, which will be affected by modifiers to skill duration. Puncture works with bows, daggers, claws or swords.
    Deals 20% more Attack Damage
    +197% more Damage with Bleeding
    Causes Bleeding
    skill can fire arrows [1]
    MonsterLightningArrow
    Attack, RangedAttack, MirageArcherCanUse, Area, Projectile, ProjectilesFromUser, Totemable, Trappable, Mineable, Lightning, Triggerable
    Lightning Arrow
    Base Damage: 608–912
    Critical Strike Chance: 5%
    Attack Time: 1.995 sec
    Fires a charged arrow which damages enemies by causing them to be struck by a bolt of lightning, which also damages a number of surrounding enemies.
    50% of Physical Damage Converted to Lightning Damage
    25% chance to Shock enemies
    Hits up to 4 additional enemies near the target
    active skill area of effect radius +% final [-12]
    base is projectile [1]
    BanditExplosiveArrow
    Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Damage, Area, Duration, Totemable, Trappable, Mineable, Fire, Triggerable
    Explosive Arrow
    Base Damage: 608–912
    Critical Strike Chance: 5%
    Attack Time: 1.995 sec
    Fires an arrow which acts as a short duration fuse. Applying additional arrows to an enemy extends the duration. When the target dies or the fuses expire, the arrows explode, dealing fire AoE damage to nearby enemies. The AoE radius is proportional to the number of arrows upon death.
    Base duration is 1 seconds
    Explosion deals 763.8 to 1146 Base Fire Damage per Fuse Charge
    +0.2 metres to Explosion Radius per Explosive Arrow on Target
    base is projectile [1]
    skill can fire arrows [1]
    MonsterCausticArrow
    Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Area, Duration, Trappable, Mineable, Totemable, DamageOverTime, Chaos, Triggerable
    Caustic Arrow
    Base Damage: 608–912
    Critical Strike Chance: 5%
    Attack Time: 1.995 sec
    Fires an arrow which deals chaos damage in an area on impact, and spreads caustic ground. Enemies standing on the caustic ground take chaos damage over time.
    Deals 160.9 Base Chaos Damage per second
    Base duration is 2.4 seconds
    Modifiers to Projectile Damage apply to this Skill's Damage Over Time effect
    Gain 34% of your Physical Damage as Extra Chaos Damage
    active skill area of effect radius +% final [-33]
    ground caustic art variation [2]
    monster penalty against minions damage +% final vs player minions [-25]
    skill can fire arrows [1]
    visual hit effect chaos is green [1]
    MonsterIceShot
    Attack, RangedAttack, Projectile, ProjectilesFromUser, Area, Cold, Triggerable, MirageArcherCanUse, Totemable, Trappable, Mineable
    Ice Shot
    Base Damage: 608–912
    Critical Strike Chance: 5%
    Attack Time: 1.995 sec
    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.
    Base duration is 2.5 seconds
    50% increased Physical Damage
    50% of Physical Damage Converted to Cold Damage
    projectile uses contact position [1]
    skill can fire arrows [1]
    use scaled contact offset [1]
    MonsterBurningArrow
    Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Totemable, Trappable, Mineable, Fire, ThresholdJewelArea, Triggerable
    Burning Arrow
    Base Damage: 608–912
    Critical Strike Chance: 5%
    Attack Damage: 107.5%
    Attack Time: 1.995 sec
    Fires a burning arrow that deals fire damage and has a chance to ignite.
    Deals 7.5% more Attack Damage
    Deals 33% more Damage
    Base duration is 4 seconds
    25% increased Physical Damage
    100% of Physical Damage Converted to Fire Damage
    50% chance to Ignite enemies
    50% increased Burning Damage
    skill can fire arrows [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Bandits/BanditBow"
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Bandits/BanditBow"
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Bandits/MapBanditBossBow2"] = {
        name = "Lord of the Bow",
        life = 1.8,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        damage = 0.9,
        damageSpread = 0.2,
        attackTime = 1.995,
        attackRange = 40,
        accuracy = 1,
        weaponType1 = "Bow",
        skillList = {
            "MonsterCausticArrow",
            "BanditExplosiveArrow",
            "MonsterPuncture",
            "MonsterLightningArrow",
            "MonsterBurningArrow",
            "MonsterIceShot",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MonsterCausticArrow"] = {
        name = "Caustic Arrow",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Fires an arrow which deals chaos damage in an area on impact, and spreads caustic ground. Enemies standing on the caustic ground take chaos damage over time.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Area] = true,
            [SkillType.Duration] = true,
            [SkillType.Trappable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Totemable] = true,
            [SkillType.DamageOverTime] = true,
            [SkillType.Chaos] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
            projectile = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_chaos_damage_to_deal_per_minute",
            "base_skill_effect_duration",
            "physical_damage_%_to_add_as_chaos",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "ground_caustic_art_variation",
            "active_skill_area_of_effect_radius_+%_final",
            "projectile_damage_modifiers_apply_to_skill_dot",
            "visual_hit_effect_chaos_is_green",
            "skill_can_fire_arrows",
        },
        levels = {
            [1] = {1, 1200, 34, -25, 2, -33, levelRequirement = 3, statInterpolation = {3, 1},  cost = { }, },
            [2] = {1, 1200, 34, -25, 2, -33, levelRequirement = 12, statInterpolation = {3, 1},  cost = { }, },
            [3] = {1, 1200, 34, -25, 2, -33, levelRequirement = 26, statInterpolation = {3, 1},  cost = { }, },
            [4] = {1, 1200, 34, -25, 2, -33, levelRequirement = 67, statInterpolation = {3, 1},  cost = { }, },
            [5] = {1.3999999761581, 2400, 34, -25, 2, -33, levelRequirement = 68, statInterpolation = {3, 1},  cost = { }, },
            [6] = {1.3999999761581, 2500, 34, -25, 2, -33, levelRequirement = 69, statInterpolation = {3, 1},  cost = { }, },
            [7] = {1.3999999761581, 2600, 34, -25, 2, -33, levelRequirement = 70, statInterpolation = {3, 1},  cost = { }, },
            [8] = {1.3999999761581, 2700, 34, -25, 2, -33, levelRequirement = 71, statInterpolation = {3, 1},  cost = { }, },
            [9] = {1.3999999761581, 2800, 34, -25, 2, -33, levelRequirement = 72, statInterpolation = {3, 1},  cost = { }, },
            [10] = {1.3999999761581, 2900, 34, -25, 2, -33, levelRequirement = 73, statInterpolation = {3, 1},  cost = { }, },
            [11] = {1.3999999761581, 3000, 34, -25, 2, -33, levelRequirement = 74, statInterpolation = {3, 1},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BanditExplosiveArrow"] = {
        name = "Explosive Arrow",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Fires an arrow which acts as a short duration fuse. Applying additional arrows to an enemy extends the duration. When the target dies or the fuses expire, the arrows explode, dealing fire AoE damage to nearby enemies. The AoE radius is proportional to the number of arrows upon death.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Duration] = true,
            [SkillType.Totemable] = true,
            [SkillType.Trappable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Fire] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
            projectile = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "minimum_fire_damage_per_fuse_arrow_orb",
            "maximum_fire_damage_per_fuse_arrow_orb",
            "base_skill_effect_duration",
            "fuse_arrow_explosion_radius_+_per_fuse_arrow_orb",
            "skill_can_fire_arrows",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 1000, 2, critChance = 6, levelRequirement = 2, statInterpolation = {3, 3},  cost = { }, },
            [2] = {0.80000001192093, 1.2000000476837, 1000, 2, critChance = 6, levelRequirement = 10, statInterpolation = {3, 3},  cost = { }, },
            [3] = {0.80000001192093, 1.2000000476837, 1000, 2, critChance = 6, levelRequirement = 20, statInterpolation = {3, 3},  cost = { }, },
            [4] = {1.2000000476837, 1.7999999523163, 1000, 2, critChance = 6, levelRequirement = 68, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MonsterPuncture"] = {
        name = "Puncture",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Punctures enemies, causing a bleeding debuff, which will be affected by modifiers to skill duration. Puncture works with bows, daggers, claws or swords.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Duration] = true,
            [SkillType.Trappable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Totemable] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.DamageOverTime] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Physical] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            projectile = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_bleeding_damage_+%_final",
            "skill_can_fire_arrows",
            "global_bleed_on_hit",
        },
        levels = {
            [1] = {112, baseMultiplier = 1.2, levelRequirement = 9, statInterpolation = {1},  cost = { }, },
            [2] = {155, baseMultiplier = 1.2, levelRequirement = 30, statInterpolation = {1},  cost = { }, },
            [3] = {197, baseMultiplier = 1.2, levelRequirement = 60, statInterpolation = {1},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MonsterLightningArrow"] = {
        name = "Lightning Arrow",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Fires a charged arrow which damages enemies by causing them to be struck by a bolt of lightning, which also damages a number of surrounding enemies.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Area] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Totemable] = true,
            [SkillType.Trappable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Lightning] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_physical_damage_%_to_convert_to_lightning",
            "lightning_arrow_maximum_number_of_extra_targets",
            "base_chance_to_shock_%",
            "active_skill_area_of_effect_radius_+%_final",
            "base_is_projectile",
        },
        levels = {
            [1] = {50, 4, 25, -12, levelRequirement = 9, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MonsterBurningArrow"] = {
        name = "Burning Arrow",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Fires a burning arrow that deals fire damage and has a chance to ignite.",
        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,
            [SkillType.Fire] = true,
            [SkillType.ThresholdJewelArea] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "debuff_skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_damage_+%_final",
            "base_chance_to_ignite_%",
            "burn_damage_+%",
            "physical_damage_+%",
            "skill_physical_damage_%_to_convert_to_fire",
            "base_skill_effect_duration",
            "skill_can_fire_arrows",
        },
        levels = {
            [1] = {37, 50, 50, 25, 100, 4000, baseMultiplier = 1.15, levelRequirement = 1, statInterpolation = {1},  cost = { }, },
            [2] = {33, 50, 50, 25, 100, 4000, baseMultiplier = 1.075, levelRequirement = 45, statInterpolation = {1},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MonsterIceShot"] = {
        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 = {
            "physical_damage_+%",
            "skill_physical_damage_%_to_convert_to_cold",
            "base_skill_effect_duration",
            "skill_can_fire_arrows",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {15, 50, 2500, levelRequirement = 1, statInterpolation = {1},  cost = { }, },
            [2] = {50, 50, 2500, levelRequirement = 68, statInterpolation = {2},  cost = { }, },
        },
    }
    
    15000% increased Rarity of Items Dropped
    Monsters grant 100% increased Experience
    IdMonsterMapBoss
    FamilyMonsterMapBoss
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster slain experience +% Min: 100 Max: 100 Global
  • monster dropped item rarity +% Min: 15000 Max: 15000 Global
  • 40% increased Attack Speed
    IdMonsterImplicitFastAttack1
    FamilyIncreasedAttackSpeed
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • attack speed +% Min: 40 Max: 40 Global
  • Craft Tagsattack speed
    Skills fire 2 additional Projectiles
    IdMonsterMultipleProjectilesImplicit1
    FamilyMonsterMultipleProjectile
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • number of additional projectiles Min: 2 Max: 2 Global
  • cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    IdStunRepeatImmunityMapBoss_
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • cannot be stunned while stunned Min: 1 Max: 1 Global
  • cannot be stunned for ms after stun finished Min: 2000 Max: 2000 Global
  • IdNothing
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    stance movement speed +% final [112]
    IdStanceBanditRun
    FamilyStance
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: 112 Max: 112 Global
  • Craft Tagsspeed
    Edit

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