光なき恐怖
悪魔
スピリットチャージを失った時にライフの%を回復する
maximum spirit charges [0]
monster spirit charges are infinite [0]
spirit charge tier [1]
emerge speed +% [0,20]
monster beyond portal chance +% final [-66]
monster hellscape charge +% [-66]
emerge speed +% [0,20]
monster no map drops [1]
Lightless Terror
SpectreY
Spectre OverrideMetadata/Monsters/Vendigo/VendigoAbyssSpectre
Areaジッグラトのマップ, アビスの深淵, アビスの深淵, アビスの深淵, アビスの深淵, アビスの深淵
Tagsabyssal, animal_claw_weapon, beast, demon, flesh_armour, has_claw, has_one_handed_melee, medium_height, melee, not_int, not_str, physical_affinity, red_blood, slow_movement
Packs
  • 光なき恐怖, 深淵の追跡者, 大穴の口
  • ジッグラトのマップ: 光なき悪夢, 光なき恐怖
  • ライフ
    180%
    回避力
    +50%
    Ailment Threshold
    180%
    耐性
    0 40 0 0
    Damage
    221%
    命中
    100%
    クリティカル率
    +5%
    クリティカルダメージ倍率
    +130%
    Attack Distance
    6 ~ 10
    Attack Time
    1.695 Second
    Damage Spread
    ±20%
    経験値
    125%
    Model Size
    90%
    Type
    VendigoAbyss
    Metadata
    VendigoAbyss
    レベル
    84
    ライフ
    63,531
    防具
    99,834
    回避力
    12,180
    エナジーシールド
    0
    Damage
    2,107
    スペルダメージ
    2,107
    命中
    538
    Attack Time
    1.695
    経験値
    16,563
    Ailment Threshold
    63,531
    Chill
    201
    Shock
    201
    Brittle
    1,137
    Scorch
    201
    Sap
    555
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    通常攻撃
    Base Damage: 1685–2528
    クリティカル率: 5%
    Attack Time: 1.695 秒
    強力な一撃で敵を打ち倒す。
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    AbyssVendigoComboAttack
    Attack, Damage
    Base Damage: 1685–2528
    クリティカル率: 5%
    アタックダメージ: 70%
    Attack Time: 1.695 秒
    クールダウン時間: 7 秒
    アタックダメージが30%低下する
    is area damage [1]
    maligaro combo attack third hit damage +% final [30]

    Object Type

    version 2
    extends "Metadata/Monsters/Vendigo/Vendigo"
    
    Actor
    {
    	basic_action = "Emerge"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Vendigo/Vendigo"
    
    Render
    {
    	//turn_duration = 0.4
    }
    
    Life 
    {
    on_death = "HideMeshSegment( glow_meshShape );" 
    on_spawned_dead = "HideMeshSegment( glow_meshShape );" 
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Vendigo/VendigoAbyss"] = {
        name = "Lightless Terror",
        life = 1.8,
        fireResist = 0,
        coldResist = 40,
        lightningResist = 0,
        chaosResist = 0,
        damage = 2.21,
        damageSpread = 0.2,
        attackTime = 1.695,
        attackRange = 10,
        accuracy = 1,
        weaponType1 = "Claw",
        skillList = {
            "MeleeAtAnimationSpeed",
            "AbyssVendigoComboAttack",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        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",
            "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["AbyssVendigoComboAttack"] = {
        name = "AbyssVendigoComboAttack",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Damage] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 3,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "maligaro_combo_attack_third_hit_damage_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {30, baseMultiplier = 0.7, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    スピリットチャージを失った時にライフの%を回復する
    maximum spirit charges [0]
    monster spirit charges are infinite [0]
    spirit charge tier [1]
    IdSpiritChargeTier1
    FamilySpiritCharge
    Domainsモンスター (3)
    GenerationTypeユニーク (3)
    Req. level1
    Stats
  • spirit charge tier Min: 1 Max: 1 Global
  • maximum spirit charges Min: 0 Max: 0 Global
  • monster spirit charges are infinite Min: 0 Max: 0 Global
  • gain % life when spirit charge expires or consumed Min: 0 Max: 0 Global
  • emerge speed +% [0,20]
    IdVariableEmergeSpeedAbyss
    FamilyVariableEmergeSpeed
    Domainsモンスター (3)
    GenerationTypeユニーク (3)
    Req. level1
    Stats
  • emerge speed +% Min: 0 Max: 20 Global
  • monster beyond portal chance +% final [-66]
    monster hellscape charge +% [-66]
    IdBreachReducedBeyondPortalChance
    FamilyBeyondPortalChance
    Domainsモンスター (3)
    GenerationTypeユニーク (3)
    Req. level1
    Stats
  • monster hellscape charge +% Min: -66 Max: -66 Global
  • monster beyond portal chance +% final Min: -66 Max: -66 Global
  • emerge speed +% [0,20]
    IdVariableEmergeSpeedAbyss
    FamilyVariableEmergeSpeed
    Domainsモンスター (3)
    GenerationTypeユニーク (3)
    Req. level1
    Stats
  • emerge speed +% Min: 0 Max: 20 Global
  • monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    Domainsモンスター (3)
    GenerationTypeユニーク (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 Global
  • 光なき恐怖
    悪魔
    スピリットチャージを失った時にライフの%を回復する
    maximum spirit charges [0]
    monster spirit charges are infinite [0]
    spirit charge tier [1]
    Lightless Terror
    SpectreY
    Tagsabyssal, animal_claw_weapon, beast, demon, flesh_armour, has_claw, has_one_handed_melee, melee, not_int, not_str, physical_affinity, red_blood, slow_movement
    ライフ
    180%
    回避力
    +50%
    Ailment Threshold
    180%
    耐性
    0 40 0 0
    Damage
    221%
    命中
    100%
    クリティカル率
    +5%
    クリティカルダメージ倍率
    +130%
    Attack Distance
    6 ~ 10
    Attack Time
    1.695 Second
    Damage Spread
    ±20%
    経験値
    125%
    Model Size
    90%
    Type
    VendigoAbyss
    Metadata
    VendigoAbyssSpectre
    レベル
    68
    ライフ
    11,580
    防具
    28,790
    回避力
    7,109
    エナジーシールド
    0
    Damage
    826
    スペルダメージ
    826
    命中
    290
    Attack Time
    1.695
    経験値
    12,819
    Ailment Threshold
    11,580
    Chill
    37
    Shock
    37
    Brittle
    207
    Scorch
    37
    Sap
    101
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    通常攻撃
    Base Damage: 660–991
    クリティカル率: 5%
    Attack Time: 1.695 秒
    強力な一撃で敵を打ち倒す。
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    AbyssVendigoComboAttack
    Attack, Damage
    Base Damage: 660–991
    クリティカル率: 5%
    アタックダメージ: 70%
    Attack Time: 1.695 秒
    クールダウン時間: 7 秒
    アタックダメージが30%低下する
    is area damage [1]
    maligaro combo attack third hit damage +% final [30]

    Object Type

    version 2
    extends "Metadata/Monsters/Vendigo/Vendigo"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Vendigo/Vendigo"
    
    Render
    {
    	//turn_duration = 0.4
    }
    
    Life 
    {
    on_death = "HideMeshSegment( glow_meshShape );" 
    on_spawned_dead = "HideMeshSegment( glow_meshShape );" 
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Vendigo/VendigoAbyssSpectre"] = {
        name = "Lightless Terror",
        life = 1.8,
        fireResist = 0,
        coldResist = 40,
        lightningResist = 0,
        chaosResist = 0,
        damage = 2.21,
        damageSpread = 0.2,
        attackTime = 1.695,
        attackRange = 10,
        accuracy = 1,
        weaponType1 = "Claw",
        skillList = {
            "MeleeAtAnimationSpeed",
            "AbyssVendigoComboAttack",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        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",
            "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["AbyssVendigoComboAttack"] = {
        name = "AbyssVendigoComboAttack",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Damage] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 3,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "maligaro_combo_attack_third_hit_damage_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {30, baseMultiplier = 0.7, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    スピリットチャージを失った時にライフの%を回復する
    maximum spirit charges [0]
    monster spirit charges are infinite [0]
    spirit charge tier [1]
    IdSpiritChargeTier1
    FamilySpiritCharge
    Domainsモンスター (3)
    GenerationTypeユニーク (3)
    Req. level1
    Stats
  • spirit charge tier Min: 1 Max: 1 Global
  • maximum spirit charges Min: 0 Max: 0 Global
  • monster spirit charges are infinite Min: 0 Max: 0 Global
  • gain % life when spirit charge expires or consumed Min: 0 Max: 0 Global
  • 光なき恐怖
    悪魔
    エリア: アビスの溝
    スピリットチャージを失った時にライフの%を回復する
    maximum spirit charges [0]
    monster spirit charges are infinite [0]
    spirit charge tier [1]
    emerge speed +% [0,20]
    monster beyond portal chance +% final [-66]
    monster hellscape charge +% [-66]
    emerge speed +% [0,20]
    monster no map drops [1]
    Lightless Terror
    SpectreY
    Spectre OverrideMetadata/Monsters/Vendigo/VendigoAbyssSpectre
    Areaアビスの溝, アビスの溝, アビスの溝, アビスの溝, アビスの溝, アビスの溝, アビスの溝, アビスの溝
    Tagsabyssal, animal_claw_weapon, beast, delve_monster, demon, flesh_armour, has_claw, has_one_handed_melee, large_height, melee, no_pantheon_mod, not_int, not_str, physical_affinity, red_blood, slow_movement
    ライフ
    350%
    回避力
    +50%
    Ailment Threshold
    350%
    耐性
    0 40 0 0
    Damage
    238%
    命中
    100%
    クリティカル率
    +5%
    クリティカルダメージ倍率
    +130%
    Attack Distance
    6 ~ 10
    Attack Time
    1.695 Second
    Damage Spread
    ±20%
    経験値
    175%
    Model Size
    113%
    Type
    VendigoAbyssDelve
    Metadata
    VendigoAbyssDelve
    レベル
    68
    ライフ
    22,517
    防具
    28,790
    回避力
    7,109
    エナジーシールド
    0
    Damage
    889
    スペルダメージ
    889
    命中
    290
    Attack Time
    1.695
    経験値
    17,946
    Ailment Threshold
    22,517
    Chill
    71
    Shock
    71
    Brittle
    403
    Scorch
    71
    Sap
    197
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    通常攻撃
    Base Damage: 711–1067
    クリティカル率: 5%
    Attack Time: 1.695 秒
    強力な一撃で敵を打ち倒す。
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    AbyssVendigoComboAttack
    Attack, Damage
    Base Damage: 711–1067
    クリティカル率: 5%
    アタックダメージ: 70%
    Attack Time: 1.695 秒
    クールダウン時間: 7 秒
    アタックダメージが30%低下する
    is area damage [1]
    maligaro combo attack third hit damage +% final [30]

    Object Type

    version 2
    extends "Metadata/Monsters/Vendigo/Vendigo"
    
    Actor
    {
    	basic_action = "Emerge"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Vendigo/Vendigo"
    
    Render
    {
    	//turn_duration = 0.4
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Vendigo/VendigoAbyssDelve"] = {
        name = "Lightless Terror",
        life = 3.5,
        fireResist = 0,
        coldResist = 40,
        lightningResist = 0,
        chaosResist = 0,
        damage = 2.38,
        damageSpread = 0.2,
        attackTime = 1.695,
        attackRange = 10,
        accuracy = 1,
        weaponType1 = "Claw",
        skillList = {
            "MeleeAtAnimationSpeed",
            "AbyssVendigoComboAttack",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        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",
            "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["AbyssVendigoComboAttack"] = {
        name = "AbyssVendigoComboAttack",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Damage] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 3,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "maligaro_combo_attack_third_hit_damage_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {30, baseMultiplier = 0.7, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    スピリットチャージを失った時にライフの%を回復する
    maximum spirit charges [0]
    monster spirit charges are infinite [0]
    spirit charge tier [1]
    IdSpiritChargeTier1
    FamilySpiritCharge
    Domainsモンスター (3)
    GenerationTypeユニーク (3)
    Req. level1
    Stats
  • spirit charge tier Min: 1 Max: 1 Global
  • maximum spirit charges Min: 0 Max: 0 Global
  • monster spirit charges are infinite Min: 0 Max: 0 Global
  • gain % life when spirit charge expires or consumed Min: 0 Max: 0 Global
  • emerge speed +% [0,20]
    IdVariableEmergeSpeedAbyss
    FamilyVariableEmergeSpeed
    Domainsモンスター (3)
    GenerationTypeユニーク (3)
    Req. level1
    Stats
  • emerge speed +% Min: 0 Max: 20 Global
  • monster beyond portal chance +% final [-66]
    monster hellscape charge +% [-66]
    IdBreachReducedBeyondPortalChance
    FamilyBeyondPortalChance
    Domainsモンスター (3)
    GenerationTypeユニーク (3)
    Req. level1
    Stats
  • monster hellscape charge +% Min: -66 Max: -66 Global
  • monster beyond portal chance +% final Min: -66 Max: -66 Global
  • emerge speed +% [0,20]
    IdVariableEmergeSpeedAbyss
    FamilyVariableEmergeSpeed
    Domainsモンスター (3)
    GenerationTypeユニーク (3)
    Req. level1
    Stats
  • emerge speed +% Min: 0 Max: 20 Global
  • monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    Domainsモンスター (3)
    GenerationTypeユニーク (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 Global
  • Edit

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