懺悔淬鍊
人形
display monster may inflict bleeding [1]
Confession Extractor
幽魂Y
地區聖所地圖, 壁壘地圖, 堡壘地圖, 憎惡地圖, 高地神塔地圖
標籤fast_movement, flesh_armour, human, humanoid, is_unarmed, medium_height, melee, not_int, not_str, physical_affinity, puncturing_weapon, ranged, red_blood, templar
Packs
  • 高地神塔地圖, 堡壘地圖, 壁壘地圖, 憎惡地圖, 聖所地圖: 殘暴看守者, 懺悔淬鍊
  • 生命
    105%
    閃避
    +50%
    異常狀態臨界值
    105%
    抗性
    0 40 0 0
    傷害
    120%
    命中
    100%
    暴擊率
    +5%
    暴擊加成
    +130%
    攻擊距離
    6 ~ 8
    攻擊間隔
    1.5 秒
    傷害分佈
    ±20%
    經驗值
    150%
    Model Size
    100%
    類型
    BlackguardTorturerAtlasUber
    Metadata
    BlackguardTorturerAtlasUber
    等級
    84
    生命
    37,060
    護甲
    99,834
    閃避
    12,180
    能量護盾
    0
    傷害
    1,144
    法術傷害
    1,144
    命中
    538
    攻擊間隔
    1.5
    經驗值
    19,875
    異常狀態臨界值
    37,060
    冰緩
    117
    感電
    117
    易碎
    663
    焦灼
    117
    殘喘
    324
    Melee
    攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
    普通攻擊
    基本傷害: 915–1373
    暴擊率: 5%
    攻擊間隔: 1.5 秒
    用強大的攻擊擊倒敵人。
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    SpectralSawblade
    攻擊, 範圍攻擊, 投射物
    基本傷害: 915–1373
    暴擊率: 5%
    攻擊傷害: 50%
    攻擊傷害: 50%
    攻擊間隔: 1.5 秒
    冷卻時間: 5 秒
    投射物穿透全部目標
    造成 50% 更少攻擊傷害
    增加 50% 投射物速度
    20% 更多攻擊速度
    +107% 更多流血傷害
    10% 機率造成流血
    base is projectile [1]
    projectiles bounce max travel distance all bounces [300]
    projectiles bounce max travel distance per bounce [100]
    projectiles bounce randomly on collision x times [10]
    projectiles bounce randomly terrain only [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Positioned
    {
    	scale = 96
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    Render
    {
         //turn_duration = 0.35
    }
    
    Monster
    {
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/BlackguardTorturer/BlackguardTorturerAtlasUber"] = {
        name = "Confession Extractor",
        life = 1.05,
        fireResist = 0,
        coldResist = 40,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.2,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 8,
        accuracy = 1,
        skillList = {
            "Melee",
            "SpectralSawblade",
        },
        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["SpectralSawblade"] = {
        name = "SpectralSawblade",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.Projectile] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_projectile_speed_+%",
            "active_skill_attack_speed_+%_final",
            "bleed_on_hit_with_attacks_%",
            "active_skill_bleeding_damage_+%_final",
            "projectiles_bounce_randomly_on_collision_x_times",
            "projectiles_bounce_max_travel_distance_per_bounce",
            "projectiles_bounce_max_travel_distance_all_bounces",
            "base_is_projectile",
            "always_pierce",
            "projectiles_bounce_randomly_terrain_only",
        },
        levels = {
            [1] = {50, 20, 10, 107, 10, 100, 300, baseMultiplier = 0.5, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    display monster may inflict bleeding [1]
    IdMonsterInflictsBleedingText
    FamilyMonsterInflictsBleedingText
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • display monster may inflict bleeding Min: 1 Max: 1 全域
  • Edit

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