ตัวสามานย์พรางกาย
อันเดด
Skulking Wretch
SpectreY
Tagsflesh_armour, is_unarmed, medium_height, melee, no_pantheon_mod, not_dex, not_int, physical_affinity, red_blood, sanctum_monster, undead, very_slow_movement, zombie
Packs
  • ตัวสามานย์พรางกาย
  • พลังชีวิต
    108%
    ค่าเกราะ
    +50%
    Ailment Threshold
    108%
    ค่าต้านทาน
    0 40 0 0
    Damage
    180%
    ความแม่นยำ
    100%
    โอกาสคริติคอล
    +5%
    ตัวคูณคริติคอล
    +130%
    Attack Distance
    6 ~ 8
    Attack Time
    2.4 Second
    Damage Spread
    ±30%
    ค่าประสบการณ์
    90%
    Model Size
    100%
    Type
    Zombie
    Metadata
    Zombie
    เลเวล
    68
    พลังชีวิต
    6,948
    ค่าเกราะ
    43,185
    การหลบหลีก
    4,739
    โล่พลังงาน
    0
    Damage
    672
    ความเสียหายเวท
    672
    ความแม่นยำ
    290
    Attack Time
    2.4
    ค่าประสบการณ์
    9,230
    Ailment Threshold
    6,948
    Chill
    22
    Shock
    22
    Brittle
    124
    Scorch
    22
    Sap
    61
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    โจมตีธรรมดา (Default Attack)
    Base Damage: 471–874
    โอกาสคริติคอล: 5%
    Attack Time: 2.4 วินาที
    โจมตีศัตรูของคุณด้วยการจู่โจมอย่างมีกำลัง
    skill can fire arrows [1]
    skill can fire wand projectiles [1]

    Object Type

    version 2
    extends "Metadata/Monsters/LeagueSanctum/SanctumMonsterBase"
    
    Actor
    {
    	basic_action = "Revive"
    }
    
    Stats
    {
    	monster_slain_flask_charges_granted_+% = 100
    }
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LeagueSanctum/SanctumMonsterBase"
    
    Render
    {
         //turn_duration = 0.5
    }
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueSanctum/Asylum/Zombie"] = {
        name = "Skulking Wretch",
        life = 1.08,
        fireResist = 0,
        coldResist = 40,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.8,
        damageSpread = 0.3,
        attackTime = 2.4,
        attackRange = 8,
        accuracy = 1,
        skillList = {
            "Melee",
        },
        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 = { }, },
        },
    }
    
    Edit

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