北方守衛
人形
增加 30% 移動速度
Guardian of the North
幽魂N
標籤法術, human, humanoid, is_unarmed, lightning_affinity, medium_height, medium_movement, plate_armour, ranged, red_blood
生命
2400%
異常狀態臨界值
2400%
抗性
40 40 40 25
傷害
200%
命中
100%
暴擊率
+5%
暴擊加成
+130%
攻擊距離
6 ~ 8
攻擊間隔
0.855 秒
傷害分佈
±20%
經驗值
200%
Model Size
120%
類型
VinktarSquareBoss2
Metadata
VinktarSquareBoss2
等級
68
生命
154,400
護甲
28,790
閃避
4,739
能量護盾
0
傷害
747
法術傷害
747
命中
290
攻擊間隔
0.855
經驗值
20,510
異常狀態臨界值
154,400
冰緩
488
感電
488
易碎
2,762
焦灼
488
殘喘
1,349
OrbOfStormsVinktarsSquareBoss
法術, 傷害, 閃電, 範圍, 連鎖, 可觸發, 陷阱技能, 地雷技能, 圖騰技能, 範圍法術, 冷卻, Orb
風暴漩渦
施放時間: 0.5 秒
創造出一個帶電的球,不斷地釋放出一道道的閃電攻擊敵人。施放速度詞綴會增加它此行為的頻率。再次使用技能會取代舊的漩渦。
StormCloudLightningWarp
法術, 傷害, 範圍, 持續時間, 位移, 閃電, 範圍法術
暴雨雲閃電傳送
暴擊率: 5%
施放時間: 1 秒
冷卻時間: 3 秒
WIP
VinktarSquareSpellProjectileLightning
法術, 投射物, 玩家投射物, 可觸發, 閃電
施放時間: 1 秒
VinktarBossLightningWarp
法術, 傷害, 範圍, 持續時間, 陷阱技能, 圖騰技能, 地雷技能, 可觸發, 位移, 閃電, 範圍法術, 快行, 法術可重複, 可齊射
閃電傳送
暴擊率: 5%
施放時間: 1 秒
冷卻時間: 3 秒
在指定位置施放一個法陣,在數秒之後將你傳送過去。當傳送時,在原本位置與傳送法陣位置的敵人都會受到閃電傷害。再次施放會列隊連續使用多次傳送。

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/VinktarSquareBoss2"] = {
    name = "Guardian of the North",
    life = 24,
    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 全域
  • Craft Tagsspeed
    Edit

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