突变的毒蛇
野兽
属类: 恐喙鸟
组别: 爬行
科目: 沙漠
移动速度加快 30%
monster no map drops [1]
护甲提高 1000%
stance movement speed +% final [100]
level 33 or lower damage +% final [-20]
level 33 or lower life +% final [-20]
active skill cast speed +% final [25]
Mutated Adder
幽魂N
标签beast, 施法, extra_extra_small_height, has_dagger, has_one_handed_melee, light_armour, lightning_affinity, medium_movement, melee, not_int, physical_affinity, ranged, red_blood, reptile_beast
生命
140%
护甲
+15%
闪避值
+15%
异常状态临界值
140%
抗性
0 0 85 0
伤害
160%
命中
100%
攻击暴击率
+5%
暴击伤害
+130%
攻击距离
6 ~ 8
攻击间隔
1.095 秒
伤害分布
±20%
经验值
200%
Model Size
100%
类型
SnakeDexMissionBoss
Metadata
DexMissionSnakeBoss
等级
68
生命
9,007
护甲
33,109
闪避值
5,450
能量护盾
0
伤害
598
法术伤害
598
命中
290
攻击间隔
1.095
经验值
20,510
异常状态临界值
9,007
冰缓
28
Shock
28
Brittle
161
Scorch
28
Sap
79
MeleeAtAnimationSpeed
攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
普通攻击
基本伤害: 478–717
攻击暴击率: 5%
攻击间隔: 1.095 秒
对你的敌人无情痛击。
action attack or cast time uses animation length [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
MonsterLightningSprayDexMissionBoss
法术, 投射物, 玩家投射物, 伤害, 陷阱技能, 地雷技能, 图腾, 火焰
圣焰图腾
伤害效用: 10%
施放间隔: 0.25 秒
召唤一个图腾,它会持续的对附近的敌人喷射火焰。
造成 115.8 - 215.1 闪电伤害
技能可重复施放 8
投射物贯穿所有目标
额外发射 3 个投射物
投射物速度加快 30%
base is projectile [1]
monster penalty against minions damage +% final vs player minions [-25]
spell maximum action distance +% [-75]
MonsterSmokeMineDexMission
法术, 范围, 持续时间, 位移, 遥控地雷, 范围法术, 快行, 消耗保留, 闪现, 冷却
烟雾地雷
施放间隔: 0.5 秒
冷却时间: 6 秒
投掷一个地雷,当它引爆时将你传送至该地雷所在处。当传送时,在原本位置与地雷所在位置的区块都会被充满烟雾,致盲其中的敌人,并给你一个提高移动速度的临时增益效果。和其它闪现技能共用冷却时间。
基础持续时间为 7
增益效果使移动速度加快 30%
active skill area of effect radius +% final [40]
MonsterSmokeMineSnakeDexMission
法术, 范围, 持续时间, 位移, 遥控地雷, 范围法术, 快行, 消耗保留, 闪现, 冷却
烟雾地雷
施放间隔: 0.5 秒
冷却时间: 9 秒
投掷一个地雷,当它引爆时将你传送至该地雷所在处。当传送时,在原本位置与地雷所在位置的区块都会被充满烟雾,致盲其中的敌人,并给你一个提高移动速度的临时增益效果。和其它闪现技能共用冷却时间。
基础持续时间为 7
增益效果使移动速度加快 50%
active skill area of effect radius +% final [65]
alternate minion [1]
smoke mine spawn X snakes on teleport [5]

Object Type

version 2
extends "Metadata/Monsters/Monster"

Actor
{
	main_hand_unarmed_type = "Dagger"
	basic_action = "ChangeToStance1"
	basic_action = "ChangeToStance2"
}

Object Type Codes

version 2
extends "Metadata/Monsters/Monster"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Snake/DexMissionSnakeBoss"] = {
    name = "Mutated Adder",
    life = 1.4,
    fireResist = 0,
    coldResist = 0,
    lightningResist = 85,
    chaosResist = 0,
    damage = 1.6,
    damageSpread = 0.2,
    attackTime = 1.095,
    attackRange = 8,
    accuracy = 1,
    skillList = {
        "MeleeAtAnimationSpeed",
        "MonsterLightningSprayDexMissionBoss",
        "MonsterSmokeMineSnakeDexMission",
        "MonsterSmokeMineDexMission",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["MeleeAtAnimationSpeed"] = {
    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",
        "action_attack_or_cast_time_uses_animation_length",
        "projectile_uses_contact_position",
        "use_scaled_contact_offset",
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MonsterLightningSprayDexMissionBoss"] = {
    name = "Holy Flame Totem",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Summons a totem that fires a stream of flame at nearby enemies.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.Damage] = true,
        [SkillType.Trappable] = true,
        [SkillType.Mineable] = true,
        [SkillType.SummonsTotem] = true,
        [SkillType.Fire] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 0.25,
    baseFlags = {
        spell = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_lightning_damage",
        "spell_maximum_base_lightning_damage",
        "number_of_additional_projectiles",
        "base_projectile_speed_+%",
        "skill_repeat_count",
        "spell_maximum_action_distance_+%",
        "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
        "base_is_projectile",
        "always_pierce",
    },
    levels = {
        [1] = {0.69999998807907, 1.2999999523163, 0, 0, 8, -75, -25, levelRequirement = 3, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [2] = {0.69999998807907, 1.2999999523163, 2, 10, 8, -75, -25, levelRequirement = 34, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [3] = {0.69999998807907, 1.2999999523163, 2, 12, 8, -75, -25, levelRequirement = 38, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [4] = {0.69999998807907, 1.2999999523163, 2, 14, 8, -75, -25, levelRequirement = 43, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [5] = {0.69999998807907, 1.2999999523163, 2, 16, 8, -75, -25, levelRequirement = 45, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [6] = {0.69999998807907, 1.2999999523163, 2, 18, 8, -75, -25, levelRequirement = 53, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [7] = {0.69999998807907, 1.2999999523163, 2, 20, 8, -75, -25, levelRequirement = 58, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [8] = {0.69999998807907, 1.2999999523163, 2, 22, 8, -75, -25, levelRequirement = 62, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [9] = {0.69999998807907, 1.2999999523163, 2, 24, 8, -75, -25, levelRequirement = 63, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [10] = {0.69999998807907, 1.2999999523163, 3, 26, 8, -75, -25, levelRequirement = 66, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [11] = {0.69999998807907, 1.2999999523163, 3, 28, 8, -75, -25, levelRequirement = 67, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [12] = {0.69999998807907, 1.2999999523163, 3, 30, 8, -75, -25, levelRequirement = 68, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [13] = {0.69999998807907, 1.2999999523163, 3, 32, 8, -75, -25, levelRequirement = 69, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [14] = {0.69999998807907, 1.2999999523163, 3, 34, 8, -75, -25, levelRequirement = 70, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [15] = {0.69999998807907, 1.2999999523163, 3, 36, 8, -75, -25, levelRequirement = 71, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [16] = {0.69999998807907, 1.2999999523163, 3, 38, 8, -75, -25, levelRequirement = 72, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [17] = {0.69999998807907, 1.2999999523163, 3, 40, 8, -75, -25, levelRequirement = 73, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [18] = {0.69999998807907, 1.2999999523163, 3, 42, 8, -75, -25, levelRequirement = 74, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [19] = {0.69999998807907, 1.2999999523163, 4, 44, 8, -75, -25, levelRequirement = 75, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [20] = {0.69999998807907, 1.2999999523163, 4, 46, 8, -75, -25, levelRequirement = 76, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [21] = {0.69999998807907, 1.2999999523163, 4, 48, 8, -75, -25, levelRequirement = 77, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [22] = {0.69999998807907, 1.2999999523163, 4, 50, 8, -75, -25, levelRequirement = 78, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [23] = {0.69999998807907, 1.2999999523163, 4, 52, 8, -75, -25, levelRequirement = 79, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [24] = {0.69999998807907, 1.2999999523163, 4, 54, 8, -75, -25, levelRequirement = 80, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [25] = {0.69999998807907, 1.2999999523163, 4, 55, 8, -75, -25, levelRequirement = 81, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [26] = {0.69999998807907, 1.2999999523163, 4, 56, 8, -75, -25, levelRequirement = 82, statInterpolation = {3, 3, 1, 1},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MonsterSmokeMineSnakeDexMission"] = {
    name = "Smoke Mine",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Throws a mine that will teleport you to it when detonated. It covers both your escape and arrival with a cloud of smoke that blinds enemies, and gives you a temporary buff to movement speed. Shares a cooldown with other Blink skills.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Area] = true,
        [SkillType.Duration] = true,
        [SkillType.Movement] = true,
        [SkillType.RemoteMined] = true,
        [SkillType.AreaSpell] = true,
        [SkillType.Travel] = true,
        [SkillType.HasReservation] = true,
        [SkillType.Blink] = true,
        [SkillType.Cooldown] = true,
    },
    statDescriptionScope = "buff_skill_stat_descriptions",
    castTime = 0.5,
    baseFlags = {
        area = true,
        spell = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "smoke_mine_spawn_X_snakes_on_teleport",
        "base_movement_velocity_+%",
        "base_skill_effect_duration",
        "active_skill_area_of_effect_radius_+%_final",
        "alternate_minion",
    },
    levels = {
        [1] = {3, 20, 3000, 10, 1, levelRequirement = 3, statInterpolation = {1, 1, 1, 1},  cost = { }, },
        [2] = {4, 35, 5000, 40, 1, levelRequirement = 36, statInterpolation = {1, 1, 1, 1},  cost = { }, },
        [3] = {5, 50, 7000, 65, 1, levelRequirement = 52, statInterpolation = {1, 1, 1, 1},  cost = { }, },
        [4] = {6, 50, 7000, 65, 1, levelRequirement = 70, statInterpolation = {1, 1, 1, 1},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MonsterSmokeMineDexMission"] = {
    name = "Smoke Mine",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Throws a mine that will teleport you to it when detonated. It covers both your escape and arrival with a cloud of smoke that blinds enemies, and gives you a temporary buff to movement speed. Shares a cooldown with other Blink skills.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Area] = true,
        [SkillType.Duration] = true,
        [SkillType.Movement] = true,
        [SkillType.RemoteMined] = true,
        [SkillType.AreaSpell] = true,
        [SkillType.Travel] = true,
        [SkillType.HasReservation] = true,
        [SkillType.Blink] = true,
        [SkillType.Cooldown] = true,
    },
    statDescriptionScope = "buff_skill_stat_descriptions",
    castTime = 0.5,
    baseFlags = {
        area = true,
        spell = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_movement_velocity_+%",
        "base_skill_effect_duration",
        "active_skill_area_of_effect_radius_+%_final",
    },
    levels = {
        [1] = {30, 7000, 40, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
移动速度加快 30%
IdMonsterImplicitFastRun5
FamilyMovementVelocity
Domains怪物 (3)
GenerationType传奇 (3)
Req. level1
Stats
  • base movement velocity +% Min: 30 Max: 30 全域
  • Craft Tagsspeed
    monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 全域
  • IdNothing
    FamilyNothing
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    护甲提高 1000%
    stance movement speed +% final [100]
    IdStanceSnakeSlither
    FamilyStance
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: 100 Max: 100 全域
  • physical damage reduction rating +% Min: 1000 Max: 1000 全域
  • Craft Tagsdefences armour speed
    level 33 or lower damage +% final [-20]
    level 33 or lower life +% final [-20]
    IdMonsterLifeAndDamageLessBelowLevel33
    FamilyMoreLifeBelowLevelThreshold
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • level 33 or lower life +% final Min: -20 Max: -20 全域
  • level 33 or lower damage +% final Min: -20 Max: -20 全域
  • Craft Tagsresource life damage
    IdDexMissionCorruptedBeastEffect1
    FamilyNothing
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    mission_beast_corrupted
    active skill cast speed +% final [25]
    IdDexMissionSnakeCastSpeedFinal
    FamilyFinalCastSpeed
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • active skill cast speed +% final Min: 25 Max: 25 全域
  • Craft Tagscaster speed
    Edit

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