MirageVillageShippingSanctumArchnemesisExpeditionDetonatorUltimatumAltarRitualRuneHeistSumgglersCacheHarvestPortalAfflictionInitiatorBlightCoreLegionInitiatorBetrayalSymbolCatarinaDelveMineralVeinIncursionCraftingBenchBestiaryRareMonsterAbyssBreachEssenceStrongboxShrine
Spectre
Areaสาธารณสถานโซลาริส, วิหารโซลาริส ชั้นที่ 1, วิหารโซลาริส ชั้นที่ 2, สะพานท่าเรือ, ห้องทดลองนิรันดร, Ivory Temple Map, ทะเลสาบคาลานดรา
Tagsanimal_claw_weapon, นักเวท, construct, fire_affinity, humanoid, is_unarmed, medium_height, medium_movement, mud_blood, not_dex, ranged, stone_armour, stone_construct, templar
Packs
  • สาธารณสถานโซลาริส, วิหารโซลาริส ชั้นที่ 1, วิหารโซลาริส ชั้นที่ 2: Solar Guard, Solar Elemental, Solar Elemental
  • สะพานท่าเรือ: Solar Guard, Solar Elemental
  • ห้องทดลองนิรันดร: Solar Guard, Solar Elemental
  • พลังชีวิต
    198%
    Energy Shield From Life
    25%
    ค่าเกราะ
    +25%
    Ailment Threshold
    198%
    ค่าต้านทาน
    IconEnemyResistanceFireStrong75% IconEnemyResistanceCold0% IconEnemyResistanceLightning0% IconEnemyResistanceChaos0%
    Damage
    112%
    ความแม่นยำ
    100%
    โอกาสคริติคอล
    +5%
    ตัวคูณคริติคอล
    +130%
    Attack Distance
    6 ~ 9
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    ค่าประสบการณ์
    180%
    Model Size
    120%
    Type
    HolyFireElementalSolarisChampion
    Metadata
    HolyFireElementalSolarisBeam
    เลเวล
    72
    พลังชีวิต
    19,273
    ค่าเกราะ
    49,311
    อัตราการหลบหลีก
    5,444
    โล่พลังงาน
    3,886
    Damage
    532
    ความเสียหายเวท
    532
    ความแม่นยำ
    678
    Attack Time
    1.5
    ค่าประสบการณ์
    20,106
    Minion Life
    4,036
    Minion Energy Shield
    814
    Minion Damage
    430
    Ailment Threshold
    19,273
    Chill
    61
    Shock
    61
    Brittle
    345
    Scorch
    61
    Sap
    168
    Phys Convert Ele
    260%
    SpecialBeamCannon
    Spell, Damage
    เวลาร่าย: 2.5 วินาที
    คูลดาวน์: 8 วินาที
    สร้างความเสียหาย ไฟ 1292 ถึง 1938
    active skill area of effect radius +% final [-23]
    is area damage [1]
    HolyFireElementalFireball
    Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, CanRapidFire, AreaSpell
    บอลไฟ (Fireball)
    โอกาสคริติคอล: 6%
    เวลาร่าย: 0.85 วินาที
    ปลดปล่อยลูกไฟเข้าหาเป้าหมายซึ่งจะระเบิด สร้างความเสียหายให้กับศัตรูที่อยู่ใกล้
    สร้างความเสียหาย ไฟ 952.9 ถึง 1476
    รัศมีพื้นฐาน 0.9 เมตร
    base is projectile [1]
    spell maximum action distance +% [-50]
    iconfireball

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/HolyFireElemental/HolyFireElementalSolarisBeam"] = {
        fireResist = 75,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        name = "Solar Guard",
        life = 1.98,
        energyShield = 0.25,
        damage = 1.12,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 9,
        accuracy = 1,
        skillList = {
            "HolyFireElementalFireball",
            "SpecialBeamCannon",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["HolyFireElementalFireball"] = {
        name = "Fireball",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Unleashes a ball of fire towards a target which explodes, damaging nearby foes.",
        skillTypes = {
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Fire] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.85,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "spell_maximum_action_distance_+%",
            "active_skill_base_area_of_effect_radius",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, -50, 9, critChance = 6, levelRequirement = 3, statInterpolation = {3, 3},  cost = { }, },
            [2] = {1.75, 2.710000038147, -50, 9, critChance = 6, levelRequirement = 68, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SpecialBeamCannon"] = {
        name = "SpecialBeamCannon",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2.5,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, -23, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
            [2] = {0.80000001192093, 1.2000000476837, -23, levelRequirement = 68, statInterpolation = {3, 3},  cost = { }, },
            [3] = {0.80000001192093, 1.2000000476837, -23, levelRequirement = 82, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    นำความเสียหาย กายภาพ 60% ไปเสริมเป็น ไฟ
    FamilyPhysicalAddedAsFire
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • physical damage % to add as fire 60 60 Global
  • Craft Tagsphysical_damage elemental_damage ความเสียหาย กายภาพ ธาตุ ไฟ
    Solar Guard
    ชีวิตประดิษฐ์
    IconEnemyResistanceFireStrong
    นำความเสียหาย กายภาพ 60% ไปเสริมเป็น ไฟ
    Spectre
    Tagsanimal_claw_weapon, นักเวท, construct, fire_affinity, humanoid, is_unarmed, medium_movement, mud_blood, not_dex, ranged, stone_armour, stone_construct, templar
    Packs
  • Solar Elemental, Solar Guard
  • พลังชีวิต
    198%
    Energy Shield From Life
    25%
    ค่าเกราะ
    +25%
    Ailment Threshold
    198%
    ค่าต้านทาน
    IconEnemyResistanceFireStrong75% IconEnemyResistanceCold0% IconEnemyResistanceLightning0% IconEnemyResistanceChaos0%
    Damage
    112%
    ความแม่นยำ
    100%
    โอกาสคริติคอล
    +5%
    ตัวคูณคริติคอล
    +130%
    Attack Distance
    6 ~ 9
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    ค่าประสบการณ์
    180%
    Model Size
    120%
    Type
    HolyFireElementalSolarisChampion
    Metadata
    HolyFireElementalSolarisBeamHellscape
    เลเวล
    68
    พลังชีวิต
    12,738
    ค่าเกราะ
    35,988
    อัตราการหลบหลีก
    4,739
    โล่พลังงาน
    3,033
    Damage
    418
    ความเสียหายเวท
    418
    ความแม่นยำ
    580
    Attack Time
    1.5
    ค่าประสบการณ์
    18,459
    Minion Life
    2,763
    Minion Energy Shield
    658
    Minion Damage
    334
    Ailment Threshold
    12,738
    Chill
    40
    Shock
    40
    Brittle
    228
    Scorch
    40
    Sap
    111
    Phys Convert Ele
    240%
    SpecialBeamCannon
    Spell, Damage
    เวลาร่าย: 2.5 วินาที
    คูลดาวน์: 8 วินาที
    สร้างความเสียหาย ไฟ 1063 ถึง 1594
    active skill area of effect radius +% final [-23]
    is area damage [1]
    HolyFireElementalFireball
    Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, CanRapidFire, AreaSpell
    บอลไฟ (Fireball)
    โอกาสคริติคอล: 6%
    เวลาร่าย: 0.85 วินาที
    ปลดปล่อยลูกไฟเข้าหาเป้าหมายซึ่งจะระเบิด สร้างความเสียหายให้กับศัตรูที่อยู่ใกล้
    สร้างความเสียหาย ไฟ 776.5 ถึง 1202
    รัศมีพื้นฐาน 0.9 เมตร
    base is projectile [1]
    spell maximum action distance +% [-50]
    iconfireball

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/HolyFireElemental/HolyFireElementalSolarisBeamHellscape"] = {
        fireResist = 75,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        name = "Solar Guard",
        life = 1.98,
        energyShield = 0.25,
        damage = 1.12,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 9,
        accuracy = 1,
        skillList = {
            "HolyFireElementalFireball",
            "SpecialBeamCannon",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["HolyFireElementalFireball"] = {
        name = "Fireball",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Unleashes a ball of fire towards a target which explodes, damaging nearby foes.",
        skillTypes = {
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Fire] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.85,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "spell_maximum_action_distance_+%",
            "active_skill_base_area_of_effect_radius",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, -50, 9, critChance = 6, levelRequirement = 3, statInterpolation = {3, 3},  cost = { }, },
            [2] = {1.75, 2.710000038147, -50, 9, critChance = 6, levelRequirement = 68, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SpecialBeamCannon"] = {
        name = "SpecialBeamCannon",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2.5,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, -23, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
            [2] = {0.80000001192093, 1.2000000476837, -23, levelRequirement = 68, statInterpolation = {3, 3},  cost = { }, },
            [3] = {0.80000001192093, 1.2000000476837, -23, levelRequirement = 82, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    นำความเสียหาย กายภาพ 60% ไปเสริมเป็น ไฟ
    FamilyPhysicalAddedAsFire
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • physical damage % to add as fire 60 60 Global
  • Craft Tagsphysical_damage elemental_damage ความเสียหาย กายภาพ ธาตุ ไฟ
    Solar Guard
    ชีวิตประดิษฐ์
    IconEnemyResistanceFireStrong
    ด่าน: The Twilight Temple
    นำความเสียหาย กายภาพ 60% ไปเสริมเป็น ไฟ
    Spectre
    AreaThe Twilight Temple
    Tagsanimal_claw_weapon, นักเวท, construct, fire_affinity, humanoid, is_unarmed, medium_height, medium_movement, mud_blood, not_dex, ranged, stone_armour, stone_construct, templar
    Packs
  • The Twilight Temple: Solar Elemental, Solar Guard
  • พลังชีวิต
    198%
    Energy Shield From Life
    25%
    ค่าเกราะ
    +25%
    Ailment Threshold
    198%
    ค่าต้านทาน
    IconEnemyResistanceFireStrong75% IconEnemyResistanceCold0% IconEnemyResistanceLightning0% IconEnemyResistanceChaos0%
    Damage
    112%
    ความแม่นยำ
    100%
    โอกาสคริติคอล
    +5%
    ตัวคูณคริติคอล
    +130%
    Attack Distance
    6 ~ 9
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    ค่าประสบการณ์
    180%
    Model Size
    120%
    Type
    HolyFireElementalSolarisChampion
    Metadata
    HolyFireElementalSolarisBeamSchism
    เลเวล
    76
    พลังชีวิต
    29,591
    ค่าเกราะ
    67,370
    อัตราการหลบหลีก
    6,235
    โล่พลังงาน
    4,965
    Damage
    673
    ความเสียหายเวท
    673
    ความแม่นยำ
    792
    Attack Time
    1.5
    ค่าประสบการณ์
    21,607
    Minion Life
    5,986
    Minion Energy Shield
    1,004
    Minion Damage
    553
    Ailment Threshold
    29,591
    Chill
    94
    Shock
    94
    Brittle
    529
    Scorch
    94
    Sap
    259
    Phys Convert Ele
    280%
    SpecialBeamCannon
    Spell, Damage
    เวลาร่าย: 2.5 วินาที
    คูลดาวน์: 8 วินาที
    สร้างความเสียหาย ไฟ 1567 ถึง 2351
    active skill area of effect radius +% final [-23]
    is area damage [1]
    HolyFireElementalFireball
    Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, CanRapidFire, AreaSpell
    บอลไฟ (Fireball)
    โอกาสคริติคอล: 6%
    เวลาร่าย: 0.85 วินาที
    ปลดปล่อยลูกไฟเข้าหาเป้าหมายซึ่งจะระเบิด สร้างความเสียหายให้กับศัตรูที่อยู่ใกล้
    สร้างความเสียหาย ไฟ 1167 ถึง 1806
    รัศมีพื้นฐาน 0.9 เมตร
    base is projectile [1]
    spell maximum action distance +% [-50]
    iconfireball

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/HolyFireElemental/HolyFireElementalSolarisBeamSchism"] = {
        fireResist = 75,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        name = "Solar Guard",
        life = 1.98,
        energyShield = 0.25,
        damage = 1.12,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 9,
        accuracy = 1,
        skillList = {
            "HolyFireElementalFireball",
            "SpecialBeamCannon",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["HolyFireElementalFireball"] = {
        name = "Fireball",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Unleashes a ball of fire towards a target which explodes, damaging nearby foes.",
        skillTypes = {
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Fire] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.85,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "spell_maximum_action_distance_+%",
            "active_skill_base_area_of_effect_radius",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, -50, 9, critChance = 6, levelRequirement = 3, statInterpolation = {3, 3},  cost = { }, },
            [2] = {1.75, 2.710000038147, -50, 9, critChance = 6, levelRequirement = 68, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SpecialBeamCannon"] = {
        name = "SpecialBeamCannon",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2.5,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, -23, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
            [2] = {0.80000001192093, 1.2000000476837, -23, levelRequirement = 68, statInterpolation = {3, 3},  cost = { }, },
            [3] = {0.80000001192093, 1.2000000476837, -23, levelRequirement = 82, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    นำความเสียหาย กายภาพ 60% ไปเสริมเป็น ไฟ
    FamilyPhysicalAddedAsFire
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • physical damage % to add as fire 60 60 Global
  • Craft Tagsphysical_damage elemental_damage ความเสียหาย กายภาพ ธาตุ ไฟ
    Solar Guard
    ชีวิตประดิษฐ์
    IconEnemyResistanceFireStrong
    นำความเสียหาย กายภาพ 60% ไปเสริมเป็น ไฟ
    Spectre
    Areaสะพานท่าเรือ
    Tagsanimal_claw_weapon, นักเวท, construct, fire_affinity, humanoid, is_unarmed, medium_height, medium_movement, mud_blood, not_dex, ranged, stone_armour, stone_construct, templar
    พลังชีวิต
    198%
    Energy Shield From Life
    25%
    ค่าเกราะ
    +25%
    Ailment Threshold
    198%
    ค่าต้านทาน
    IconEnemyResistanceFireStrong75% IconEnemyResistanceCold0% IconEnemyResistanceLightning0% IconEnemyResistanceChaos0%
    Damage
    112%
    ความแม่นยำ
    100%
    โอกาสคริติคอล
    +5%
    ตัวคูณคริติคอล
    +130%
    Attack Distance
    6 ~ 9
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    ค่าประสบการณ์
    180%
    Model Size
    120%
    Type
    HolyFireElementalSolarisChampion
    Metadata
    HolyFireElementalSolarisBeamNewTeam
    เลเวล
    60
    พลังชีวิต
    7,322
    ค่าเกราะ
    18,973
    อัตราการหลบหลีก
    3,556
    โล่พลังงาน
    1,831
    Damage
    278
    ความเสียหายเวท
    278
    ความแม่นยำ
    422
    Attack Time
    1.5
    ค่าประสบการณ์
    14,877
    Minion Life
    1,707
    Minion Energy Shield
    427
    Minion Damage
    217
    Ailment Threshold
    7,322
    Chill
    23
    Shock
    23
    Brittle
    131
    Scorch
    23
    Sap
    64
    Phys Convert Ele
    200%
    SpecialBeamCannon
    Spell, Damage
    เวลาร่าย: 2.5 วินาที
    คูลดาวน์: 8 วินาที
    สร้างความเสียหาย ไฟ 712.9 ถึง 1069
    active skill area of effect radius +% final [-23]
    is area damage [1]
    HolyFireElementalFireball
    Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, CanRapidFire, AreaSpell
    บอลไฟ (Fireball)
    โอกาสคริติคอล: 6%
    เวลาร่าย: 0.85 วินาที
    ปลดปล่อยลูกไฟเข้าหาเป้าหมายซึ่งจะระเบิด สร้างความเสียหายให้กับศัตรูที่อยู่ใกล้
    สร้างความเสียหาย ไฟ 233.8 ถึง 350.6
    รัศมีพื้นฐาน 0.9 เมตร
    base is projectile [1]
    spell maximum action distance +% [-50]
    iconfireball

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Positioned 
    { 
    	team = 126
    }
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/HolyFireElemental/HolyFireElementalSolarisBeamNewTeam"] = {
        fireResist = 75,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        name = "Solar Guard",
        life = 1.98,
        energyShield = 0.25,
        damage = 1.12,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 9,
        accuracy = 1,
        skillList = {
            "HolyFireElementalFireball",
            "SpecialBeamCannon",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["HolyFireElementalFireball"] = {
        name = "Fireball",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Unleashes a ball of fire towards a target which explodes, damaging nearby foes.",
        skillTypes = {
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Fire] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.85,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "spell_maximum_action_distance_+%",
            "active_skill_base_area_of_effect_radius",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, -50, 9, critChance = 6, levelRequirement = 3, statInterpolation = {3, 3},  cost = { }, },
            [2] = {1.75, 2.710000038147, -50, 9, critChance = 6, levelRequirement = 68, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SpecialBeamCannon"] = {
        name = "SpecialBeamCannon",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2.5,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, -23, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
            [2] = {0.80000001192093, 1.2000000476837, -23, levelRequirement = 68, statInterpolation = {3, 3},  cost = { }, },
            [3] = {0.80000001192093, 1.2000000476837, -23, levelRequirement = 82, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    นำความเสียหาย กายภาพ 60% ไปเสริมเป็น ไฟ
    FamilyPhysicalAddedAsFire
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • physical damage % to add as fire 60 60 Global
  • Craft Tagsphysical_damage elemental_damage ความเสียหาย กายภาพ ธาตุ ไฟ
    Edit

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