되살아난 수호자
인간형
이동 속도 30% 증가
monster no drops or experience [1]
Revived Guardian
SpectreN
Tags시전, human, humanoid, is_unarmed, lightning_affinity, medium_height, medium_movement, plate_armour, red_blood
생명력
1600%
Ailment Threshold
1600%
저항
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
VinktarSquareBoss1Revived
Metadata
VinktarSquareBossRevive1
레벨
68
생명력
102,934
방어구
28,790
회피
4,739
에너지 보호막
0
Damage
747
주문 피해
747
정확도
290
Attack Time
0.855
경험치
20,510
Ailment Threshold
102,934
Chill
325
Shock
325
Brittle
1,841
Scorch
325
Sap
899
VinktarBossStormCall
Spell, Damage, Area, Duration, Trappable, Totemable, Mineable, Triggerable, Multicastable, Lightning, Cascadable, CanRapidFire, AreaSpell
폭풍 부름
치명타 확률: 5%
시전 속도: 0.5 초
원하는 지점을 대상으로 설정합니다. 잠시 후 번개가 대상 지역을 강타하여 주변에 피해를 주고 시전자가 설정한 다른 모든 대상 지역에도 번개가 강타합니다.
VinktarBossVaalStormCall
Spell, Damage, Area, Duration, Trappable, Totemable, Mineable, Vaal, Lightning, AreaSpell
바알 폭풍 부름
시전 속도: 0.5 초
재사용 대기시간: 15 초
원하는 지점을 대상으로 설정합니다. 지속시간 동안 대상 지역 주변의 적들에게 반복해서 무작위로 번개가 떨어져 그 주변에 피해를 줍니다. 스킬의 지속시간 관련 속성 부여는 공격 사이의 지연시간에도 영향을 미칩니다. 지속시간이 종료되면 커다란 번개가 대상 지역을 강타해 그 주변에 피해를 줍니다.
VinktarSummonIonCannonSingleEnemy
Spell, Multicastable, Triggerable
시전 속도: 1 초
재사용 대기시간: 4 초
alternate minion [53]
number of monsters to summon [2]
summoned monsters no drops or experience [1]

Object Type

version 2
extends "Metadata/Monsters/Monster"

Actor
{
}

Object Type Codes

version 2
extends "Metadata/Monsters/Monster"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/VinktarBosses/VinktarSquareBossRevive1"] = {
    name = "Revived Guardian",
    life = 16,
    fireResist = 40,
    coldResist = 40,
    lightningResist = 40,
    chaosResist = 25,
    damage = 2,
    damageSpread = 0.2,
    attackTime = 0.855,
    attackRange = 8,
    accuracy = 1,
    skillList = {
        "VinktarBossVaalStormCall",
        "VinktarBossStormCall",
        "VinktarSummonIonCannonSingleEnemy",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["VinktarBossVaalStormCall"] = {
    name = "Vaal Storm Call",
    hidden = true,
    color = "3",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Sets a marker at a location. Lightning strikes random enemies around the marker repeatedly over the skill's duration, dealing damage in an area around the strike. Modifiers to the skill's duration will also affect the delay between these strikes. When the duration ends, a large bolt of lightning strikes the marker, dealing damage around it.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
        [SkillType.Area] = true,
        [SkillType.Duration] = true,
        [SkillType.Trappable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Vaal] = true,
        [SkillType.Lightning] = true,
        [SkillType.AreaSpell] = true,
    },
    statDescriptionScope = "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",
        "base_skill_effect_duration",
        "vaal_storm_call_base_delay_ms",
        "active_skill_area_of_effect_radius_+%_final",
        "is_area_damage",
    },
    levels = {
        [1] = {0.5, 1.5, 5000, 250, -13, levelRequirement = 77, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["VinktarBossStormCall"] = {
    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 = 0.5,
    baseFlags = {
        area = true,
        spell = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_lightning_damage",
        "spell_maximum_base_lightning_damage",
        "base_skill_effect_duration",
        "active_skill_area_of_effect_radius_+%_final",
        "is_area_damage",
    },
    levels = {
        [1] = {0.5, 1.5, 2000, -31, critChance = 5, levelRequirement = 77, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["VinktarSummonIonCannonSingleEnemy"] = {
    name = "VinktarSummonIonCannonSingleEnemy",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "alternate_minion",
        "number_of_monsters_to_summon",
        "summoned_monsters_no_drops_or_experience",
    },
    levels = {
        [1] = {53, 2, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
이동 속도 30% 증가
IdMonsterImplicitFastRun5
FamilyMovementVelocity
Domains몬스터 (3)
GenerationType고유 (3)
Req. level1
Stats
  • base movement velocity +% Min: 30 Max: 30 Global
  • Craft Tagsspeed
    monster no drops or experience [1]
    IdMonsterNoDropsOrExperience
    FamilyMonsterNoDropsOrExperience
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • monster no drops or experience Min: 1 Max: 1 Global
  • 되살아난 수호자
    인간형
    이동 속도 30% 증가
    monster no drops or experience [1]
    Revived Guardian
    SpectreN
    Tags시전, human, humanoid, is_unarmed, lightning_affinity, medium_height, medium_movement, plate_armour, ranged, red_blood
    생명력
    1600%
    Ailment Threshold
    1600%
    저항
    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
    VinktarSquareBoss2Revived
    Metadata
    VinktarSquareBossRevive2
    레벨
    68
    생명력
    102,934
    방어구
    28,790
    회피
    4,739
    에너지 보호막
    0
    Damage
    747
    주문 피해
    747
    정확도
    290
    Attack Time
    0.855
    경험치
    20,510
    Ailment Threshold
    102,934
    Chill
    325
    Shock
    325
    Brittle
    1,841
    Scorch
    325
    Sap
    899
    OrbOfStormsVinktarsSquareBoss
    Spell, Damage, Lightning, Area, Chains, Triggerable, Trappable, Mineable, Totemable, AreaSpell, Cooldown, Orb
    폭풍 보주
    시전 속도: 0.5 초
    번개 구슬을 생성하여 효과 범위 내의 적들을 번개 광선으로 공격합니다. 광선은 갈라지며 더 많은 적을 명중시킬 수 있습니다. 시전 속도에 따라 공격의 빈도가 증가합니다. 스킬을 재시전하면 이전에 생성한 구슬을 대체합니다.
    StormCloudLightningWarp
    Spell, Damage, Area, Duration, Movement, Lightning, AreaSpell
    태풍 구름 번개 차원 이동
    치명타 확률: 5%
    시전 속도: 1 초
    재사용 대기시간: 3 초
    WIP
    VinktarSquareSpellProjectileLightning
    Spell, Projectile, ProjectilesFromUser, Triggerable, Lightning
    시전 속도: 1 초
    VinktarBossLightningWarp
    Spell, Damage, Area, Duration, Trappable, Totemable, Mineable, Triggerable, Movement, Lightning, AreaSpell, Travel, Multicastable, CanRapidFire
    번개 차원 이동
    치명타 확률: 5%
    시전 속도: 1 초
    재사용 대기시간: 3 초
    지속시간 동안 대기 후 대상 지점으로 순간이동합니다. 지속시간은 거리와 시전자의 이동 속도에 비례합니다. 순간이동 시 출발 지점과 도착 지점 주변 적들에게 번개 피해를 줍니다. 재시전 시 다수의 순간이동이 예약되어 연속적으로 실행됩니다.

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/VinktarBosses/VinktarSquareBossRevive2"] = {
        name = "Revived Guardian",
        life = 16,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        damage = 2,
        damageSpread = 0.2,
        attackTime = 0.855,
        attackRange = 8,
        accuracy = 1,
        skillList = {
            "VinktarBossLightningWarp",
            "VinktarSquareSpellProjectileLightning",
            "OrbOfStormsVinktarsSquareBoss",
            "StormCloudLightningWarp",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["VinktarBossLightningWarp"] = {
        name = "Lightning Warp",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Waits for a duration before teleporting to a targeted destination, with the duration based on the distance and your movement speed. When the teleport occurs, lightning damage is dealt to the area around both where the player was and where they teleported to. Casting again will queue up multiple teleportations to occur in sequence.",
        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.Movement] = true,
            [SkillType.Lightning] = true,
            [SkillType.AreaSpell] = true,
            [SkillType.Travel] = true,
            [SkillType.Multicastable] = true,
            [SkillType.CanRapidFire] = true,
        },
        statDescriptionScope = "variable_duration_skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "skill_override_pvp_scaling_time_ms",
            "skill_effect_duration_+%",
            "base_skill_show_average_damage_instead_of_dps",
            "is_area_damage",
        },
        levels = {
            [1] = {0.5, 1.5, 1000, -30, critChance = 5, levelRequirement = 77, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["VinktarSquareSpellProjectileLightning"] = {
        name = "VinktarSquareSpellProjectileLightning",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Lightning] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "monster_projectile_variation",
            "base_number_of_projectiles_in_spiral_nova",
            "projectile_spiral_nova_time_ms",
            "projectile_spiral_nova_angle",
            "projectile_spiral_nova_starting_angle_offset",
            "monster_reverse_point_blank_damage_-%_at_minimum_range",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.5, 1.5, 7, 3, 150, 20, -10, 60, levelRequirement = 77, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["OrbOfStormsVinktarsSquareBoss"] = {
        name = "Orb of Storms",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Creates a stationary electrical orb that strikes enemies in its area of effect with beams of lightning that can then split to hit more enemies. Modifiers to cast speed will increase how frequently it does this. Casting this skill again will replace the previous orb.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Lightning] = true,
            [SkillType.Area] = true,
            [SkillType.Chains] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Trappable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Totemable] = true,
            [SkillType.AreaSpell] = true,
            [SkillType.Cooldown] = true,
            [SkillType.Orb] = true,
        },
        statDescriptionScope = "beam_skill_stat_descriptions",
        castTime = 0.5,
        baseFlags = {
            area = true,
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "base_skill_effect_duration",
            "orb_of_storms_base_bolt_frequency_ms",
            "projectile_number_to_split",
            "storm_cloud_charged_damage_+%_final",
            "number_of_additional_storm_clouds_allowed",
            "storm_cloud_charge_count",
            "storm_cloud_destroy_when_caster_dies",
        },
        levels = {
            [1] = {0.5, 1.5, 60000, 1000, 3, 200, 8, 3, levelRequirement = 77, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["StormCloudLightningWarp"] = {
        name = "Storm Cloud Lightning Warp",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "WIP",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Duration] = true,
            [SkillType.Movement] = true,
            [SkillType.Lightning] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "skill_effect_duration_+%",
            "is_area_damage",
        },
        levels = {
            [1] = {0.5, 1.5, -30, critChance = 5, 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
    monster no drops or experience [1]
    IdMonsterNoDropsOrExperience
    FamilyMonsterNoDropsOrExperience
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • monster no drops or experience Min: 1 Max: 1 Global
  • 되살아난 수호자
    인간형
    이동 속도 30% 증가
    물리 피해의 50%를 번개 피해로 전환
    monster no drops or experience [1]
    이동 속도 25% 증가
    공격 속도 20% 증가
    Revived Guardian
    SpectreN
    Tags시전, has_dual_wield_melee, has_one_hand_sword, has_one_handed_melee, human, humanoid, lightning_affinity, medium_height, medium_movement, melee, physical_affinity, plate_armour, red_blood, slashing_weapon
    생명력
    1600%
    Ailment Threshold
    1600%
    저항
    40 40 40 25
    Damage
    220%
    정확도
    100%
    치명타 확률
    +5%
    치명타 피해 배율
    +130%
    Attack Distance
    6 ~ 8
    Attack Time
    0.855 Second
    Damage Spread
    ±20%
    경험치
    200%
    Model Size
    120%
    Type
    VinktarSquareBoss3Revived
    Metadata
    VinktarSquareBossRevive3
    레벨
    68
    생명력
    102,934
    방어구
    28,790
    회피
    4,739
    에너지 보호막
    0
    Damage
    822
    주문 피해
    822
    정확도
    290
    Attack Time
    0.855
    경험치
    20,510
    Ailment Threshold
    102,934
    Chill
    325
    Shock
    325
    Brittle
    1,841
    Scorch
    325
    Sap
    899
    LivingBombLightning
    Spell, Damage, Area, Trappable, Totemable, Mineable, AreaSpell
    시전 속도: 4 초
    재사용 대기시간: 10 초
    SummonStormsVinktarBoss
    Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell
    시전 속도: 1 초
    재사용 대기시간: 10 초
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    기본 공격
    Base Damage: 657–986
    치명타 확률: 5%
    Attack Time: 0.855 초
    강력한 일격으로 적들을 쓰러트립니다.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    VinktarBossCharge
    Attack
    Base Damage: 657–986
    치명타 확률: 5%
    Attack Time: 0.855 초
    재사용 대기시간: 4 초
    MonsterFlickerStrike
    Attack, Melee, MeleeSingleTarget, Multistrikeable, Movement, Duration, Cooldown
    점멸 타격
    Base Damage: 657–986
    치명타 확률: 5%
    Attack Time: 0.855 초
    재사용 대기시간: 2 초
    주변의 몬스터에게 순간이동하여 근접 무기로 공격합니다. 적을 선택하지 않으면 무작위로 하나를 골라 공격합니다. 일정 시간 동안 이동 속도를 증가시키는 버프를 부여합니다. 격분 충전을 소모하면 해당 스킬을 즉시 사용할 수 있습니다.
    주는 피해 10% 증폭
    공격 속도 30% 증가
    격분 충전 하나당 공격 속도 10% 증가
    ignores proximity shield [1]
    melee defer damage prediction [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/VinktarBosses/VinktarSquareBossRevive3"] = {
        name = "Revived Guardian",
        life = 16,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        damage = 2.2,
        damageSpread = 0.2,
        attackTime = 0.855,
        attackRange = 8,
        accuracy = 1,
        weaponType1 = "One Hand Sword",
        weaponType2 = "One Hand Sword",
        skillList = {
            "Melee",
            "MonsterFlickerStrike",
            "VinktarBossCharge",
            "SummonStormsVinktarBoss",
            "LivingBombLightning",
        },
        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["MonsterFlickerStrike"] = {
        name = "Flicker Strike",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Teleports the character to a nearby monster and attacks with a melee weapon. If no specific monster is targeted, one is picked at random. Grants a buff that increases movement speed for a duration. The cooldown can be bypassed by expending a Frenzy Charge.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Melee] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Movement] = true,
            [SkillType.Duration] = true,
            [SkillType.Cooldown] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "attack_speed_+%",
            "base_attack_speed_+%_per_frenzy_charge",
            "active_skill_damage_+%_final",
            "ignores_proximity_shield",
            "melee_defer_damage_prediction",
        },
        levels = {
            [1] = {30, 10, 10, levelRequirement = 13, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["VinktarBossCharge"] = {
        name = "VinktarBossCharge",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2.75,
        baseFlags = {
            attack = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "attack_speed_+%",
        },
        levels = {
            [1] = {80, levelRequirement = 80, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SummonStormsVinktarBoss"] = {
        name = "SummonStormsVinktarBoss",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        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.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            area = true,
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "base_skill_effect_duration",
            "number_of_monsters_to_summon",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {0.5, 1.5, 8000, 32, 90, levelRequirement = 77, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["LivingBombLightning"] = {
        name = "LivingBombLightning",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 4,
        baseFlags = {
            area = true,
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "base_chance_to_shock_%",
            "base_cast_speed_+%",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 100, 25, 150, 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
    물리 피해의 50%를 번개 피해로 전환
    IdMonsterElementalSkeletonLightning
    FamilyLightningDamageAsPortionOfDamage
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • base physical damage % to convert to lightning Min: 50 Max: 50 Global
  • Craft Tagsphysical_damage elemental_damage damage physical elemental lightning
    monster no drops or experience [1]
    IdMonsterNoDropsOrExperience
    FamilyMonsterNoDropsOrExperience
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • monster no drops or experience Min: 1 Max: 1 Global
  • 이동 속도 25% 증가
    IdMonsterImplicitFastRunVinktars
    FamilyMovementVelocity
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • base movement velocity +% Min: 25 Max: 25 Global
  • Craft Tagsspeed
    공격 속도 20% 증가
    IdMonsterImplicitFastAttack4
    FamilyIncreasedAttackSpeed
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • attack speed +% Min: 20 Max: 20 Global
  • Craft Tagsattack speed
    되살아난 수호자
    인간형
    이동 속도 30% 증가
    monster no drops or experience [1]
    Revived Guardian
    SpectreN
    Tags시전, human, humanoid, is_unarmed, lightning_affinity, medium_height, medium_movement, plate_armour, ranged, red_blood
    생명력
    1600%
    Ailment Threshold
    1600%
    저항
    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
    VinktarSquareBoss4Revived
    Metadata
    VinktarSquareBossRevive4
    레벨
    68
    생명력
    102,934
    방어구
    28,790
    회피
    4,739
    에너지 보호막
    0
    Damage
    747
    주문 피해
    747
    정확도
    290
    Attack Time
    0.855
    경험치
    20,510
    Ailment Threshold
    102,934
    Chill
    325
    Shock
    325
    Brittle
    1,841
    Scorch
    325
    Sap
    899
    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 초
    일정 시간 동안 냉기로 파동치는 수정을 생성합니다. 파동이 칠 때마다 주변의 적들에게 2차 지속시간 동안 디버프를 줍니다. 디버프는 생명력 재생 속도를 낮추고 냉기 노출을 유발합니다. 수정의 지속시간이 종료되면, 폭발하여 주변의 적들에게 큰 냉기 피해를 줍니다.
    LightningBombShortVinktars
    Spell, Area, Duration, Cold, Damage, Multicastable, Totemable, Trappable, Mineable, Triggerable, Cascadable, AreaSpell, Cooldown, Orb
    서리 폭탄
    치명타 확률: 6%
    시전 속도: 0.5 초
    재사용 대기시간: 4 초
    일정 시간 동안 냉기로 파동치는 수정을 생성합니다. 파동이 칠 때마다 주변의 적들에게 2차 지속시간 동안 디버프를 줍니다. 디버프는 생명력 재생 속도를 낮추고 냉기 노출을 유발합니다. 수정의 지속시간이 종료되면, 폭발하여 주변의 적들에게 큰 냉기 피해를 줍니다.
    LightningBombMediumVinktars
    Spell, Area, Duration, Cold, Damage, Multicastable, Totemable, Trappable, Mineable, Triggerable, Cascadable, AreaSpell, Cooldown, Orb
    서리 폭탄
    치명타 확률: 6%
    시전 속도: 0.5 초
    재사용 대기시간: 4 초
    일정 시간 동안 냉기로 파동치는 수정을 생성합니다. 파동이 칠 때마다 주변의 적들에게 2차 지속시간 동안 디버프를 줍니다. 디버프는 생명력 재생 속도를 낮추고 냉기 노출을 유발합니다. 수정의 지속시간이 종료되면, 폭발하여 주변의 적들에게 큰 냉기 피해를 줍니다.
    LightningBombLongVinktars
    Spell, Area, Duration, Cold, Damage, Multicastable, Totemable, Trappable, Mineable, Triggerable, Cascadable, AreaSpell, Cooldown, Orb
    서리 폭탄
    치명타 확률: 6%
    시전 속도: 0.5 초
    재사용 대기시간: 4 초
    일정 시간 동안 냉기로 파동치는 수정을 생성합니다. 파동이 칠 때마다 주변의 적들에게 2차 지속시간 동안 디버프를 줍니다. 디버프는 생명력 재생 속도를 낮추고 냉기 노출을 유발합니다. 수정의 지속시간이 종료되면, 폭발하여 주변의 적들에게 큰 냉기 피해를 줍니다.
    VinktarsBallLightning
    Spell, Damage, Projectile, ProjectilesFromUser, Area, Totemable, Trappable, Mineable, Multicastable, Triggerable, Lightning, CanRapidFire, AreaSpell
    구형 번개
    치명타 확률: 5%
    추가 피해 효율: 20%
    시전 속도: 0.8 초
    천천히 움직이며 번개로 주변 범위 내의 모든 적에게 반복적인 피해를 주는 투사체를 1개 발사합니다.

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/VinktarBosses/VinktarSquareBossRevive4"] = {
        name = "Revived Guardian",
        life = 16,
        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
    monster no drops or experience [1]
    IdMonsterNoDropsOrExperience
    FamilyMonsterNoDropsOrExperience
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • monster no drops or experience Min: 1 Max: 1 Global
  • Edit

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