จิตวิญญาณการทำลายล้าง
หุ่นกล
แปลงความเสียหาย กายภาพ 50% เป็น ไฟ
เพิ่มจำนวนของ ไอเทม ที่ดรอป 300%
เพิ่มระดับความหายากของ ไอเทม ที่ดรอป 800%
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Aspect of Destruction
SpectreN
Tagsนักเวท, cleaving_weapon, construct, fire_affinity, ghost_armour, has_two_hand_axe, has_two_handed_melee, medium_height, medium_movement, melee, not_dex, not_int, physical_affinity
พลังชีวิต
300%
เกราะ
+50%
Ailment Threshold
300%
ค่าต้านทาน
40 40 40 25
Damage
200%
ความแม่นยำ
100%
โอกาสคริติคอล
+5%
ตัวคูณคริติคอล
+130%
Attack Distance
6 ~ 6
Attack Time
1.5 Second
Damage Spread
±20%
ค่าประสบการณ์
200%
Model Size
110%
Type
AnimatedWeaponRampageLeaguestoneBoss
Metadata
AnimatedLeaguestoneBoss1
เลเวล
68
พลังชีวิต
19,300
เกราะ
43,185
การหลบหลีก
4,739
โล่พลังงาน
0
Damage
747
ความเสียหายเวท
747
ความแม่นยำ
290
Attack Time
1.5
ค่าประสบการณ์
20,510
Ailment Threshold
19,300
Chill
61
Shock
61
Brittle
345
Scorch
61
Sap
169
MonsterCycloneRampageBoss
Attack, Area, Melee, Movement
พายุหมุน (Cyclone)
Base Damage: 598–897
โอกาสคริติคอล: 5%
Attack Time: 1.5 วินาที
คูลดาวน์: 2.5 วินาที
โจมตีใส่ศัตรูรอบๆ ตัวผู้เล่น แล้วจะกวาดรอบทิศไปเรื่อยๆ ขณะผู้เล่นเคลื่อนตัวเองไปจนถึงจุดหมาย สกิลนี้ไม่สามารถเสริมด้วย Ruthless หรือ Multistrike ได้
เพิ่มความเร็วในการเคลื่อนที่ อีก 60%
เพิ่มความเร็วในการโจมตี อีก 75%
cyclone extra distance [40]
cyclone has triggered skill [1]
is area damage [1]
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
โจมตีธรรมดา (Default Attack)
Base Damage: 598–897
โอกาสคริติคอล: 5%
Attack Time: 1.5 วินาที
โจมตีศัตรูของคุณด้วยการจู่โจมอย่างมีกำลัง
skill can fire arrows [1]
skill can fire wand projectiles [1]
FireStormCallTriggeredRampageLeaguestone
Spell, Damage, Area, Duration, Trappable, Totemable, Mineable, Triggerable, Multicastable, Lightning, Cascadable, CanRapidFire, AreaSpell
เรียกสายฟ้า (Storm Call)
เวลาร่าย: 1 วินาที
ทำเครื่องหมายที่ตำแหน่ง หลังจากระยะเวลาสั้นๆ จะเกิดฟ้าผ่าที่เครื่องหมาย สร้างความเสียหายในบริเวณรอบๆ และทำให้เกิดฟ้าผ่าที่เครื่องหมายอื่นๆ ที่คุณได้ร่ายไว้ด้วย
ระยะเวลาพื้นฐาน 2 วินาที
สร้างความเสียหาย ไฟ 613.8 ถึง 1841
cast on cyclone contact % [100]
is area damage [1]
spell uncastable if triggerable [1]

Object Type

version 2
extends "Metadata/Monsters/Monster"

Actor
{
	basic_action = "Emerge"
	slow_animations_go_to_idle = false
}

Life
{
	corpse_usable = false
	on_death = "Delete();"
}

Animated
{
	animated_object = "Metadata/Monsters/AnimatedItem/AnimatedItemDedicated.ao"
}

DiesAfterTime
{
}

Object Type Codes

version 2
extends "Metadata/Monsters/Monster"

Render
{
	allow_attached_arrows = false
	use_attached_selection_box_if_no_drawcalls = true
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/AnimatedItem/AnimatedLeaguestoneBoss1"] = {
    name = "Aspect of Destruction",
    life = 3,
    fireResist = 40,
    coldResist = 40,
    lightningResist = 40,
    chaosResist = 25,
    damage = 2,
    damageSpread = 0.2,
    attackTime = 1.5,
    attackRange = 6,
    accuracy = 1,
    weaponType1 = "Two Hand Axe",
    skillList = {
        "Melee",
        "MonsterCycloneRampageBoss",
        "FireStormCallTriggeredRampageLeaguestone",
    },
    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["MonsterCycloneRampageBoss"] = {
    name = "Cyclone",
    hidden = true,
    color = "2",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Damage enemies around you, then perform a spinning series of attacks as you travel to a target location. Cannot be supported by Ruthless or Multistrike.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.Area] = true,
        [SkillType.Melee] = true,
        [SkillType.Movement] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        area = true,
        melee = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "cyclone_movement_speed_+%_final",
        "cyclone_extra_distance",
        "active_skill_attack_speed_+%_final",
        "is_area_damage",
        "cyclone_has_triggered_skill",
    },
    levels = {
        [1] = {60, 40, 75, levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["FireStormCallTriggeredRampageLeaguestone"] = {
    name = "Storm Call",
    hidden = true,
    color = "3",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Sets a marker at a location. After a short duration, lightning strikes the marker, dealing damage around it and causing lightning strikes at any other markers you've cast.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
        [SkillType.Area] = true,
        [SkillType.Duration] = true,
        [SkillType.Trappable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Lightning] = true,
        [SkillType.Cascadable] = true,
        [SkillType.CanRapidFire] = 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",
        "base_skill_effect_duration",
        "cast_on_cyclone_contact_%",
        "is_area_damage",
        "spell_uncastable_if_triggerable",
    },
    levels = {
        [1] = {0.5, 1.5, 2000, 100, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
    },
}
แปลงความเสียหาย กายภาพ 50% เป็น ไฟ
IdMonsterConvertToFireDamage2
FamilyFireDamageAsPortionOfDamage
DomainsMonster (3)
GenerationTypeยูนิค (3)
Req. level1
Stats
  • base physical damage % to convert to fire Min: 50 Max: 50 Global
  • Craft Tagsphysical_damage elemental_damage damage physical elemental fire
    เพิ่มจำนวนของ ไอเทม ที่ดรอป 300%
    เพิ่มระดับความหายากของ ไอเทม ที่ดรอป 800%
    IdMonsterRampageLeaguestoneBoss
    FamilyMonsterInvasionBoss
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • monster dropped item rarity +% Min: 800 Max: 800 Global
  • monster dropped item quantity +% Min: 300 Max: 300 Global
  • cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    IdStunRepeatImmunityActBoss
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeยูนิค (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.