ทหารมณีชน
ปีศาจ
เพิ่มความเร็วในการเคลื่อนที่ 30%
cannot have affliction mods [1]
is map boss underling monster [1]
Gemling Legionnaire
SpectreN
Areaทางผ่านธัญพืช
Tagsนักเวท, demon, fire_affinity, has_dual_wield_melee, has_one_hand_sword, has_one_handed_melee, humanoid, medium_height, medium_movement, not_dex, plate_armour, ranged, red_blood, slashing_weapon, undying
พลังชีวิต
92%
Energy Shield From Life
50%
ค่าเกราะ
+100%
Ailment Threshold
92%
ค่าต้านทาน
37 37 37 0
Damage
57%
ความแม่นยำ
100%
โอกาสคริติคอล
+5%
ตัวคูณคริติคอล
+130%
Attack Distance
6 ~ 9
Attack Time
1.305 Second
Damage Spread
±20%
ค่าประสบการณ์
50%
Model Size
115%
Type
GemlingLegionnaireTemplar
Metadata
GemlingLegionnaireFireball
เลเวล
57
พลังชีวิต
1,403
ค่าเกราะ
23,780
อัตราการหลบหลีก
3,180
โล่พลังงาน
1,403
Damage
121
ความเสียหายเวท
121
ความแม่นยำ
374
Attack Time
1.305
ค่าประสบการณ์
3,707
Minion Life
336
Minion Energy Shield
336
Minion Damage
94
Ailment Threshold
2,806
Chill
9
Shock
9
Brittle
50
Scorch
9
Sap
25
GemlingFireball1
Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, CanRapidFire, AreaSpell
บอลไฟ (Fireball)
โอกาสคริติคอล: 6%
เวลาร่าย: 0.85 วินาที
ปลดปล่อยลูกไฟเข้าหาเป้าหมายซึ่งจะระเบิด สร้างความเสียหายให้กับศัตรูที่อยู่ใกล้
สร้างความเสียหาย ไฟ 299.8 ถึง 449.7
รัศมีพื้นฐาน 0.9 เมตร
base is projectile [1]
GemlingFireball2
Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, CanRapidFire, AreaSpell
บอลไฟ (Fireball)
โอกาสคริติคอล: 6%
เวลาร่าย: 0.85 วินาที
คูลดาวน์: 4 วินาที
ปลดปล่อยลูกไฟเข้าหาเป้าหมายซึ่งจะระเบิด สร้างความเสียหายให้กับศัตรูที่อยู่ใกล้
สร้างความเสียหาย ไฟ 299.8 ถึง 449.7
เพิ่มความเร็วในการร่าย อีก 20%
ยิงโพรเจกไทล์ เพิ่มเติม 2 ลูก
รัศมีพื้นฐาน 0.9 เมตร
ยิงโพรเจกไทล์ออกจาก 20 จุดข้างตัวคุณเช่นกัน
additional projectiles fire parallel y dist [-100]
base is projectile [1]
skill visual scale +% [-35]
volley additional projectiles fire parallel x dist [100]
GemlingFireball3
Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, CanRapidFire, AreaSpell
บอลไฟ (Fireball)
โอกาสคริติคอล: 6%
เวลาร่าย: 3 วินาที
ปลดปล่อยลูกไฟเข้าหาเป้าหมายซึ่งจะระเบิด สร้างความเสียหายให้กับศัตรูที่อยู่ใกล้
สร้างความเสียหาย ไฟ 199.2 ถึง 298.8
รัศมีพื้นฐาน 0.9 เมตร
base is projectile [1]
skill visual scale +% [-35]
GemlingRestoreLife
Spell, Triggerable
เวลาร่าย: 1 วินาที
ระยะเวลาพื้นฐาน 5 วินาที
restore skill life regeneration rate per minute % [1200]

Object Type

version 2
extends "Metadata/Monsters/GemlingLegionnaire/GemlingLegionnaire"

Transitionable
{
	num_states = 4
}

Actor
{
	basic_action = "ChangeToStance2"
}

Object Type Codes

version 2
extends "Metadata/Monsters/GemlingLegionnaire/GemlingLegionnaire"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/GemlingLegionnaire/GemlingLegionnaireFireball"] = {
    name = "Gemling Legionnaire",
    life = 0.92,
    energyShield = 0.5,
    fireResist = 37,
    coldResist = 37,
    lightningResist = 37,
    chaosResist = 0,
    damage = 0.57,
    damageSpread = 0.2,
    attackTime = 1.305,
    attackRange = 9,
    accuracy = 1,
    weaponType1 = "One Hand Sword",
    weaponType2 = "One Hand Sword",
    skillList = {
        "GemlingFireball1",
        "GemlingFireball2",
        "GemlingFireball3",
        "GemlingRestoreLife",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["GemlingFireball1"] = {
    name = "Fireball",
    hidden = true,
    color = "3",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Unleashes a ball of fire towards a target which explodes, damaging nearby foes.",
    skillTypes = {
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
        [SkillType.Area] = true,
        [SkillType.Trappable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Fire] = true,
        [SkillType.CanRapidFire] = true,
        [SkillType.AreaSpell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 0.85,
    baseFlags = {
        area = true,
        spell = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_fire_damage",
        "spell_maximum_base_fire_damage",
        "active_skill_base_area_of_effect_radius",
        "base_is_projectile",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 9, critChance = 6, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GemlingFireball2"] = {
    name = "Fireball",
    hidden = true,
    color = "3",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Unleashes a ball of fire towards a target which explodes, damaging nearby foes.",
    skillTypes = {
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
        [SkillType.Area] = true,
        [SkillType.Trappable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Fire] = true,
        [SkillType.CanRapidFire] = true,
        [SkillType.AreaSpell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 0.85,
    baseFlags = {
        area = true,
        spell = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_fire_damage",
        "spell_maximum_base_fire_damage",
        "number_of_additional_projectiles",
        "volley_additional_projectiles_fire_parallel_x_dist",
        "additional_projectiles_fire_parallel_y_dist",
        "active_skill_cast_speed_+%_final",
        "skill_visual_scale_+%",
        "support_parallel_projectile_number_of_points_per_side",
        "active_skill_base_area_of_effect_radius",
        "base_is_projectile",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 2, 100, -100, 20, -35, 20, 9, critChance = 6, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GemlingFireball3"] = {
    name = "Fireball",
    hidden = true,
    color = "3",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Unleashes a ball of fire towards a target which explodes, damaging nearby foes.",
    skillTypes = {
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
        [SkillType.Area] = true,
        [SkillType.Trappable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Fire] = true,
        [SkillType.CanRapidFire] = true,
        [SkillType.AreaSpell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 3,
    baseFlags = {
        area = true,
        spell = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_fire_damage",
        "spell_maximum_base_fire_damage",
        "skill_visual_scale_+%",
        "active_skill_base_area_of_effect_radius",
        "base_is_projectile",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, -35, 9, critChance = 6, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GemlingRestoreLife"] = {
    name = "GemlingRestoreLife",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "restore_skill_life_regeneration_rate_per_minute_%",
        "base_skill_effect_duration",
    },
    levels = {
        [1] = {1200, 5000, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
เพิ่มความเร็วในการเคลื่อนที่ 30%
FamilyMovementVelocity
DomainsMonster (3)
GenerationTypeยูนิค (3)
Req. level1
Stats
  • base movement velocity +% Min: 30 Max: 30 Global
  • Craft Tagsความเร็ว
    cannot have affliction mods [1]
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • cannot have affliction mods Min: 1 Max: 1 Global
  • is map boss underling monster [1]
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • is map boss underling monster Min: 1 Max: 1 Global
  • keyval
    Stats.item_drop_slots1
    Stats.energy_shield_recharge_rate_per_minute_%2000
    Stats.mana_regeneration_rate_per_minute_%100
    Stats.base_maximum_mana200
    Stats.maximum_physical_damage_reduction_%75
    Stats.max_viper_strike_orbs4
    Stats.base_maximum_all_resistances_%75
    Stats.max_fuse_arrow_orbs5
    Stats.max_fire_beam_stacks8
    Stats.max_charged_attack_stacks10
    Stats.base_critical_strike_multiplier130
    Stats.critical_ailment_dot_multiplier_+30
    Stats.max_endurance_charges3
    Stats.max_frenzy_charges3
    Stats.max_power_charges3
    Stats.base_attack_speed_+%_per_frenzy_charge4
    Stats.base_attack_speed_+%_per_frenzy_charge_if_not_player_minion11
    Stats.base_cast_speed_+%_per_frenzy_charge4
    Stats.base_cast_speed_+%_per_frenzy_charge_if_not_player_minion11
    Stats.movement_velocity_+%_per_frenzy_charge_if_not_player_minion5
    Stats.object_inherent_damage_+%_final_per_frenzy_charge4
    Stats.physical_damage_reduction_%_per_endurance_charge4
    Stats.physical_damage_reduction_%_per_endurance_charge_if_not_player_minion11
    Stats.resist_all_elements_%_per_endurance_charge4
    Stats.resist_all_elements_%_per_endurance_charge_if_not_player_minion11
    Stats.critical_strike_chance_+%_per_power_charge50
    Stats.critical_strike_chance_+%_per_power_charge_if_not_player_minion150
    Stats.maximum_block_%75
    Stats.base_maximum_spell_block_%75
    Stats.base_number_of_totems_allowed1
    Stats.base_number_of_traps_allowed3
    Stats.base_number_of_remote_mines_allowed5
    Stats.movement_velocity_cap128
    Stats.maximum_life_leech_rate_%_per_minute1200
    Stats.maximum_mana_leech_rate_%_per_minute1200
    Stats.maximum_energy_shield_leech_rate_%_per_minute600
    Stats.monster_ignite_damage_+%_final-72
    Stats.monster_bleeding_damage_+%_final-86
    Stats.monster_poison_damage_+%_final-50
    Stats.bleeding_moving_damage_%_of_base_override500
    Stats.max_azurite_debuff_stacks10
    Stats.impaled_debuff_base_duration_ms8000
    Stats.impaled_debuff_number_of_reflected_hits5
    Stats.ignore_skill_weapon_restrictions1
    Stats.base_total_number_of_sigils_allowed3
    Stats.maximum_life_leech_amount_per_leech_%_max_life10
    Stats.maximum_mana_leech_amount_per_leech_%_max_mana10
    Stats.maximum_energy_shield_leech_amount_per_leech_%_max_energy_shield10
    Stats.object_inherent_melee_hit_stun_duration_+%_final20
    Stats.scale_melee_range_to_actor_scale1
    Stats.use_melee_pattern_range1
    Stats.actor_scale_+%_limit100
    Stats.damage_taken_when_hit_+%_final_per_fortification-1
    Stats.base_max_fortification20
    Stats.soul_eater_maximum_stacks45
    ObjectMagicProperties.stat_description_listMetadata/StatDescriptions/monster_stat_descriptions.txt
    Positioned.blockingtrue
    Positioned.team0
    Positioned.serialise_collidabletrue
    BaseEvents.server_onlytrue
    Actor.basic_actionMove, Flee, StrafeLeft, StrafeRight, Advance, DoNothing, MonsterPickup, ChangeToStance2
    Actor.slow_animations_go_to_idletrue
    Transitionable.num_states4
    ทหารมณีชน
    ปีศาจ
    เพิ่มความเร็วในการเคลื่อนที่ 30%
    cannot have affliction mods [1]
    is map boss underling monster [1]
    Gemling Legionnaire
    SpectreN
    Tagsนักเวท, demon, fire_affinity, has_dual_wield_melee, has_one_hand_sword, has_one_handed_melee, humanoid, medium_movement, not_dex, plate_armour, ranged, red_blood, slashing_weapon, undying
    พลังชีวิต
    92%
    Energy Shield From Life
    50%
    ค่าเกราะ
    +100%
    Ailment Threshold
    92%
    ค่าต้านทาน
    37 37 37 0
    Damage
    57%
    ความแม่นยำ
    100%
    โอกาสคริติคอล
    +5%
    ตัวคูณคริติคอล
    +130%
    Attack Distance
    6 ~ 9
    Attack Time
    1.305 Second
    Damage Spread
    ±20%
    ค่าประสบการณ์
    50%
    Model Size
    115%
    Type
    GemlingLegionnaireTemplar
    Metadata
    GemlingLegionnaireFireballStandalone_
    เลเวล
    68
    พลังชีวิต
    2,959
    ค่าเกราะ
    57,580
    อัตราการหลบหลีก
    4,739
    โล่พลังงาน
    2,818
    Damage
    213
    ความเสียหายเวท
    213
    ความแม่นยำ
    580
    Attack Time
    1.305
    ค่าประสบการณ์
    5,128
    Minion Life
    642
    Minion Energy Shield
    611
    Minion Damage
    170
    Ailment Threshold
    5,919
    Chill
    19
    Shock
    19
    Brittle
    106
    Scorch
    19
    Sap
    52
    GemlingFireball1
    Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, CanRapidFire, AreaSpell
    บอลไฟ (Fireball)
    โอกาสคริติคอล: 6%
    เวลาร่าย: 0.85 วินาที
    ปลดปล่อยลูกไฟเข้าหาเป้าหมายซึ่งจะระเบิด สร้างความเสียหายให้กับศัตรูที่อยู่ใกล้
    สร้างความเสียหาย ไฟ 534.1 ถึง 801.1
    รัศมีพื้นฐาน 0.9 เมตร
    base is projectile [1]
    GemlingFireball2
    Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, CanRapidFire, AreaSpell
    บอลไฟ (Fireball)
    โอกาสคริติคอล: 6%
    เวลาร่าย: 0.85 วินาที
    คูลดาวน์: 4 วินาที
    ปลดปล่อยลูกไฟเข้าหาเป้าหมายซึ่งจะระเบิด สร้างความเสียหายให้กับศัตรูที่อยู่ใกล้
    สร้างความเสียหาย ไฟ 534.1 ถึง 801.1
    เพิ่มความเร็วในการร่าย อีก 20%
    ยิงโพรเจกไทล์ เพิ่มเติม 2 ลูก
    รัศมีพื้นฐาน 0.9 เมตร
    ยิงโพรเจกไทล์ออกจาก 20 จุดข้างตัวคุณเช่นกัน
    additional projectiles fire parallel y dist [-100]
    base is projectile [1]
    skill visual scale +% [-35]
    volley additional projectiles fire parallel x dist [100]
    GemlingFireball3
    Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, CanRapidFire, AreaSpell
    บอลไฟ (Fireball)
    โอกาสคริติคอล: 6%
    เวลาร่าย: 3 วินาที
    ปลดปล่อยลูกไฟเข้าหาเป้าหมายซึ่งจะระเบิด สร้างความเสียหายให้กับศัตรูที่อยู่ใกล้
    สร้างความเสียหาย ไฟ 355 ถึง 532.4
    รัศมีพื้นฐาน 0.9 เมตร
    base is projectile [1]
    skill visual scale +% [-35]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/StandaloneMonster"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/StandaloneMonster"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/GemlingLegionnaire/GemlingLegionnaireFireballStandalone_"] = {
        name = "Gemling Legionnaire",
        life = 0.92,
        energyShield = 0.5,
        fireResist = 37,
        coldResist = 37,
        lightningResist = 37,
        chaosResist = 0,
        damage = 0.57,
        damageSpread = 0.2,
        attackTime = 1.305,
        attackRange = 9,
        accuracy = 1,
        weaponType1 = "One Hand Sword",
        weaponType2 = "One Hand Sword",
        skillList = {
            "GemlingFireball1",
            "GemlingFireball2",
            "GemlingFireball3",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GemlingFireball1"] = {
        name = "Fireball",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Unleashes a ball of fire towards a target which explodes, damaging nearby foes.",
        skillTypes = {
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Fire] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.85,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "active_skill_base_area_of_effect_radius",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 9, critChance = 6, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GemlingFireball2"] = {
        name = "Fireball",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Unleashes a ball of fire towards a target which explodes, damaging nearby foes.",
        skillTypes = {
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Fire] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.85,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "number_of_additional_projectiles",
            "volley_additional_projectiles_fire_parallel_x_dist",
            "additional_projectiles_fire_parallel_y_dist",
            "active_skill_cast_speed_+%_final",
            "skill_visual_scale_+%",
            "support_parallel_projectile_number_of_points_per_side",
            "active_skill_base_area_of_effect_radius",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 2, 100, -100, 20, -35, 20, 9, critChance = 6, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GemlingFireball3"] = {
        name = "Fireball",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Unleashes a ball of fire towards a target which explodes, damaging nearby foes.",
        skillTypes = {
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Fire] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 3,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "skill_visual_scale_+%",
            "active_skill_base_area_of_effect_radius",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, -35, 9, critChance = 6, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    เพิ่มความเร็วในการเคลื่อนที่ 30%
    FamilyMovementVelocity
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • base movement velocity +% Min: 30 Max: 30 Global
  • Craft Tagsความเร็ว
    cannot have affliction mods [1]
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • cannot have affliction mods Min: 1 Max: 1 Global
  • is map boss underling monster [1]
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • is map boss underling monster Min: 1 Max: 1 Global
  • ทหารมณีชน
    ปีศาจ
    เพิ่มความเร็วในการเคลื่อนที่ 30%
    cannot have affliction mods [1]
    is map boss underling monster [1]
    Gemling Legionnaire
    SpectreN
    Areaทางผ่านธัญพืช
    Tagsdemon, has_dual_wield_melee, has_one_hand_mace, has_one_handed_melee, humanoid, medium_height, medium_movement, melee, not_int, physical_affinity, plate_armour, red_blood, slashing_weapon, undying
    พลังชีวิต
    92%
    ค่าเกราะ
    +100%
    การหลบหลีก
    +50%
    Ailment Threshold
    92%
    ค่าต้านทาน
    37 37 37 0
    Damage
    70%
    ความแม่นยำ
    100%
    โอกาสคริติคอล
    +5%
    ตัวคูณคริติคอล
    +130%
    Attack Distance
    6 ~ 9
    Attack Time
    1.305 Second
    Damage Spread
    ±20%
    ค่าประสบการณ์
    50%
    Model Size
    115%
    Type
    GemlingLegionnaireDuelist
    Metadata
    GemlingLegionnaireEarthquake
    เลเวล
    57
    พลังชีวิต
    2,806
    ค่าเกราะ
    23,780
    อัตราการหลบหลีก
    4,770
    Damage
    149
    ความเสียหายเวท
    149
    ความแม่นยำ
    374
    Attack Time
    1.305
    ค่าประสบการณ์
    3,707
    Minion Life
    672
    Minion Damage
    115
    Ailment Threshold
    2,806
    Chill
    9
    Shock
    9
    Brittle
    50
    Scorch
    9
    Sap
    25
    GemlingEarthquake1
    Attack, Area, Melee, Multistrikeable, Duration, Slam, Triggerable, Totemable
    แผ่นดินไหว (Earthquake)
    Base Damage: 119–178
    โอกาสคริติคอล: 5%
    Attack Time: 1.305 วินาที
    คูลดาวน์: 4 วินาที
    ทุบพื้น สร้างความเสียหายในพื้นที่และทำให้แผ่นดินเกิดรอยร้าวที่ระเบิดคลื่นสะท้อนรุนแรงออกมาหลังจากระยะเวลาหนึ่ง โดยรอยร้าวที่เกิดขึ้นก่อนที่รอยร้าวแรกจะระเบิดจะไม่สร้างคลื่นสะท้อนใหม่ ต้องใช้กับ ขวาน, กระบอง, คทา, ไม้พลอง หรือ มือเปล่า เท่านั้น
    ระยะเวลาพื้นฐาน 1.75 วินาที
    คลื่นสะท้อน สร้างความเสียหาย ปะทะและเจ็บป่วย เพิ่มขึ้น อีก +50%
    is area damage [1]
    GemlingEarthquake2
    Attack, Area, Melee, Multistrikeable, Duration, Slam, Triggerable, Totemable
    แผ่นดินไหว (Earthquake)
    Base Damage: 119–178
    โอกาสคริติคอล: 5%
    Attack Time: 1.305 วินาที
    คูลดาวน์: 8 วินาที
    ทุบพื้น สร้างความเสียหายในพื้นที่และทำให้แผ่นดินเกิดรอยร้าวที่ระเบิดคลื่นสะท้อนรุนแรงออกมาหลังจากระยะเวลาหนึ่ง โดยรอยร้าวที่เกิดขึ้นก่อนที่รอยร้าวแรกจะระเบิดจะไม่สร้างคลื่นสะท้อนใหม่ ต้องใช้กับ ขวาน, กระบอง, คทา, ไม้พลอง หรือ มือเปล่า เท่านั้น
    ระยะเวลาพื้นฐาน 6 วินาที
    ระยะเวลารองพื้นฐาน 2.05 วินาที
    คลื่นสะท้อน สร้างความเสียหาย ปะทะและเจ็บป่วย เพิ่มขึ้น อีก +50%
    active skill area of effect radius +% final [-25]
    is area damage [1]
    GemlingEarthquake3
    Attack, Area, Melee, Damage, Multistrikeable, Duration
    Base Damage: 119–178
    โอกาสคริติคอล: 5%
    Attack Time: 1.305 วินาที
    คูลดาวน์: 4 วินาที
    สร้างความเสียหาย ลดลง อีก 40%
    ระยะเวลาพื้นฐาน 1.75 วินาที
    ระยะเวลารองพื้นฐาน 0.25 วินาที
    คลื่นสะท้อน สร้างความเสียหาย ปะทะและเจ็บป่วย เพิ่มขึ้น อีก +20%
    ทำให้เกิด การปะทุ +3 ครั้ง
    active skill area of effect radius +% final [-60]
    is area damage [1]
    GemlingRestoreLife
    Spell, Triggerable
    เวลาร่าย: 1 วินาที
    ระยะเวลาพื้นฐาน 5 วินาที
    restore skill life regeneration rate per minute % [1200]
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    โจมตีธรรมดา (Default Attack)
    Base Damage: 119–178
    โอกาสคริติคอล: 5%
    Attack Time: 1.305 วินาที
    โจมตีศัตรูของคุณด้วยการจู่โจมอย่างมีกำลัง
    skill can fire arrows [1]
    skill can fire wand projectiles [1]

    Object Type

    version 2
    extends "Metadata/Monsters/GemlingLegionnaire/GemlingLegionnaire"
    
    Transitionable
    {
    	num_states = 4
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/GemlingLegionnaire/GemlingLegionnaire"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/GemlingLegionnaire/GemlingLegionnaireEarthquake"] = {
        name = "Gemling Legionnaire",
        life = 0.92,
        fireResist = 37,
        coldResist = 37,
        lightningResist = 37,
        chaosResist = 0,
        damage = 0.7,
        damageSpread = 0.2,
        attackTime = 1.305,
        attackRange = 9,
        accuracy = 1,
        weaponType1 = "One Hand Mace",
        weaponType2 = "One Hand Mace",
        skillList = {
            "Melee",
            "GemlingEarthquake1",
            "GemlingEarthquake2",
            "GemlingEarthquake3",
            "GemlingRestoreLife",
        },
        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["GemlingEarthquake1"] = {
        name = "Earthquake",
        hidden = true,
        color = "1",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Smashes the ground, dealing damage in an area and cracking the earth. The crack will erupt in a powerful aftershock after a duration. Cracks created before the first one has erupted will not generate their own aftershocks. Requires an Axe, Mace, Sceptre, Staff or Unarmed.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
            [SkillType.Melee] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Duration] = true,
            [SkillType.Slam] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Totemable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
            melee = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_skill_effect_duration",
            "quake_slam_fully_charged_explosion_damage_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {1750, 50, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GemlingEarthquake2"] = {
        name = "Earthquake",
        hidden = true,
        color = "1",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Smashes the ground, dealing damage in an area and cracking the earth. The crack will erupt in a powerful aftershock after a duration. Cracks created before the first one has erupted will not generate their own aftershocks. Requires an Axe, Mace, Sceptre, Staff or Unarmed.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
            [SkillType.Melee] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Duration] = true,
            [SkillType.Slam] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Totemable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
            melee = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_skill_effect_duration",
            "quake_slam_fully_charged_explosion_damage_+%_final",
            "base_secondary_skill_effect_duration",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {6000, 50, 2050, -25, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GemlingEarthquake3"] = {
        name = "GemlingEarthquake3",
        hidden = true,
        color = "1",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
            [SkillType.Melee] = true,
            [SkillType.Damage] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Duration] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
            melee = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_skill_effect_duration",
            "quake_slam_fully_charged_explosion_damage_+%_final",
            "upheaval_number_of_spikes",
            "base_secondary_skill_effect_duration",
            "active_skill_damage_+%_final",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {1750, 20, 3, 250, -40, -60, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GemlingRestoreLife"] = {
        name = "GemlingRestoreLife",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "restore_skill_life_regeneration_rate_per_minute_%",
            "base_skill_effect_duration",
        },
        levels = {
            [1] = {1200, 5000, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    เพิ่มความเร็วในการเคลื่อนที่ 30%
    FamilyMovementVelocity
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • base movement velocity +% Min: 30 Max: 30 Global
  • Craft Tagsความเร็ว
    cannot have affliction mods [1]
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • cannot have affliction mods Min: 1 Max: 1 Global
  • is map boss underling monster [1]
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • is map boss underling monster Min: 1 Max: 1 Global
  • keyval
    Stats.item_drop_slots1
    Stats.energy_shield_recharge_rate_per_minute_%2000
    Stats.mana_regeneration_rate_per_minute_%100
    Stats.base_maximum_mana200
    Stats.maximum_physical_damage_reduction_%75
    Stats.max_viper_strike_orbs4
    Stats.base_maximum_all_resistances_%75
    Stats.max_fuse_arrow_orbs5
    Stats.max_fire_beam_stacks8
    Stats.max_charged_attack_stacks10
    Stats.base_critical_strike_multiplier130
    Stats.critical_ailment_dot_multiplier_+30
    Stats.max_endurance_charges3
    Stats.max_frenzy_charges3
    Stats.max_power_charges3
    Stats.base_attack_speed_+%_per_frenzy_charge4
    Stats.base_attack_speed_+%_per_frenzy_charge_if_not_player_minion11
    Stats.base_cast_speed_+%_per_frenzy_charge4
    Stats.base_cast_speed_+%_per_frenzy_charge_if_not_player_minion11
    Stats.movement_velocity_+%_per_frenzy_charge_if_not_player_minion5
    Stats.object_inherent_damage_+%_final_per_frenzy_charge4
    Stats.physical_damage_reduction_%_per_endurance_charge4
    Stats.physical_damage_reduction_%_per_endurance_charge_if_not_player_minion11
    Stats.resist_all_elements_%_per_endurance_charge4
    Stats.resist_all_elements_%_per_endurance_charge_if_not_player_minion11
    Stats.critical_strike_chance_+%_per_power_charge50
    Stats.critical_strike_chance_+%_per_power_charge_if_not_player_minion150
    Stats.maximum_block_%75
    Stats.base_maximum_spell_block_%75
    Stats.base_number_of_totems_allowed1
    Stats.base_number_of_traps_allowed3
    Stats.base_number_of_remote_mines_allowed5
    Stats.movement_velocity_cap128
    Stats.maximum_life_leech_rate_%_per_minute1200
    Stats.maximum_mana_leech_rate_%_per_minute1200
    Stats.maximum_energy_shield_leech_rate_%_per_minute600
    Stats.monster_ignite_damage_+%_final-72
    Stats.monster_bleeding_damage_+%_final-86
    Stats.monster_poison_damage_+%_final-50
    Stats.bleeding_moving_damage_%_of_base_override500
    Stats.max_azurite_debuff_stacks10
    Stats.impaled_debuff_base_duration_ms8000
    Stats.impaled_debuff_number_of_reflected_hits5
    Stats.ignore_skill_weapon_restrictions1
    Stats.base_total_number_of_sigils_allowed3
    Stats.maximum_life_leech_amount_per_leech_%_max_life10
    Stats.maximum_mana_leech_amount_per_leech_%_max_mana10
    Stats.maximum_energy_shield_leech_amount_per_leech_%_max_energy_shield10
    Stats.object_inherent_melee_hit_stun_duration_+%_final20
    Stats.scale_melee_range_to_actor_scale1
    Stats.use_melee_pattern_range1
    Stats.actor_scale_+%_limit100
    Stats.damage_taken_when_hit_+%_final_per_fortification-1
    Stats.base_max_fortification20
    Stats.soul_eater_maximum_stacks45
    ObjectMagicProperties.stat_description_listMetadata/StatDescriptions/monster_stat_descriptions.txt
    Positioned.blockingtrue
    Positioned.team0
    Positioned.serialise_collidabletrue
    BaseEvents.server_onlytrue
    Actor.basic_actionMove, Flee, StrafeLeft, StrafeRight, Advance, DoNothing, MonsterPickup
    Actor.slow_animations_go_to_idletrue
    Transitionable.num_states4
    ทหารมณีชน
    ปีศาจ
    เพิ่มความเร็วในการเคลื่อนที่ 30%
    cannot have affliction mods [1]
    is map boss underling monster [1]
    Gemling Legionnaire
    SpectreN
    Tagsdemon, has_dual_wield_melee, has_one_hand_mace, has_one_handed_melee, humanoid, medium_movement, melee, not_int, physical_affinity, plate_armour, red_blood, slashing_weapon, undying
    พลังชีวิต
    92%
    ค่าเกราะ
    +100%
    การหลบหลีก
    +50%
    Ailment Threshold
    92%
    ค่าต้านทาน
    37 37 37 0
    Damage
    70%
    ความแม่นยำ
    100%
    โอกาสคริติคอล
    +5%
    ตัวคูณคริติคอล
    +130%
    Attack Distance
    6 ~ 9
    Attack Time
    1.305 Second
    Damage Spread
    ±20%
    ค่าประสบการณ์
    50%
    Model Size
    115%
    Type
    GemlingLegionnaireDuelist
    Metadata
    GemlingLegionnaireEarthquakeStandalone
    เลเวล
    68
    พลังชีวิต
    5,919
    ค่าเกราะ
    57,580
    อัตราการหลบหลีก
    7,109
    Damage
    261
    ความเสียหายเวท
    261
    ความแม่นยำ
    580
    Attack Time
    1.305
    ค่าประสบการณ์
    5,128
    Minion Life
    1,284
    Minion Damage
    209
    Ailment Threshold
    5,919
    Chill
    19
    Shock
    19
    Brittle
    106
    Scorch
    19
    Sap
    52
    GemlingEarthquake1
    Attack, Area, Melee, Multistrikeable, Duration, Slam, Triggerable, Totemable
    แผ่นดินไหว (Earthquake)
    Base Damage: 209–314
    โอกาสคริติคอล: 5%
    Attack Time: 1.305 วินาที
    คูลดาวน์: 4 วินาที
    ทุบพื้น สร้างความเสียหายในพื้นที่และทำให้แผ่นดินเกิดรอยร้าวที่ระเบิดคลื่นสะท้อนรุนแรงออกมาหลังจากระยะเวลาหนึ่ง โดยรอยร้าวที่เกิดขึ้นก่อนที่รอยร้าวแรกจะระเบิดจะไม่สร้างคลื่นสะท้อนใหม่ ต้องใช้กับ ขวาน, กระบอง, คทา, ไม้พลอง หรือ มือเปล่า เท่านั้น
    ระยะเวลาพื้นฐาน 1.75 วินาที
    คลื่นสะท้อน สร้างความเสียหาย ปะทะและเจ็บป่วย เพิ่มขึ้น อีก +50%
    is area damage [1]
    GemlingEarthquake2
    Attack, Area, Melee, Multistrikeable, Duration, Slam, Triggerable, Totemable
    แผ่นดินไหว (Earthquake)
    Base Damage: 209–314
    โอกาสคริติคอล: 5%
    Attack Time: 1.305 วินาที
    คูลดาวน์: 8 วินาที
    ทุบพื้น สร้างความเสียหายในพื้นที่และทำให้แผ่นดินเกิดรอยร้าวที่ระเบิดคลื่นสะท้อนรุนแรงออกมาหลังจากระยะเวลาหนึ่ง โดยรอยร้าวที่เกิดขึ้นก่อนที่รอยร้าวแรกจะระเบิดจะไม่สร้างคลื่นสะท้อนใหม่ ต้องใช้กับ ขวาน, กระบอง, คทา, ไม้พลอง หรือ มือเปล่า เท่านั้น
    ระยะเวลาพื้นฐาน 6 วินาที
    ระยะเวลารองพื้นฐาน 2.05 วินาที
    คลื่นสะท้อน สร้างความเสียหาย ปะทะและเจ็บป่วย เพิ่มขึ้น อีก +50%
    active skill area of effect radius +% final [-25]
    is area damage [1]
    GemlingEarthquake3
    Attack, Area, Melee, Damage, Multistrikeable, Duration
    Base Damage: 209–314
    โอกาสคริติคอล: 5%
    Attack Time: 1.305 วินาที
    คูลดาวน์: 4 วินาที
    สร้างความเสียหาย ลดลง อีก 40%
    ระยะเวลาพื้นฐาน 1.75 วินาที
    ระยะเวลารองพื้นฐาน 0.25 วินาที
    คลื่นสะท้อน สร้างความเสียหาย ปะทะและเจ็บป่วย เพิ่มขึ้น อีก +20%
    ทำให้เกิด การปะทุ +3 ครั้ง
    active skill area of effect radius +% final [-60]
    is area damage [1]
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    โจมตีธรรมดา (Default Attack)
    Base Damage: 209–314
    โอกาสคริติคอล: 5%
    Attack Time: 1.305 วินาที
    โจมตีศัตรูของคุณด้วยการจู่โจมอย่างมีกำลัง
    skill can fire arrows [1]
    skill can fire wand projectiles [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/StandaloneMonster"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/StandaloneMonster"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/GemlingLegionnaire/GemlingLegionnaireEarthquakeStandalone"] = {
        name = "Gemling Legionnaire",
        life = 0.92,
        fireResist = 37,
        coldResist = 37,
        lightningResist = 37,
        chaosResist = 0,
        damage = 0.7,
        damageSpread = 0.2,
        attackTime = 1.305,
        attackRange = 9,
        accuracy = 1,
        weaponType1 = "One Hand Mace",
        weaponType2 = "One Hand Mace",
        skillList = {
            "Melee",
            "GemlingEarthquake1",
            "GemlingEarthquake2",
            "GemlingEarthquake3",
        },
        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["GemlingEarthquake1"] = {
        name = "Earthquake",
        hidden = true,
        color = "1",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Smashes the ground, dealing damage in an area and cracking the earth. The crack will erupt in a powerful aftershock after a duration. Cracks created before the first one has erupted will not generate their own aftershocks. Requires an Axe, Mace, Sceptre, Staff or Unarmed.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
            [SkillType.Melee] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Duration] = true,
            [SkillType.Slam] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Totemable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
            melee = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_skill_effect_duration",
            "quake_slam_fully_charged_explosion_damage_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {1750, 50, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GemlingEarthquake2"] = {
        name = "Earthquake",
        hidden = true,
        color = "1",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Smashes the ground, dealing damage in an area and cracking the earth. The crack will erupt in a powerful aftershock after a duration. Cracks created before the first one has erupted will not generate their own aftershocks. Requires an Axe, Mace, Sceptre, Staff or Unarmed.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
            [SkillType.Melee] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Duration] = true,
            [SkillType.Slam] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Totemable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
            melee = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_skill_effect_duration",
            "quake_slam_fully_charged_explosion_damage_+%_final",
            "base_secondary_skill_effect_duration",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {6000, 50, 2050, -25, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GemlingEarthquake3"] = {
        name = "GemlingEarthquake3",
        hidden = true,
        color = "1",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
            [SkillType.Melee] = true,
            [SkillType.Damage] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Duration] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
            melee = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_skill_effect_duration",
            "quake_slam_fully_charged_explosion_damage_+%_final",
            "upheaval_number_of_spikes",
            "base_secondary_skill_effect_duration",
            "active_skill_damage_+%_final",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {1750, 20, 3, 250, -40, -60, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    เพิ่มความเร็วในการเคลื่อนที่ 30%
    FamilyMovementVelocity
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • base movement velocity +% Min: 30 Max: 30 Global
  • Craft Tagsความเร็ว
    cannot have affliction mods [1]
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • cannot have affliction mods Min: 1 Max: 1 Global
  • is map boss underling monster [1]
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • is map boss underling monster Min: 1 Max: 1 Global
  • ทหารมณีชน
    ปีศาจ
    เพิ่มความเร็วในการเคลื่อนที่ 30%
    is map boss underling monster [1]
    Gemling Legionnaire
    SpectreN
    Areaทางผ่านธัญพืช
    Tagsนักเวท, cold_affinity, demon, has_dual_wield_melee, has_one_hand_sword, has_one_handed_melee, humanoid, medium_height, medium_movement, not_dex, plate_armour, red_blood, slashing_weapon, undying
    พลังชีวิต
    82%
    Energy Shield From Life
    100%
    ค่าเกราะ
    +100%
    Ailment Threshold
    82%
    ค่าต้านทาน
    37 37 37 0
    Damage
    60%
    ความแม่นยำ
    100%
    โอกาสคริติคอล
    +5%
    ตัวคูณคริติคอล
    +130%
    Attack Distance
    6 ~ 9
    Attack Time
    1.305 Second
    Damage Spread
    ±20%
    ค่าประสบการณ์
    50%
    Model Size
    115%
    Type
    GemlingLegionnaireWitch
    Metadata
    GemlingLegionnaireGlacialCascade
    เลเวล
    57
    พลังชีวิต
    0
    ค่าเกราะ
    23,780
    อัตราการหลบหลีก
    3,180
    โล่พลังงาน
    2,501
    Damage
    127
    ความเสียหายเวท
    127
    ความแม่นยำ
    374
    Attack Time
    1.305
    ค่าประสบการณ์
    3,707
    Minion Life
    0
    Minion Energy Shield
    599
    Minion Damage
    99
    Ailment Threshold
    2,501
    Chill
    8
    Shock
    8
    Brittle
    45
    Scorch
    8
    Sap
    22
    GemlingCascade1
    Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, Cold, Physical, CanRapidFire, AreaSpell
    เยือกแข็งเรียงหลั่น (Glacial Cascade)
    โอกาสคริติคอล: 5%
    เวลาร่าย: 0.8 วินาที
    แท่งน้ำแข็งปะทุออกมาจากพื้นเป็นขั้นบันไดเล็กๆ แต่ละขั้นจะสร้างความเสียหายต่อศัตรูที่อยู่ในพื้นที่
    สร้างความเสียหาย กายภาพ 39.97 ถึง 59.95
    แปลงความเสียหาย กายภาพ 100% เป็น น้ำแข็ง
    รัศมี +0.3 เมตร
    ทำให้เกิด การปะทุ +5 ครั้ง
    active skill area of effect radius +% final [-40]
    is area damage [1]
    GemlingCascade2
    Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, Cold, Physical, CanRapidFire, AreaSpell
    เยือกแข็งเรียงหลั่น (Glacial Cascade)
    โอกาสคริติคอล: 5%
    เวลาร่าย: 0.8 วินาที
    คูลดาวน์: 4 วินาที
    แท่งน้ำแข็งปะทุออกมาจากพื้นเป็นขั้นบันไดเล็กๆ แต่ละขั้นจะสร้างความเสียหายต่อศัตรูที่อยู่ในพื้นที่
    สร้างความเสียหาย กายภาพ 49.79 ถึง 74.69
    แปลงความเสียหาย กายภาพ 100% เป็น น้ำแข็ง
    รัศมี +0.3 เมตร
    ทำให้เกิด การปะทุ +6 ครั้ง
    active skill area of effect radius +% final [-25]
    is area damage [1]
    GemlingCascade3
    Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, Cold, Physical, CanRapidFire, AreaSpell
    เยือกแข็งเรียงหลั่น (Glacial Cascade)
    โอกาสคริติคอล: 5%
    เวลาร่าย: 0.8 วินาที
    คูลดาวน์: 4 วินาที
    แท่งน้ำแข็งปะทุออกมาจากพื้นเป็นขั้นบันไดเล็กๆ แต่ละขั้นจะสร้างความเสียหายต่อศัตรูที่อยู่ในพื้นที่
    สร้างความเสียหาย กายภาพ 39.97 ถึง 59.95
    แปลงความเสียหาย กายภาพ 100% เป็น น้ำแข็ง
    รัศมี +0.3 เมตร
    ทำให้เกิด การปะทุ +6 ครั้ง
    active skill area of effect radius +% final [-30]
    is area damage [1]
    GemlingRestoreLife
    Spell, Triggerable
    เวลาร่าย: 1 วินาที
    ระยะเวลาพื้นฐาน 5 วินาที
    restore skill life regeneration rate per minute % [1200]

    Object Type

    version 2
    extends "Metadata/Monsters/GemlingLegionnaire/GemlingLegionnaire"
    
    Transitionable
    {
    	num_states = 4
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/GemlingLegionnaire/GemlingLegionnaire"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/GemlingLegionnaire/GemlingLegionnaireGlacialCascade"] = {
        name = "Gemling Legionnaire",
        life = 0.82,
        energyShield = 1,
        fireResist = 37,
        coldResist = 37,
        lightningResist = 37,
        chaosResist = 0,
        damage = 0.6,
        damageSpread = 0.2,
        attackTime = 1.305,
        attackRange = 9,
        accuracy = 1,
        weaponType1 = "One Hand Sword",
        weaponType2 = "One Hand Sword",
        skillList = {
            "GemlingCascade1",
            "GemlingCascade2",
            "GemlingCascade3",
            "GemlingRestoreLife",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GemlingCascade1"] = {
        name = "Glacial Cascade",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Icicles emerge from the ground in a series of small bursts, each damaging enemies caught in the area.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Cold] = true,
            [SkillType.Physical] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.8,
        baseFlags = {
            area = true,
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "upheaval_number_of_spikes",
            "skill_physical_damage_%_to_convert_to_cold",
            "active_skill_base_radius_+",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 5, 100, 3, -40, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GemlingCascade2"] = {
        name = "Glacial Cascade",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Icicles emerge from the ground in a series of small bursts, each damaging enemies caught in the area.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Cold] = true,
            [SkillType.Physical] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.8,
        baseFlags = {
            area = true,
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "upheaval_number_of_spikes",
            "skill_physical_damage_%_to_convert_to_cold",
            "active_skill_base_radius_+",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 6, 100, 3, -25, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GemlingCascade3"] = {
        name = "Glacial Cascade",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Icicles emerge from the ground in a series of small bursts, each damaging enemies caught in the area.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Cold] = true,
            [SkillType.Physical] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.8,
        baseFlags = {
            area = true,
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "upheaval_number_of_spikes",
            "skill_physical_damage_%_to_convert_to_cold",
            "active_skill_base_radius_+",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 6, 100, 3, -30, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GemlingRestoreLife"] = {
        name = "GemlingRestoreLife",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "restore_skill_life_regeneration_rate_per_minute_%",
            "base_skill_effect_duration",
        },
        levels = {
            [1] = {1200, 5000, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    เพิ่มความเร็วในการเคลื่อนที่ 30%
    FamilyMovementVelocity
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • base movement velocity +% Min: 30 Max: 30 Global
  • Craft Tagsความเร็ว
    is map boss underling monster [1]
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • is map boss underling monster Min: 1 Max: 1 Global
  • ทหารมณีชน
    ปีศาจ
    เพิ่มความเร็วในการเคลื่อนที่ 30%
    is map boss underling monster [1]
    Gemling Legionnaire
    SpectreN
    Tagsนักเวท, cold_affinity, demon, has_dual_wield_melee, has_one_hand_sword, has_one_handed_melee, humanoid, medium_movement, not_dex, plate_armour, red_blood, slashing_weapon, undying
    พลังชีวิต
    82%
    Energy Shield From Life
    100%
    ค่าเกราะ
    +100%
    Ailment Threshold
    82%
    ค่าต้านทาน
    37 37 37 0
    Damage
    60%
    ความแม่นยำ
    100%
    โอกาสคริติคอล
    +5%
    ตัวคูณคริติคอล
    +130%
    Attack Distance
    6 ~ 9
    Attack Time
    1.305 Second
    Damage Spread
    ±20%
    ค่าประสบการณ์
    50%
    Model Size
    115%
    Type
    GemlingLegionnaireWitch
    Metadata
    GemlingLegionnaireGlacialCascadeStandalone
    เลเวล
    68
    พลังชีวิต
    0
    ค่าเกราะ
    57,580
    อัตราการหลบหลีก
    4,739
    โล่พลังงาน
    5,024
    Damage
    224
    ความเสียหายเวท
    224
    ความแม่นยำ
    580
    Attack Time
    1.305
    ค่าประสบการณ์
    5,128
    Minion Life
    0
    Minion Energy Shield
    1,090
    Minion Damage
    179
    Ailment Threshold
    5,275
    Chill
    17
    Shock
    17
    Brittle
    94
    Scorch
    17
    Sap
    46
    GemlingCascade1
    Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, Cold, Physical, CanRapidFire, AreaSpell
    เยือกแข็งเรียงหลั่น (Glacial Cascade)
    โอกาสคริติคอล: 5%
    เวลาร่าย: 0.8 วินาที
    แท่งน้ำแข็งปะทุออกมาจากพื้นเป็นขั้นบันไดเล็กๆ แต่ละขั้นจะสร้างความเสียหายต่อศัตรูที่อยู่ในพื้นที่
    สร้างความเสียหาย กายภาพ 62.07 ถึง 93.1
    แปลงความเสียหาย กายภาพ 100% เป็น น้ำแข็ง
    รัศมี +0.3 เมตร
    ทำให้เกิด การปะทุ +5 ครั้ง
    active skill area of effect radius +% final [-40]
    is area damage [1]
    GemlingCascade2
    Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, Cold, Physical, CanRapidFire, AreaSpell
    เยือกแข็งเรียงหลั่น (Glacial Cascade)
    โอกาสคริติคอล: 5%
    เวลาร่าย: 0.8 วินาที
    คูลดาวน์: 4 วินาที
    แท่งน้ำแข็งปะทุออกมาจากพื้นเป็นขั้นบันไดเล็กๆ แต่ละขั้นจะสร้างความเสียหายต่อศัตรูที่อยู่ในพื้นที่
    สร้างความเสียหาย กายภาพ 77.33 ถึง 116
    แปลงความเสียหาย กายภาพ 100% เป็น น้ำแข็ง
    รัศมี +0.3 เมตร
    ทำให้เกิด การปะทุ +6 ครั้ง
    active skill area of effect radius +% final [-25]
    is area damage [1]
    GemlingCascade3
    Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, Cold, Physical, CanRapidFire, AreaSpell
    เยือกแข็งเรียงหลั่น (Glacial Cascade)
    โอกาสคริติคอล: 5%
    เวลาร่าย: 0.8 วินาที
    คูลดาวน์: 4 วินาที
    แท่งน้ำแข็งปะทุออกมาจากพื้นเป็นขั้นบันไดเล็กๆ แต่ละขั้นจะสร้างความเสียหายต่อศัตรูที่อยู่ในพื้นที่
    สร้างความเสียหาย กายภาพ 62.07 ถึง 93.1
    แปลงความเสียหาย กายภาพ 100% เป็น น้ำแข็ง
    รัศมี +0.3 เมตร
    ทำให้เกิด การปะทุ +6 ครั้ง
    active skill area of effect radius +% final [-30]
    is area damage [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/StandaloneMonster"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/StandaloneMonster"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/GemlingLegionnaire/GemlingLegionnaireGlacialCascadeStandalone"] = {
        name = "Gemling Legionnaire",
        life = 0.82,
        energyShield = 1,
        fireResist = 37,
        coldResist = 37,
        lightningResist = 37,
        chaosResist = 0,
        damage = 0.6,
        damageSpread = 0.2,
        attackTime = 1.305,
        attackRange = 9,
        accuracy = 1,
        weaponType1 = "One Hand Sword",
        weaponType2 = "One Hand Sword",
        skillList = {
            "GemlingCascade1",
            "GemlingCascade2",
            "GemlingCascade3",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GemlingCascade1"] = {
        name = "Glacial Cascade",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Icicles emerge from the ground in a series of small bursts, each damaging enemies caught in the area.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Cold] = true,
            [SkillType.Physical] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.8,
        baseFlags = {
            area = true,
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "upheaval_number_of_spikes",
            "skill_physical_damage_%_to_convert_to_cold",
            "active_skill_base_radius_+",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 5, 100, 3, -40, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GemlingCascade2"] = {
        name = "Glacial Cascade",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Icicles emerge from the ground in a series of small bursts, each damaging enemies caught in the area.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Cold] = true,
            [SkillType.Physical] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.8,
        baseFlags = {
            area = true,
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "upheaval_number_of_spikes",
            "skill_physical_damage_%_to_convert_to_cold",
            "active_skill_base_radius_+",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 6, 100, 3, -25, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GemlingCascade3"] = {
        name = "Glacial Cascade",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Icicles emerge from the ground in a series of small bursts, each damaging enemies caught in the area.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Cold] = true,
            [SkillType.Physical] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.8,
        baseFlags = {
            area = true,
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "upheaval_number_of_spikes",
            "skill_physical_damage_%_to_convert_to_cold",
            "active_skill_base_radius_+",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 6, 100, 3, -30, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    เพิ่มความเร็วในการเคลื่อนที่ 30%
    FamilyMovementVelocity
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • base movement velocity +% Min: 30 Max: 30 Global
  • Craft Tagsความเร็ว
    is map boss underling monster [1]
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • is map boss underling monster Min: 1 Max: 1 Global
  • Edit

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