นักวางเพลิงหุ้มเกราะ
ปีศาจ
เพิ่มความเร็วในการเคลื่อนที่ 30%
cannot have affliction mods [1]
is map boss underling monster [1]
Ironclad Arsonist
SpectreN
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
พลังชีวิต
275%
Energy Shield From Life
50%
เกราะ
+50%
Ailment Threshold
275%
ค่าต้านทาน
40 40 40 25
Damage
86%
ความแม่นยำ
100%
โอกาสคริติคอล
+5%
ตัวคูณคริติคอล
+130%
Attack Distance
6 ~ 9
Attack Time
1.305 Second
Damage Spread
±20%
ค่าประสบการณ์
75%
Model Size
115%
Type
GemlingLegionnaireTemplarMap
Metadata
GemlingLegionnaireFireballMap_
เลเวล
68
พลังชีวิต
17,692
เกราะ
43,185
การหลบหลีก
4,739
โล่พลังงาน
3,064
Damage
321
ความเสียหายเวท
321
ความแม่นยำ
290
Attack Time
1.305
ค่าประสบการณ์
7,691
Ailment Threshold
17,692
Chill
56
Shock
56
Brittle
316
Scorch
56
Sap
155
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]
GemlingRestoreLife
Spell, Triggerable
เวลาร่าย: 1 วินาที
ระยะเวลาพื้นฐาน 5 วินาที
restore skill life regeneration rate per minute % [1200]

Object Type

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

Transitionable
{
	num_states = 4
}

Actor
{
	basic_action = "ChangeToStance2"
}

Object Type Codes

version 2
extends "Metadata/Monsters/GemlingLegionnaire/GemlingLegionnaireMap"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/GemlingLegionnaire/GemlingLegionnaireFireballMap_"] = {
    name = "Ironclad Arsonist",
    life = 2.75,
    energyShield = 0.5,
    fireResist = 40,
    coldResist = 40,
    lightningResist = 40,
    chaosResist = 25,
    damage = 0.86,
    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%
IdMonsterImplicitFastRun5
FamilyMovementVelocity
DomainsMonster (3)
GenerationTypeยูนิค (3)
Req. level1
Stats
  • base movement velocity +% Min: 30 Max: 30 Global
  • Craft Tagsspeed
    cannot have affliction mods [1]
    IdCannotGainAfflictedMods
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • cannot have affliction mods Min: 1 Max: 1 Global
  • is map boss underling monster [1]
    IdDeliriumMapBossUnderling
    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]
    Ironclad Arsonist
    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
    พลังชีวิต
    275%
    Energy Shield From Life
    50%
    เกราะ
    +50%
    Ailment Threshold
    275%
    ค่าต้านทาน
    40 40 40 25
    Damage
    86%
    ความแม่นยำ
    100%
    โอกาสคริติคอล
    +5%
    ตัวคูณคริติคอล
    +130%
    Attack Distance
    6 ~ 9
    Attack Time
    1.305 Second
    Damage Spread
    ±20%
    ค่าประสบการณ์
    75%
    Model Size
    115%
    Type
    GemlingLegionnaireTemplarMap
    Metadata
    GemlingLegionnaireFireballMap_Standalone_
    เลเวล
    68
    พลังชีวิต
    17,692
    เกราะ
    43,185
    การหลบหลีก
    4,739
    โล่พลังงาน
    3,064
    Damage
    321
    ความเสียหายเวท
    321
    ความแม่นยำ
    290
    Attack Time
    1.305
    ค่าประสบการณ์
    7,691
    Ailment Threshold
    17,692
    Chill
    56
    Shock
    56
    Brittle
    316
    Scorch
    56
    Sap
    155
    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]
    GemlingRestoreLife
    Spell, Triggerable
    เวลาร่าย: 1 วินาที
    ระยะเวลาพื้นฐาน 5 วินาที
    restore skill life regeneration rate per minute % [1200]

    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/GemlingLegionnaireFireballMap_Standalone_"] = {
        name = "Ironclad Arsonist",
        life = 2.75,
        energyShield = 0.5,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        damage = 0.86,
        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%
    IdMonsterImplicitFastRun5
    FamilyMovementVelocity
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • base movement velocity +% Min: 30 Max: 30 Global
  • Craft Tagsspeed
    cannot have affliction mods [1]
    IdCannotGainAfflictedMods
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • cannot have affliction mods Min: 1 Max: 1 Global
  • is map boss underling monster [1]
    IdDeliriumMapBossUnderling
    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.