สูตรสมุดรวมสัตว์ /2 ⍟
ชื่อRecipe
แปลงไอเทมยูนิคชิ้นนี้: เป็นไอเทมยูนิคแบบสุ่ม
ใส่มลทินให้กับไอเทม: ใส่มลทินคู่ให้กับ แผนที่
แมงป่อง วงศ์เฟนูมัส
สัตว์ร้าย
สกุล: Sea Witch
กลุ่ม: Arachnid
เพิ่มระยะเวลาของสถานะ พิษ 100%
สร้างสถานะ พิษ เมื่อปะทะ
level 33 or lower life +% final [-20]
Fenumal Scorpion
SpectreN
Tagsbeast, bestiary_beast_boss, bestiary_caverns, นักเวท, extra_extra_small_height, hard_armour, hidden_monster, insect, insect_blood, is_unarmed, medium_movement, melee, no_cannot_die_aura, not_dex, not_int, physical_affinity, puncturing_weapon, ranged, spider, unusable_corpse
Packs
  • แมงป่อง วงศ์เฟนูมัส, ตัวต่อย วงศ์เฟนูมัส, ตัวฟาด วงศ์เฟนูมัส
  • พลังชีวิต
    450%
    เกราะ
    +50%
    Ailment Threshold
    450%
    ค่าต้านทาน
    40 40 40 25
    Damage
    150%
    ความแม่นยำ
    100%
    โอกาสคริติคอล
    +5%
    ตัวคูณคริติคอล
    +130%
    Attack Distance
    6 ~ 8
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    ค่าประสบการณ์
    300%
    Model Size
    100%
    Type
    ScorpionBestiary
    Metadata
    BlackScorpionBestiary
    เลเวล
    68
    พลังชีวิต
    28,950
    เกราะ
    43,185
    การหลบหลีก
    4,739
    โล่พลังงาน
    0
    Damage
    560
    ความเสียหายเวท
    560
    ความแม่นยำ
    290
    Attack Time
    1.5
    ค่าประสบการณ์
    30,765
    Ailment Threshold
    28,950
    Chill
    92
    Shock
    92
    Brittle
    518
    Scorch
    92
    Sap
    253
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    โจมตีธรรมดา (Default Attack)
    Base Damage: 448–672
    โอกาสคริติคอล: 5%
    Attack Time: 1.5 วินาที
    โจมตีศัตรูของคุณด้วยการจู่โจมอย่างมีกำลัง
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    BestiaryScorpionBurrow
    Attack, Area
    Base Damage: 448–672
    โอกาสคริติคอล: 5%
    Attack Time: 1.5 วินาที
    คูลดาวน์: 8 วินาที
    สร้างความเสียหาย ลดลง อีก 33%
    active skill area of effect radius +% final [-70]
    emerge speed +% [100]
    is area damage [1]
    BestiaryPitbullSandStormSpark
    Spell, Projectile, ProjectilesFromUser, Damage, Duration, Trappable, Totemable, Mineable, Multicastable, Triggerable, Lightning, CanRapidFire
    ประกายสายฟ้า (Spark)
    โอกาสคริติคอล: 5%
    ประสิทธิภาพการเสริมความเสียหาย: 70%
    เวลาร่าย: 0.9 วินาที
    ยิงประกายไฟที่คาดเดาไม่ได้ซึ่งเคลื่อนไปแบบสุ่มจนกว่าจะปะทะศัตรูหรือหมดเวลา
    สร้างความเสียหาย กายภาพ 269.6 ถึง 404.4
    ระยะเวลาพื้นฐาน 5 วินาที
    ยิงกระสุน เพิ่มเติม 6 ลูก
    ยิงกระสุนเป็นวงกลม
    ลดความเร็วกระสุน 46%
    base is projectile [1]

    Object Type

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

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LeagueBestiary/BestiaryMonsterWalkEmergeRare"
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueBestiary/BlackScorpionBestiary"] = {
        name = "Fenumal Scorpion",
        life = 4.5,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        damage = 1.5,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 8,
        accuracy = 1,
        skillList = {
            "Melee",
            "BestiaryPitbullSandStormSpark",
            "BestiaryScorpionBurrow",
        },
        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["BestiaryPitbullSandStormSpark"] = {
        name = "Spark",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Launches unpredictable sparks that move randomly until they hit an enemy or expire.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Damage] = true,
            [SkillType.Duration] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Lightning] = true,
            [SkillType.CanRapidFire] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.9,
        baseFlags = {
            spell = true,
            projectile = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "base_skill_effect_duration",
            "number_of_additional_projectiles",
            "base_projectile_speed_+%",
            "projectiles_nova",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 3500, 6, -46, critChance = 5, levelRequirement = 4, statInterpolation = {3, 3, 1},  cost = { }, },
            [2] = {0.80000001192093, 1.2000000476837, 3500, 6, -46, critChance = 5, levelRequirement = 8, statInterpolation = {3, 3, 1},  cost = { }, },
            [3] = {0.80000001192093, 1.2000000476837, 3500, 6, -46, critChance = 5, levelRequirement = 11, statInterpolation = {3, 3, 1},  cost = { }, },
            [4] = {0.80000001192093, 1.2000000476837, 4000, 6, -46, critChance = 5, levelRequirement = 25, statInterpolation = {3, 3, 1},  cost = { }, },
            [5] = {0.80000001192093, 1.2000000476837, 4000, 6, -46, critChance = 5, levelRequirement = 29, statInterpolation = {3, 3, 1},  cost = { }, },
            [6] = {0.80000001192093, 1.2000000476837, 5000, 6, -46, critChance = 5, levelRequirement = 31, statInterpolation = {3, 3, 1},  cost = { }, },
            [7] = {0.80000001192093, 1.2000000476837, 5000, 6, -46, critChance = 5, levelRequirement = 66, statInterpolation = {3, 3, 1},  cost = { }, },
            [8] = {0.80000001192093, 1.2000000476837, 5000, 6, -46, critChance = 5, levelRequirement = 68, statInterpolation = {3, 3, 1},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BestiaryScorpionBurrow"] = {
        name = "BestiaryScorpionBurrow",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_damage_+%_final",
            "emerge_speed_+%",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {-33, 100, -70, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    เพิ่มระยะเวลาของสถานะ พิษ 100%
    สร้างสถานะ พิษ เมื่อปะทะ
    IdParasitePoisonOnHit
    FamilyRatTalismanPoisonOnHit
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • global poison on hit Min: 1 Max: 1 Global
  • base poison duration +% Min: 100 Max: 100 Global
  • Craft Tagspoison chaos ailment
    level 33 or lower life +% final [-20]
    IdMonsterLifeLessBelowLevel33
    FamilyMoreLifeBelowLevelThreshold
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • level 33 or lower life +% final Min: -20 Max: -20 Global
  • Craft Tagsresource life damage
    Edit

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