Lightless Terror
ปีศาจ
เติมพลังชีวิต % เมื่อคุณสูญเสีย Spirit Charge 1 ลูก
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]
SpectreY
Spectre OverrideMetadata/Monsters/Vendigo/VendigoAbyssSpectre
AreaZiggurat Map, เบื้องลึกอะบิส, เบื้องลึกอะบิส, เบื้องลึกอะบิส, เบื้องลึกอะบิส, เบื้องลึกอะบิส
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
  • Lightless Terror, Deep Stalker, ปากสัตว์ในหลุม
  • Ziggurat Map: Lightless Nightmare, Lightless Terror
  • พลังชีวิต
    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
    โจมตีธรรมดา (Default Attack)
    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 = { }, },
        },
    }
    
    เติมพลังชีวิต % เมื่อคุณสูญเสีย Spirit Charge 1 ลูก
    maximum spirit charges [0]
    monster spirit charges are infinite [0]
    spirit charge tier [1]
    IdSpiritChargeTier1
    FamilySpiritCharge
    DomainsMonster (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
    DomainsMonster (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
    DomainsMonster (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
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • emerge speed +% Min: 0 Max: 20 Global
  • monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 Global
  • Lightless Terror
    ปีศาจ
    เติมพลังชีวิต % เมื่อคุณสูญเสีย Spirit Charge 1 ลูก
    maximum spirit charges [0]
    monster spirit charges are infinite [0]
    spirit charge tier [1]
    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
    โจมตีธรรมดา (Default Attack)
    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 = { }, },
        },
    }
    
    เติมพลังชีวิต % เมื่อคุณสูญเสีย Spirit Charge 1 ลูก
    maximum spirit charges [0]
    monster spirit charges are infinite [0]
    spirit charge tier [1]
    IdSpiritChargeTier1
    FamilySpiritCharge
    DomainsMonster (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
  • Lightless Terror
    ปีศาจ
    เติมพลังชีวิต % เมื่อคุณสูญเสีย Spirit Charge 1 ลูก
    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]
    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
    โจมตีธรรมดา (Default Attack)
    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 = { }, },
        },
    }
    
    เติมพลังชีวิต % เมื่อคุณสูญเสีย Spirit Charge 1 ลูก
    maximum spirit charges [0]
    monster spirit charges are infinite [0]
    spirit charge tier [1]
    IdSpiritChargeTier1
    FamilySpiritCharge
    DomainsMonster (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
    DomainsMonster (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
    DomainsMonster (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
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • emerge speed +% Min: 0 Max: 20 Global
  • monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    DomainsMonster (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.