绝望之鸦
构造体
monster no drops or experience [1]
corpse cannot be destroyed [1]
cannot have affliction mods [1]
攻击速度总增 40%
Death Raven
幽魂N
标签bone_armour, 施法, construct, extra_extra_small_height, is_unarmed, medium_movement, melee, physical_affinity, skeleton, undead
生命
2400%
异常状态临界值
2400%
抗性
0 0 0 0
伤害
120%
命中
100%
攻击暴击率
+5%
暴击伤害
+130%
攻击距离
6 ~ 8
攻击间隔
0.855 秒
伤害分布
±20%
经验值
240%
Model Size
100%
类型
SummonedSkullSpiritBoss
Metadata
SummonedBloodRavenCorpseExplode
等级
68
生命
154,400
护甲
28,790
闪避值
4,739
能量护盾
0
伤害
448
法术伤害
448
命中
290
攻击间隔
0.855
经验值
24,612
异常状态临界值
154,400
冰缓
488
Shock
488
Brittle
2,762
Scorch
488
Sap
1,349
Melee
攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
普通攻击
基本伤害: 359–538
攻击暴击率: 5%
攻击间隔: 0.855 秒
对你的敌人无情痛击。
skill can fire arrows [1]
skill can fire wand projectiles [1]
BestiaryBloodRavenCorpseEruption
法术, 范围, 火焰, 持续时间, 投射物, 法术可重复, 陷阱技能, 图腾技能, 地雷技能, 可触发, 伤害, 可秘能爆发, 投射物, 可齐射, 范围法术, Orb
火葬
施放间隔: 0.5 秒
使目标灵柩爆炸,造成范围伤害并转化为一个熔火喷泉。它将在一段时间内持续向周围放出投射物。灵柩的爆炸无法被法术伤害词缀加成,并且无法被反射。
造成 449.4 - 674.1 物理伤害
投射物每 1 秒发射一次
基础持续时间为 4
最多制造 1 个火泉
额外发射 2 个投射物
active skill area of effect radius +% final [-20]
base is projectile [1]
is area damage [1]
monster penalty against minions damage +% final vs player minions [-80]

Object Type

version 2
extends "Metadata/Monsters/Monster"

Stats
{
	set_item_drop_slots = 0
}

Actor
{
	basic_action = "Emerge"
}

Animated
{
	animated_object = "Metadata/Monsters/SummonedSkull/SummonedBloodRavenWithCorpse.ao"
}

DiesAfterTime
{
}

Object Type Codes

version 2
extends "Metadata/Monsters/Monster"

Animated
{
	on_spawn = "DisableArrowAttachment();"
	on_end_spawn = "EnableArrowAttachment();"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/SummonedSkull/SummonedBloodRavenCorpseExplode"] = {
    name = "Death Raven",
    life = 24,
    fireResist = 0,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    damage = 1.2,
    damageSpread = 0.2,
    attackTime = 0.855,
    attackRange = 8,
    accuracy = 1,
    skillList = {
        "Melee",
        "BestiaryBloodRavenCorpseEruption",
    },
    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["BestiaryBloodRavenCorpseEruption"] = {
    name = "Cremation",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "A targeted corpse explodes, dealing area damage and turning into a volcanic geyser, which will repeatedly unleash projectiles sequentially over the surrounding area for a duration. The explosion of the corpse is not affected by modifiers to spell damage, and cannot be reflected.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Area] = true,
        [SkillType.Fire] = true,
        [SkillType.Duration] = true,
        [SkillType.Projectile] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Trappable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Damage] = true,
        [SkillType.Cascadable] = true,
        [SkillType.CanRapidFire] = true,
        [SkillType.AreaSpell] = true,
        [SkillType.Orb] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 0.5,
    baseFlags = {
        area = true,
        spell = true,
        projectile = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_physical_damage",
        "spell_maximum_base_physical_damage",
        "base_skill_effect_duration",
        "corpse_erruption_base_maximum_number_of_geyers",
        "number_of_additional_projectiles",
        "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
        "cremation_base_fires_projectile_every_x_ms",
        "active_skill_area_of_effect_radius_+%_final",
        "is_area_damage",
        "base_is_projectile",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 4000, 1, 2, -80, 1000, -20, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
    },
}
monster no drops or experience [1]
IdMonsterNoDropsOrExperience
FamilyMonsterNoDropsOrExperience
Domains怪物 (3)
GenerationType传奇 (3)
Req. level1
Stats
  • monster no drops or experience Min: 1 Max: 1 全域
  • corpse cannot be destroyed [1]
    IdMonsterCorpseCannotBeDestroyed
    FamilyCorpseCannotBeDestroyed
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • corpse cannot be destroyed Min: 1 Max: 1 全域
  • cannot have affliction mods [1]
    IdCannotGainAfflictedMods
    FamilyNothing
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • cannot have affliction mods Min: 1 Max: 1 全域
  • 攻击速度总增 40%
    IdMonsterSummonedSkullFastAttack1
    FamilyIncreasedAttackSpeed
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • active skill attack speed +% final Min: 40 Max: 40 全域
  • Craft Tagsattack speed
    Edit

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