地獄犬幻像
野獸
攻擊造成流血
monster no drops or experience [1]
增加 18% 傷害
增加 40% 攻擊速度
增加 40% 移動速度
減少 25% 承受傷害
cannot be afflicted [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
Avatar of the Hellion
幽魂N
標籤animal_claw_weapon, beast, 法術, feline_beast, fire_affinity, has_dagger, has_one_handed_melee, light_armour, mammal_beast, medium_height, medium_movement, melee, not_int, not_str, physical_affinity, ranged, red_blood
生命
600%
閃避
+10%
異常狀態臨界值
600%
抗性
40 0 0 0
傷害
150%
命中
100%
暴擊率
+5%
暴擊加成
+130%
攻擊距離
6 ~ 10
攻擊間隔
1.5 秒
傷害分佈
±20%
經驗值
200%
Model Size
140%
類型
LionChimeraBoss
Metadata
LionDesertSkinPunctureChimeraBoss
等級
68
生命
38,600
護甲
28,790
閃避
4,739
能量護盾
0
傷害
560
法術傷害
560
命中
0
攻擊間隔
1.5
經驗值
20,510
異常狀態臨界值
38,600
冰緩
122
感電
122
易碎
691
焦灼
122
殘喘
337
Melee
攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
普通攻擊
基本傷害: 448–672
暴擊率: 5%
攻擊間隔: 1.5 秒
用強大的攻擊擊倒敵人。
skill can fire arrows [1]
skill can fire wand projectiles [1]
MoltenMortarProjectileChimera
投射物, 玩家投射物, 法術, 傷害, 範圍, 陷阱技能, 圖騰技能, 地雷技能, 法術可重複, 可觸發, 範圍法術
施放時間: 1 秒
通用的怪物砲擊技能。與怪物投射物相似,但帶有衝擊效果。
造成 13181977 火焰傷害
發射 2 個額外投射物
base is projectile [1]
is area damage [1]
projectile spread radius [15]
projectile uses contact position [1]
HellionEnrage
法術
施放時間: 1 秒
冷卻時間: 15 秒
+6 秒基礎持續時間
增加 50% 移動速度
增加 29% 傷害
增加 50% 攻擊和施放速度

Object Type

version 2
extends "Metadata/Monsters/Chimera/PitFightMonsters"

Actor
{
	main_hand_unarmed_type = "Dagger"
}

Object Type Codes

version 2
extends "Metadata/Monsters/Chimera/PitFightMonsters"

Render
{
    //turn_duration = 0.35
	preload_animated_object = "GroundFireOnDeathEffect"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Lion/LionDesertSkinPunctureChimeraBoss"] = {
    name = "Avatar of the Hellion",
    life = 6,
    fireResist = 40,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    damage = 1.5,
    damageSpread = 0.2,
    attackTime = 1.5,
    attackRange = 10,
    accuracy = 1,
    skillList = {
        "Melee",
        "MoltenMortarProjectileChimera",
        "HellionEnrage",
    },
    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["MoltenMortarProjectileChimera"] = {
    name = "MoltenMortarProjectileChimera",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Generic monster mortar skill. Like Monster Projectile but has an impact effect.",
    skillTypes = {
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
        [SkillType.Area] = true,
        [SkillType.Trappable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.AreaSpell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        area = true,
        spell = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_fire_damage",
        "spell_maximum_base_fire_damage",
        "projectile_spread_radius",
        "number_of_additional_projectiles",
        "is_area_damage",
        "base_is_projectile",
        "projectile_uses_contact_position",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 15, 2, levelRequirement = 83, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["HellionEnrage"] = {
    name = "HellionEnrage",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_skill_effect_duration",
        "attack_and_cast_speed_+%",
        "base_movement_velocity_+%",
        "damage_+%",
    },
    levels = {
        [1] = {6000, 50, 50, 29, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
攻擊造成流血
IdMonsterBleedImplicit
FamilyMonsterDamage
Domains怪物 (3)
GenerationType傳奇 (3)
Req. level1
Stats
  • physical damage +% Min: 0 Max: 0 全域
  • global bleed on hit Min: 1 Max: 1 全域
  • Craft Tagsphysical_damage bleed damage physical attack ailment
    monster no drops or experience [1]
    IdMonsterNoDropsOrExperience
    FamilyMonsterNoDropsOrExperience
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • monster no drops or experience Min: 1 Max: 1 全域
  • 增加 18% 傷害
    增加 40% 攻擊速度
    增加 40% 移動速度
    減少 25% 承受傷害
    IdChimeraMinionFerocityUniqueMonsters
    FamilyChimeraMinionFerocity
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • damage +% Min: 18 Max: 18 全域
  • attack speed +% Min: 40 Max: 40 全域
  • base damage taken +% Min: -25 Max: -25 全域
  • base movement velocity +% Min: 40 Max: 40 全域
  • Craft Tagsdamage attack speed
    cannot be afflicted [1]
    cannot be tagged by sentinel [1]
    cannot have affliction mods [1]
    cannot have azmeri dust [1]
    cant possess this [1]
    cant touch this [1]
    monster no talismans [1]
    IdCannotBeAugmented
    FamilyNothing
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • cant touch this Min: 1 Max: 1 全域
  • cant possess this Min: 1 Max: 1 全域
  • cannot be afflicted Min: 1 Max: 1 全域
  • monster no talismans Min: 1 Max: 1 全域
  • cannot have azmeri dust Min: 1 Max: 1 全域
  • cannot have affliction mods Min: 1 Max: 1 全域
  • cannot be tagged by sentinel Min: 1 Max: 1 全域
  • 地獄犬幻像
    野獸
    攻擊造成流血
    monster no drops or experience [1]
    增加 18% 傷害
    增加 40% 攻擊速度
    增加 40% 移動速度
    減少 25% 承受傷害
    cannot be afflicted [1]
    cannot be tagged by sentinel [1]
    cannot have affliction mods [1]
    cannot have azmeri dust [1]
    cant possess this [1]
    cant touch this [1]
    monster no talismans [1]
    Avatar of the Hellion
    幽魂N
    標籤animal_claw_weapon, beast, 法術, feline_beast, fire_affinity, has_dagger, has_one_handed_melee, light_armour, mammal_beast, medium_movement, melee, not_int, not_str, physical_affinity, ranged, red_blood
    生命
    600%
    閃避
    +10%
    異常狀態臨界值
    600%
    抗性
    40 0 0 0
    傷害
    150%
    命中
    100%
    暴擊率
    +5%
    暴擊加成
    +130%
    攻擊距離
    6 ~ 10
    攻擊間隔
    1.5 秒
    傷害分佈
    ±20%
    經驗值
    200%
    Model Size
    140%
    類型
    LionChimeraBoss
    Metadata
    LionDesertSkinPunctureChimeraBossStandalone
    等級
    68
    生命
    38,600
    護甲
    28,790
    閃避
    4,739
    能量護盾
    0
    傷害
    560
    法術傷害
    560
    命中
    0
    攻擊間隔
    1.5
    經驗值
    20,510
    異常狀態臨界值
    38,600
    冰緩
    122
    感電
    122
    易碎
    691
    焦灼
    122
    殘喘
    337
    Melee
    攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
    普通攻擊
    基本傷害: 448–672
    暴擊率: 5%
    攻擊間隔: 1.5 秒
    用強大的攻擊擊倒敵人。
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    MoltenMortarProjectileChimera
    投射物, 玩家投射物, 法術, 傷害, 範圍, 陷阱技能, 圖騰技能, 地雷技能, 法術可重複, 可觸發, 範圍法術
    施放時間: 1 秒
    通用的怪物砲擊技能。與怪物投射物相似,但帶有衝擊效果。
    造成 13181977 火焰傷害
    發射 2 個額外投射物
    base is projectile [1]
    is area damage [1]
    projectile spread radius [15]
    projectile uses contact position [1]
    HellionEnrage
    法術
    施放時間: 1 秒
    冷卻時間: 15 秒
    +6 秒基礎持續時間
    增加 50% 移動速度
    增加 29% 傷害
    增加 50% 攻擊和施放速度

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	main_hand_unarmed_type = "Dagger"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Render
    {
    	preload_animated_object = "GroundFireOnDeathEffect"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Lion/LionDesertSkinPunctureChimeraBossStandalone"] = {
        name = "Avatar of the Hellion",
        life = 6,
        fireResist = 40,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.5,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 10,
        accuracy = 1,
        skillList = {
            "Melee",
            "MoltenMortarProjectileChimera",
            "HellionEnrage",
        },
        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["MoltenMortarProjectileChimera"] = {
        name = "MoltenMortarProjectileChimera",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Generic monster mortar skill. Like Monster Projectile but has an impact effect.",
        skillTypes = {
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "projectile_spread_radius",
            "number_of_additional_projectiles",
            "is_area_damage",
            "base_is_projectile",
            "projectile_uses_contact_position",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 15, 2, levelRequirement = 83, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["HellionEnrage"] = {
        name = "HellionEnrage",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_skill_effect_duration",
            "attack_and_cast_speed_+%",
            "base_movement_velocity_+%",
            "damage_+%",
        },
        levels = {
            [1] = {6000, 50, 50, 29, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    攻擊造成流血
    IdMonsterBleedImplicit
    FamilyMonsterDamage
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • physical damage +% Min: 0 Max: 0 全域
  • global bleed on hit Min: 1 Max: 1 全域
  • Craft Tagsphysical_damage bleed damage physical attack ailment
    monster no drops or experience [1]
    IdMonsterNoDropsOrExperience
    FamilyMonsterNoDropsOrExperience
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • monster no drops or experience Min: 1 Max: 1 全域
  • 增加 18% 傷害
    增加 40% 攻擊速度
    增加 40% 移動速度
    減少 25% 承受傷害
    IdChimeraMinionFerocityUniqueMonsters
    FamilyChimeraMinionFerocity
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • damage +% Min: 18 Max: 18 全域
  • attack speed +% Min: 40 Max: 40 全域
  • base damage taken +% Min: -25 Max: -25 全域
  • base movement velocity +% Min: 40 Max: 40 全域
  • Craft Tagsdamage attack speed
    cannot be afflicted [1]
    cannot be tagged by sentinel [1]
    cannot have affliction mods [1]
    cannot have azmeri dust [1]
    cant possess this [1]
    cant touch this [1]
    monster no talismans [1]
    IdCannotBeAugmented
    FamilyNothing
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • cant touch this Min: 1 Max: 1 全域
  • cant possess this Min: 1 Max: 1 全域
  • cannot be afflicted Min: 1 Max: 1 全域
  • monster no talismans Min: 1 Max: 1 全域
  • cannot have azmeri dust Min: 1 Max: 1 全域
  • cannot have affliction mods Min: 1 Max: 1 全域
  • cannot be tagged by sentinel Min: 1 Max: 1 全域
  • Edit

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