Chilling Hellion
สัตว์ร้าย
SpectreY
AreaSanctuary Map, Citadel Map, Fortress Map, Abomination Map, Ziggurat Map
Tagsanimal_claw_weapon, beast, feline_beast, has_dagger, has_one_handed_melee, large_model, light_armour, mammal_beast, medium_movement, melee, not_int, physical_affinity, red_blood, small_height
Packs
  • Ziggurat Map, Fortress Map, Citadel Map, Abomination Map, Sanctuary Map: Chilling Hellion
  • พลังชีวิต
    98%
    เกราะ
    +10%
    การหลบหลีก
    +10%
    Ailment Threshold
    98%
    ค่าต้านทาน
    40 0 0 0
    Damage
    180%
    ความแม่นยำ
    100%
    โอกาสคริติคอล
    +5%
    ตัวคูณคริติคอล
    +130%
    Attack Distance
    6 ~ 10
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    ค่าประสบการณ์
    150%
    Model Size
    100%
    Type
    LionAtlasUber
    Metadata
    HellionIceAtlasUber
    เลเวล
    84
    พลังชีวิต
    34,589
    เกราะ
    109,817
    การหลบหลีก
    8,932
    โล่พลังงาน
    0
    Damage
    1,716
    ความเสียหายเวท
    1,716
    ความแม่นยำ
    538
    Attack Time
    1.5
    ค่าประสบการณ์
    19,875
    Ailment Threshold
    34,589
    Chill
    109
    Shock
    109
    Brittle
    619
    Scorch
    109
    Sap
    302
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    โจมตีธรรมดา (Default Attack)
    Base Damage: 1373–2059
    โอกาสคริติคอล: 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]
    GSCrucibleSnakeArcticBreathAtlasUber
    Spell, Triggerable
    โอกาสคริติคอล: 5%
    เวลาร่าย: 2.96 วินาที
    คูลดาวน์: 10 วินาที
    สร้างความเสียหาย น้ำแข็ง 700.8 ถึง 1051
    สถานะ หนาวเย็น จากการปะทะของคุณ จะลดความเร็วในการกระทำ อย่างน้อย 30% เสมอ
    is area damage [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	main_hand_unarmed_type = "Dagger"
    }
    
    Animated
    {
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Hellions/HellionIceAtlasUber"] = {
        name = "Chilling Hellion",
        life = 0.98,
        fireResist = 40,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.8,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 10,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeed",
            "GSCrucibleSnakeArcticBreathAtlasUber",
        },
        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["GSCrucibleSnakeArcticBreathAtlasUber"] = {
        name = "GSCrucibleSnakeArcticBreathAtlasUber",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2.96,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_cold_damage",
            "spell_maximum_base_cold_damage",
            "chill_minimum_slow_%",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 30, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    Edit

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