Vasallo Astillado
No muerto
La rareza de los objetos arrojados está aumentada un 15000%
Los monstruos otorgan la experiencia aumentada un 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]
La cantidad de objetos arrojados está aumentada un 800%
La rareza de los objetos arrojados está aumentada un 1600%
Daño recibido reducido un 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%
Evasión
+10%
Ailment Threshold
300%
Resistencia
40 40 40 25
Damage
162%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de Golpe Crítico
+130%
Attack Distance
2 ~ 80
Attack Time
1.5 Second
Damage Spread
±20%
Experiencia
200%
Model Size
120%
Type
SkeletonSoldierRangedMapBoss2
Metadata
SkeletonSoldierRangedMapBoss2
Nivel
68
Vida
418,039
Armaduras
28,790
Evasión
5,213
Escudo de energía
0
Damage
689
Daño de hechizos
1,029
Precisión
290
Attack Time
1.005
Experiencia
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
Probabilidad de golpe crítico: 5%
Attack Time: 1.5 seg
Tiempo de recarga: 5 seg
La duración base es 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
Probabilidad de golpe crítico: 5%
Attack Time: 1.5 seg
Tiempo de recarga: 5 seg
La duración base es 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
Lluvia de estallidos
Base Damage: 1095–1642
Probabilidad de golpe crítico: 5%
Daño de ataque: 50%
Daño de ataque: 50%
Attack Time: 1.5 seg
Tiempo de recarga: 5 seg
Dispara flechas al aire para que caigan en una determinada área. Cada flecha inflige daño en área donde cae, y todas se superpondrán en el área objetivo.
Inflige un 50% menos de daño de ataque
Inflige un 33% más de daño
Dispara 4 flechas adicionales
El 50% del daño físico se convierte en daño de fuego
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
Probabilidad de golpe crítico: 5%
Daño de ataque: 111%
Attack Time: 1.5 seg
Tiempo de recarga: 3.5 seg
Los proyectiles perforan a todos los objetivos
Inflige un 11% más de daño 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 = { }, },
    },
}
La rareza de los objetos arrojados está aumentada un 15000%
Los monstruos otorgan la experiencia aumentada un 100%
IdMonsterMapBoss
FamilyMonsterMapBoss
Domainsmonstruo (3)
GenerationTypeúnico (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
    Domainsmonstruo (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
    La cantidad de objetos arrojados está aumentada un 800%
    La rareza de los objetos arrojados está aumentada un 1600%
    IdMonsterNightwaneMapBoss_
    FamilyMonsterInvasionBoss
    Domainsmonstruo (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
  • Daño recibido reducido un 40%
    IdMirageOfBonesDamageTaken
    FamilyMirageOfBonesDamageTaken
    Domainsmonstruo (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
    Domainsmonstruo (3)
    GenerationTypeúnico (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
  • Vasallo Astillado
    No muerto
    La rareza de los objetos arrojados está aumentada un 15000%
    Los monstruos otorgan la experiencia aumentada un 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%
    Evasión
    +10%
    Ailment Threshold
    300%
    Resistencia
    40 40 40 25
    Damage
    114%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de Golpe Crítico
    +130%
    Attack Distance
    2 ~ 80
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experiencia
    200%
    Model Size
    120%
    Type
    SkeletonSoldierRangedMapBossClone
    Metadata
    SkeletonSoldierRangedMapBoss2Clone__
    Nivel
    68
    Vida
    418,039
    Armaduras
    28,790
    Evasión
    5,213
    Escudo de energía
    0
    Damage
    485
    Daño de hechizos
    724
    Precisión
    290
    Attack Time
    1.005
    Experiencia
    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 estándar
    Base Damage: 770–1155
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.5 seg
    Derriba a tus enemigos con un 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 = { }, },
        },
    }
    
    La rareza de los objetos arrojados está aumentada un 15000%
    Los monstruos otorgan la experiencia aumentada un 100%
    IdMonsterMapBoss
    FamilyMonsterMapBoss
    Domainsmonstruo (3)
    GenerationTypeúnico (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
    Domainsmonstruo (3)
    GenerationTypeúnico (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.