Blackblooded Cretin
Demon
ignore actor scale from stats [1]
SpectreN
AreaLightless Passage, Abyssal Depths, Dark Domain
Tagsabyssal, allows_inc_aoe, blackblood_faction, demon, medium_movement, Unarmed_onhit_audio
Packs
  • Blackblooded Proboscite, Blackblooded Cretin, Blackblooded Blisterboil
  • Abyssal Depths, Dark Domain: Blackblooded Tarhulk, Blackblooded Elite, Blackblooded Proboscite, Blackblooded Cretin, Blackblooded Blisterboil
  • Lightless Passage: Blackblooded Cretin, Blackblooded Proboscite
  • 生命
    80%
    抗性
    -30 30 0 0
    伤害
    80%
    命中
    100%
    Critical Hits Chance
    5%
    Critical Damage Bonus
    +30%
    Attack Distance
    4 ~ 6
    攻击间隔
    1.5 Second
    Damage Spread
    ±20%
    经验值
    80%
    Model Size
    100%
    Type
    CretinAbyss
    Metadata
    Cretin
    等级
    79
    生命
    11,780
    [护甲]
    4,540
    伤害
    259
    法术伤害
    259
    命中
    3,596
    攻击间隔
    1.5
    经验值
    65,331
    召唤物生命
    7,826
    召唤物伤害
    1,352
    召唤物护甲
    4,540
    MeleeAtAnimationSpeed
    攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 近战, 玩家投射物
    普通攻击
    Base Damage: 207–311
    暴击几率: 5%
    攻击间隔: 1.5 秒
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    SOBlackbloodRemnant
    可触发

    Object Type

    Object Type Codes

     
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueAbyss/Blackblood/Cretin"] = {
        name = "Blackblooded Cretin",
        life = 0.8,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 0.8,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 6,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeed",
            "SOBlackbloodRemnant",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        name = "Basic Attack",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.MeleeSingleTarget] = 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["SOBlackbloodRemnant"] = {
        name = "SOBlackbloodRemnant",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    ignore actor scale from stats [1]
    FamilyMonsterIgnoreActorScaleFromStats
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • ignore actor scale from stats Min: 1 Max: 1 Global
  • Edit

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