เสือจากัวร์อันว่างเปล่า
ผิดธรรมชาติ
stance movement speed +% final [100]
Void Jaguar
SpectreY
Spectre OverrideMetadata/Monsters/AtlasInvaders/BlackStarMonsters/BlackStarFodder2Spectre
Tagsbeast, cleaving_weapon, cold_affinity, eldritch, eldritch_perfection_monster, feline_beast, flesh_armour, is_unarmed, large_model, medium_movement, melee, not_int, physical_affinity, red_blood
Packs
  • ปีศาจ, เสือจากัวร์อันว่างเปล่า
  • พลังชีวิต
    143%
    เกราะ
    +50%
    การหลบหลีก
    +50%
    Ailment Threshold
    143%
    ค่าต้านทาน
    0 75 0 0
    Damage
    154%
    ความแม่นยำ
    100%
    โอกาสคริติคอล
    +5%
    ตัวคูณคริติคอล
    +130%
    Attack Distance
    5 ~ 14
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    ค่าประสบการณ์
    110%
    Model Size
    80%
    Type
    AtlasInvadersBlackStarFodder2
    Metadata
    BlackStarFodder2
    เลเวล
    68
    พลังชีวิต
    9,200
    เกราะ
    43,185
    การหลบหลีก
    7,109
    โล่พลังงาน
    0
    Damage
    575
    ความเสียหายเวท
    575
    ความแม่นยำ
    290
    Attack Time
    1.5
    ค่าประสบการณ์
    11,281
    Ailment Threshold
    9,200
    Chill
    29
    Shock
    29
    Brittle
    165
    Scorch
    29
    Sap
    80
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    โจมตีธรรมดา (Default Attack)
    Base Damage: 460–690
    โอกาสคริติคอล: 5%
    Attack Time: 1.5 วินาที
    โจมตีศัตรูของคุณด้วยการจู่โจมอย่างมีกำลัง
    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]
    DTTAtlasInvadersBlackStarFodder2Leap
    Spell, Movement
    เวลาร่าย: 1.266 วินาที
    คูลดาวน์: 5 วินาที
    leap slam minimum distance [15]
    spell maximum action distance +% [-50]
    walk emerge extra distance [-10]
    GAAtlasInvadersBlackStarFodder2LeapImpact
    Triggerable, Attack
    Base Damage: 460–690
    โอกาสคริติคอล: 5%
    ความเสียหายโจมตี: 160%
    Attack Time: 1.5 วินาที
    สร้างความเสียหาย โจมตี เพิ่มขึ้น อีก 60%
    สร้างความเสียหาย เพิ่มขึ้น อีก 45.25%
    แปลงความเสียหาย กายภาพ 50% เป็น น้ำแข็ง
    is area damage [1]
    EGAtlasInvadersBlackStarFodder1Howl
    Triggerable, Spell
    เวลาร่าย: 2 วินาที
    คูลดาวน์: 8 วินาที

    Object Type

    version 2
    extends "Metadata/Monsters/AtlasInvaders/BlackStarMonsters/BlackStarMonsterBase"
    
    Actor
    {
    	basic_action = "ChangeToStance1"
    	basic_action = "ChangeToStance2"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/AtlasInvaders/BlackStarMonsters/BlackStarMonsterBase"
    
    Life
    {
    	on_spawned_alive = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/BlackStar_Minions/EPK/fodder_2_body.epk );"
    	on_death = "RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/BlackStar_Minions/EPK/fodder_2_body.epk );"
    	on_death = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/Doom_Minions/EPK/monster_death_emissive_off.epk );"
    	on_spawned_dead = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/Doom_Minions/EPK/monster_death_emissive_off.epk );"
    }
    
    Preload
    {
    	preload_epk = "Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/BlackStar_Minions/EPK/fodder_2_body.epk"
    	preload_epk = "Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/Doom_Minions/EPK/monster_death_emissive_off.epk"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/AtlasInvaders/BlackStarMonsters/BlackStarFodder2"] = {
        name = "Void Jaguar",
        life = 1.43,
        fireResist = 0,
        coldResist = 75,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.54,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 14,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeed",
            "GAAtlasInvadersBlackStarFodder2LeapImpact",
            "EGAtlasInvadersBlackStarFodder1Howl",
            "DTTAtlasInvadersBlackStarFodder2Leap",
        },
        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["GAAtlasInvadersBlackStarFodder2LeapImpact"] = {
        name = "GAAtlasInvadersBlackStarFodder2LeapImpact",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_damage_+%_final",
            "skill_physical_damage_%_to_convert_to_cold",
            "is_area_damage",
        },
        levels = {
            [1] = {-30, 50, baseMultiplier = 1.6, levelRequirement = 1, statInterpolation = {2},  cost = { }, },
            [2] = {0, 50, baseMultiplier = 1.6, levelRequirement = 19, statInterpolation = {2},  cost = { }, },
            [3] = {1, 50, baseMultiplier = 1.6, levelRequirement = 20, statInterpolation = {2},  cost = { }, },
            [4] = {60, 50, baseMultiplier = 1.6, levelRequirement = 84, statInterpolation = {2},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EGAtlasInvadersBlackStarFodder1Howl"] = {
        name = "EGAtlasInvadersBlackStarFodder1Howl",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["DTTAtlasInvadersBlackStarFodder2Leap"] = {
        name = "DTTAtlasInvadersBlackStarFodder2Leap",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Movement] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.266,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "walk_emerge_extra_distance",
            "leap_slam_minimum_distance",
            "spell_maximum_action_distance_+%",
        },
        levels = {
            [1] = {-10, 15, -50, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    
    IdNothing
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    stance movement speed +% final [100]
    IdStanceAtlasInvadersBlackStarFodder2Charge
    FamilyStance
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: 100 Max: 100 Global
  • Craft Tagsspeed
    เสือจากัวร์อันว่างเปล่า
    ผิดธรรมชาติ
    stance movement speed +% final [100]
    Void Jaguar
    SpectreY
    Tagsbeast, cleaving_weapon, cold_affinity, eldritch, feline_beast, flesh_armour, is_unarmed, large_model, medium_movement, melee, not_int, physical_affinity, red_blood
    พลังชีวิต
    143%
    เกราะ
    +50%
    การหลบหลีก
    +50%
    Ailment Threshold
    143%
    ค่าต้านทาน
    0 75 0 0
    Damage
    154%
    ความแม่นยำ
    100%
    โอกาสคริติคอล
    +5%
    ตัวคูณคริติคอล
    +130%
    Attack Distance
    5 ~ 14
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    ค่าประสบการณ์
    110%
    Model Size
    80%
    Type
    AtlasInvadersBlackStarFodder2
    Metadata
    BlackStarFodder2Spectre
    เลเวล
    68
    พลังชีวิต
    9,200
    เกราะ
    43,185
    การหลบหลีก
    7,109
    โล่พลังงาน
    0
    Damage
    575
    ความเสียหายเวท
    575
    ความแม่นยำ
    290
    Attack Time
    1.5
    ค่าประสบการณ์
    11,281
    Ailment Threshold
    9,200
    Chill
    29
    Shock
    29
    Brittle
    165
    Scorch
    29
    Sap
    80
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    โจมตีธรรมดา (Default Attack)
    Base Damage: 460–690
    โอกาสคริติคอล: 5%
    Attack Time: 1.5 วินาที
    โจมตีศัตรูของคุณด้วยการจู่โจมอย่างมีกำลัง
    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]
    DTTAtlasInvadersBlackStarFodder2Leap
    Spell, Movement
    เวลาร่าย: 1.266 วินาที
    คูลดาวน์: 5 วินาที
    leap slam minimum distance [15]
    spell maximum action distance +% [-50]
    walk emerge extra distance [-10]
    GAAtlasInvadersBlackStarFodder2LeapImpact
    Triggerable, Attack
    Base Damage: 460–690
    โอกาสคริติคอล: 5%
    ความเสียหายโจมตี: 160%
    Attack Time: 1.5 วินาที
    สร้างความเสียหาย โจมตี เพิ่มขึ้น อีก 60%
    สร้างความเสียหาย เพิ่มขึ้น อีก 45.25%
    แปลงความเสียหาย กายภาพ 50% เป็น น้ำแข็ง
    is area damage [1]
    EGAtlasInvadersBlackStarFodder1Howl
    Triggerable, Spell
    เวลาร่าย: 2 วินาที
    คูลดาวน์: 8 วินาที

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Life
    {
    	on_spawned_alive = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/BlackStar_Minions/EPK/fodder_2_body.epk );"
    	on_death = "RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/BlackStar_Minions/EPK/fodder_2_body.epk );"
    	on_death = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/Doom_Minions/EPK/monster_death_emissive_off.epk );"
    	on_spawned_dead = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/Doom_Minions/EPK/monster_death_emissive_off.epk );"
    }
    
    Preload
    {
    	preload_epk = "Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/BlackStar_Minions/EPK/fodder_2_body.epk"
    	preload_epk = "Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/Doom_Minions/EPK/monster_death_emissive_off.epk"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/AtlasInvaders/BlackStarMonsters/BlackStarFodder2Spectre"] = {
        name = "Void Jaguar",
        life = 1.43,
        fireResist = 0,
        coldResist = 75,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.54,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 14,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeed",
            "GAAtlasInvadersBlackStarFodder2LeapImpact",
            "EGAtlasInvadersBlackStarFodder1Howl",
            "DTTAtlasInvadersBlackStarFodder2Leap",
        },
        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["GAAtlasInvadersBlackStarFodder2LeapImpact"] = {
        name = "GAAtlasInvadersBlackStarFodder2LeapImpact",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_damage_+%_final",
            "skill_physical_damage_%_to_convert_to_cold",
            "is_area_damage",
        },
        levels = {
            [1] = {-30, 50, baseMultiplier = 1.6, levelRequirement = 1, statInterpolation = {2},  cost = { }, },
            [2] = {0, 50, baseMultiplier = 1.6, levelRequirement = 19, statInterpolation = {2},  cost = { }, },
            [3] = {1, 50, baseMultiplier = 1.6, levelRequirement = 20, statInterpolation = {2},  cost = { }, },
            [4] = {60, 50, baseMultiplier = 1.6, levelRequirement = 84, statInterpolation = {2},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EGAtlasInvadersBlackStarFodder1Howl"] = {
        name = "EGAtlasInvadersBlackStarFodder1Howl",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["DTTAtlasInvadersBlackStarFodder2Leap"] = {
        name = "DTTAtlasInvadersBlackStarFodder2Leap",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Movement] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.266,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "walk_emerge_extra_distance",
            "leap_slam_minimum_distance",
            "spell_maximum_action_distance_+%",
        },
        levels = {
            [1] = {-10, 15, -50, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    
    IdNothing
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    stance movement speed +% final [100]
    IdStanceAtlasInvadersBlackStarFodder2Charge
    FamilyStance
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: 100 Max: 100 Global
  • Craft Tagsspeed
    Edit

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