เอ็กซาร์ทซ์ ศิลาผู้ถูกทอ
ปีศาจ
เพิ่มระดับความหายากของ ไอเทม ที่ดรอป %
monster no map drops [1]
monster additional quantity of dropped items in cruel +% [300]
monster additional quantity of dropped items in merciless +% [600]
monster additional rarity of dropped items in cruel +% [300]
monster additional rarity of dropped items in merciless +% [600]
Exartze, the Woven Stone
SpectreN
AreaForbidden Archives, Cremated Archives, Cremated Archives, Forbidden Archives, Cremated Archives, Cremated Archives
Tagsนักเวท, construct, demon, fire_affinity, is_unarmed, medium_movement, melee, mud_blood, not_int, physical_affinity, ranged, slashing_weapon, small_height, stone_armour, vaalsidearea_boss
พลังชีวิต
180%
เกราะ
+40%
การหลบหลีก
+20%
Ailment Threshold
180%
ค่าต้านทาน
30 30 30 20
Damage
120%
ความแม่นยำ
100%
โอกาสคริติคอล
+5%
ตัวคูณคริติคอล
+130%
Attack Distance
6 ~ 10
Attack Time
1.455 Second
Damage Spread
±20%
ค่าประสบการณ์
200%
Model Size
175%
Type
StatueFingerMageVaalSideAreaBoss
Metadata
VaalSideAreaBoss7
เลเวล
68
พลังชีวิต
11,580
เกราะ
40,306
การหลบหลีก
5,687
โล่พลังงาน
0
Damage
448
ความเสียหายเวท
448
ความแม่นยำ
290
Attack Time
1.455
ค่าประสบการณ์
20,510
Ailment Threshold
11,580
Chill
37
Shock
37
Brittle
207
Scorch
37
Sap
101
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
โจมตีธรรมดา (Default Attack)
Base Damage: 359–538
โอกาสคริติคอล: 5%
Attack Time: 1.455 วินาที
โจมตีศัตรูของคุณด้วยการจู่โจมอย่างมีกำลัง
skill can fire arrows [1]
skill can fire wand projectiles [1]
StatueFingerMageMonsterPhysicalBeacon
Spell, Damage, Area, Duration, Trappable, Mineable, Totemable, Triggerable, Multicastable, AreaSpell
เวลาร่าย: 1 วินาที
คูลดาวน์: 4 วินาที
ระยะเวลาพื้นฐาน 2.5 วินาที
สร้างความเสียหาย ไฟ 489.7 ถึง 734.6
active skill area of effect radius +% final [-35]
beacon placement radius [60]
firestorm avoid unwalkable terrain [1]
is area damage [1]
monster penalty against minions damage +% final vs player minions [-25]
number of beacons [5]
StatueFingerMageGlacialCascadePhysical
Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, Cold, Physical, CanRapidFire, AreaSpell
เยือกแข็งเรียงหลั่น (Glacial Cascade)
โอกาสคริติคอล: 6%
ประสิทธิภาพการเสริมความเสียหาย: 80%
เวลาร่าย: 0.8 วินาที
คูลดาวน์: 5 วินาที
แท่งน้ำแข็งปะทุออกมาจากพื้นเป็นขั้นบันไดเล็กๆ แต่ละขั้นจะสร้างความเสียหายให้กับศัตรูที่อยู่ในพื้นที่
สร้างความเสียหาย กายภาพ 255.6 ถึง 383.4
ทำให้เกิด การปะทุ +10 ครั้ง
active skill area of effect radius +% final [-34]
is area damage [1]
VaalSideAreaBossStoneProjectile
Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Damage, Triggerable
Base Damage: 359–538
โอกาสคริติคอล: 5%
ความเสียหายโจมตี: 120%
ความเสียหายโจมตี: 120%
Attack Time: 1.455 วินาที
สร้างความเสียหาย โจมตี เพิ่มขึ้น อีก 20%
สร้างความเสียหาย เพิ่มขึ้น อีก 20%
ลดความเร็วในการร่าย อีก 20%
ยิงกระสุน เพิ่มเติม 2 ลูก
base is projectile [1]
monster projectile variation [118]
spell maximum action distance +% [-30]

Object Type

version 2
extends "Metadata/Monsters/Monster"

Actor
{
	basic_action = "Emerge"
}

Object Type Codes

version 2
extends "Metadata/Monsters/Monster"

Life
{
	on_death = "RemoveEffects( );"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/StatueFingerMage/VaalSideAreaBoss7"] = {
    name = "Exartze, the Woven Stone",
    life = 1.8,
    fireResist = 30,
    coldResist = 30,
    lightningResist = 30,
    chaosResist = 20,
    damage = 1.2,
    damageSpread = 0.2,
    attackTime = 1.455,
    attackRange = 10,
    accuracy = 1,
    skillList = {
        "Melee",
        "VaalSideAreaBossStoneProjectile",
        "StatueFingerMageMonsterPhysicalBeacon",
        "StatueFingerMageGlacialCascadePhysical",
    },
    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["VaalSideAreaBossStoneProjectile"] = {
    name = "VaalSideAreaBossStoneProjectile",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.RangedAttack] = true,
        [SkillType.MirageArcherCanUse] = true,
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.Damage] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1.5,
    baseFlags = {
        attack = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "monster_projectile_variation",
        "spell_maximum_action_distance_+%",
        "active_skill_cast_speed_+%_final",
        "number_of_additional_projectiles",
        "active_skill_damage_+%_final",
        "base_is_projectile",
    },
    levels = {
        [1] = {118, -30, -20, 2, 20, baseMultiplier = 1.2, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["StatueFingerMageMonsterPhysicalBeacon"] = {
    name = "StatueFingerMageMonsterPhysicalBeacon",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
        [SkillType.Area] = true,
        [SkillType.Duration] = true,
        [SkillType.Trappable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Multicastable] = 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",
        "number_of_beacons",
        "beacon_placement_radius",
        "base_skill_effect_duration",
        "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
        "active_skill_area_of_effect_radius_+%_final",
        "is_area_damage",
        "firestorm_avoid_unwalkable_terrain",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 5, 60, 2500, -25, -35, levelRequirement = 65, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["StatueFingerMageGlacialCascadePhysical"] = {
    name = "Glacial Cascade",
    hidden = true,
    color = "1",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Icicles emerge from the ground in a series of small bursts, each damaging enemies caught in the area.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
        [SkillType.Area] = true,
        [SkillType.Trappable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Cold] = true,
        [SkillType.Physical] = true,
        [SkillType.CanRapidFire] = true,
        [SkillType.AreaSpell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 0.8,
    baseFlags = {
        area = true,
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_physical_damage",
        "spell_maximum_base_physical_damage",
        "upheaval_number_of_spikes",
        "active_skill_area_of_effect_radius_+%_final",
        "is_area_damage",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 10, -34, critChance = 6, levelRequirement = 2, statInterpolation = {3, 3},  cost = { }, },
        [2] = {0.80000001192093, 1.2000000476837, 10, -34, critChance = 6, levelRequirement = 10, statInterpolation = {3, 3},  cost = { }, },
        [3] = {0.80000001192093, 1.2000000476837, 10, -34, critChance = 6, levelRequirement = 16, statInterpolation = {3, 3},  cost = { }, },
        [4] = {0.80000001192093, 1.2000000476837, 10, -34, critChance = 6, levelRequirement = 19, statInterpolation = {3, 3},  cost = { }, },
        [5] = {0.80000001192093, 1.1000000238419, 10, -34, critChance = 6, levelRequirement = 75, statInterpolation = {3, 3},  cost = { }, },
    },
}
เพิ่มระดับความหายากของ ไอเทม ที่ดรอป %
IdMonsterSideAreaBoss
FamilyMonsterSideAreaBoss
DomainsMonster (3)
GenerationTypeยูนิค (3)
Req. level1
Stats
  • monster dropped item rarity +% Min: 0 Max: 0 Global
  • monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 Global
  • monster additional quantity of dropped items in cruel +% [300]
    monster additional quantity of dropped items in merciless +% [600]
    monster additional rarity of dropped items in cruel +% [300]
    monster additional rarity of dropped items in merciless +% [600]
    IdMonsterInvasionMercilessDrops1
    FamilyMonsterMercilessDrops
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • monster additional rarity of dropped items in cruel +% Min: 300 Max: 300 Global
  • monster additional quantity of dropped items in cruel +% Min: 300 Max: 300 Global
  • monster additional rarity of dropped items in merciless +% Min: 600 Max: 600 Global
  • monster additional quantity of dropped items in merciless +% Min: 600 Max: 600 Global
  • Edit

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