ตัวคลานตาม วงศ์เฟนูมัส
สัตว์ร้าย
แปลงความเสียหาย กายภาพ 50% เป็น ไฟ
เพิ่มระดับความหายากของ ไอเทม ที่ดรอป %
monster no map drops [1]
Fenumal Strider
SpectreN
Tagsanimal_claw_weapon, beast, extra_large_height, flesh_armour, insect, insect_blood, is_unarmed, large_model, physical_affinity, summoner, very_slow_movement
Packs
  • นางพญา วงศ์เฟนูมัส, มารดา วงศ์เฟนูมัส, ตัวคลานตาม วงศ์เฟนูมัส
  • พลังชีวิต
    720%
    Ailment Threshold
    720%
    ค่าต้านทาน
    0 0 0 0
    Damage
    162%
    ความแม่นยำ
    100%
    โอกาสคริติคอล
    +5%
    ตัวคูณคริติคอล
    +130%
    Attack Distance
    6 ~ 6
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    ค่าประสบการณ์
    180%
    Model Size
    95%
    Type
    InsectSpawnerBestiaryMinion2
    Metadata
    InsectSpawnerBestiaryMinion2
    เลเวล
    68
    พลังชีวิต
    46,320
    ค่าเกราะ
    28,790
    อัตราการหลบหลีก
    4,739
    Damage
    605
    ความเสียหายเวท
    605
    ความแม่นยำ
    580
    Attack Time
    1.5
    ค่าประสบการณ์
    18,459
    Minion Life
    10,047
    Minion Damage
    483
    Ailment Threshold
    46,320
    Chill
    146
    Shock
    146
    Brittle
    829
    Scorch
    146
    Sap
    405
    InsectSpawnerSpit
    Attack, Projectile, ProjectilesFromUser
    Base Damage: 484–726
    โอกาสคริติคอล: 5%
    Attack Time: 1.5 วินาที
    เสริมความเสียหาย ไฟ 34.35 ถึง 51.53
    เสริมความเสียหาย โจมตี กายภาพ 114.5 ถึง 143.1
    base is projectile [1]
    monster reverse point blank damage -% at minimum range [30]
    InsectSpawnerSpawn
    Spell, Minion, CreatesMinion
    เวลาร่าย: 2.5 วินาที
    number of insects allowed [10]
    WalkEmergeBestiaryHellion
    walk emerge distance [450]

    Object Type

    version 2
    extends "Metadata/Monsters/LeagueBestiary/BestiaryMonsterWalkEmerge"
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LeagueBestiary/BestiaryMonsterWalkEmerge"
    
    Render
    {
         //turn_duration = 0.4
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueBestiary/InsectSpawnerBestiaryMinion2"] = {
        name = "Fenumal Strider",
        life = 7.2,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.62,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 6,
        accuracy = 1,
        skillList = {
            "InsectSpawnerSpit",
            "InsectSpawnerSpawn",
            "WalkEmergeBestiaryHellion",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["InsectSpawnerSpit"] = {
        name = "InsectSpawnerSpit",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "attack_minimum_added_fire_damage",
            "attack_maximum_added_fire_damage",
            "attack_minimum_added_physical_damage",
            "attack_maximum_added_physical_damage",
            "monster_reverse_point_blank_damage_-%_at_minimum_range",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.18000000715256, 0.27000001072884, 0.60000002384186, 0.75, 30, levelRequirement = 2, statInterpolation = {3, 3, 3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["InsectSpawnerSpawn"] = {
        name = "InsectSpawnerSpawn",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Minion] = true,
            [SkillType.CreatesMinion] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2.5,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "number_of_insects_allowed",
        },
        levels = {
            [1] = {10, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["WalkEmergeBestiaryHellion"] = {
        name = "WalkEmergeBestiaryHellion",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.5,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "walk_emerge_distance",
        },
        levels = {
            [1] = {450, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    แปลงความเสียหาย กายภาพ 50% เป็น ไฟ
    IdMonsterConvertToFireDamage2
    FamilyFireDamageAsPortionOfDamage
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • base physical damage % to convert to fire Min: 50 Max: 50 Global
  • Craft Tagsphysical_damage elemental_damage damage physical elemental fire
    เพิ่มระดับความหายากของ ไอเทม ที่ดรอป %
    monster no map drops [1]
    IdMonsterBestiaryDropModifiers
    FamilyLeagueMonsterDropModifiers
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 Global
  • monster slain experience +% Min: 0 Max: 0 Global
  • monster dropped item rarity +% Min: 0 Max: 0 Global
  • Edit

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