夜色毒蛇
野兽
属类: 恐喙鸟
组别: 爬行
科目: 沙漠
30% 的物理伤害转换为混沌伤害
护甲提高 1000%
stance movement speed +% final [100]
Night Adder
幽魂Y
地区北部密林, 冈姆的幻境, 北部密林, 永恒的实验室, 窒息裂缝, 回忆虚空, 回忆虚空, 回忆虚空, 回忆虚空, 回忆虚空, 回忆虚空, 回忆虚空, 回忆虚空, 回忆虚空, 回忆虚空, 回忆虚空, 回忆虚空, 回忆碎片, 回忆碎片, 回忆碎片, 回忆碎片, 回忆碎片, 回忆碎片, 回忆碎片, 回忆碎片, 回忆碎片, 回忆碎片, 回忆碎片, 回忆碎片
标签beast, 施法, extra_extra_small_height, fire_affinity, has_dagger, has_one_handed_melee, light_armour, medium_movement, melee, not_int, physical_affinity, ranged, red_blood, reptile_beast
Packs
  • 北部密林: 夜色毒蛇
  • 冈姆的幻境: 火山魔像, 拉康苟, 夜色毒蛇
  • 北部密林: 夜色毒蛇
  • 永恒的实验室: 夜色毒蛇
  • 夜色毒蛇
  • 回忆碎片, 回忆碎片, 回忆碎片, 回忆碎片, 回忆碎片, 回忆碎片, 回忆碎片, 回忆碎片, 回忆碎片, 回忆碎片, 回忆碎片, 回忆碎片, 回忆虚空, 回忆虚空, 回忆虚空, 回忆虚空, 回忆虚空, 回忆虚空, 回忆虚空, 回忆虚空, 回忆虚空, 回忆虚空, 回忆虚空, 回忆虚空: 夜色毒蛇
  • 回忆碎片, 回忆碎片, 回忆碎片, 回忆碎片, 回忆碎片, 回忆碎片, 回忆碎片, 回忆碎片, 回忆碎片, 回忆碎片, 回忆碎片, 回忆碎片, 回忆虚空, 回忆虚空, 回忆虚空, 回忆虚空, 回忆虚空, 回忆虚空, 回忆虚空, 回忆虚空, 回忆虚空, 回忆虚空, 回忆虚空, 回忆虚空: 丛林眼镜蛇, 墓穴之影, 夜色毒蛇
  • 生命
    94%
    护甲
    +15%
    闪避值
    +15%
    异常状态临界值
    94%
    抗性
    30 0 0 30
    伤害
    100%
    命中
    100%
    攻击暴击率
    +5%
    暴击伤害
    +130%
    攻击距离
    6 ~ 8
    攻击间隔
    1.095 秒
    伤害分布
    ±20%
    经验值
    125%
    Model Size
    100%
    类型
    Snake
    Metadata
    SnakeFlame
    等级
    83
    生命
    30,096
    护甲
    106,349
    闪避值
    9,039
    能量护盾
    0
    伤害
    900
    法术伤害
    900
    命中
    518
    攻击间隔
    1.095
    经验值
    16,415
    异常状态临界值
    30,096
    冰缓
    95
    Shock
    95
    Brittle
    538
    Scorch
    95
    Sap
    263
    MeleeAtAnimationSpeed
    攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
    普通攻击
    基本伤害: 720–1080
    攻击暴击率: 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]
    MonsterFlameRed
    法术, 投射物, 玩家投射物, 伤害, 陷阱技能, 地雷技能, 图腾, 火焰
    圣焰图腾
    伤害效用: 25%
    施放间隔: 0.25 秒
    召唤一个图腾,它会持续的对附近的敌人喷射火焰。
    技能可重复施放 8
    投射物贯穿所有目标
    造成 546.2 - 819.3 火焰伤害
    施法速度总增 25%
    base is projectile [1]
    monster penalty against minions damage +% final vs player minions [-25]
    projectile uses contact position [1]
    spell maximum action distance +% [-75]

    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/SnakeFlame"] = {
        name = "Night Adder",
        life = 0.94,
        fireResist = 30,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 30,
        damage = 1,
        damageSpread = 0.2,
        attackTime = 1.095,
        attackRange = 8,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeed",
            "MonsterFlameRed",
        },
        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["MonsterFlameRed"] = {
        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_fire_damage",
            "spell_maximum_base_fire_damage",
            "skill_repeat_count",
            "spell_maximum_action_distance_+%",
            "active_skill_cast_speed_+%_final",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "base_is_projectile",
            "always_pierce",
            "projectile_uses_contact_position",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 8, -75, 25, -25, levelRequirement = 8, statInterpolation = {3, 3},  cost = { }, },
            [2] = {1.6799999475479, 2.5199999809265, 8, -75, 25, -25, levelRequirement = 68, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    30% 的物理伤害转换为混沌伤害
    IdMonsterSnakeChaos
    FamilyChaosDamageAsPortionOfDamage
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • base physical damage % to convert to chaos Min: 30 Max: 30 全域
  • Craft Tagsphysical_damage chaos_damage damage physical chaos
    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
    夜色毒蛇
    野兽
    区域: 绝地求生
    30% 的物理伤害转换为混沌伤害
    护甲提高 1000%
    stance movement speed +% final [50]
    royale monster armour drop chance permyriad [80]
    royale monster currency drop chance permyriad [200]
    royale monster flask drop chance permyriad [0]
    royale monster skill gem drop chance permyriad [300]
    royale monster support gem drop chance permyriad [75]
    royale monster unique drop chance permyriad [0]
    royale monster weapon drop chance permyriad [80]
    Night Adder
    幽魂Y
    地区绝地求生
    标签beast, extra_extra_small_height, has_dagger, has_one_handed_melee, light_armour, medium_movement, melee, not_int, physical_affinity, red_blood, reptile_beast
    Packs
  • 绝地求生: 蛇影创造物, 夜色毒蛇
  • 绝地求生: 夜色毒蛇
  • 生命
    86%
    护甲
    +15%
    闪避值
    +15%
    异常状态临界值
    86%
    抗性
    30 0 0 30
    伤害
    121%
    命中
    100%
    攻击暴击率
    +5%
    暴击伤害
    +130%
    攻击距离
    6 ~ 9
    攻击间隔
    1.095 秒
    伤害分布
    ±20%
    经验值
    162%
    Model Size
    100%
    类型
    SnakeRoyale
    Metadata
    SnakeFlameRoyale
    等级
    2
    生命
    22
    护甲
    26
    闪避值
    99
    能量护盾
    0
    伤害
    7
    法术伤害
    7
    命中
    15
    攻击间隔
    1.095
    经验值
    32
    异常状态临界值
    22
    冰缓
    0
    Shock
    0
    Brittle
    0
    Scorch
    0
    Sap
    0
    MeleeAtAnimationSpeed
    攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
    普通攻击
    基本伤害: 5–8
    攻击暴击率: 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]

    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/SnakeFlameRoyale"] = {
        name = "Night Adder",
        life = 0.86,
        fireResist = 30,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 30,
        damage = 1.21,
        damageSpread = 0.2,
        attackTime = 1.095,
        attackRange = 9,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeed",
        },
        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 = { }, },
        },
    }
    
    30% 的物理伤害转换为混沌伤害
    IdMonsterSnakeChaos
    FamilyChaosDamageAsPortionOfDamage
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • base physical damage % to convert to chaos Min: 30 Max: 30 全域
  • Craft Tagsphysical_damage chaos_damage damage physical chaos
    IdNothing
    FamilyNothing
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    护甲提高 1000%
    stance movement speed +% final [50]
    IdStanceSnakeSlitherRoyale_
    FamilyStance
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: 50 Max: 50 全域
  • physical damage reduction rating +% Min: 1000 Max: 1000 全域
  • Craft Tagsdefences armour speed
    royale monster armour drop chance permyriad [80]
    royale monster currency drop chance permyriad [200]
    royale monster flask drop chance permyriad [0]
    royale monster skill gem drop chance permyriad [300]
    royale monster support gem drop chance permyriad [75]
    royale monster unique drop chance permyriad [0]
    royale monster weapon drop chance permyriad [80]
    IdRoyaleAdditionalMonsterDrops
    FamilyRoyaleAdditionalMonsterDrops
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • royale monster flask drop chance permyriad Min: 0 Max: 0 全域
  • royale monster armour drop chance permyriad Min: 80 Max: 80 全域
  • royale monster unique drop chance permyriad Min: 0 Max: 0 全域
  • royale monster weapon drop chance permyriad Min: 80 Max: 80 全域
  • royale monster currency drop chance permyriad Min: 200 Max: 200 全域
  • royale monster skill gem drop chance permyriad Min: 300 Max: 300 全域
  • royale monster support gem drop chance permyriad Min: 75 Max: 75 全域
  • Edit

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