Soberano dos Fragmentos
Morto-vivo
Raridade dos Itens Derrubados aumentada em 15000%
Monstros concedem Experiência aumentada em 100%
permanent actor scale +% on minion death [-2]
permanent damage taken +% on minion death [2]
permanent item quantity +% on minion death [-40]
permanent item rarity +% on minion death [-80]
Quantidade dos Itens Derrubados aumentada em 800%
Raridade dos Itens Derrubados aumentada em 1600%
Dano recebido reduzido em 40%
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Splinter Liege
SpectreN
Tagsbone_armour, bones, fire_affinity, has_bow, large_height, not_int, not_str, physical_affinity, puncturing_weapon, ranged, skeleton, undead, very_slow_movement
Vida
300%
Evasão
+10%
Ailment Threshold
300%
Resistência
40 40 40 25
Damage
162%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
2 ~ 80
Attack Time
1.5 Second
Damage Spread
±20%
Experiência
200%
Model Size
120%
Type
SkeletonSoldierRangedMapBoss2
Metadata
SkeletonSoldierRangedMapBoss2
Nível
68
Vida
418,039
Armadura
28,790
Evasão
5,213
Escudo de Energia
0
Damage
689
Dano Mágico
1,029
Precisão
290
Attack Time
1.005
Experiência
112,805
Ailment Threshold
263,365
Chill
833
Shock
833
Brittle
4,711
Scorch
833
Sap
2,301
SkeletonMapBossBlinkArrow2
ProjectileSpeed, Attack, Minion, RangedAttack, MinionsCanExplode, Duration, Totemable, Trappable, Mineable, Movement, Triggerable, CreatesMinion, Travel, Rain, Cooldown
Base Damage: 1095–1642
Chance de Crítico: 5%
Attack Time: 1.5 seg
Recarga: 5 seg
Duração base é de 12 segundos
alternate minion [12]
base is projectile [1]
base number of clones allowed [2]
number of monsters to summon [1]
SkeletonMapBossMirrorArrow2
ProjectileSpeed, Attack, Minion, RangedAttack, MinionsCanExplode, Duration, Totemable, Trappable, Mineable, Movement, Triggerable, CreatesMinion, Travel, Rain, Cooldown
Base Damage: 1095–1642
Chance de Crítico: 5%
Attack Time: 1.5 seg
Recarga: 5 seg
Duração base é de 12 segundos
alternate minion [12]
base is projectile [1]
base number of clones allowed [2]
number of monsters to summon [1]
NightwaneBossBlastRain
Attack, RangedAttack, Fire, MirageArcherCanUse, Area, ProjectileSpeed, ProjectileNumber, Totemable, Trappable, Mineable, Triggerable, Rain
Chuva Explosiva
Base Damage: 1095–1642
Chance de Crítico: 5%
Dano de Ataque: 50%
Dano de Ataque: 50%
Attack Time: 1.5 seg
Recarga: 5 seg
Dispara uma flecha explosiva no ar, que se divide e chove em uma área. Cada flecha causa dano em área ao redor de onde cair, e todas elas se sobrepõem no local alvo.
Causa 50% menos Dano de Ataque
Causa 33% mais Dano
Dispara 4 Flechas adicionais
50% do Dano Físico Convertido para Dano de Fogo
active skill area of effect radius +% final [-5]
base is projectile [1]
blast rain arrow delay ms [80]
is area damage [1]
skill can fire arrows [1]
MonsterSnipe
Attack, Projectile, ProjectilesFromUser, Totemable, Trappable, Mineable, RangedAttack, MirageArcherCanUse, Triggerable
Base Damage: 1095–1642
Chance de Crítico: 5%
Dano de Ataque: 111%
Attack Time: 1.5 seg
Recarga: 3.5 seg
Projéteis Perfuram todos Alvos
Causa 11% mais Dano de Ataque
skill can fire arrows [1]

Object Type

version 2
extends "Metadata/Monsters/SkeletonSoldier/SkeletonSoldierRanged"

Object Type Codes

version 2
extends "Metadata/Monsters/SkeletonSoldier/SkeletonSoldierRanged"

BaseEvents 
{ 
	on_construction_complete = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/act4/skeletonsoldier/Nightwane/nightwane.epk );"
}

Preload
{
	preload_animated_object = "Metadata/Effects/Spells/supports/arrow_rain/rain_rig.ao"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/SkeletonSoldier/SkeletonSoldierRangedMapBoss2"] = {
    name = "Splinter Liege",
    life = 3,
    fireResist = 40,
    coldResist = 40,
    lightningResist = 40,
    chaosResist = 25,
    damage = 1.62,
    damageSpread = 0.2,
    attackTime = 1.5,
    attackRange = 80,
    accuracy = 1,
    weaponType1 = "Bow",
    skillList = {
        "SkeletonMapBossBlinkArrow2",
        "SkeletonMapBossMirrorArrow2",
        "MonsterSnipe",
        "NightwaneBossBlastRain",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["SkeletonMapBossBlinkArrow2"] = {
    name = "SkeletonMapBossBlinkArrow2",
    hidden = true,
    color = "2",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.ProjectileSpeed] = true,
        [SkillType.Attack] = true,
        [SkillType.Minion] = true,
        [SkillType.RangedAttack] = true,
        [SkillType.MinionsCanExplode] = true,
        [SkillType.Duration] = true,
        [SkillType.Totemable] = true,
        [SkillType.Trappable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Movement] = true,
        [SkillType.Triggerable] = true,
        [SkillType.CreatesMinion] = true,
        [SkillType.Travel] = true,
        [SkillType.Rain] = true,
        [SkillType.Cooldown] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        duration = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_skill_effect_duration",
        "number_of_monsters_to_summon",
        "alternate_minion",
        "base_number_of_clones_allowed",
        "base_is_projectile",
    },
    levels = {
        [1] = {12000, 1, 12, 2, levelRequirement = 68, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["SkeletonMapBossMirrorArrow2"] = {
    name = "SkeletonMapBossMirrorArrow2",
    hidden = true,
    color = "2",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.ProjectileSpeed] = true,
        [SkillType.Attack] = true,
        [SkillType.Minion] = true,
        [SkillType.RangedAttack] = true,
        [SkillType.MinionsCanExplode] = true,
        [SkillType.Duration] = true,
        [SkillType.Totemable] = true,
        [SkillType.Trappable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Movement] = true,
        [SkillType.Triggerable] = true,
        [SkillType.CreatesMinion] = true,
        [SkillType.Travel] = true,
        [SkillType.Rain] = true,
        [SkillType.Cooldown] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        duration = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_skill_effect_duration",
        "number_of_monsters_to_summon",
        "alternate_minion",
        "base_number_of_clones_allowed",
        "base_is_projectile",
    },
    levels = {
        [1] = {12000, 1, 12, 2, levelRequirement = 68, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MonsterSnipe"] = {
    name = "MonsterSnipe",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.Totemable] = true,
        [SkillType.Trappable] = true,
        [SkillType.Mineable] = true,
        [SkillType.RangedAttack] = true,
        [SkillType.MirageArcherCanUse] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 2.33,
    baseFlags = {
        attack = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "always_pierce",
        "skill_can_fire_arrows",
    },
    levels = {
        [1] = {baseMultiplier = 1.11, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["NightwaneBossBlastRain"] = {
    name = "Blast Rain",
    hidden = true,
    color = "2",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Fires arrows up in the air, to rain down in an area. Each arrow deals area damage around where it lands, and they will all overlap on the targeted location.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.RangedAttack] = true,
        [SkillType.Fire] = true,
        [SkillType.MirageArcherCanUse] = true,
        [SkillType.Area] = true,
        [SkillType.ProjectileSpeed] = true,
        [SkillType.ProjectileNumber] = true,
        [SkillType.Totemable] = true,
        [SkillType.Trappable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Rain] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        area = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "skill_physical_damage_%_to_convert_to_fire",
        "number_of_additional_arrows",
        "blast_rain_arrow_delay_ms",
        "active_skill_damage_+%_final",
        "active_skill_area_of_effect_radius_+%_final",
        "base_is_projectile",
        "is_area_damage",
        "skill_can_fire_arrows",
    },
    levels = {
        [1] = {50, 4, 80, 33, -5, baseMultiplier = 0.5, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
Raridade dos Itens Derrubados aumentada em 15000%
Monstros concedem Experiência aumentada em 100%
IdMonsterMapBoss
FamilyMonsterMapBoss
Domainsmonstro (3)
GenerationTypeunico (3)
Req. level1
Stats
  • monster slain experience +% Min: 100 Max: 100 Global
  • monster dropped item rarity +% Min: 15000 Max: 15000 Global
  • permanent actor scale +% on minion death [-2]
    permanent damage taken +% on minion death [2]
    permanent item quantity +% on minion death [-40]
    permanent item rarity +% on minion death [-80]
    IdMirageOfBonesPerMinionDeath
    FamilyMirageOfBonesPerMinionDeath
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • permanent actor scale +% on minion death Min: -2 Max: -2 Global
  • permanent item rarity +% on minion death Min: -80 Max: -80 Global
  • permanent damage taken +% on minion death Min: 2 Max: 2 Global
  • permanent item quantity +% on minion death Min: -40 Max: -40 Global
  • Craft Tagsminion
    Quantidade dos Itens Derrubados aumentada em 800%
    Raridade dos Itens Derrubados aumentada em 1600%
    IdMonsterNightwaneMapBoss_
    FamilyMonsterInvasionBoss
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • monster dropped item rarity +% Min: 1600 Max: 1600 Global
  • monster dropped item quantity +% Min: 800 Max: 800 Global
  • Dano recebido reduzido em 40%
    IdMirageOfBonesDamageTaken
    FamilyMirageOfBonesDamageTaken
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • base damage taken +% Min: -40 Max: -40 Global
  • cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    IdStunRepeatImmunityMapBoss_
    FamilyNothing
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • cannot be stunned while stunned Min: 1 Max: 1 Global
  • cannot be stunned for ms after stun finished Min: 2000 Max: 2000 Global
  • Soberano dos Fragmentos
    Morto-vivo
    Raridade dos Itens Derrubados aumentada em 15000%
    Monstros concedem Experiência aumentada em 100%
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    Splinter Liege
    SpectreN
    Tagsbone_armour, bones, has_bow, is_clone, large_height, not_int, not_str, physical_affinity, puncturing_weapon, ranged, skeleton, undead, very_slow_movement
    Vida
    300%
    Evasão
    +10%
    Ailment Threshold
    300%
    Resistência
    40 40 40 25
    Damage
    114%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    2 ~ 80
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experiência
    200%
    Model Size
    120%
    Type
    SkeletonSoldierRangedMapBossClone
    Metadata
    SkeletonSoldierRangedMapBoss2Clone__
    Nível
    68
    Vida
    418,039
    Armadura
    28,790
    Evasão
    5,213
    Escudo de Energia
    0
    Damage
    485
    Dano Mágico
    724
    Precisão
    290
    Attack Time
    1.005
    Experiência
    112,805
    Ailment Threshold
    263,365
    Chill
    833
    Shock
    833
    Brittle
    4,711
    Scorch
    833
    Sap
    2,301
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque Padrão
    Base Damage: 770–1155
    Chance de Crítico: 5%
    Attack Time: 1.5 seg
    Abate seus inimigos com um golpe poderoso.
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]

    Object Type

    version 2
    extends "Metadata/Monsters/SkeletonSoldier/SkeletonSoldierRanged"
    
    DiesAfterTime
    {
    }
    
    Pathfinding
    {
    	immobile = true
    }
    
    Life
    {
    	corpse_usable = false
    
    	on_death = "Delete();"
    }
    
    Stats
    {
    	set_item_drop_slots = 0
    	set_is_double = 1
    	set_energy_shield_recharge_rate_per_minute_% = 0
    }
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/SkeletonSoldier/SkeletonSoldierRanged"
    
    Render
    {
    	allow_attached_arrows = false
    	//turn_duration = 0.3
    }
    
    BaseEvents 
    { 
    	on_construction_complete = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/act4/skeletonsoldier/Nightwane/nightwane.epk );"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/SkeletonSoldier/SkeletonSoldierRangedMapBoss2Clone__"] = {
        name = "Splinter Liege",
        life = 3,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        damage = 1.14,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 80,
        accuracy = 1,
        weaponType1 = "Bow",
        skillList = {
            "MeleeAtAnimationSpeed",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        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",
            "action_attack_or_cast_time_uses_animation_length",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    Raridade dos Itens Derrubados aumentada em 15000%
    Monstros concedem Experiência aumentada em 100%
    IdMonsterMapBoss
    FamilyMonsterMapBoss
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • monster slain experience +% Min: 100 Max: 100 Global
  • monster dropped item rarity +% Min: 15000 Max: 15000 Global
  • cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    IdStunRepeatImmunityMapBoss_
    FamilyNothing
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • cannot be stunned while stunned Min: 1 Max: 1 Global
  • cannot be stunned for ms after stun finished Min: 2000 Max: 2000 Global
  • Edit

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