凋落的死屍
不死
monster no map drops [1]
Blighted Dead
幽魂N
標籤blight_monster, 法術, flesh_armour, is_unarmed, medium_height, melee, not_dex, not_int, physical_affinity, red_blood, undead, very_slow_movement, zombie
生命
600%
護甲
+50%
異常狀態臨界值
600%
抗性
0 40 0 0
傷害
150%
命中
100%
暴擊率
+5%
暴擊加成
+130%
攻擊距離
6 ~ 9
攻擊間隔
1.335 秒
傷害分佈
±20%
經驗值
100%
Model Size
100%
類型
BlightGenericZombieMixed
Metadata
BlightGenericZombieMixed1
等級
68
生命
38,600
護甲
43,185
閃避
4,739
能量護盾
0
傷害
560
法術傷害
560
命中
290
攻擊間隔
1.335
經驗值
10,255
異常狀態臨界值
38,600
冰緩
122
感電
122
易碎
691
焦灼
122
殘喘
337
Melee
攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
普通攻擊
基本傷害: 448–672
暴擊率: 5%
攻擊間隔: 1.335 秒
用強大的攻擊擊倒敵人。
skill can fire arrows [1]
skill can fire wand projectiles [1]
OriathCivilianSoulExplosion
投射物, 玩家投射物, 法術, 傷害, 範圍, 陷阱技能, 圖騰技能, 地雷技能, 法術可重複, 可觸發, 範圍法術
施放時間: 1 秒
通用的怪物砲擊技能。與怪物投射物相似,但帶有衝擊效果。
造成 201301.6 物理傷害
死亡時,有 70% 機率觸發此法術
active skill area of effect radius +% final [-35]
base is projectile [1]
projectile spread radius [15]

Object Type

version 2
extends "Metadata/Monsters/LeagueBlight/BlightMonsterBaseSink"

Actor
{
	basic_action = "Revive"
	basic_action = "Emerge2"
	basic_action = "ChangeToStance1"
	basic_action = "ChangeToStance2"
}

Object Type Codes

version 2
extends "Metadata/Monsters/LeagueBlight/BlightMonsterBaseSink"

Render
{
     //turn_duration = 0.5
}

Preload
{
	preload_ground_effect = "CausticCloud"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/LeagueBlight/Generic/BlightGenericZombieMixed1"] = {
    name = "Blighted Dead",
    life = 6,
    fireResist = 0,
    coldResist = 40,
    lightningResist = 0,
    chaosResist = 0,
    damage = 1.5,
    damageSpread = 0.2,
    attackTime = 1.335,
    attackRange = 9,
    accuracy = 1,
    skillList = {
        "Melee",
        "OriathCivilianSoulExplosion",
    },
    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["OriathCivilianSoulExplosion"] = {
    name = "OriathCivilianSoulExplosion",
    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_physical_damage",
        "spell_maximum_base_physical_damage",
        "cast_on_death_%",
        "projectile_spread_radius",
        "active_skill_area_of_effect_radius_+%_final",
        "base_is_projectile",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 100, 15, -35, levelRequirement = 45, statInterpolation = {3, 3, 1},  cost = { }, },
        [2] = {0.80000001192093, 1.2000000476837, 70, 15, -35, levelRequirement = 68, statInterpolation = {3, 3, 1},  cost = { }, },
        [3] = {0.80000001192093, 1.2000000476837, 70, 15, -35, levelRequirement = 82, statInterpolation = {3, 3, 1},  cost = { }, },
    },
}
monster no map drops [1]
IdMonsterNoMapDrops
FamilyMonsterNoMapDrops
Domains怪物 (3)
GenerationType傳奇 (3)
Req. level1
Stats
  • monster no map drops Min: 1 Max: 1 全域
  • 凋落的死屍
    不死
    monster no map drops [1]
    Blighted Dead
    幽魂N
    標籤blight_monster, 法術, flesh_armour, is_unarmed, medium_height, melee, not_dex, not_int, physical_affinity, red_blood, undead, very_slow_movement, zombie
    生命
    600%
    護甲
    +50%
    異常狀態臨界值
    600%
    抗性
    0 40 0 0
    傷害
    150%
    命中
    100%
    暴擊率
    +5%
    暴擊加成
    +130%
    攻擊距離
    6 ~ 9
    攻擊間隔
    1.335 秒
    傷害分佈
    ±20%
    經驗值
    100%
    Model Size
    100%
    類型
    BlightGenericZombieMixed
    Metadata
    BlightGenericZombieMixed2
    等級
    68
    生命
    38,600
    護甲
    43,185
    閃避
    4,739
    能量護盾
    0
    傷害
    560
    法術傷害
    560
    命中
    290
    攻擊間隔
    1.335
    經驗值
    10,255
    異常狀態臨界值
    38,600
    冰緩
    122
    感電
    122
    易碎
    691
    焦灼
    122
    殘喘
    337
    Melee
    攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
    普通攻擊
    基本傷害: 448–672
    暴擊率: 5%
    攻擊間隔: 1.335 秒
    用強大的攻擊擊倒敵人。
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    OriathCivilianSoulExplosion
    投射物, 玩家投射物, 法術, 傷害, 範圍, 陷阱技能, 圖騰技能, 地雷技能, 法術可重複, 可觸發, 範圍法術
    施放時間: 1 秒
    通用的怪物砲擊技能。與怪物投射物相似,但帶有衝擊效果。
    造成 201301.6 物理傷害
    死亡時,有 70% 機率觸發此法術
    active skill area of effect radius +% final [-35]
    base is projectile [1]
    projectile spread radius [15]

    Object Type

    version 2
    extends "Metadata/Monsters/LeagueBlight/BlightMonsterBaseSink"
    
    Actor
    {
    	basic_action = "Revive"
    	basic_action = "Emerge2"
    	basic_action = "ChangeToStance1"
    	basic_action = "ChangeToStance2"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LeagueBlight/BlightMonsterBaseSink"
    
    Render
    {
         //turn_duration = 0.5
    }
    
    Preload
    {
    	preload_ground_effect = "CausticCloud"
    }
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueBlight/Generic/BlightGenericZombieMixed2"] = {
        name = "Blighted Dead",
        life = 6,
        fireResist = 0,
        coldResist = 40,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.5,
        damageSpread = 0.2,
        attackTime = 1.335,
        attackRange = 9,
        accuracy = 1,
        skillList = {
            "Melee",
            "OriathCivilianSoulExplosion",
        },
        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["OriathCivilianSoulExplosion"] = {
        name = "OriathCivilianSoulExplosion",
        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_physical_damage",
            "spell_maximum_base_physical_damage",
            "cast_on_death_%",
            "projectile_spread_radius",
            "active_skill_area_of_effect_radius_+%_final",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 100, 15, -35, levelRequirement = 45, statInterpolation = {3, 3, 1},  cost = { }, },
            [2] = {0.80000001192093, 1.2000000476837, 70, 15, -35, levelRequirement = 68, statInterpolation = {3, 3, 1},  cost = { }, },
            [3] = {0.80000001192093, 1.2000000476837, 70, 15, -35, levelRequirement = 82, statInterpolation = {3, 3, 1},  cost = { }, },
        },
    }
    
    monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 全域
  • 凋落的死屍
    不死
    monster no map drops [1]
    Blighted Dead
    幽魂N
    標籤blight_monster, 法術, flesh_armour, is_unarmed, medium_height, melee, not_dex, not_int, physical_affinity, red_blood, undead, very_slow_movement, zombie
    生命
    600%
    護甲
    +50%
    異常狀態臨界值
    600%
    抗性
    0 40 0 0
    傷害
    150%
    命中
    100%
    暴擊率
    +5%
    暴擊加成
    +130%
    攻擊距離
    6 ~ 9
    攻擊間隔
    1.335 秒
    傷害分佈
    ±20%
    經驗值
    100%
    Model Size
    100%
    類型
    BlightGenericZombieMixed
    Metadata
    BlightGenericZombieMixed3
    等級
    68
    生命
    38,600
    護甲
    43,185
    閃避
    4,739
    能量護盾
    0
    傷害
    560
    法術傷害
    560
    命中
    290
    攻擊間隔
    1.335
    經驗值
    10,255
    異常狀態臨界值
    38,600
    冰緩
    122
    感電
    122
    易碎
    691
    焦灼
    122
    殘喘
    337
    Melee
    攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
    普通攻擊
    基本傷害: 448–672
    暴擊率: 5%
    攻擊間隔: 1.335 秒
    用強大的攻擊擊倒敵人。
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    OriathCivilianSoulExplosion
    投射物, 玩家投射物, 法術, 傷害, 範圍, 陷阱技能, 圖騰技能, 地雷技能, 法術可重複, 可觸發, 範圍法術
    施放時間: 1 秒
    通用的怪物砲擊技能。與怪物投射物相似,但帶有衝擊效果。
    造成 201301.6 物理傷害
    死亡時,有 70% 機率觸發此法術
    active skill area of effect radius +% final [-35]
    base is projectile [1]
    projectile spread radius [15]

    Object Type

    version 2
    extends "Metadata/Monsters/LeagueBlight/BlightMonsterBaseSink"
    
    Actor
    {
    	basic_action = "Revive"
    	basic_action = "Emerge2"
    	basic_action = "ChangeToStance1"
    	basic_action = "ChangeToStance2"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LeagueBlight/BlightMonsterBaseSink"
    
    Render
    {
         //turn_duration = 0.5
    }
    
    Preload
    {
    	preload_ground_effect = "CausticCloud"
    }
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueBlight/Generic/BlightGenericZombieMixed3"] = {
        name = "Blighted Dead",
        life = 6,
        fireResist = 0,
        coldResist = 40,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.5,
        damageSpread = 0.2,
        attackTime = 1.335,
        attackRange = 9,
        accuracy = 1,
        skillList = {
            "Melee",
            "OriathCivilianSoulExplosion",
        },
        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["OriathCivilianSoulExplosion"] = {
        name = "OriathCivilianSoulExplosion",
        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_physical_damage",
            "spell_maximum_base_physical_damage",
            "cast_on_death_%",
            "projectile_spread_radius",
            "active_skill_area_of_effect_radius_+%_final",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 100, 15, -35, levelRequirement = 45, statInterpolation = {3, 3, 1},  cost = { }, },
            [2] = {0.80000001192093, 1.2000000476837, 70, 15, -35, levelRequirement = 68, statInterpolation = {3, 3, 1},  cost = { }, },
            [3] = {0.80000001192093, 1.2000000476837, 70, 15, -35, levelRequirement = 82, statInterpolation = {3, 3, 1},  cost = { }, },
        },
    }
    
    monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 全域
  • 凋落的死屍
    不死
    monster no map drops [1]
    Blighted Dead
    幽魂N
    標籤blight_monster, 法術, flesh_armour, is_unarmed, medium_height, melee, not_dex, not_int, physical_affinity, red_blood, undead, very_slow_movement, zombie
    生命
    600%
    護甲
    +50%
    異常狀態臨界值
    600%
    抗性
    0 40 0 0
    傷害
    150%
    命中
    100%
    暴擊率
    +5%
    暴擊加成
    +130%
    攻擊距離
    6 ~ 7
    攻擊間隔
    1.335 秒
    傷害分佈
    ±20%
    經驗值
    100%
    Model Size
    100%
    類型
    BlightGenericZombieMixed
    Metadata
    BlightGenericZombieMixed4
    等級
    68
    生命
    38,600
    護甲
    43,185
    閃避
    4,739
    能量護盾
    0
    傷害
    560
    法術傷害
    560
    命中
    290
    攻擊間隔
    1.335
    經驗值
    10,255
    異常狀態臨界值
    38,600
    冰緩
    122
    感電
    122
    易碎
    691
    焦灼
    122
    殘喘
    337
    Melee
    攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
    普通攻擊
    基本傷害: 448–672
    暴擊率: 5%
    攻擊間隔: 1.335 秒
    用強大的攻擊擊倒敵人。
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    OriathCivilianSoulExplosion
    投射物, 玩家投射物, 法術, 傷害, 範圍, 陷阱技能, 圖騰技能, 地雷技能, 法術可重複, 可觸發, 範圍法術
    施放時間: 1 秒
    通用的怪物砲擊技能。與怪物投射物相似,但帶有衝擊效果。
    造成 201301.6 物理傷害
    死亡時,有 70% 機率觸發此法術
    active skill area of effect radius +% final [-35]
    base is projectile [1]
    projectile spread radius [15]

    Object Type

    version 2
    extends "Metadata/Monsters/LeagueBlight/BlightMonsterBaseSink"
    
    Actor
    {
    	basic_action = "Revive"
    	basic_action = "Emerge2"
    	basic_action = "ChangeToStance1"
    	basic_action = "ChangeToStance2"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LeagueBlight/BlightMonsterBaseSink"
    
    Render
    {
         //turn_duration = 0.5
    }
    
    Preload
    {
    	preload_ground_effect = "CausticCloud"
    }
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueBlight/Generic/BlightGenericZombieMixed4"] = {
        name = "Blighted Dead",
        life = 6,
        fireResist = 0,
        coldResist = 40,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.5,
        damageSpread = 0.2,
        attackTime = 1.335,
        attackRange = 7,
        accuracy = 1,
        skillList = {
            "Melee",
            "OriathCivilianSoulExplosion",
        },
        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["OriathCivilianSoulExplosion"] = {
        name = "OriathCivilianSoulExplosion",
        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_physical_damage",
            "spell_maximum_base_physical_damage",
            "cast_on_death_%",
            "projectile_spread_radius",
            "active_skill_area_of_effect_radius_+%_final",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 100, 15, -35, levelRequirement = 45, statInterpolation = {3, 3, 1},  cost = { }, },
            [2] = {0.80000001192093, 1.2000000476837, 70, 15, -35, levelRequirement = 68, statInterpolation = {3, 3, 1},  cost = { }, },
            [3] = {0.80000001192093, 1.2000000476837, 70, 15, -35, levelRequirement = 82, statInterpolation = {3, 3, 1},  cost = { }, },
        },
    }
    
    monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 全域
  • 凋落的死屍
    不死
    monster no map drops [1]
    Blighted Dead
    幽魂N
    標籤blight_monster, 法術, flesh_armour, is_unarmed, medium_height, melee, not_dex, not_int, physical_affinity, red_blood, undead, very_slow_movement, zombie
    生命
    600%
    護甲
    +50%
    異常狀態臨界值
    600%
    抗性
    0 40 0 0
    傷害
    150%
    命中
    100%
    暴擊率
    +5%
    暴擊加成
    +130%
    攻擊距離
    6 ~ 7
    攻擊間隔
    1.335 秒
    傷害分佈
    ±20%
    經驗值
    100%
    Model Size
    100%
    類型
    BlightGenericZombieMixed
    Metadata
    BlightGenericZombieMixed5
    等級
    68
    生命
    38,600
    護甲
    43,185
    閃避
    4,739
    能量護盾
    0
    傷害
    560
    法術傷害
    560
    命中
    290
    攻擊間隔
    1.335
    經驗值
    10,255
    異常狀態臨界值
    38,600
    冰緩
    122
    感電
    122
    易碎
    691
    焦灼
    122
    殘喘
    337
    Melee
    攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
    普通攻擊
    基本傷害: 448–672
    暴擊率: 5%
    攻擊間隔: 1.335 秒
    用強大的攻擊擊倒敵人。
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    OriathCivilianSoulExplosion
    投射物, 玩家投射物, 法術, 傷害, 範圍, 陷阱技能, 圖騰技能, 地雷技能, 法術可重複, 可觸發, 範圍法術
    施放時間: 1 秒
    通用的怪物砲擊技能。與怪物投射物相似,但帶有衝擊效果。
    造成 201301.6 物理傷害
    死亡時,有 70% 機率觸發此法術
    active skill area of effect radius +% final [-35]
    base is projectile [1]
    projectile spread radius [15]

    Object Type

    version 2
    extends "Metadata/Monsters/LeagueBlight/BlightMonsterBaseSink"
    
    Actor
    {
    	basic_action = "Revive"
    	basic_action = "Emerge2"
    	basic_action = "ChangeToStance1"
    	basic_action = "ChangeToStance2"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LeagueBlight/BlightMonsterBaseSink"
    
    Render
    {
         //turn_duration = 0.5
    }
    
    Preload
    {
    	preload_ground_effect = "CausticCloud"
    }
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueBlight/Generic/BlightGenericZombieMixed5"] = {
        name = "Blighted Dead",
        life = 6,
        fireResist = 0,
        coldResist = 40,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.5,
        damageSpread = 0.2,
        attackTime = 1.335,
        attackRange = 7,
        accuracy = 1,
        skillList = {
            "Melee",
            "OriathCivilianSoulExplosion",
        },
        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["OriathCivilianSoulExplosion"] = {
        name = "OriathCivilianSoulExplosion",
        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_physical_damage",
            "spell_maximum_base_physical_damage",
            "cast_on_death_%",
            "projectile_spread_radius",
            "active_skill_area_of_effect_radius_+%_final",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 100, 15, -35, levelRequirement = 45, statInterpolation = {3, 3, 1},  cost = { }, },
            [2] = {0.80000001192093, 1.2000000476837, 70, 15, -35, levelRequirement = 68, statInterpolation = {3, 3, 1},  cost = { }, },
            [3] = {0.80000001192093, 1.2000000476837, 70, 15, -35, levelRequirement = 82, statInterpolation = {3, 3, 1},  cost = { }, },
        },
    }
    
    monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 全域
  • 凋落的死屍
    不死
    monster no map drops [1]
    Blighted Dead
    幽魂N
    標籤blight_monster, 法術, flesh_armour, is_unarmed, medium_height, melee, not_dex, not_int, physical_affinity, red_blood, undead, very_slow_movement, zombie
    生命
    600%
    護甲
    +50%
    異常狀態臨界值
    600%
    抗性
    0 40 0 0
    傷害
    150%
    命中
    100%
    暴擊率
    +5%
    暴擊加成
    +130%
    攻擊距離
    6 ~ 7
    攻擊間隔
    1.335 秒
    傷害分佈
    ±20%
    經驗值
    100%
    Model Size
    100%
    類型
    BlightGenericZombieMixed
    Metadata
    BlightGenericZombieMixed6
    等級
    68
    生命
    38,600
    護甲
    43,185
    閃避
    4,739
    能量護盾
    0
    傷害
    560
    法術傷害
    560
    命中
    290
    攻擊間隔
    1.335
    經驗值
    10,255
    異常狀態臨界值
    38,600
    冰緩
    122
    感電
    122
    易碎
    691
    焦灼
    122
    殘喘
    337
    Melee
    攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
    普通攻擊
    基本傷害: 448–672
    暴擊率: 5%
    攻擊間隔: 1.335 秒
    用強大的攻擊擊倒敵人。
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    OriathCivilianSoulExplosion
    投射物, 玩家投射物, 法術, 傷害, 範圍, 陷阱技能, 圖騰技能, 地雷技能, 法術可重複, 可觸發, 範圍法術
    施放時間: 1 秒
    通用的怪物砲擊技能。與怪物投射物相似,但帶有衝擊效果。
    造成 201301.6 物理傷害
    死亡時,有 70% 機率觸發此法術
    active skill area of effect radius +% final [-35]
    base is projectile [1]
    projectile spread radius [15]

    Object Type

    version 2
    extends "Metadata/Monsters/LeagueBlight/BlightMonsterBaseSink"
    
    Actor
    {
    	basic_action = "Revive"
    	basic_action = "Emerge2"
    	basic_action = "ChangeToStance1"
    	basic_action = "ChangeToStance2"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LeagueBlight/BlightMonsterBaseSink"
    
    Render
    {
         //turn_duration = 0.5
    }
    
    Preload
    {
    	preload_ground_effect = "CausticCloud"
    }
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueBlight/Generic/BlightGenericZombieMixed6"] = {
        name = "Blighted Dead",
        life = 6,
        fireResist = 0,
        coldResist = 40,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.5,
        damageSpread = 0.2,
        attackTime = 1.335,
        attackRange = 7,
        accuracy = 1,
        skillList = {
            "Melee",
            "OriathCivilianSoulExplosion",
        },
        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["OriathCivilianSoulExplosion"] = {
        name = "OriathCivilianSoulExplosion",
        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_physical_damage",
            "spell_maximum_base_physical_damage",
            "cast_on_death_%",
            "projectile_spread_radius",
            "active_skill_area_of_effect_radius_+%_final",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 100, 15, -35, levelRequirement = 45, statInterpolation = {3, 3, 1},  cost = { }, },
            [2] = {0.80000001192093, 1.2000000476837, 70, 15, -35, levelRequirement = 68, statInterpolation = {3, 3, 1},  cost = { }, },
            [3] = {0.80000001192093, 1.2000000476837, 70, 15, -35, levelRequirement = 82, statInterpolation = {3, 3, 1},  cost = { }, },
        },
    }
    
    monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 全域
  • Edit

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