Y'ara'az
Demon
% increased Rarity of Items Dropped
Monsters grant 200% increased Experience
Always Ignite
monster base type attack cast speed +% and damage -% final [33]
Action Speed cannot be modified to below 70% of base value
15000% increased Rarity of Items Dropped
Monsters grant 100% increased Experience
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
SpectreN
AreaThe Apex of Sacrifice, The Alluring Abyss
Tagsdemon, fire_affinity, flesh_armour, has_dual_wield_melee, has_one_hand_sword, has_one_handed_melee, large_height, medium_movement, melee, no_maven, not_dex, not_str, physical_affinity, red_blood, slashing_weapon, unique_map_boss
Life
833%
Energy Shield From Life
100%
Ailment Threshold
588%
Resistance
40 40 40 25
Damage
100%
Accuracy
100%
Critical Strike Chance
+5%
Critical Strike Multiplier
+130%
Attack Distance
6 ~ 11
Attack Time
1.35 Second
Damage Spread
±20%
Experience
125%
Model Size
125%
Type
DemonBoss2
Metadata
DemonBoss2
Level
80
Life
11,712,936
Armour
73,441
Evasion
7,124
Energy Shield
12,787
Damage
863
Spell Damage
1,289
Accuracy
462
Attack Time
0.9045
Experience
87,395
Ailment Threshold
3,968,618
Chill
12,549
Shock
12,549
Brittle
70,995
Scorch
12,549
Sap
34,670
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Default Attack
Base Damage: 1371–2056
Critical Strike Chance: 5%
Attack Time: 1.35 sec
Strike your foes down with a powerful blow.
skill can fire arrows [1]
skill can fire wand projectiles [1]
FireEnrage
Spell
Cast Time: 1 sec
Cooldown Time: 12 sec
Base duration is 5 seconds
50% increased Attack Speed
50% increased Movement Speed
Gain 200% of your Physical Damage as Extra Fire Damage
maximum fire damage to return when hit [974.3]
minimum fire damage to return when hit [649.5]
MonsterDemonDualStrike
Attack, DualWieldOnly, MeleeSingleTarget, Multistrikeable, Melee, ThresholdJewelArea
Dual Strike
Base Damage: 1371–2056
Critical Strike Chance: 5%
Attack Time: 1.35 sec
Attacks with both weapons, dealing the damage of both in one strike. Dual wield only. Does not work with wands.
Deals 53% more Damage
6% increased Physical Damage
skill double hits when dual wielding [1]
FireEnrageEnraged
Spell
Cast Time: 1 sec
Cooldown Time: 12 sec
Base duration is 10 seconds
50% increased Attack Speed
75% increased Movement Speed
Gain 320% of your Physical Damage as Extra Fire Damage
maximum fire damage to return when hit [3897]
minimum fire damage to return when hit [2923]

Object Type

version 2
extends "Metadata/Monsters/DemonBosses/DemonBoss"

Actor
{
	main_hand_unarmed_type = "One_Hand_Sword"
	off_hand_unarmed_type = "One_Hand_Sword"
}

Object Type Codes

version 2
extends "Metadata/Monsters/DemonBosses/DemonBoss"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/DemonBosses/DemonBoss2/DemonBoss2"] = {
    name = "Y'ara'az",
    life = 8.33,
    energyShield = 1,
    fireResist = 40,
    coldResist = 40,
    lightningResist = 40,
    chaosResist = 25,
    damage = 1,
    damageSpread = 0.2,
    attackTime = 1.35,
    attackRange = 11,
    accuracy = 1,
    weaponType1 = "One Hand Sword",
    weaponType2 = "One Hand Sword",
    skillList = {
        "MonsterDemonDualStrike",
        "Melee",
        "FireEnrage",
        "FireEnrageEnraged",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["MonsterDemonDualStrike"] = {
    name = "Dual Strike",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Attacks with both weapons, dealing the damage of both in one strike. Dual wield only. Does not work with wands.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.DualWieldOnly] = true,
        [SkillType.MeleeSingleTarget] = true,
        [SkillType.Multistrikeable] = true,
        [SkillType.Melee] = true,
        [SkillType.ThresholdJewelArea] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        melee = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "physical_damage_+%",
        "active_skill_damage_+%_final",
        "skill_double_hits_when_dual_wielding",
    },
    levels = {
        [1] = {6, 53, levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
-- 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["FireEnrage"] = {
    name = "FireEnrage",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "minimum_fire_damage_to_return_when_hit",
        "maximum_fire_damage_to_return_when_hit",
        "physical_damage_%_to_add_as_fire",
        "base_skill_effect_duration",
        "base_movement_velocity_+%",
        "attack_speed_+%",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 100, 5000, 50, 50, levelRequirement = 70, statInterpolation = {3, 3, 1},  cost = { }, },
        [2] = {0.80000001192093, 1.2000000476837, 200, 5000, 50, 50, levelRequirement = 80, statInterpolation = {3, 3, 1},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["FireEnrageEnraged"] = {
    name = "FireEnrageEnraged",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "minimum_fire_damage_to_return_when_hit",
        "maximum_fire_damage_to_return_when_hit",
        "physical_damage_%_to_add_as_fire",
        "base_skill_effect_duration",
        "base_movement_velocity_+%",
        "attack_speed_+%",
    },
    levels = {
        [1] = {1.2000000476837, 1.6000000238419, 250, 10000, 75, 50, levelRequirement = 70, statInterpolation = {3, 3, 1},  cost = { }, },
        [2] = {1.2000000476837, 1.6000000238419, 320, 10000, 75, 50, levelRequirement = 80, statInterpolation = {3, 3, 1},  cost = { }, },
    },
}
% increased Rarity of Items Dropped
Monsters grant 200% increased Experience
IdMonsterAtziriMapBoss
FamilyMonsterMapBoss
DomainsMonster (3)
GenerationTypeUnique (3)
Req. level1
Stats
  • monster slain experience +% Min: 200 Max: 200 Global
  • monster dropped item rarity +% Min: 0 Max: 0 Global
  • Always Ignite
    IdMonsterChanceToIgniteDemonBoss2
    FamilyMonsterChanceToIgnite
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • base chance to ignite % Min: 100 Max: 100 Global
  • Craft Tagselemental fire ailment
    monster base type attack cast speed +% and damage -% final [33]
    IdMonsterSpeedAndDamageFixupComplete
    FamilyMonsterSpeedAndDamageFixup
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster base type attack cast speed +% and damage -% final Min: 33 Max: 33 Global
  • Craft Tagscaster_damage damage attack caster speed
    Action Speed cannot be modified to below 70% of base value
    IdCannotBeSlowedBelowValueBosses
    FamilyCannotBeSlowedBelowValue
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • hellscape boots action speed +% minimum value Min: -30 Max: -30 Global
  • Craft Tagsspeed
    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
  • 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
  • Edit

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