東の守護者
人型
移動スピードが30%増加する
Guardian of the East
SpectreN
Tagsキャスター, human, humanoid, is_unarmed, lightning_affinity, medium_height, medium_movement, plate_armour, ranged, red_blood
ライフ
2400%
Ailment Threshold
2400%
耐性
40 40 40 25
Damage
200%
命中
100%
クリティカル率
+5%
クリティカルダメージ倍率
+130%
Attack Distance
6 ~ 8
Attack Time
0.855 Second
Damage Spread
±20%
経験値
200%
Model Size
120%
Type
VinktarSquareBoss4
Metadata
VinktarSquareBoss4
レベル
68
ライフ
154,400
防具
28,790
回避力
4,739
エナジーシールド
0
Damage
747
スペルダメージ
747
命中
290
Attack Time
0.855
経験値
20,510
Ailment Threshold
154,400
Chill
488
Shock
488
Brittle
2,762
Scorch
488
Sap
1,349
SummonSandLeaperVinktars1
Spell, Multicastable, Triggerable, Trappable, Totemable, Mineable
キャストタイム: 1 秒
クールダウン時間: 600 秒
alternate minion [71]
number of monsters to summon [1]
summoned monster rarity [3]
summoned monsters are minions [1]
summoned monsters no drops or experience [1]
SummonSandLeaperVinktars2
Spell, Multicastable, Triggerable, Trappable, Totemable, Mineable
キャストタイム: 1 秒
クールダウン時間: 600 秒
alternate minion [72]
number of monsters to summon [1]
summoned monster rarity [3]
summoned monsters are minions [1]
summoned monsters no drops or experience [1]
LightningBombVinktars
Spell, Area, Duration, Cold, Damage, Multicastable, Totemable, Trappable, Mineable, Triggerable, Cascadable, AreaSpell, Cooldown, Orb
フロストボム
クリティカル率: 6%
キャストタイム: 0.5 秒
クールダウン時間: 4 秒
持続時間中冷気のパルスを放つクリスタルを作成する。それぞれのパルスは近くの敵に副次的持続時間の間ライフ自動回復速度を減少させるデバフを付与し、さらに曝露(冷気)も付与する。クリスタルの持続時間が終わると、クリスタルは爆発し、周囲の敵に大きな冷気ダメージを与える。
LightningBombShortVinktars
Spell, Area, Duration, Cold, Damage, Multicastable, Totemable, Trappable, Mineable, Triggerable, Cascadable, AreaSpell, Cooldown, Orb
フロストボム
クリティカル率: 6%
キャストタイム: 0.5 秒
クールダウン時間: 4 秒
持続時間中冷気のパルスを放つクリスタルを作成する。それぞれのパルスは近くの敵に副次的持続時間の間ライフ自動回復速度を減少させるデバフを付与し、さらに曝露(冷気)も付与する。クリスタルの持続時間が終わると、クリスタルは爆発し、周囲の敵に大きな冷気ダメージを与える。
LightningBombMediumVinktars
Spell, Area, Duration, Cold, Damage, Multicastable, Totemable, Trappable, Mineable, Triggerable, Cascadable, AreaSpell, Cooldown, Orb
フロストボム
クリティカル率: 6%
キャストタイム: 0.5 秒
クールダウン時間: 4 秒
持続時間中冷気のパルスを放つクリスタルを作成する。それぞれのパルスは近くの敵に副次的持続時間の間ライフ自動回復速度を減少させるデバフを付与し、さらに曝露(冷気)も付与する。クリスタルの持続時間が終わると、クリスタルは爆発し、周囲の敵に大きな冷気ダメージを与える。
LightningBombLongVinktars
Spell, Area, Duration, Cold, Damage, Multicastable, Totemable, Trappable, Mineable, Triggerable, Cascadable, AreaSpell, Cooldown, Orb
フロストボム
クリティカル率: 6%
キャストタイム: 0.5 秒
クールダウン時間: 4 秒
持続時間中冷気のパルスを放つクリスタルを作成する。それぞれのパルスは近くの敵に副次的持続時間の間ライフ自動回復速度を減少させるデバフを付与し、さらに曝露(冷気)も付与する。クリスタルの持続時間が終わると、クリスタルは爆発し、周囲の敵に大きな冷気ダメージを与える。
VinktarsBallLightning
Spell, Damage, Projectile, ProjectilesFromUser, Area, Totemable, Trappable, Mineable, Multicastable, Triggerable, Lightning, CanRapidFire, AreaSpell
ボールライトニング
クリティカル率: 5%
追加ダメージ効率: 20%
キャストタイム: 0.8 秒
動きの遅い投射物を発射し、稲妻で範囲内の敵に繰り返しダメージを与える。

Object Type

version 2
extends "Metadata/Monsters/Monster"

Object Type Codes

version 2
extends "Metadata/Monsters/Monster"

Life
{
	on_death = "RemoveEffects( );"
	on_spawned_dead = "RemoveEffects( );"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/VinktarBosses/VinktarSquareBoss4"] = {
    name = "Guardian of the East",
    life = 24,
    fireResist = 40,
    coldResist = 40,
    lightningResist = 40,
    chaosResist = 25,
    damage = 2,
    damageSpread = 0.2,
    attackTime = 0.855,
    attackRange = 8,
    accuracy = 1,
    skillList = {
        "SummonSandLeaperVinktars1",
        "SummonSandLeaperVinktars2",
        "VinktarsBallLightning",
        "LightningBombVinktars",
        "LightningBombShortVinktars",
        "LightningBombMediumVinktars",
        "LightningBombLongVinktars",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["SummonSandLeaperVinktars1"] = {
    name = "SummonSandLeaperVinktars1",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Trappable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "alternate_minion",
        "number_of_monsters_to_summon",
        "summoned_monster_rarity",
        "summoned_monsters_no_drops_or_experience",
        "summoned_monsters_are_minions",
    },
    levels = {
        [1] = {71, 1, 3, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["SummonSandLeaperVinktars2"] = {
    name = "SummonSandLeaperVinktars2",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Trappable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "alternate_minion",
        "number_of_monsters_to_summon",
        "summoned_monster_rarity",
        "summoned_monsters_no_drops_or_experience",
        "summoned_monsters_are_minions",
    },
    levels = {
        [1] = {72, 1, 3, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["VinktarsBallLightning"] = {
    name = "Ball Lightning",
    hidden = true,
    color = "3",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Fires a slow-moving projectile that damages each enemy in an area around it repeatedly with bolts of lightning.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.Area] = true,
        [SkillType.Totemable] = true,
        [SkillType.Trappable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Lightning] = true,
        [SkillType.CanRapidFire] = true,
        [SkillType.AreaSpell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 0.8,
    baseFlags = {
        area = true,
        spell = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_lightning_damage",
        "spell_maximum_base_lightning_damage",
        "base_cast_speed_+%",
        "active_skill_area_of_effect_radius_+%_final",
        "active_skill_base_area_of_effect_radius",
        "base_is_projectile",
    },
    levels = {
        [1] = {0.5, 1.5, 30, -11, 18, critChance = 5, levelRequirement = 77, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["LightningBombVinktars"] = {
    name = "Frost Bomb",
    hidden = true,
    color = "3",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Creates a crystal that pulses with cold for a duration. Each pulse applies a debuff to nearby enemies for a secondary duration which reduces life regeneration rate, and also inflicts Cold Exposure. When the crystal's duration ends, it explodes, dealing heavy cold damage to enemies around it.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Area] = true,
        [SkillType.Duration] = true,
        [SkillType.Cold] = true,
        [SkillType.Damage] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Trappable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Cascadable] = true,
        [SkillType.AreaSpell] = true,
        [SkillType.Cooldown] = true,
        [SkillType.Orb] = true,
    },
    statDescriptionScope = "debuff_skill_stat_descriptions",
    castTime = 0.5,
    baseFlags = {
        area = true,
        spell = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_lightning_damage",
        "spell_maximum_base_lightning_damage",
        "active_skill_base_area_of_effect_radius",
        "base_skill_effect_duration",
        "base_secondary_skill_effect_duration",
        "base_lightning_damage_resistance_%",
        "life_regeneration_rate_+%",
        "is_area_damage",
    },
    levels = {
        [1] = {0.5, 1.5, 24, 12000, 2000, -30, -50, critChance = 6, levelRequirement = 77, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["LightningBombShortVinktars"] = {
    name = "Frost Bomb",
    hidden = true,
    color = "3",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Creates a crystal that pulses with cold for a duration. Each pulse applies a debuff to nearby enemies for a secondary duration which reduces life regeneration rate, and also inflicts Cold Exposure. When the crystal's duration ends, it explodes, dealing heavy cold damage to enemies around it.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Area] = true,
        [SkillType.Duration] = true,
        [SkillType.Cold] = true,
        [SkillType.Damage] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Trappable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Cascadable] = true,
        [SkillType.AreaSpell] = true,
        [SkillType.Cooldown] = true,
        [SkillType.Orb] = true,
    },
    statDescriptionScope = "debuff_skill_stat_descriptions",
    castTime = 0.5,
    baseFlags = {
        area = true,
        spell = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_lightning_damage",
        "spell_maximum_base_lightning_damage",
        "active_skill_base_area_of_effect_radius",
        "base_skill_effect_duration",
        "base_secondary_skill_effect_duration",
        "base_lightning_damage_resistance_%",
        "life_regeneration_rate_+%",
        "is_area_damage",
    },
    levels = {
        [1] = {0.5, 1.5, 24, 4000, 2000, -30, -50, critChance = 6, levelRequirement = 77, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["LightningBombMediumVinktars"] = {
    name = "Frost Bomb",
    hidden = true,
    color = "3",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Creates a crystal that pulses with cold for a duration. Each pulse applies a debuff to nearby enemies for a secondary duration which reduces life regeneration rate, and also inflicts Cold Exposure. When the crystal's duration ends, it explodes, dealing heavy cold damage to enemies around it.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Area] = true,
        [SkillType.Duration] = true,
        [SkillType.Cold] = true,
        [SkillType.Damage] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Trappable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Cascadable] = true,
        [SkillType.AreaSpell] = true,
        [SkillType.Cooldown] = true,
        [SkillType.Orb] = true,
    },
    statDescriptionScope = "debuff_skill_stat_descriptions",
    castTime = 0.5,
    baseFlags = {
        area = true,
        spell = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_lightning_damage",
        "spell_maximum_base_lightning_damage",
        "active_skill_base_area_of_effect_radius",
        "base_skill_effect_duration",
        "base_secondary_skill_effect_duration",
        "base_lightning_damage_resistance_%",
        "life_regeneration_rate_+%",
        "is_area_damage",
    },
    levels = {
        [1] = {0.5, 1.5, 24, 8000, 2000, -30, -50, critChance = 6, levelRequirement = 77, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["LightningBombLongVinktars"] = {
    name = "Frost Bomb",
    hidden = true,
    color = "3",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Creates a crystal that pulses with cold for a duration. Each pulse applies a debuff to nearby enemies for a secondary duration which reduces life regeneration rate, and also inflicts Cold Exposure. When the crystal's duration ends, it explodes, dealing heavy cold damage to enemies around it.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Area] = true,
        [SkillType.Duration] = true,
        [SkillType.Cold] = true,
        [SkillType.Damage] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Trappable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Cascadable] = true,
        [SkillType.AreaSpell] = true,
        [SkillType.Cooldown] = true,
        [SkillType.Orb] = true,
    },
    statDescriptionScope = "debuff_skill_stat_descriptions",
    castTime = 0.5,
    baseFlags = {
        area = true,
        spell = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_lightning_damage",
        "spell_maximum_base_lightning_damage",
        "active_skill_base_area_of_effect_radius",
        "base_skill_effect_duration",
        "base_secondary_skill_effect_duration",
        "base_lightning_damage_resistance_%",
        "life_regeneration_rate_+%",
        "is_area_damage",
    },
    levels = {
        [1] = {0.5, 1.5, 24, 16000, 2000, -30, -50, critChance = 6, levelRequirement = 77, statInterpolation = {3, 3},  cost = { }, },
    },
}
移動スピードが30%増加する
IdMonsterImplicitFastRun5
FamilyMovementVelocity
Domainsモンスター (3)
GenerationTypeユニーク (3)
Req. level1
Stats
  • base movement velocity +% Min: 30 Max: 30 Global
  • Craft Tagsspeed
    Edit

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