หมานรกพ่นเพลิง วงศ์ฟาร์รุล
สัตว์ร้าย
เพิ่มระดับความหายากของ ไอเทม ที่ดรอป %
monster no map drops [1]
Farric Flamespitting Hellion
SpectreN
Tagsanimal_claw_weapon, beast, นักเวท, feline_beast, fire_affinity, has_dagger, has_one_handed_melee, large_model, light_armour, mammal_beast, medium_movement, melee, not_int, physical_affinity, ranged, red_blood, small_height
Packs
  • จ่าฝูงหมานรกเพลิง วงศ์ฟาร์รุล, หมานรกเพลิง วงศ์ฟาร์รุล, หมานรกพ่นเพลิง วงศ์ฟาร์รุล
  • พลังชีวิต
    720%
    เกราะ
    +25%
    การหลบหลีก
    +25%
    Ailment Threshold
    720%
    ค่าต้านทาน
    40 0 0 0
    Damage
    108%
    ความแม่นยำ
    100%
    โอกาสคริติคอล
    +5%
    ตัวคูณคริติคอล
    +130%
    Attack Distance
    8 ~ 11
    Attack Time
    1.455 Second
    Damage Spread
    ±20%
    ค่าประสบการณ์
    180%
    Model Size
    100%
    Type
    HellionBestiaryMinion2
    Metadata
    HellionBestiaryMinionRanged
    เลเวล
    68
    พลังชีวิต
    46,320
    เกราะ
    35,988
    การหลบหลีก
    5,924
    โล่พลังงาน
    0
    Damage
    403
    ความเสียหายเวท
    403
    ความแม่นยำ
    290
    Attack Time
    1.455
    ค่าประสบการณ์
    18,459
    Ailment Threshold
    46,320
    Chill
    146
    Shock
    146
    Brittle
    829
    Scorch
    146
    Sap
    405
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    โจมตีธรรมดา (Default Attack)
    Base Damage: 323–484
    โอกาสคริติคอล: 5%
    Attack Time: 1.455 วินาที
    โจมตีศัตรูของคุณด้วยการจู่โจมอย่างมีกำลัง
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    WalkEmergeBestiaryHellion
    walk emerge distance [450]
    BestiaryHellionMagmaOrb
    Spell, Damage, Area, Trappable, Mineable, Totemable, Triggerable, Fire, Projectile, ProjectilesFromUser, Multicastable, Chains, CanRapidFire, AreaSpell
    กระสุนหินหลอม (Rolling Magma)
    โอกาสคริติคอล: 5%
    เวลาร่าย: 0.97 วินาที
    ปล่อยลูกไฟที่สร้างความเสียหาย พื้นที่ เมื่อตกถึงพื้น สกิลนี้จะเด้งไปข้างหน้าเพื่อสร้างความเสียหายหลายครั้ง
    สร้างความเสียหาย ไฟ 288.9 ถึง 433.4
    ชิ่ง +2 ครั้ง
    active skill area of effect radius +% final [-40]
    base is projectile [1]
    is area damage [1]
    skill visual scale +% [-40]

    Object Type

    version 2
    extends "Metadata/Monsters/LeagueBestiary/BestiaryMonsterWalkEmerge"
    
    Actor
    {
    	main_hand_unarmed_type = "Dagger"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LeagueBestiary/BestiaryMonsterWalkEmerge"
    
    Render
    {
         //turn_duration = 0.35
    	 preload_animated_object = "GroundFireOnDeathEffect"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueBestiary/HellionBestiaryMinionRanged"] = {
        name = "Farric Flamespitting Hellion",
        life = 7.2,
        fireResist = 40,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.08,
        damageSpread = 0.2,
        attackTime = 1.455,
        attackRange = 11,
        accuracy = 1,
        skillList = {
            "Melee",
            "BestiaryHellionMagmaOrb",
            "WalkEmergeBestiaryHellion",
        },
        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["BestiaryHellionMagmaOrb"] = {
        name = "Rolling Magma",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Lob a fiery orb that deals area damage as it hits the ground. The skill chains, bouncing forward to deal damage multiple times.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Trappable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Fire] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Chains] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.97,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "number_of_chains",
            "skill_visual_scale_+%",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 2, -40, -40, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  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 = { }, },
        },
    }
    
    เพิ่มระดับความหายากของ ไอเทม ที่ดรอป %
    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.