โกเลมไฟ
โกเลมไฟของคุณ ทำให้คุณได้รับ: สร้างความเสียหาย เพิ่มขึ้น
damage_+%
Flame Golem
Attribute /4

fire_elemental_buff

KeyValue
AcronymIgnite
BuffGroupsID-1
IsBuffDefinition1
BuffMergeModesID3
All Damage
Codedamage +%
IsPublic1
IsLocal0
IsWeaponLocal0
IsProxied
IsParty0
IsVirtual0
IsScalable1
StatSemanticsPercentage
โกเลมไฟ
หุ่นกล
monster no drops or experience [1]
monster base type attack cast speed +% and damage -% final [22]
ฟื้นฟูพลังชีวิต 1% ต่อวินาที
Flame Golem
SpectreN
Tagsbludgeoning_weapon, นักเวท, construct, fast_movement, fire_affinity, is_unarmed, mud_blood, not_dex, not_str, ranged, small_height, stone_armour
พลังชีวิต
582%
Energy Shield From Life
100%
Ailment Threshold
582%
ค่าต้านทาน
70 40 40 20
Damage
150%
ความแม่นยำ
340%
โอกาสคริติคอล
+5%
ตัวคูณคริติคอล
+130%
Attack Distance
6 ~ 6
Attack Time
1 Second
Damage Spread
±20%
ค่าประสบการณ์
150%
Model Size
100%
Type
FlameGolemSummoned
Metadata
FireElementalSummoned
IsSummoned
Y
เลเวล
68
พลังชีวิต
37,442
เกราะ
28,790
การหลบหลีก
4,739
โล่พลังงาน
6,127
Damage
560
ความเสียหายเวท
560
ความแม่นยำ
986
Attack Time
1
ค่าประสบการณ์
15,383
Ailment Threshold
37,442
Chill
118
Shock
118
Brittle
670
Scorch
118
Sap
327
FireElementalFlameRedSummoned
Spell, Projectile, ProjectilesFromUser, Damage, Trappable, Mineable, SummonsTotem, Fire
โทเทมไฟศักดิ์สิทธิ์ (Holy Flame Totem)
โอกาสคริติคอล: 5%
ประสิทธิภาพการเสริมความเสียหาย: 80%
เวลาร่าย: 0.25 วินาที
อัญเชิญ โทเทม ที่จะแชนเนลปล่อยกระแสเพลิงเข้าใส่ศัตรูที่อยู่ใกล้
กระสุน เจาะทะลุ ทุกเป้าหมาย
สร้างความเสียหาย ไฟ 523.3 ถึง 785
ลดความเร็วในการร่าย อีก 89%
base is projectile [1]
monster penalty against minions damage +% final vs player minions [-25]
spell maximum action distance +% [-77]
FireElementalConeSummoned
Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, AreaSpell, Cooldown
กรวยธาตุไฟ (Fire Elemental Cone)
โอกาสคริติคอล: 5%
ประสิทธิภาพการเสริมความเสียหาย: 200%
เวลาร่าย: 0.935 วินาที
คูลดาวน์: 2 วินาที
สร้างความเสียหาย ไฟ 895.1 ถึง 1399
is area damage [1]
FireElementalMortarSummoned
Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell
โอกาสคริติคอล: 5%
ประสิทธิภาพการเสริมความเสียหาย: 200%
เวลาร่าย: 1 วินาที
คูลดาวน์: 6 วินาที
สกิลระเบิดปูพรมของมอนสเตอร์ทั่วไป ทำงานเหมือนกับ กระสุนของมอนสเตอร์ แต่มีผลในการกระทบด้วย
สร้างความเสียหาย ไฟ 837.2 ถึง 1256
base is projectile [1]
is area damage [1]
projectile spread radius [15]
spell maximum action distance +% [-33]
FireElementalMeteorSummoned
Attack, Area, Duration, DamageOverTime, Damage
Base Damage: 448–672
โอกาสคริติคอล: 5%
ความเสียหายโจมตี: 525%
ความเสียหายโจมตี: 525%
Attack Time: 1 วินาที
สร้างความเสียหาย ไฟ พื้นฐาน 4936.1 ต่อวินาที
สร้างความเสียหาย โจมตี เพิ่มขึ้น อีก 425%
ระยะเวลาพื้นฐาน 5 วินาที
แปลงความเสียหาย กายภาพ 100% เป็น ไฟ
active skill area of effect radius +% final [80]
is area damage [1]

Object Type

version 2
extends "Metadata/Monsters/FireElemental/FireElementalSummonedBase"

Object Type Codes

version 2
extends "Metadata/Monsters/FireElemental/FireElementalSummonedBase"

BaseEvents
{
	on_construction_complete = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/fire_elemental/FireElementalSummoned_fx.epk ); "
}

Life
{
	on_death = "RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/fire_elemental/FireElementalSummoned_fx.epk );"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/FireElemental/FireElementalSummoned"] = {
    name = "Flame Golem",
    life = 5.82,
    energyShield = 1,
    fireResist = 70,
    coldResist = 40,
    lightningResist = 40,
    chaosResist = 20,
    damage = 1.5,
    damageSpread = 0.2,
    attackTime = 1,
    attackRange = 6,
    accuracy = 3.4,
    skillList = {
        "FireElementalFlameRedSummoned",
        "FireElementalConeSummoned",
        "FireElementalMortarSummoned",
        "FireElementalMeteorSummoned",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["FireElementalFlameRedSummoned"] = {
    name = "Holy Flame Totem",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Summons a totem that fires a stream of flame at nearby enemies.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.Damage] = true,
        [SkillType.Trappable] = true,
        [SkillType.Mineable] = true,
        [SkillType.SummonsTotem] = true,
        [SkillType.Fire] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 0.25,
    baseFlags = {
        spell = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_fire_damage",
        "spell_maximum_base_fire_damage",
        "active_skill_cast_speed_+%_final",
        "spell_maximum_action_distance_+%",
        "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
        "base_is_projectile",
        "always_pierce",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, -89, -77, -25, critChance = 5, levelRequirement = 3, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["FireElementalConeSummoned"] = {
    name = "Fire Elemental Cone",
    hidden = true,
    color = "3",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    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.Fire] = true,
        [SkillType.AreaSpell] = true,
        [SkillType.Cooldown] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 0.935,
    baseFlags = {
        area = true,
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_fire_damage",
        "spell_maximum_base_fire_damage",
        "is_area_damage",
    },
    levels = {
        [1] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 34, statInterpolation = {3, 3},  cost = { }, },
        [2] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 36, statInterpolation = {3, 3},  cost = { }, },
        [3] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 38, statInterpolation = {3, 3},  cost = { }, },
        [4] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 40, statInterpolation = {3, 3},  cost = { }, },
        [5] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 42, statInterpolation = {3, 3},  cost = { }, },
        [6] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 44, statInterpolation = {3, 3},  cost = { }, },
        [7] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 46, statInterpolation = {3, 3},  cost = { }, },
        [8] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 48, statInterpolation = {3, 3},  cost = { }, },
        [9] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 50, statInterpolation = {3, 3},  cost = { }, },
        [10] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 52, statInterpolation = {3, 3},  cost = { }, },
        [11] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 54, statInterpolation = {3, 3},  cost = { }, },
        [12] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 56, statInterpolation = {3, 3},  cost = { }, },
        [13] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 58, statInterpolation = {3, 3},  cost = { }, },
        [14] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 60, statInterpolation = {3, 3},  cost = { }, },
        [15] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 62, statInterpolation = {3, 3},  cost = { }, },
        [16] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 64, statInterpolation = {3, 3},  cost = { }, },
        [17] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 66, statInterpolation = {3, 3},  cost = { }, },
        [18] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 68, statInterpolation = {3, 3},  cost = { }, },
        [19] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 69, statInterpolation = {3, 3},  cost = { }, },
        [20] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 70, statInterpolation = {3, 3},  cost = { }, },
        [21] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 72, statInterpolation = {3, 3},  cost = { }, },
        [22] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 74, statInterpolation = {3, 3},  cost = { }, },
        [23] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 76, statInterpolation = {3, 3},  cost = { }, },
        [24] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 78, statInterpolation = {3, 3},  cost = { }, },
        [25] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 80, statInterpolation = {3, 3},  cost = { }, },
        [26] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 82, statInterpolation = {3, 3},  cost = { }, },
        [27] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 84, statInterpolation = {3, 3},  cost = { }, },
        [28] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 86, statInterpolation = {3, 3},  cost = { }, },
        [29] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 88, statInterpolation = {3, 3},  cost = { }, },
        [30] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 90, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["FireElementalMortarSummoned"] = {
    name = "FireElementalMortarSummoned",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Generic monster mortar skill. Like Monster Projectile but has an impact effect.",
    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.AreaSpell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        area = true,
        spell = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_fire_damage",
        "spell_maximum_base_fire_damage",
        "projectile_spread_radius",
        "spell_maximum_action_distance_+%",
        "is_area_damage",
        "base_is_projectile",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 15, -33, critChance = 5, levelRequirement = 34, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["FireElementalMeteorSummoned"] = {
    name = "FireElementalMeteorSummoned",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.Area] = true,
        [SkillType.Duration] = true,
        [SkillType.DamageOverTime] = true,
        [SkillType.Damage] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1.5,
    baseFlags = {
        attack = true,
        area = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_fire_damage_to_deal_per_minute",
        "base_skill_effect_duration",
        "skill_physical_damage_%_to_convert_to_fire",
        "active_skill_area_of_effect_radius_+%_final",
        "is_area_damage",
    },
    levels = {
        [1] = {1.2999999523163, 5000, 100, 80, baseMultiplier = 5.25, levelRequirement = 1, statInterpolation = {3},  cost = { }, },
    },
}
monster no drops or experience [1]
IdMonsterNoDropsOrExperience
FamilyMonsterNoDropsOrExperience
DomainsMonster (3)
GenerationTypeยูนิค (3)
Req. level1
Stats
  • monster no drops or experience Min: 1 Max: 1 Global
  • monster base type attack cast speed +% and damage -% final [22]
    IdMonsterSpeedAndDamageFixupLarge
    FamilyMonsterSpeedAndDamageFixup
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • monster base type attack cast speed +% and damage -% final Min: 22 Max: 22 Global
  • Craft Tagscaster_damage damage attack caster speed
    ฟื้นฟูพลังชีวิต 1% ต่อวินาที
    IdSummonedGolemLifeRegeneration
    FamilyLifeRegenerationRatePercentage
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • life regeneration rate per minute % Min: 60 Max: 60 Global
  • Craft Tagsresource life
    โกเลมไฟ
    หุ่นกล
    monster no drops or experience [1]
    monster base type attack cast speed +% and damage -% final [22]
    ฟื้นฟูพลังชีวิต 1% ต่อวินาที
    Flame Golem
    SpectreN
    Tagsbludgeoning_weapon, นักเวท, construct, fast_movement, fire_affinity, is_unarmed, medium_height, mud_blood, not_dex, not_str, ranged, stone_armour
    พลังชีวิต
    582%
    Energy Shield From Life
    100%
    Ailment Threshold
    582%
    ค่าต้านทาน
    70 40 40 20
    Damage
    150%
    ความแม่นยำ
    340%
    โอกาสคริติคอล
    +5%
    ตัวคูณคริติคอล
    +130%
    Attack Distance
    6 ~ 6
    Attack Time
    1 Second
    Damage Spread
    ±20%
    ค่าประสบการณ์
    150%
    Model Size
    100%
    Type
    FlameGolemSummoned
    Metadata
    FireElementalSummonedClockwork
    IsSummoned
    Y
    เลเวล
    68
    พลังชีวิต
    37,442
    เกราะ
    28,790
    การหลบหลีก
    4,739
    โล่พลังงาน
    6,127
    Damage
    560
    ความเสียหายเวท
    560
    ความแม่นยำ
    986
    Attack Time
    1
    ค่าประสบการณ์
    15,383
    Ailment Threshold
    37,442
    Chill
    118
    Shock
    118
    Brittle
    670
    Scorch
    118
    Sap
    327
    FireElementalFlameRedSummoned
    Spell, Projectile, ProjectilesFromUser, Damage, Trappable, Mineable, SummonsTotem, Fire
    โทเทมไฟศักดิ์สิทธิ์ (Holy Flame Totem)
    โอกาสคริติคอล: 5%
    ประสิทธิภาพการเสริมความเสียหาย: 80%
    เวลาร่าย: 0.25 วินาที
    อัญเชิญ โทเทม ที่จะแชนเนลปล่อยกระแสเพลิงเข้าใส่ศัตรูที่อยู่ใกล้
    กระสุน เจาะทะลุ ทุกเป้าหมาย
    สร้างความเสียหาย ไฟ 523.3 ถึง 785
    ลดความเร็วในการร่าย อีก 89%
    base is projectile [1]
    monster penalty against minions damage +% final vs player minions [-25]
    spell maximum action distance +% [-77]
    FireElementalConeSummoned
    Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, AreaSpell, Cooldown
    กรวยธาตุไฟ (Fire Elemental Cone)
    โอกาสคริติคอล: 5%
    ประสิทธิภาพการเสริมความเสียหาย: 200%
    เวลาร่าย: 0.935 วินาที
    คูลดาวน์: 2 วินาที
    สร้างความเสียหาย ไฟ 895.1 ถึง 1399
    is area damage [1]
    FireElementalMortarSummoned
    Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell
    โอกาสคริติคอล: 5%
    ประสิทธิภาพการเสริมความเสียหาย: 200%
    เวลาร่าย: 1 วินาที
    คูลดาวน์: 6 วินาที
    สกิลระเบิดปูพรมของมอนสเตอร์ทั่วไป ทำงานเหมือนกับ กระสุนของมอนสเตอร์ แต่มีผลในการกระทบด้วย
    สร้างความเสียหาย ไฟ 837.2 ถึง 1256
    base is projectile [1]
    is area damage [1]
    projectile spread radius [15]
    spell maximum action distance +% [-33]
    FireElementalMeteorSummoned
    Attack, Area, Duration, DamageOverTime, Damage
    Base Damage: 448–672
    โอกาสคริติคอล: 5%
    ความเสียหายโจมตี: 525%
    ความเสียหายโจมตี: 525%
    Attack Time: 1 วินาที
    สร้างความเสียหาย ไฟ พื้นฐาน 4936.1 ต่อวินาที
    สร้างความเสียหาย โจมตี เพิ่มขึ้น อีก 425%
    ระยะเวลาพื้นฐาน 5 วินาที
    แปลงความเสียหาย กายภาพ 100% เป็น ไฟ
    active skill area of effect radius +% final [80]
    is area damage [1]

    Object Type

    version 2
    extends "Metadata/Monsters/FireElemental/FireElementalSummonedBase"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/FireElemental/FireElementalSummonedBase"
    
    BaseEvents
    {
    	on_construction_complete = "AddEffectPack( Metadata/Effects/Microtransactions/Spells/golems/fire/firefx.epk );"
    }
    
    Life
    {
    	on_death = "RemoveEffectPack( Metadata/Effects/Microtransactions/Spells/golems/fire/firefx.epk );"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/FireElemental/FireElementalSummonedClockwork"] = {
        name = "Flame Golem",
        life = 5.82,
        energyShield = 1,
        fireResist = 70,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 20,
        damage = 1.5,
        damageSpread = 0.2,
        attackTime = 1,
        attackRange = 6,
        accuracy = 3.4,
        skillList = {
            "FireElementalFlameRedSummoned",
            "FireElementalConeSummoned",
            "FireElementalMortarSummoned",
            "FireElementalMeteorSummoned",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["FireElementalFlameRedSummoned"] = {
        name = "Holy Flame Totem",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Summons a totem that fires a stream of flame at nearby enemies.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Damage] = true,
            [SkillType.Trappable] = true,
            [SkillType.Mineable] = true,
            [SkillType.SummonsTotem] = true,
            [SkillType.Fire] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.25,
        baseFlags = {
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "active_skill_cast_speed_+%_final",
            "spell_maximum_action_distance_+%",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "base_is_projectile",
            "always_pierce",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, -89, -77, -25, critChance = 5, levelRequirement = 3, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["FireElementalConeSummoned"] = {
        name = "Fire Elemental Cone",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        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.Fire] = true,
            [SkillType.AreaSpell] = true,
            [SkillType.Cooldown] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.935,
        baseFlags = {
            area = true,
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 34, statInterpolation = {3, 3},  cost = { }, },
            [2] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 36, statInterpolation = {3, 3},  cost = { }, },
            [3] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 38, statInterpolation = {3, 3},  cost = { }, },
            [4] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 40, statInterpolation = {3, 3},  cost = { }, },
            [5] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 42, statInterpolation = {3, 3},  cost = { }, },
            [6] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 44, statInterpolation = {3, 3},  cost = { }, },
            [7] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 46, statInterpolation = {3, 3},  cost = { }, },
            [8] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 48, statInterpolation = {3, 3},  cost = { }, },
            [9] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 50, statInterpolation = {3, 3},  cost = { }, },
            [10] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 52, statInterpolation = {3, 3},  cost = { }, },
            [11] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 54, statInterpolation = {3, 3},  cost = { }, },
            [12] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 56, statInterpolation = {3, 3},  cost = { }, },
            [13] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 58, statInterpolation = {3, 3},  cost = { }, },
            [14] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 60, statInterpolation = {3, 3},  cost = { }, },
            [15] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 62, statInterpolation = {3, 3},  cost = { }, },
            [16] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 64, statInterpolation = {3, 3},  cost = { }, },
            [17] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 66, statInterpolation = {3, 3},  cost = { }, },
            [18] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 68, statInterpolation = {3, 3},  cost = { }, },
            [19] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 69, statInterpolation = {3, 3},  cost = { }, },
            [20] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 70, statInterpolation = {3, 3},  cost = { }, },
            [21] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 72, statInterpolation = {3, 3},  cost = { }, },
            [22] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 74, statInterpolation = {3, 3},  cost = { }, },
            [23] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 76, statInterpolation = {3, 3},  cost = { }, },
            [24] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 78, statInterpolation = {3, 3},  cost = { }, },
            [25] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 80, statInterpolation = {3, 3},  cost = { }, },
            [26] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 82, statInterpolation = {3, 3},  cost = { }, },
            [27] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 84, statInterpolation = {3, 3},  cost = { }, },
            [28] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 86, statInterpolation = {3, 3},  cost = { }, },
            [29] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 88, statInterpolation = {3, 3},  cost = { }, },
            [30] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 90, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["FireElementalMortarSummoned"] = {
        name = "FireElementalMortarSummoned",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Generic monster mortar skill. Like Monster Projectile but has an impact effect.",
        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.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "projectile_spread_radius",
            "spell_maximum_action_distance_+%",
            "is_area_damage",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 15, -33, critChance = 5, levelRequirement = 34, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["FireElementalMeteorSummoned"] = {
        name = "FireElementalMeteorSummoned",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
            [SkillType.Duration] = true,
            [SkillType.DamageOverTime] = true,
            [SkillType.Damage] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.5,
        baseFlags = {
            attack = true,
            area = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_fire_damage_to_deal_per_minute",
            "base_skill_effect_duration",
            "skill_physical_damage_%_to_convert_to_fire",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {1.2999999523163, 5000, 100, 80, baseMultiplier = 5.25, levelRequirement = 1, statInterpolation = {3},  cost = { }, },
        },
    }
    
    monster no drops or experience [1]
    IdMonsterNoDropsOrExperience
    FamilyMonsterNoDropsOrExperience
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • monster no drops or experience Min: 1 Max: 1 Global
  • monster base type attack cast speed +% and damage -% final [22]
    IdMonsterSpeedAndDamageFixupLarge
    FamilyMonsterSpeedAndDamageFixup
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • monster base type attack cast speed +% and damage -% final Min: 22 Max: 22 Global
  • Craft Tagscaster_damage damage attack caster speed
    ฟื้นฟูพลังชีวิต 1% ต่อวินาที
    IdSummonedGolemLifeRegeneration
    FamilyLifeRegenerationRatePercentage
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • life regeneration rate per minute % Min: 60 Max: 60 Global
  • Craft Tagsresource life
    โกเลมไฟ
    หุ่นกล
    monster no drops or experience [1]
    monster base type attack cast speed +% and damage -% final [22]
    ฟื้นฟูพลังชีวิต 1% ต่อวินาที
    Flame Golem
    SpectreN
    Tagsbludgeoning_weapon, นักเวท, construct, fast_movement, fire_affinity, is_unarmed, medium_height, mud_blood, not_dex, not_str, ranged, stone_armour
    พลังชีวิต
    582%
    Energy Shield From Life
    100%
    Ailment Threshold
    582%
    ค่าต้านทาน
    70 40 40 20
    Damage
    150%
    ความแม่นยำ
    340%
    โอกาสคริติคอล
    +5%
    ตัวคูณคริติคอล
    +130%
    Attack Distance
    6 ~ 6
    Attack Time
    1 Second
    Damage Spread
    ±20%
    ค่าประสบการณ์
    150%
    Model Size
    100%
    Type
    FlameGolemSummoned
    Metadata
    FireElementalSummonedFireMtx_
    IsSummoned
    Y
    เลเวล
    68
    พลังชีวิต
    37,442
    เกราะ
    28,790
    การหลบหลีก
    4,739
    โล่พลังงาน
    6,127
    Damage
    560
    ความเสียหายเวท
    560
    ความแม่นยำ
    986
    Attack Time
    1
    ค่าประสบการณ์
    15,383
    Ailment Threshold
    37,442
    Chill
    118
    Shock
    118
    Brittle
    670
    Scorch
    118
    Sap
    327
    FireElementalFlameRedSummoned
    Spell, Projectile, ProjectilesFromUser, Damage, Trappable, Mineable, SummonsTotem, Fire
    โทเทมไฟศักดิ์สิทธิ์ (Holy Flame Totem)
    โอกาสคริติคอล: 5%
    ประสิทธิภาพการเสริมความเสียหาย: 80%
    เวลาร่าย: 0.25 วินาที
    อัญเชิญ โทเทม ที่จะแชนเนลปล่อยกระแสเพลิงเข้าใส่ศัตรูที่อยู่ใกล้
    กระสุน เจาะทะลุ ทุกเป้าหมาย
    สร้างความเสียหาย ไฟ 523.3 ถึง 785
    ลดความเร็วในการร่าย อีก 89%
    base is projectile [1]
    monster penalty against minions damage +% final vs player minions [-25]
    spell maximum action distance +% [-77]
    FireElementalConeSummoned
    Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, AreaSpell, Cooldown
    กรวยธาตุไฟ (Fire Elemental Cone)
    โอกาสคริติคอล: 5%
    ประสิทธิภาพการเสริมความเสียหาย: 200%
    เวลาร่าย: 0.935 วินาที
    คูลดาวน์: 2 วินาที
    สร้างความเสียหาย ไฟ 895.1 ถึง 1399
    is area damage [1]
    FireElementalMortarSummoned
    Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell
    โอกาสคริติคอล: 5%
    ประสิทธิภาพการเสริมความเสียหาย: 200%
    เวลาร่าย: 1 วินาที
    คูลดาวน์: 6 วินาที
    สกิลระเบิดปูพรมของมอนสเตอร์ทั่วไป ทำงานเหมือนกับ กระสุนของมอนสเตอร์ แต่มีผลในการกระทบด้วย
    สร้างความเสียหาย ไฟ 837.2 ถึง 1256
    base is projectile [1]
    is area damage [1]
    projectile spread radius [15]
    spell maximum action distance +% [-33]
    FireElementalMeteorSummoned
    Attack, Area, Duration, DamageOverTime, Damage
    Base Damage: 448–672
    โอกาสคริติคอล: 5%
    ความเสียหายโจมตี: 525%
    ความเสียหายโจมตี: 525%
    Attack Time: 1 วินาที
    สร้างความเสียหาย ไฟ พื้นฐาน 4936.1 ต่อวินาที
    สร้างความเสียหาย โจมตี เพิ่มขึ้น อีก 425%
    ระยะเวลาพื้นฐาน 5 วินาที
    แปลงความเสียหาย กายภาพ 100% เป็น ไฟ
    active skill area of effect radius +% final [80]
    is area damage [1]

    Object Type

    version 2
    extends "Metadata/Monsters/FireElemental/FireElementalSummonedBase"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/FireElemental/FireElementalSummonedBase"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/FireElemental/FireElementalSummonedFireMtx_"] = {
        name = "Flame Golem",
        life = 5.82,
        energyShield = 1,
        fireResist = 70,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 20,
        damage = 1.5,
        damageSpread = 0.2,
        attackTime = 1,
        attackRange = 6,
        accuracy = 3.4,
        skillList = {
            "FireElementalFlameRedSummoned",
            "FireElementalConeSummoned",
            "FireElementalMortarSummoned",
            "FireElementalMeteorSummoned",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["FireElementalFlameRedSummoned"] = {
        name = "Holy Flame Totem",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Summons a totem that fires a stream of flame at nearby enemies.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Damage] = true,
            [SkillType.Trappable] = true,
            [SkillType.Mineable] = true,
            [SkillType.SummonsTotem] = true,
            [SkillType.Fire] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.25,
        baseFlags = {
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "active_skill_cast_speed_+%_final",
            "spell_maximum_action_distance_+%",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "base_is_projectile",
            "always_pierce",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, -89, -77, -25, critChance = 5, levelRequirement = 3, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["FireElementalConeSummoned"] = {
        name = "Fire Elemental Cone",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        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.Fire] = true,
            [SkillType.AreaSpell] = true,
            [SkillType.Cooldown] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.935,
        baseFlags = {
            area = true,
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 34, statInterpolation = {3, 3},  cost = { }, },
            [2] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 36, statInterpolation = {3, 3},  cost = { }, },
            [3] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 38, statInterpolation = {3, 3},  cost = { }, },
            [4] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 40, statInterpolation = {3, 3},  cost = { }, },
            [5] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 42, statInterpolation = {3, 3},  cost = { }, },
            [6] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 44, statInterpolation = {3, 3},  cost = { }, },
            [7] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 46, statInterpolation = {3, 3},  cost = { }, },
            [8] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 48, statInterpolation = {3, 3},  cost = { }, },
            [9] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 50, statInterpolation = {3, 3},  cost = { }, },
            [10] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 52, statInterpolation = {3, 3},  cost = { }, },
            [11] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 54, statInterpolation = {3, 3},  cost = { }, },
            [12] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 56, statInterpolation = {3, 3},  cost = { }, },
            [13] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 58, statInterpolation = {3, 3},  cost = { }, },
            [14] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 60, statInterpolation = {3, 3},  cost = { }, },
            [15] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 62, statInterpolation = {3, 3},  cost = { }, },
            [16] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 64, statInterpolation = {3, 3},  cost = { }, },
            [17] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 66, statInterpolation = {3, 3},  cost = { }, },
            [18] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 68, statInterpolation = {3, 3},  cost = { }, },
            [19] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 69, statInterpolation = {3, 3},  cost = { }, },
            [20] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 70, statInterpolation = {3, 3},  cost = { }, },
            [21] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 72, statInterpolation = {3, 3},  cost = { }, },
            [22] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 74, statInterpolation = {3, 3},  cost = { }, },
            [23] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 76, statInterpolation = {3, 3},  cost = { }, },
            [24] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 78, statInterpolation = {3, 3},  cost = { }, },
            [25] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 80, statInterpolation = {3, 3},  cost = { }, },
            [26] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 82, statInterpolation = {3, 3},  cost = { }, },
            [27] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 84, statInterpolation = {3, 3},  cost = { }, },
            [28] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 86, statInterpolation = {3, 3},  cost = { }, },
            [29] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 88, statInterpolation = {3, 3},  cost = { }, },
            [30] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 90, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["FireElementalMortarSummoned"] = {
        name = "FireElementalMortarSummoned",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Generic monster mortar skill. Like Monster Projectile but has an impact effect.",
        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.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "projectile_spread_radius",
            "spell_maximum_action_distance_+%",
            "is_area_damage",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 15, -33, critChance = 5, levelRequirement = 34, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["FireElementalMeteorSummoned"] = {
        name = "FireElementalMeteorSummoned",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
            [SkillType.Duration] = true,
            [SkillType.DamageOverTime] = true,
            [SkillType.Damage] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.5,
        baseFlags = {
            attack = true,
            area = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_fire_damage_to_deal_per_minute",
            "base_skill_effect_duration",
            "skill_physical_damage_%_to_convert_to_fire",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {1.2999999523163, 5000, 100, 80, baseMultiplier = 5.25, levelRequirement = 1, statInterpolation = {3},  cost = { }, },
        },
    }
    
    monster no drops or experience [1]
    IdMonsterNoDropsOrExperience
    FamilyMonsterNoDropsOrExperience
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • monster no drops or experience Min: 1 Max: 1 Global
  • monster base type attack cast speed +% and damage -% final [22]
    IdMonsterSpeedAndDamageFixupLarge
    FamilyMonsterSpeedAndDamageFixup
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • monster base type attack cast speed +% and damage -% final Min: 22 Max: 22 Global
  • Craft Tagscaster_damage damage attack caster speed
    ฟื้นฟูพลังชีวิต 1% ต่อวินาที
    IdSummonedGolemLifeRegeneration
    FamilyLifeRegenerationRatePercentage
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • life regeneration rate per minute % Min: 60 Max: 60 Global
  • Craft Tagsresource life
    โกเลมไฟ
    หุ่นกล
    monster no drops or experience [1]
    monster base type attack cast speed +% and damage -% final [22]
    Flame Golem
    SpectreN
    Tagsbludgeoning_weapon, นักเวท, construct, fast_movement, fire_affinity, is_unarmed, medium_height, mud_blood, not_dex, not_str, ranged, stone_armour
    พลังชีวิต
    288%
    Energy Shield From Life
    100%
    Ailment Threshold
    288%
    ค่าต้านทาน
    75 0 0 0
    Damage
    180%
    ความแม่นยำ
    100%
    โอกาสคริติคอล
    +5%
    ตัวคูณคริติคอล
    +130%
    Attack Distance
    6 ~ 6
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    ค่าประสบการณ์
    180%
    Model Size
    121%
    Type
    FlameGolemTempest
    Metadata
    FireElementalTempest
    เลเวล
    68
    พลังชีวิต
    18,528
    เกราะ
    28,790
    การหลบหลีก
    4,739
    โล่พลังงาน
    6,127
    Damage
    672
    ความเสียหายเวท
    672
    ความแม่นยำ
    290
    Attack Time
    1.5
    ค่าประสบการณ์
    18,459
    Ailment Threshold
    18,528
    Chill
    59
    Shock
    59
    Brittle
    331
    Scorch
    59
    Sap
    162
    TempestFireElementalFlameRed
    Spell, Projectile, ProjectilesFromUser, Damage, Trappable, Mineable, SummonsTotem, Fire
    โทเทมไฟศักดิ์สิทธิ์ (Holy Flame Totem)
    ประสิทธิภาพการเสริมความเสียหาย: 20%
    เวลาร่าย: 0.25 วินาที
    อัญเชิญ โทเทม ที่จะแชนเนลปล่อยกระแสเพลิงเข้าใส่ศัตรูที่อยู่ใกล้
    กระสุน เจาะทะลุ ทุกเป้าหมาย
    สร้างความเสียหาย ไฟ 205.9 ถึง 308.8
    ลดความเร็วในการร่าย อีก 89%
    base is projectile [1]
    monster penalty against minions damage +% final vs player minions [-25]
    spell maximum action distance +% [-77]
    TempestFireElementalCone
    Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, AreaSpell, Cooldown
    กรวยธาตุไฟ (Fire Elemental Cone)
    โอกาสคริติคอล: 5%
    เวลาร่าย: 0.935 วินาที
    คูลดาวน์: 6 วินาที
    สร้างความเสียหาย ไฟ 760.8 ถึง 1189
    เพิ่มความเร็วในการร่าย 30%
    active skill area of effect radius +% final [40]
    is area damage [1]
    TempestFireElementalMortar
    Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell
    โอกาสคริติคอล: 5%
    เวลาร่าย: 1 วินาที
    คูลดาวน์: 6 วินาที
    สกิลระเบิดปูพรมของมอนสเตอร์ทั่วไป ทำงานเหมือนกับ กระสุนของมอนสเตอร์ แต่มีผลในการกระทบด้วย
    สร้างความเสียหาย ไฟ 328.9 ถึง 493.3
    base is projectile [1]
    is area damage [1]
    projectile spread radius [15]
    spell maximum action distance +% [-33]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    BaseEvents
    {
    }
    
    Actor
    {
    	basic_action = "Emerge"
    }
    
    Life
    {
    	corpse_usable = false
    }
    
    DiesAfterTime
    {
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Render
    {
         //turn_duration = 0.5
    	fade_arrows = true
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/FireElemental/FireElementalTempest"] = {
        name = "Flame Golem",
        life = 2.88,
        energyShield = 1,
        fireResist = 75,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.8,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 6,
        accuracy = 1,
        skillList = {
            "TempestFireElementalFlameRed",
            "TempestFireElementalCone",
            "TempestFireElementalMortar",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["TempestFireElementalFlameRed"] = {
        name = "Holy Flame Totem",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Summons a totem that fires a stream of flame at nearby enemies.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Damage] = true,
            [SkillType.Trappable] = true,
            [SkillType.Mineable] = true,
            [SkillType.SummonsTotem] = true,
            [SkillType.Fire] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.25,
        baseFlags = {
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "active_skill_cast_speed_+%_final",
            "spell_maximum_action_distance_+%",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "base_is_projectile",
            "always_pierce",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, -89, -77, -25, levelRequirement = 3, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["TempestFireElementalCone"] = {
        name = "Fire Elemental Cone",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        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.Fire] = true,
            [SkillType.AreaSpell] = true,
            [SkillType.Cooldown] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.935,
        baseFlags = {
            area = true,
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "base_cast_speed_+%",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.25, 30, 40, critChance = 5, levelRequirement = 3, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["TempestFireElementalMortar"] = {
        name = "TempestFireElementalMortar",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Generic monster mortar skill. Like Monster Projectile but has an impact effect.",
        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.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "projectile_spread_radius",
            "spell_maximum_action_distance_+%",
            "is_area_damage",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 15, -33, critChance = 5, levelRequirement = 2, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    monster no drops or experience [1]
    IdMonsterNoDropsOrExperience
    FamilyMonsterNoDropsOrExperience
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • monster no drops or experience Min: 1 Max: 1 Global
  • monster base type attack cast speed +% and damage -% final [22]
    IdMonsterSpeedAndDamageFixupLarge
    FamilyMonsterSpeedAndDamageFixup
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • monster base type attack cast speed +% and damage -% final Min: 22 Max: 22 Global
  • Craft Tagscaster_damage damage attack caster speed
    โกเลมไฟ
    หุ่นกล
    monster no drops or experience [1]
    monster base type attack cast speed +% and damage -% final [22]
    Flame Golem
    SpectreN
    Tagsbludgeoning_weapon, นักเวท, construct, fast_movement, fire_affinity, is_unarmed, mud_blood, not_dex, not_str, ranged, small_height, stone_armour
    พลังชีวิต
    400%
    Energy Shield From Life
    100%
    Ailment Threshold
    400%
    ค่าต้านทาน
    75 0 0 0
    Damage
    100%
    ความแม่นยำ
    100%
    โอกาสคริติคอล
    +5%
    ตัวคูณคริติคอล
    +130%
    Attack Distance
    6 ~ 6
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    ค่าประสบการณ์
    100%
    Model Size
    100%
    Type
    FireElementalWbMinion
    Metadata
    FireElementalWbMinion
    เลเวล
    68
    พลังชีวิต
    25,733
    เกราะ
    28,790
    การหลบหลีก
    4,739
    โล่พลังงาน
    6,127
    Damage
    374
    ความเสียหายเวท
    374
    ความแม่นยำ
    290
    Attack Time
    1.5
    ค่าประสบการณ์
    10,255
    Ailment Threshold
    25,733
    Chill
    81
    Shock
    81
    Brittle
    460
    Scorch
    81
    Sap
    225
    FireElementalFlameRed
    Spell, Projectile, ProjectilesFromUser, Damage, Trappable, Mineable, SummonsTotem, Fire
    โทเทมไฟศักดิ์สิทธิ์ (Holy Flame Totem)
    ประสิทธิภาพการเสริมความเสียหาย: 20%
    เวลาร่าย: 0.25 วินาที
    อัญเชิญ โทเทม ที่จะแชนเนลปล่อยกระแสเพลิงเข้าใส่ศัตรูที่อยู่ใกล้
    กระสุน เจาะทะลุ ทุกเป้าหมาย
    สร้างความเสียหาย ไฟ 205.9 ถึง 308.8
    ลดความเร็วในการร่าย อีก 89%
    base is projectile [1]
    monster penalty against minions damage +% final vs player minions [-25]
    spell maximum action distance +% [-77]
    FireElementalCone
    Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, AreaSpell, Cooldown
    กรวยธาตุไฟ (Fire Elemental Cone)
    โอกาสคริติคอล: 10%
    เวลาร่าย: 0.935 วินาที
    คูลดาวน์: 2 วินาที
    สร้างความเสียหาย ไฟ 225.7 ถึง 352.7
    is area damage [1]
    FireElementalMortar
    Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell
    โอกาสคริติคอล: 5%
    เวลาร่าย: 1 วินาที
    คูลดาวน์: 6 วินาที
    สกิลระเบิดปูพรมของมอนสเตอร์ทั่วไป ทำงานเหมือนกับ กระสุนของมอนสเตอร์ แต่มีผลในการกระทบด้วย
    สร้างความเสียหาย ไฟ 328.9 ถึง 493.3
    base is projectile [1]
    is area damage [1]
    projectile spread radius [15]
    spell maximum action distance +% [-33]

    Object Type

    version 2
    extends "Metadata/Monsters/FireElemental/FireElementalSummonedBase"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/FireElemental/FireElementalSummonedBase"
    
    BaseEvents
    {
    	on_construction_complete = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/fire_elemental/FireElementalSummoned_fx.epk ); "
    }
    
    Life
    {
    	on_death = "RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/fire_elemental/FireElementalSummoned_fx.epk );"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/FireElemental/FireElementalWbMinion"] = {
        name = "Flame Golem",
        life = 4,
        energyShield = 1,
        fireResist = 75,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 6,
        accuracy = 1,
        skillList = {
            "FireElementalFlameRed",
            "FireElementalCone",
            "FireElementalMortar",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["FireElementalFlameRed"] = {
        name = "Holy Flame Totem",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Summons a totem that fires a stream of flame at nearby enemies.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Damage] = true,
            [SkillType.Trappable] = true,
            [SkillType.Mineable] = true,
            [SkillType.SummonsTotem] = true,
            [SkillType.Fire] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.25,
        baseFlags = {
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "active_skill_cast_speed_+%_final",
            "spell_maximum_action_distance_+%",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "base_is_projectile",
            "always_pierce",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, -89, -77, -25, levelRequirement = 3, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["FireElementalCone"] = {
        name = "Fire Elemental Cone",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        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.Fire] = true,
            [SkillType.AreaSpell] = true,
            [SkillType.Cooldown] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.935,
        baseFlags = {
            area = true,
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.25, critChance = 10, levelRequirement = 34, statInterpolation = {3, 3},  cost = { }, },
            [2] = {0.80000001192093, 1.25, critChance = 10, levelRequirement = 36, statInterpolation = {3, 3},  cost = { }, },
            [3] = {0.80000001192093, 1.25, critChance = 10, levelRequirement = 38, statInterpolation = {3, 3},  cost = { }, },
            [4] = {0.80000001192093, 1.25, critChance = 10, levelRequirement = 40, statInterpolation = {3, 3},  cost = { }, },
            [5] = {0.80000001192093, 1.25, critChance = 10, levelRequirement = 42, statInterpolation = {3, 3},  cost = { }, },
            [6] = {0.80000001192093, 1.25, critChance = 10, levelRequirement = 44, statInterpolation = {3, 3},  cost = { }, },
            [7] = {0.80000001192093, 1.25, critChance = 10, levelRequirement = 46, statInterpolation = {3, 3},  cost = { }, },
            [8] = {0.80000001192093, 1.25, critChance = 10, levelRequirement = 48, statInterpolation = {3, 3},  cost = { }, },
            [9] = {0.80000001192093, 1.25, critChance = 10, levelRequirement = 50, statInterpolation = {3, 3},  cost = { }, },
            [10] = {0.80000001192093, 1.25, critChance = 10, levelRequirement = 52, statInterpolation = {3, 3},  cost = { }, },
            [11] = {0.80000001192093, 1.25, critChance = 10, levelRequirement = 54, statInterpolation = {3, 3},  cost = { }, },
            [12] = {0.80000001192093, 1.25, critChance = 10, levelRequirement = 56, statInterpolation = {3, 3},  cost = { }, },
            [13] = {0.80000001192093, 1.25, critChance = 10, levelRequirement = 58, statInterpolation = {3, 3},  cost = { }, },
            [14] = {0.80000001192093, 1.25, critChance = 10, levelRequirement = 60, statInterpolation = {3, 3},  cost = { }, },
            [15] = {0.80000001192093, 1.25, critChance = 10, levelRequirement = 62, statInterpolation = {3, 3},  cost = { }, },
            [16] = {0.80000001192093, 1.25, critChance = 10, levelRequirement = 64, statInterpolation = {3, 3},  cost = { }, },
            [17] = {0.80000001192093, 1.25, critChance = 10, levelRequirement = 66, statInterpolation = {3, 3},  cost = { }, },
            [18] = {0.80000001192093, 1.25, critChance = 10, levelRequirement = 68, statInterpolation = {3, 3},  cost = { }, },
            [19] = {0.80000001192093, 1.25, critChance = 10, levelRequirement = 69, statInterpolation = {3, 3},  cost = { }, },
            [20] = {0.80000001192093, 1.25, critChance = 10, levelRequirement = 70, statInterpolation = {3, 3},  cost = { }, },
            [21] = {0.80000001192093, 1.25, critChance = 10, levelRequirement = 72, statInterpolation = {3, 3},  cost = { }, },
            [22] = {0.80000001192093, 1.25, critChance = 10, levelRequirement = 74, statInterpolation = {3, 3},  cost = { }, },
            [23] = {0.80000001192093, 1.25, critChance = 10, levelRequirement = 76, statInterpolation = {3, 3},  cost = { }, },
            [24] = {0.80000001192093, 1.25, critChance = 10, levelRequirement = 78, statInterpolation = {3, 3},  cost = { }, },
            [25] = {0.80000001192093, 1.25, critChance = 10, levelRequirement = 80, statInterpolation = {3, 3},  cost = { }, },
            [26] = {0.80000001192093, 1.25, critChance = 10, levelRequirement = 82, statInterpolation = {3, 3},  cost = { }, },
            [27] = {0.80000001192093, 1.25, critChance = 10, levelRequirement = 84, statInterpolation = {3, 3},  cost = { }, },
            [28] = {0.80000001192093, 1.25, critChance = 10, levelRequirement = 86, statInterpolation = {3, 3},  cost = { }, },
            [29] = {0.80000001192093, 1.25, critChance = 10, levelRequirement = 88, statInterpolation = {3, 3},  cost = { }, },
            [30] = {0.80000001192093, 1.25, critChance = 10, levelRequirement = 90, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["FireElementalMortar"] = {
        name = "FireElementalMortar",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Generic monster mortar skill. Like Monster Projectile but has an impact effect.",
        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.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "projectile_spread_radius",
            "spell_maximum_action_distance_+%",
            "is_area_damage",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 15, -33, critChance = 5, levelRequirement = 34, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    monster no drops or experience [1]
    IdMonsterNoDropsOrExperience
    FamilyMonsterNoDropsOrExperience
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • monster no drops or experience Min: 1 Max: 1 Global
  • monster base type attack cast speed +% and damage -% final [22]
    IdMonsterSpeedAndDamageFixupLarge
    FamilyMonsterSpeedAndDamageFixup
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • monster base type attack cast speed +% and damage -% final Min: 22 Max: 22 Global
  • Craft Tagscaster_damage damage attack caster speed
    โกเลมไฟ
    หุ่นกล
    Flame Golem
    SpectreN
    Tagsbludgeoning_weapon, นักเวท, construct, fast_movement, fire_affinity, golem, is_unarmed, mud_blood, ranged, small_height, stone_armour
    พลังชีวิต
    100%
    Ailment Threshold
    100%
    ค่าต้านทาน
    75 0 0 0
    Damage
    100%
    ความแม่นยำ
    100%
    โอกาสคริติคอล
    +5%
    ตัวคูณคริติคอล
    +130%
    Attack Distance
    6 ~ 6
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    ค่าประสบการณ์
    100%
    Model Size
    110%
    Type
    SynthesisFireElemental
    Metadata
    FlameGolemSpawned_
    เลเวล
    68
    พลังชีวิต
    6,433
    เกราะ
    28,790
    การหลบหลีก
    4,739
    โล่พลังงาน
    0
    Damage
    374
    ความเสียหายเวท
    374
    ความแม่นยำ
    290
    Attack Time
    1.5
    ค่าประสบการณ์
    10,255
    Ailment Threshold
    6,433
    Chill
    20
    Shock
    20
    Brittle
    115
    Scorch
    20
    Sap
    56
    WalkEmergeSynthesis
    walk emerge distance [300]
    FireElementalFlameRed
    Spell, Projectile, ProjectilesFromUser, Damage, Trappable, Mineable, SummonsTotem, Fire
    โทเทมไฟศักดิ์สิทธิ์ (Holy Flame Totem)
    ประสิทธิภาพการเสริมความเสียหาย: 20%
    เวลาร่าย: 0.25 วินาที
    อัญเชิญ โทเทม ที่จะแชนเนลปล่อยกระแสเพลิงเข้าใส่ศัตรูที่อยู่ใกล้
    กระสุน เจาะทะลุ ทุกเป้าหมาย
    สร้างความเสียหาย ไฟ 205.9 ถึง 308.8
    ลดความเร็วในการร่าย อีก 89%
    base is projectile [1]
    monster penalty against minions damage +% final vs player minions [-25]
    spell maximum action distance +% [-77]
    MoltenMortarProjectileFireElemental
    Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell
    เวลาร่าย: 1 วินาที
    สกิลระเบิดปูพรมของมอนสเตอร์ทั่วไป ทำงานเหมือนกับ กระสุนของมอนสเตอร์ แต่มีผลในการกระทบด้วย
    สร้างความเสียหาย ไฟ 1318 ถึง 1977
    base is projectile [1]
    is area damage [1]
    projectile spread radius [15]
    spell maximum action distance +% [-20]

    Object Type

    version 2
    extends "Metadata/Monsters/LeagueSynthesis/BossSpawnedMonsters/SynthesisPortalMonster"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LeagueSynthesis/BossSpawnedMonsters/SynthesisPortalMonster"
    
    Render
    {
    	fade_arrows = true
    }
    
    BaseEvents
    {
    	on_construction_complete = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/fire_elemental/FireElemental_fx.epk );"
    }
    
    Life
    {
    	on_death = "RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/fire_elemental/FireElemental_fx.epk );"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueSynthesis/FlameGolemSpawned_"] = {
        name = "Flame Golem",
        life = 1,
        fireResist = 75,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 6,
        accuracy = 1,
        skillList = {
            "FireElementalFlameRed",
            "MoltenMortarProjectileFireElemental",
            "WalkEmergeSynthesis",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["FireElementalFlameRed"] = {
        name = "Holy Flame Totem",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Summons a totem that fires a stream of flame at nearby enemies.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Damage] = true,
            [SkillType.Trappable] = true,
            [SkillType.Mineable] = true,
            [SkillType.SummonsTotem] = true,
            [SkillType.Fire] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.25,
        baseFlags = {
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "active_skill_cast_speed_+%_final",
            "spell_maximum_action_distance_+%",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "base_is_projectile",
            "always_pierce",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, -89, -77, -25, levelRequirement = 3, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MoltenMortarProjectileFireElemental"] = {
        name = "MoltenMortarProjectileFireElemental",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Generic monster mortar skill. Like Monster Projectile but has an impact effect.",
        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.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "projectile_spread_radius",
            "spell_maximum_action_distance_+%",
            "is_area_damage",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 15, -20, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["WalkEmergeSynthesis"] = {
        name = "WalkEmergeSynthesis",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.72,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "walk_emerge_distance",
        },
        levels = {
            [1] = {300, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    โกเลมไฟ
    หุ่นกล
    monster no drops or experience [1]
    monster base type attack cast speed +% and damage -% final [22]
    ฟื้นฟูพลังชีวิต 1% ต่อวินาที
    Flame Golem
    SpectreN
    Tagsbludgeoning_weapon, นักเวท, construct, fast_movement, fire_affinity, is_unarmed, mud_blood, not_dex, not_str, ranged, small_height, stone_armour
    พลังชีวิต
    582%
    Energy Shield From Life
    100%
    Ailment Threshold
    582%
    ค่าต้านทาน
    70 40 40 20
    Damage
    150%
    ความแม่นยำ
    340%
    โอกาสคริติคอล
    +5%
    ตัวคูณคริติคอล
    +130%
    Attack Distance
    6 ~ 6
    Attack Time
    1 Second
    Damage Spread
    ±20%
    ค่าประสบการณ์
    150%
    Model Size
    100%
    Type
    FlameGolemSummoned
    Metadata
    FireElementalSummonedMiracle
    IsSummoned
    Y
    เลเวล
    68
    พลังชีวิต
    37,442
    เกราะ
    28,790
    การหลบหลีก
    4,739
    โล่พลังงาน
    6,127
    Damage
    560
    ความเสียหายเวท
    560
    ความแม่นยำ
    986
    Attack Time
    1
    ค่าประสบการณ์
    15,383
    Ailment Threshold
    37,442
    Chill
    118
    Shock
    118
    Brittle
    670
    Scorch
    118
    Sap
    327
    FireElementalFlameRedSummoned
    Spell, Projectile, ProjectilesFromUser, Damage, Trappable, Mineable, SummonsTotem, Fire
    โทเทมไฟศักดิ์สิทธิ์ (Holy Flame Totem)
    โอกาสคริติคอล: 5%
    ประสิทธิภาพการเสริมความเสียหาย: 80%
    เวลาร่าย: 0.25 วินาที
    อัญเชิญ โทเทม ที่จะแชนเนลปล่อยกระแสเพลิงเข้าใส่ศัตรูที่อยู่ใกล้
    กระสุน เจาะทะลุ ทุกเป้าหมาย
    สร้างความเสียหาย ไฟ 523.3 ถึง 785
    ลดความเร็วในการร่าย อีก 89%
    base is projectile [1]
    monster penalty against minions damage +% final vs player minions [-25]
    spell maximum action distance +% [-77]
    FireElementalConeSummoned
    Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, AreaSpell, Cooldown
    กรวยธาตุไฟ (Fire Elemental Cone)
    โอกาสคริติคอล: 5%
    ประสิทธิภาพการเสริมความเสียหาย: 200%
    เวลาร่าย: 0.935 วินาที
    คูลดาวน์: 2 วินาที
    สร้างความเสียหาย ไฟ 895.1 ถึง 1399
    is area damage [1]
    FireElementalMortarSummoned
    Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell
    โอกาสคริติคอล: 5%
    ประสิทธิภาพการเสริมความเสียหาย: 200%
    เวลาร่าย: 1 วินาที
    คูลดาวน์: 6 วินาที
    สกิลระเบิดปูพรมของมอนสเตอร์ทั่วไป ทำงานเหมือนกับ กระสุนของมอนสเตอร์ แต่มีผลในการกระทบด้วย
    สร้างความเสียหาย ไฟ 837.2 ถึง 1256
    base is projectile [1]
    is area damage [1]
    projectile spread radius [15]
    spell maximum action distance +% [-33]
    FireElementalMeteorSummoned
    Attack, Area, Duration, DamageOverTime, Damage
    Base Damage: 448–672
    โอกาสคริติคอล: 5%
    ความเสียหายโจมตี: 525%
    ความเสียหายโจมตี: 525%
    Attack Time: 1 วินาที
    สร้างความเสียหาย ไฟ พื้นฐาน 4936.1 ต่อวินาที
    สร้างความเสียหาย โจมตี เพิ่มขึ้น อีก 425%
    ระยะเวลาพื้นฐาน 5 วินาที
    แปลงความเสียหาย กายภาพ 100% เป็น ไฟ
    active skill area of effect radius +% final [80]
    is area damage [1]

    Object Type

    version 2
    extends "Metadata/Monsters/FireElemental/FireElementalSummonedBase"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/FireElemental/FireElementalSummonedBase"
    
    BaseEvents
    {
    	on_construction_complete = "AddEffectPack( Metadata/Effects/Microtransactions/Spells/golems_miracle/fire.epk );"
    }
    
    Life
    {
    	on_death = "RemoveEffectPack( Metadata/Effects/Microtransactions/Spells/golems_miracle/fire.epk );"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/FireElemental/FireElementalSummonedMiracle"] = {
        name = "Flame Golem",
        life = 5.82,
        energyShield = 1,
        fireResist = 70,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 20,
        damage = 1.5,
        damageSpread = 0.2,
        attackTime = 1,
        attackRange = 6,
        accuracy = 3.4,
        skillList = {
            "FireElementalFlameRedSummoned",
            "FireElementalConeSummoned",
            "FireElementalMortarSummoned",
            "FireElementalMeteorSummoned",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["FireElementalFlameRedSummoned"] = {
        name = "Holy Flame Totem",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Summons a totem that fires a stream of flame at nearby enemies.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Damage] = true,
            [SkillType.Trappable] = true,
            [SkillType.Mineable] = true,
            [SkillType.SummonsTotem] = true,
            [SkillType.Fire] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.25,
        baseFlags = {
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "active_skill_cast_speed_+%_final",
            "spell_maximum_action_distance_+%",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "base_is_projectile",
            "always_pierce",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, -89, -77, -25, critChance = 5, levelRequirement = 3, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["FireElementalConeSummoned"] = {
        name = "Fire Elemental Cone",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        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.Fire] = true,
            [SkillType.AreaSpell] = true,
            [SkillType.Cooldown] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.935,
        baseFlags = {
            area = true,
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 34, statInterpolation = {3, 3},  cost = { }, },
            [2] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 36, statInterpolation = {3, 3},  cost = { }, },
            [3] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 38, statInterpolation = {3, 3},  cost = { }, },
            [4] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 40, statInterpolation = {3, 3},  cost = { }, },
            [5] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 42, statInterpolation = {3, 3},  cost = { }, },
            [6] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 44, statInterpolation = {3, 3},  cost = { }, },
            [7] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 46, statInterpolation = {3, 3},  cost = { }, },
            [8] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 48, statInterpolation = {3, 3},  cost = { }, },
            [9] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 50, statInterpolation = {3, 3},  cost = { }, },
            [10] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 52, statInterpolation = {3, 3},  cost = { }, },
            [11] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 54, statInterpolation = {3, 3},  cost = { }, },
            [12] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 56, statInterpolation = {3, 3},  cost = { }, },
            [13] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 58, statInterpolation = {3, 3},  cost = { }, },
            [14] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 60, statInterpolation = {3, 3},  cost = { }, },
            [15] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 62, statInterpolation = {3, 3},  cost = { }, },
            [16] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 64, statInterpolation = {3, 3},  cost = { }, },
            [17] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 66, statInterpolation = {3, 3},  cost = { }, },
            [18] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 68, statInterpolation = {3, 3},  cost = { }, },
            [19] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 69, statInterpolation = {3, 3},  cost = { }, },
            [20] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 70, statInterpolation = {3, 3},  cost = { }, },
            [21] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 72, statInterpolation = {3, 3},  cost = { }, },
            [22] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 74, statInterpolation = {3, 3},  cost = { }, },
            [23] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 76, statInterpolation = {3, 3},  cost = { }, },
            [24] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 78, statInterpolation = {3, 3},  cost = { }, },
            [25] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 80, statInterpolation = {3, 3},  cost = { }, },
            [26] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 82, statInterpolation = {3, 3},  cost = { }, },
            [27] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 84, statInterpolation = {3, 3},  cost = { }, },
            [28] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 86, statInterpolation = {3, 3},  cost = { }, },
            [29] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 88, statInterpolation = {3, 3},  cost = { }, },
            [30] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 90, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["FireElementalMortarSummoned"] = {
        name = "FireElementalMortarSummoned",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Generic monster mortar skill. Like Monster Projectile but has an impact effect.",
        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.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "projectile_spread_radius",
            "spell_maximum_action_distance_+%",
            "is_area_damage",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 15, -33, critChance = 5, levelRequirement = 34, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["FireElementalMeteorSummoned"] = {
        name = "FireElementalMeteorSummoned",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
            [SkillType.Duration] = true,
            [SkillType.DamageOverTime] = true,
            [SkillType.Damage] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.5,
        baseFlags = {
            attack = true,
            area = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_fire_damage_to_deal_per_minute",
            "base_skill_effect_duration",
            "skill_physical_damage_%_to_convert_to_fire",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {1.2999999523163, 5000, 100, 80, baseMultiplier = 5.25, levelRequirement = 1, statInterpolation = {3},  cost = { }, },
        },
    }
    
    monster no drops or experience [1]
    IdMonsterNoDropsOrExperience
    FamilyMonsterNoDropsOrExperience
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • monster no drops or experience Min: 1 Max: 1 Global
  • monster base type attack cast speed +% and damage -% final [22]
    IdMonsterSpeedAndDamageFixupLarge
    FamilyMonsterSpeedAndDamageFixup
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • monster base type attack cast speed +% and damage -% final Min: 22 Max: 22 Global
  • Craft Tagscaster_damage damage attack caster speed
    ฟื้นฟูพลังชีวิต 1% ต่อวินาที
    IdSummonedGolemLifeRegeneration
    FamilyLifeRegenerationRatePercentage
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • life regeneration rate per minute % Min: 60 Max: 60 Global
  • Craft Tagsresource life
    โกเลมไฟ
    หุ่นกล
    monster no drops or experience [1]
    monster base type attack cast speed +% and damage -% final [22]
    ฟื้นฟูพลังชีวิต 1% ต่อวินาที
    Flame Golem
    SpectreN
    Tagsbludgeoning_weapon, นักเวท, construct, fast_movement, fire_affinity, is_unarmed, mud_blood, not_dex, not_str, ranged, stone_armour
    พลังชีวิต
    582%
    Energy Shield From Life
    100%
    Ailment Threshold
    582%
    ค่าต้านทาน
    70 40 40 20
    Damage
    150%
    ความแม่นยำ
    340%
    โอกาสคริติคอล
    +5%
    ตัวคูณคริติคอล
    +130%
    Attack Distance
    6 ~ 6
    Attack Time
    1 Second
    Damage Spread
    ±20%
    ค่าประสบการณ์
    150%
    Model Size
    100%
    Type
    FlameGolemSummoned
    Metadata
    FireElementalSummonedLightbringer
    IsSummoned
    Y
    เลเวล
    68
    พลังชีวิต
    37,442
    เกราะ
    28,790
    การหลบหลีก
    4,739
    โล่พลังงาน
    6,127
    Damage
    560
    ความเสียหายเวท
    560
    ความแม่นยำ
    986
    Attack Time
    1
    ค่าประสบการณ์
    15,383
    Ailment Threshold
    37,442
    Chill
    118
    Shock
    118
    Brittle
    670
    Scorch
    118
    Sap
    327
    FireElementalFlameRedSummoned
    Spell, Projectile, ProjectilesFromUser, Damage, Trappable, Mineable, SummonsTotem, Fire
    โทเทมไฟศักดิ์สิทธิ์ (Holy Flame Totem)
    โอกาสคริติคอล: 5%
    ประสิทธิภาพการเสริมความเสียหาย: 80%
    เวลาร่าย: 0.25 วินาที
    อัญเชิญ โทเทม ที่จะแชนเนลปล่อยกระแสเพลิงเข้าใส่ศัตรูที่อยู่ใกล้
    กระสุน เจาะทะลุ ทุกเป้าหมาย
    สร้างความเสียหาย ไฟ 523.3 ถึง 785
    ลดความเร็วในการร่าย อีก 89%
    base is projectile [1]
    monster penalty against minions damage +% final vs player minions [-25]
    spell maximum action distance +% [-77]
    FireElementalConeSummoned
    Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, AreaSpell, Cooldown
    กรวยธาตุไฟ (Fire Elemental Cone)
    โอกาสคริติคอล: 5%
    ประสิทธิภาพการเสริมความเสียหาย: 200%
    เวลาร่าย: 0.935 วินาที
    คูลดาวน์: 2 วินาที
    สร้างความเสียหาย ไฟ 895.1 ถึง 1399
    is area damage [1]
    FireElementalMortarSummoned
    Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell
    โอกาสคริติคอล: 5%
    ประสิทธิภาพการเสริมความเสียหาย: 200%
    เวลาร่าย: 1 วินาที
    คูลดาวน์: 6 วินาที
    สกิลระเบิดปูพรมของมอนสเตอร์ทั่วไป ทำงานเหมือนกับ กระสุนของมอนสเตอร์ แต่มีผลในการกระทบด้วย
    สร้างความเสียหาย ไฟ 837.2 ถึง 1256
    base is projectile [1]
    is area damage [1]
    projectile spread radius [15]
    spell maximum action distance +% [-33]
    FireElementalMeteorSummoned
    Attack, Area, Duration, DamageOverTime, Damage
    Base Damage: 448–672
    โอกาสคริติคอล: 5%
    ความเสียหายโจมตี: 525%
    ความเสียหายโจมตี: 525%
    Attack Time: 1 วินาที
    สร้างความเสียหาย ไฟ พื้นฐาน 4936.1 ต่อวินาที
    สร้างความเสียหาย โจมตี เพิ่มขึ้น อีก 425%
    ระยะเวลาพื้นฐาน 5 วินาที
    แปลงความเสียหาย กายภาพ 100% เป็น ไฟ
    active skill area of effect radius +% final [80]
    is area damage [1]

    Object Type

    version 2
    extends "Metadata/Monsters/FireElemental/FireElementalSummonedBase"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/FireElemental/FireElementalSummonedBase"
    
    BaseEvents
    {
    	on_construction_complete = "AddEffectPack( Metadata/Effects/Microtransactions/Spells/golems_lightbringer/fx/fire/firefx.epk );"
    }
    
    Life
    {
    	on_death = "RemoveEffectPack( Metadata/Effects/Microtransactions/Spells/golems_lightbringer/fx/fire/firefx.epk );"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/FireElemental/FireElementalSummonedLightbringer"] = {
        name = "Flame Golem",
        life = 5.82,
        energyShield = 1,
        fireResist = 70,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 20,
        damage = 1.5,
        damageSpread = 0.2,
        attackTime = 1,
        attackRange = 6,
        accuracy = 3.4,
        skillList = {
            "FireElementalFlameRedSummoned",
            "FireElementalConeSummoned",
            "FireElementalMortarSummoned",
            "FireElementalMeteorSummoned",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["FireElementalFlameRedSummoned"] = {
        name = "Holy Flame Totem",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Summons a totem that fires a stream of flame at nearby enemies.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Damage] = true,
            [SkillType.Trappable] = true,
            [SkillType.Mineable] = true,
            [SkillType.SummonsTotem] = true,
            [SkillType.Fire] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.25,
        baseFlags = {
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "active_skill_cast_speed_+%_final",
            "spell_maximum_action_distance_+%",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "base_is_projectile",
            "always_pierce",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, -89, -77, -25, critChance = 5, levelRequirement = 3, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["FireElementalConeSummoned"] = {
        name = "Fire Elemental Cone",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        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.Fire] = true,
            [SkillType.AreaSpell] = true,
            [SkillType.Cooldown] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.935,
        baseFlags = {
            area = true,
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 34, statInterpolation = {3, 3},  cost = { }, },
            [2] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 36, statInterpolation = {3, 3},  cost = { }, },
            [3] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 38, statInterpolation = {3, 3},  cost = { }, },
            [4] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 40, statInterpolation = {3, 3},  cost = { }, },
            [5] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 42, statInterpolation = {3, 3},  cost = { }, },
            [6] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 44, statInterpolation = {3, 3},  cost = { }, },
            [7] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 46, statInterpolation = {3, 3},  cost = { }, },
            [8] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 48, statInterpolation = {3, 3},  cost = { }, },
            [9] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 50, statInterpolation = {3, 3},  cost = { }, },
            [10] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 52, statInterpolation = {3, 3},  cost = { }, },
            [11] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 54, statInterpolation = {3, 3},  cost = { }, },
            [12] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 56, statInterpolation = {3, 3},  cost = { }, },
            [13] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 58, statInterpolation = {3, 3},  cost = { }, },
            [14] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 60, statInterpolation = {3, 3},  cost = { }, },
            [15] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 62, statInterpolation = {3, 3},  cost = { }, },
            [16] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 64, statInterpolation = {3, 3},  cost = { }, },
            [17] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 66, statInterpolation = {3, 3},  cost = { }, },
            [18] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 68, statInterpolation = {3, 3},  cost = { }, },
            [19] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 69, statInterpolation = {3, 3},  cost = { }, },
            [20] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 70, statInterpolation = {3, 3},  cost = { }, },
            [21] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 72, statInterpolation = {3, 3},  cost = { }, },
            [22] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 74, statInterpolation = {3, 3},  cost = { }, },
            [23] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 76, statInterpolation = {3, 3},  cost = { }, },
            [24] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 78, statInterpolation = {3, 3},  cost = { }, },
            [25] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 80, statInterpolation = {3, 3},  cost = { }, },
            [26] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 82, statInterpolation = {3, 3},  cost = { }, },
            [27] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 84, statInterpolation = {3, 3},  cost = { }, },
            [28] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 86, statInterpolation = {3, 3},  cost = { }, },
            [29] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 88, statInterpolation = {3, 3},  cost = { }, },
            [30] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 90, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["FireElementalMortarSummoned"] = {
        name = "FireElementalMortarSummoned",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Generic monster mortar skill. Like Monster Projectile but has an impact effect.",
        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.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "projectile_spread_radius",
            "spell_maximum_action_distance_+%",
            "is_area_damage",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 15, -33, critChance = 5, levelRequirement = 34, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["FireElementalMeteorSummoned"] = {
        name = "FireElementalMeteorSummoned",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
            [SkillType.Duration] = true,
            [SkillType.DamageOverTime] = true,
            [SkillType.Damage] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.5,
        baseFlags = {
            attack = true,
            area = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_fire_damage_to_deal_per_minute",
            "base_skill_effect_duration",
            "skill_physical_damage_%_to_convert_to_fire",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {1.2999999523163, 5000, 100, 80, baseMultiplier = 5.25, levelRequirement = 1, statInterpolation = {3},  cost = { }, },
        },
    }
    
    monster no drops or experience [1]
    IdMonsterNoDropsOrExperience
    FamilyMonsterNoDropsOrExperience
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • monster no drops or experience Min: 1 Max: 1 Global
  • monster base type attack cast speed +% and damage -% final [22]
    IdMonsterSpeedAndDamageFixupLarge
    FamilyMonsterSpeedAndDamageFixup
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • monster base type attack cast speed +% and damage -% final Min: 22 Max: 22 Global
  • Craft Tagscaster_damage damage attack caster speed
    ฟื้นฟูพลังชีวิต 1% ต่อวินาที
    IdSummonedGolemLifeRegeneration
    FamilyLifeRegenerationRatePercentage
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • life regeneration rate per minute % Min: 60 Max: 60 Global
  • Craft Tagsresource life
    โกเลมไฟ
    หุ่นกล
    monster no drops or experience [1]
    monster base type attack cast speed +% and damage -% final [22]
    ฟื้นฟูพลังชีวิต 1% ต่อวินาที
    Flame Golem
    SpectreN
    Tagsbludgeoning_weapon, นักเวท, construct, fast_movement, fire_affinity, is_unarmed, mud_blood, not_dex, not_str, ranged, stone_armour
    พลังชีวิต
    582%
    Energy Shield From Life
    100%
    Ailment Threshold
    582%
    ค่าต้านทาน
    70 40 40 20
    Damage
    150%
    ความแม่นยำ
    340%
    โอกาสคริติคอล
    +5%
    ตัวคูณคริติคอล
    +130%
    Attack Distance
    6 ~ 6
    Attack Time
    1 Second
    Damage Spread
    ±20%
    ค่าประสบการณ์
    150%
    Model Size
    100%
    Type
    FlameGolemSummoned
    Metadata
    FireElementalSummonedDarkshard
    IsSummoned
    Y
    เลเวล
    68
    พลังชีวิต
    37,442
    เกราะ
    28,790
    การหลบหลีก
    4,739
    โล่พลังงาน
    6,127
    Damage
    560
    ความเสียหายเวท
    560
    ความแม่นยำ
    986
    Attack Time
    1
    ค่าประสบการณ์
    15,383
    Ailment Threshold
    37,442
    Chill
    118
    Shock
    118
    Brittle
    670
    Scorch
    118
    Sap
    327
    FireElementalFlameRedSummoned
    Spell, Projectile, ProjectilesFromUser, Damage, Trappable, Mineable, SummonsTotem, Fire
    โทเทมไฟศักดิ์สิทธิ์ (Holy Flame Totem)
    โอกาสคริติคอล: 5%
    ประสิทธิภาพการเสริมความเสียหาย: 80%
    เวลาร่าย: 0.25 วินาที
    อัญเชิญ โทเทม ที่จะแชนเนลปล่อยกระแสเพลิงเข้าใส่ศัตรูที่อยู่ใกล้
    กระสุน เจาะทะลุ ทุกเป้าหมาย
    สร้างความเสียหาย ไฟ 523.3 ถึง 785
    ลดความเร็วในการร่าย อีก 89%
    base is projectile [1]
    monster penalty against minions damage +% final vs player minions [-25]
    spell maximum action distance +% [-77]
    FireElementalConeSummoned
    Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, AreaSpell, Cooldown
    กรวยธาตุไฟ (Fire Elemental Cone)
    โอกาสคริติคอล: 5%
    ประสิทธิภาพการเสริมความเสียหาย: 200%
    เวลาร่าย: 0.935 วินาที
    คูลดาวน์: 2 วินาที
    สร้างความเสียหาย ไฟ 895.1 ถึง 1399
    is area damage [1]
    FireElementalMortarSummoned
    Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell
    โอกาสคริติคอล: 5%
    ประสิทธิภาพการเสริมความเสียหาย: 200%
    เวลาร่าย: 1 วินาที
    คูลดาวน์: 6 วินาที
    สกิลระเบิดปูพรมของมอนสเตอร์ทั่วไป ทำงานเหมือนกับ กระสุนของมอนสเตอร์ แต่มีผลในการกระทบด้วย
    สร้างความเสียหาย ไฟ 837.2 ถึง 1256
    base is projectile [1]
    is area damage [1]
    projectile spread radius [15]
    spell maximum action distance +% [-33]
    FireElementalMeteorSummoned
    Attack, Area, Duration, DamageOverTime, Damage
    Base Damage: 448–672
    โอกาสคริติคอล: 5%
    ความเสียหายโจมตี: 525%
    ความเสียหายโจมตี: 525%
    Attack Time: 1 วินาที
    สร้างความเสียหาย ไฟ พื้นฐาน 4936.1 ต่อวินาที
    สร้างความเสียหาย โจมตี เพิ่มขึ้น อีก 425%
    ระยะเวลาพื้นฐาน 5 วินาที
    แปลงความเสียหาย กายภาพ 100% เป็น ไฟ
    active skill area of effect radius +% final [80]
    is area damage [1]

    Object Type

    version 2
    extends "Metadata/Monsters/FireElemental/FireElementalSummonedBase"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/FireElemental/FireElementalSummonedBase"
    
    BaseEvents
    {
    	on_construction_complete = "AddEffectPack( Metadata/Effects/Microtransactions/Spells/golems_darkshard/fx/fire/firefx.epk );"
    }
    
    Life
    {
    	on_death = "RemoveEffectPack( Metadata/Effects/Microtransactions/Spells/golems_darkshard/fx/fire/firefx.epk );"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/FireElemental/FireElementalSummonedDarkshard"] = {
        name = "Flame Golem",
        life = 5.82,
        energyShield = 1,
        fireResist = 70,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 20,
        damage = 1.5,
        damageSpread = 0.2,
        attackTime = 1,
        attackRange = 6,
        accuracy = 3.4,
        skillList = {
            "FireElementalFlameRedSummoned",
            "FireElementalConeSummoned",
            "FireElementalMortarSummoned",
            "FireElementalMeteorSummoned",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["FireElementalFlameRedSummoned"] = {
        name = "Holy Flame Totem",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Summons a totem that fires a stream of flame at nearby enemies.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Damage] = true,
            [SkillType.Trappable] = true,
            [SkillType.Mineable] = true,
            [SkillType.SummonsTotem] = true,
            [SkillType.Fire] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.25,
        baseFlags = {
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "active_skill_cast_speed_+%_final",
            "spell_maximum_action_distance_+%",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "base_is_projectile",
            "always_pierce",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, -89, -77, -25, critChance = 5, levelRequirement = 3, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["FireElementalConeSummoned"] = {
        name = "Fire Elemental Cone",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        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.Fire] = true,
            [SkillType.AreaSpell] = true,
            [SkillType.Cooldown] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.935,
        baseFlags = {
            area = true,
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 34, statInterpolation = {3, 3},  cost = { }, },
            [2] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 36, statInterpolation = {3, 3},  cost = { }, },
            [3] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 38, statInterpolation = {3, 3},  cost = { }, },
            [4] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 40, statInterpolation = {3, 3},  cost = { }, },
            [5] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 42, statInterpolation = {3, 3},  cost = { }, },
            [6] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 44, statInterpolation = {3, 3},  cost = { }, },
            [7] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 46, statInterpolation = {3, 3},  cost = { }, },
            [8] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 48, statInterpolation = {3, 3},  cost = { }, },
            [9] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 50, statInterpolation = {3, 3},  cost = { }, },
            [10] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 52, statInterpolation = {3, 3},  cost = { }, },
            [11] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 54, statInterpolation = {3, 3},  cost = { }, },
            [12] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 56, statInterpolation = {3, 3},  cost = { }, },
            [13] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 58, statInterpolation = {3, 3},  cost = { }, },
            [14] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 60, statInterpolation = {3, 3},  cost = { }, },
            [15] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 62, statInterpolation = {3, 3},  cost = { }, },
            [16] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 64, statInterpolation = {3, 3},  cost = { }, },
            [17] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 66, statInterpolation = {3, 3},  cost = { }, },
            [18] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 68, statInterpolation = {3, 3},  cost = { }, },
            [19] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 69, statInterpolation = {3, 3},  cost = { }, },
            [20] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 70, statInterpolation = {3, 3},  cost = { }, },
            [21] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 72, statInterpolation = {3, 3},  cost = { }, },
            [22] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 74, statInterpolation = {3, 3},  cost = { }, },
            [23] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 76, statInterpolation = {3, 3},  cost = { }, },
            [24] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 78, statInterpolation = {3, 3},  cost = { }, },
            [25] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 80, statInterpolation = {3, 3},  cost = { }, },
            [26] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 82, statInterpolation = {3, 3},  cost = { }, },
            [27] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 84, statInterpolation = {3, 3},  cost = { }, },
            [28] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 86, statInterpolation = {3, 3},  cost = { }, },
            [29] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 88, statInterpolation = {3, 3},  cost = { }, },
            [30] = {0.80000001192093, 1.25, critChance = 5, levelRequirement = 90, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["FireElementalMortarSummoned"] = {
        name = "FireElementalMortarSummoned",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Generic monster mortar skill. Like Monster Projectile but has an impact effect.",
        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.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "projectile_spread_radius",
            "spell_maximum_action_distance_+%",
            "is_area_damage",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 15, -33, critChance = 5, levelRequirement = 34, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["FireElementalMeteorSummoned"] = {
        name = "FireElementalMeteorSummoned",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
            [SkillType.Duration] = true,
            [SkillType.DamageOverTime] = true,
            [SkillType.Damage] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.5,
        baseFlags = {
            attack = true,
            area = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_fire_damage_to_deal_per_minute",
            "base_skill_effect_duration",
            "skill_physical_damage_%_to_convert_to_fire",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {1.2999999523163, 5000, 100, 80, baseMultiplier = 5.25, levelRequirement = 1, statInterpolation = {3},  cost = { }, },
        },
    }
    
    monster no drops or experience [1]
    IdMonsterNoDropsOrExperience
    FamilyMonsterNoDropsOrExperience
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • monster no drops or experience Min: 1 Max: 1 Global
  • monster base type attack cast speed +% and damage -% final [22]
    IdMonsterSpeedAndDamageFixupLarge
    FamilyMonsterSpeedAndDamageFixup
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • monster base type attack cast speed +% and damage -% final Min: 22 Max: 22 Global
  • Craft Tagscaster_damage damage attack caster speed
    ฟื้นฟูพลังชีวิต 1% ต่อวินาที
    IdSummonedGolemLifeRegeneration
    FamilyLifeRegenerationRatePercentage
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • life regeneration rate per minute % Min: 60 Max: 60 Global
  • Craft Tagsresource life
    Edit

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