血肉熔嗜
野獸
增加 40% 攻擊速度
100% 物理傷害轉換為火焰傷害
所有火焰傷害擊中敵人造成點燃效果
死亡時燃燒地面
monster ground effect on death base duration ms [12000]
monster ground fire on death base area of effect radius [32]
cannot be used as minion [1]
Fleshmelter
幽魂N
標籤animal_claw_weapon, beast, 法術, delve_monster, feline_beast, fire_affinity, has_dagger, has_one_handed_melee, large_model, light_armour, mammal_beast, medium_height, medium_movement, melee, no_pantheon_mod, not_int, not_str, physical_affinity, red_blood
生命
162%
閃避
+10%
異常狀態臨界值
162%
抗性
85 0 0 0
傷害
198%
命中
100%
暴擊率
+5%
暴擊加成
+130%
攻擊距離
6 ~ 8
攻擊間隔
1.5 秒
傷害分佈
±20%
經驗值
180%
Model Size
140%
類型
LionBoss
Metadata
DelveHellionEncounterBoss
等級
68
生命
10,422
護甲
28,790
閃避值
5,213
傷害
740
法術傷害
740
命中
580
攻擊間隔
1.5
經驗值
18,459
Minion Life
2,261
Minion Damage
591
異常狀態臨界值
10,422
冰緩
33
感電
33
易碎
186
焦灼
33
殘喘
91
HotdogUpheaval
法術, 傷害, 火焰, 持續時間, 範圍, 可觸發, 範圍法術
施放時間: 1 秒
冷卻時間: 10 秒
你的擊中不能暈眩敵人
+7 秒基礎持續時間
造成 803.61205 火焰傷害
active skill area of effect radius +% final [20]
is area damage [1]
CoverInAsh
法術, 持續時間, 範圍, 增益, 範圍法術
施放時間: 1.8 秒
冷卻時間: 10 秒
+5 秒基礎持續時間
active skill area of effect radius +% final [70]
Flamebreath
法術, 傷害, 火焰, 投射物, 範圍, 範圍法術
火焰之息
施放時間: 2.97 秒
冷卻時間: 10 秒
每秒造成 912.6 基本火焰傷害
+5 秒基礎持續時間
造成 328.5492.8 火焰傷害
增加 40% 投射物速度
ground fire art variation [2]
is area damage [1]
projectile spread radius [10]
projectile uses contact position [1]
BreachCleave
攻擊, 範圍, 攻擊可重複, 近戰, ThresholdJewelArea
劈砍
基本傷害: 592–888
暴擊率: 5%
攻擊間隔: 1.5 秒
角色以弧狀揮動武器(雙持時則揮動兩把武器),並同時對多名敵人造成傷害。限定斧與劍。
雙持武器時,每把武器造成 60% 傷害
增加 29% 物理傷害
50% 物理傷害轉化至火焰傷害
+0.4 米近戰打擊距離
action attack or cast time uses animation length [1]
is area damage [1]
monster penalty against minions damage +% final vs player minions [-20]
skill double hits when dual wielding [1]
Melee
攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
普通攻擊
基本傷害: 592–888
暴擊率: 5%
攻擊間隔: 1.5 秒
用強大的攻擊擊倒敵人。
skill can fire arrows [1]
skill can fire wand projectiles [1]

Object Type

version 2
extends "Metadata/Monsters/Lion/Lion"

Actor
{
	basic_action = "Emerge"
}

Object Type Codes

version 2
extends "Metadata/Monsters/Lion/Lion"

Preload
{
	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/hellion/burned/rig.ao"
}

Animated
{
	on_event_death_fire_for_death1 = "PlayEffect( Metadata/Effects/Spells/monsters_effects/hellion/burned/rig.ao, 0, 1.0, inherit, 0, inherit );"
	on_event_death_fire_for_death2 = "PlayEffect( Metadata/Effects/Spells/monsters_effects/hellion/burned/rig.ao, 1, 1.0, inherit, 0, inherit );"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Hellion/DelveHellionEncounterBoss"] = {
    name = "Fleshmelter",
    life = 1.62,
    fireResist = 85,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    damage = 1.98,
    damageSpread = 0.2,
    attackTime = 1.5,
    attackRange = 8,
    accuracy = 1,
    skillList = {
        "Melee",
        "HotdogUpheaval",
        "CoverInAsh",
        "Flamebreath",
        "BreachCleave",
    },
    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["HotdogUpheaval"] = {
    name = "HotdogUpheaval",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
        [SkillType.Fire] = true,
        [SkillType.Duration] = true,
        [SkillType.Area] = true,
        [SkillType.Triggerable] = true,
        [SkillType.AreaSpell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        area = true,
        spell = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_fire_damage",
        "spell_maximum_base_fire_damage",
        "base_skill_effect_duration",
        "active_skill_area_of_effect_radius_+%_final",
        "is_area_damage",
        "cannot_stun",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 7000, 20, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        [2] = {0.95999997854233, 1.4400000572205, 7000, 20, levelRequirement = 68, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["CoverInAsh"] = {
    name = "CoverInAsh",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Duration] = true,
        [SkillType.Area] = true,
        [SkillType.Buff] = true,
        [SkillType.AreaSpell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1.8,
    baseFlags = {
        area = true,
        spell = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_skill_effect_duration",
        "active_skill_area_of_effect_radius_+%_final",
    },
    levels = {
        [1] = {5000, 70, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["Flamebreath"] = {
    name = "Flame Breath",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
        [SkillType.Fire] = true,
        [SkillType.Projectile] = true,
        [SkillType.Area] = true,
        [SkillType.AreaSpell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 2.97,
    baseFlags = {
        area = true,
        spell = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_fire_damage",
        "spell_maximum_base_fire_damage",
        "base_fire_damage_to_deal_per_minute",
        "projectile_spread_radius",
        "base_projectile_speed_+%",
        "base_skill_effect_duration",
        "ground_fire_art_variation",
        "projectile_uses_contact_position",
        "is_area_damage",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 8, 10, 40, 5000, 2, levelRequirement = 1, statInterpolation = {3, 3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["BreachCleave"] = {
    name = "Cleave",
    hidden = true,
    color = "1",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "The character swings their weapon (or both weapons if dual wielding) in an arc, damaging monsters in an area in front of them. Only works with Axes and Swords.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.Area] = true,
        [SkillType.Multistrikeable] = true,
        [SkillType.Melee] = true,
        [SkillType.ThresholdJewelArea] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        area = true,
        melee = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "active_skill_merged_damage_+%_final_while_dual_wielding",
        "physical_damage_+%",
        "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
        "skill_physical_damage_%_to_convert_to_fire",
        "melee_range_+",
        "is_area_damage",
        "skill_double_hits_when_dual_wielding",
        "action_attack_or_cast_time_uses_animation_length",
    },
    levels = {
        [1] = {-40, 29, -20, 50, 4, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
增加 40% 攻擊速度
IdMonsterImplicitFastAttack1
FamilyIncreasedAttackSpeed
Domains怪物 (3)
GenerationType傳奇 (3)
Req. level1
Stats
  • attack speed +% Min: 40 Max: 40 全域
  • Craft Tagsattack speed
    100% 物理傷害轉換為火焰傷害
    IdMonsterConvertToFireDamageBurningMenace
    FamilyFireDamageAsPortionOfDamage
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • base physical damage % to convert to fire Min: 100 Max: 100 全域
  • Craft Tagsphysical_damage elemental_damage damage physical elemental fire
    所有火焰傷害擊中敵人造成點燃效果
    IdMonsterChanceToIgniteBurningMenace
    FamilyMonsterChanceToIgnite
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • base chance to ignite % Min: 100 Max: 100 全域
  • Craft Tagselemental fire ailment
    死亡時燃燒地面
    monster ground effect on death base duration ms [12000]
    monster ground fire on death base area of effect radius [32]
    IdMonsterGroundFireOnDeathBurningMenace
    FamilyMonsterEffectOnDeath
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • monster ground effect on death base duration ms Min: 12000 Max: 12000 全域
  • monster ground fire on death base area of effect radius Min: 32 Max: 32 全域
  • monster ground fire on death % max damage to deal per minute Min: 1000 Max: 1000 全域
  • Craft Tagselemental_damage damage elemental fire
    cannot be used as minion [1]
    IdCannotBeUsedAsMinion
    FamilyCannotBeUsedAsMinion
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • cannot be used as minion Min: 1 Max: 1 全域
  • 編輯

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