MirageVillageShippingSanctumArchnemesisExpeditionDetonatorUltimatumAltarRitualRuneHeistSumgglersCacheHarvestPortalAfflictionInitiatorBlightCoreLegionInitiatorBetrayalSymbolCatarinaDelveMineralVeinIncursionCraftingBenchBestiaryRareMonsterAbyssBreachEssenceStrongboxShrine
Molten Lion
ชีวิตประดิษฐ์
IconEnemyResistanceFire
monster base type attack cast speed +% and damage -% final [33]
นำความเสียหาย กายภาพ 100% ไปเสริมเป็น ไฟ
Spectre
Areaทุ่งจักรพรรดิ, วิหารโซลาริส ชั้นที่ 1, วิหารโซลาริส ชั้นที่ 2, ห้องทดลองนิรันดร
Tagsanimal_claw_weapon, beast, นักเวท, construct, fire_affinity, is_unarmed, medium_movement, melee, mud_blood, not_int, physical_affinity, small_height, stone_armour, stone_construct
Packs
  • วิหารโซลาริส ชั้นที่ 1, วิหารโซลาริส ชั้นที่ 2: Molten Lion, Auric Lion
  • ทุ่งจักรพรรดิ: Molten Lion, Auric Lion
  • ห้องทดลองนิรันดร: Auric Lion, Molten Lion
  • พลังชีวิต
    188%
    ค่าเกราะ
    +50%
    การหลบหลีก
    +50%
    Ailment Threshold
    188%
    ค่าต้านทาน
    IconEnemyResistanceFire40% IconEnemyResistanceCold0% IconEnemyResistanceLightning0% IconEnemyResistanceChaos0%
    Damage
    113%
    ความแม่นยำ
    100%
    โอกาสคริติคอล
    +5%
    ตัวคูณคริติคอล
    +130%
    Attack Distance
    6 ~ 12
    Attack Time
    1.5 Second
    Damage Spread
    ±10%
    ค่าประสบการณ์
    150%
    Model Size
    100%
    Type
    StatueLionSolaris
    Metadata
    LionSolarisFlame
    เลเวล
    68
    พลังชีวิต
    12,095
    ค่าเกราะ
    43,185
    อัตราการหลบหลีก
    7,109
    Damage
    422
    ความเสียหายเวท
    422
    ความแม่นยำ
    580
    Attack Time
    1.5
    ค่าประสบการณ์
    15,383
    Minion Life
    2,623
    Minion Damage
    337
    Ailment Threshold
    12,095
    Chill
    38
    Shock
    38
    Brittle
    216
    Scorch
    38
    Sap
    106
    Phys Convert Ele
    240%
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    โจมตีธรรมดา (Default Attack)
    Base Damage: 380464
    โอกาสคริติคอล: 5%
    Attack Time: 1.5 วินาที
    โจมตีศัตรูของคุณด้วยการจู่โจมอย่างมีกำลัง
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    iconbasicattack
    Flamebreath
    Spell, Damage, Fire, Projectile, Area, AreaSpell
    หายใจพ่นไฟ (Flame Breath)
    เวลาร่าย: 2.97 วินาที
    คูลดาวน์: 10 วินาที
    ระยะเวลาพื้นฐาน 5 วินาที
    สร้างความเสียหาย ไฟ 328.5 ถึง 492.8
    เพิ่มความเร็วโพรเจกไทล์ 40%
    base fire damage to deal per minute [54758]
    ground fire art variation [2]
    is area damage [1]
    projectile spread radius [10]
    projectile uses contact position [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Statue/Lion/LionStatue"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Statue/LionSolarisFlame"] = {
        fireResist = 40,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        name = "Molten Lion",
        life = 1.88,
        damage = 1.13,
        damageSpread = 0.1,
        attackTime = 1.5,
        attackRange = 12,
        accuracy = 1,
        skillList = {
            "Melee",
            "Flamebreath",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["Melee"] = {
        name = "Default Attack",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Strike your foes down with a powerful blow.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.ProjectilesFromUser] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_can_fire_arrows",
            "skill_can_fire_wand_projectiles",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["Flamebreath"] = {
        name = "Flame Breath",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Fire] = true,
            [SkillType.Projectile] = true,
            [SkillType.Area] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2.97,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "base_fire_damage_to_deal_per_minute",
            "projectile_spread_radius",
            "base_projectile_speed_+%",
            "base_skill_effect_duration",
            "ground_fire_art_variation",
            "projectile_uses_contact_position",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 8, 10, 40, 5000, 2, levelRequirement = 1, statInterpolation = {3, 3, 3},  cost = { }, },
        },
    }
    
    monster base type attack cast speed +% and damage -% final [33]
    FamilyMonsterSpeedAndDamageFixup
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • monster base type attack cast speed +% and damage -% final 33 33 Global
  • Craft Tagscaster_damage ความเสียหาย โจมตี นักเวท ความเร็ว
    นำความเสียหาย กายภาพ 100% ไปเสริมเป็น ไฟ
    FamilyPhysicalAddedAsFire
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • physical damage % to add as fire 100 100 Global
  • Craft Tagsphysical_damage elemental_damage ความเสียหาย กายภาพ ธาตุ ไฟ
    Molten Lion
    ชีวิตประดิษฐ์
    IconEnemyResistanceFire
    monster base type attack cast speed +% and damage -% final [33]
    นำความเสียหาย กายภาพ 100% ไปเสริมเป็น ไฟ
    Spectre
    Tagsanimal_claw_weapon, beast, นักเวท, construct, fire_affinity, is_unarmed, medium_movement, melee, mud_blood, not_int, physical_affinity, stone_armour, stone_construct
    Packs
  • Molten Lion, Auric Lion
  • พลังชีวิต
    188%
    ค่าเกราะ
    +50%
    การหลบหลีก
    +50%
    Ailment Threshold
    188%
    ค่าต้านทาน
    IconEnemyResistanceFire40% IconEnemyResistanceCold0% IconEnemyResistanceLightning0% IconEnemyResistanceChaos0%
    Damage
    113%
    ความแม่นยำ
    100%
    โอกาสคริติคอล
    +5%
    ตัวคูณคริติคอล
    +130%
    Attack Distance
    6 ~ 12
    Attack Time
    1.5 Second
    Damage Spread
    ±10%
    ค่าประสบการณ์
    150%
    Model Size
    100%
    Type
    StatueLionSolaris
    Metadata
    LionSolarisFlameHellscape
    เลเวล
    68
    พลังชีวิต
    12,095
    ค่าเกราะ
    43,185
    อัตราการหลบหลีก
    7,109
    Damage
    422
    ความเสียหายเวท
    422
    ความแม่นยำ
    580
    Attack Time
    1.5
    ค่าประสบการณ์
    15,383
    Minion Life
    2,623
    Minion Damage
    337
    Ailment Threshold
    12,095
    Chill
    38
    Shock
    38
    Brittle
    216
    Scorch
    38
    Sap
    106
    Phys Convert Ele
    240%
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    โจมตีธรรมดา (Default Attack)
    Base Damage: 380464
    โอกาสคริติคอล: 5%
    Attack Time: 1.5 วินาที
    โจมตีศัตรูของคุณด้วยการจู่โจมอย่างมีกำลัง
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    iconbasicattack
    Flamebreath
    Spell, Damage, Fire, Projectile, Area, AreaSpell
    หายใจพ่นไฟ (Flame Breath)
    เวลาร่าย: 2.97 วินาที
    คูลดาวน์: 10 วินาที
    ระยะเวลาพื้นฐาน 5 วินาที
    สร้างความเสียหาย ไฟ 328.5 ถึง 492.8
    เพิ่มความเร็วโพรเจกไทล์ 40%
    base fire damage to deal per minute [54758]
    ground fire art variation [2]
    is area damage [1]
    projectile spread radius [10]
    projectile uses contact position [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Statue/Lion/LionStatue"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Statue/LionSolarisFlameHellscape"] = {
        fireResist = 40,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        name = "Molten Lion",
        life = 1.88,
        damage = 1.13,
        damageSpread = 0.1,
        attackTime = 1.5,
        attackRange = 12,
        accuracy = 1,
        skillList = {
            "Melee",
            "Flamebreath",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["Melee"] = {
        name = "Default Attack",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Strike your foes down with a powerful blow.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.ProjectilesFromUser] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_can_fire_arrows",
            "skill_can_fire_wand_projectiles",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["Flamebreath"] = {
        name = "Flame Breath",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Fire] = true,
            [SkillType.Projectile] = true,
            [SkillType.Area] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2.97,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "base_fire_damage_to_deal_per_minute",
            "projectile_spread_radius",
            "base_projectile_speed_+%",
            "base_skill_effect_duration",
            "ground_fire_art_variation",
            "projectile_uses_contact_position",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 8, 10, 40, 5000, 2, levelRequirement = 1, statInterpolation = {3, 3, 3},  cost = { }, },
        },
    }
    
    monster base type attack cast speed +% and damage -% final [33]
    FamilyMonsterSpeedAndDamageFixup
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • monster base type attack cast speed +% and damage -% final 33 33 Global
  • Craft Tagscaster_damage ความเสียหาย โจมตี นักเวท ความเร็ว
    นำความเสียหาย กายภาพ 100% ไปเสริมเป็น ไฟ
    FamilyPhysicalAddedAsFire
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • physical damage % to add as fire 100 100 Global
  • Craft Tagsphysical_damage elemental_damage ความเสียหาย กายภาพ ธาตุ ไฟ
    Molten Lion
    ชีวิตประดิษฐ์
    IconEnemyResistanceFire
    ด่าน: The Twilight Temple
    monster base type attack cast speed +% and damage -% final [33]
    นำความเสียหาย กายภาพ 100% ไปเสริมเป็น ไฟ
    Spectre
    AreaThe Twilight Temple
    Tagsanimal_claw_weapon, beast, นักเวท, construct, fire_affinity, is_unarmed, medium_movement, melee, mud_blood, not_int, physical_affinity, small_height, stone_armour, stone_construct
    Packs
  • The Twilight Temple: Auric Lion, Molten Lion
  • พลังชีวิต
    188%
    ค่าเกราะ
    +50%
    การหลบหลีก
    +50%
    Ailment Threshold
    188%
    ค่าต้านทาน
    IconEnemyResistanceFire40% IconEnemyResistanceCold0% IconEnemyResistanceLightning0% IconEnemyResistanceChaos0%
    Damage
    113%
    ความแม่นยำ
    100%
    โอกาสคริติคอล
    +5%
    ตัวคูณคริติคอล
    +130%
    Attack Distance
    6 ~ 12
    Attack Time
    1.5 Second
    Damage Spread
    ±10%
    ค่าประสบการณ์
    150%
    Model Size
    100%
    Type
    StatueLionSolaris
    Metadata
    LionSolarisFlameSchism
    เลเวล
    76
    พลังชีวิต
    28,096
    ค่าเกราะ
    80,844
    อัตราการหลบหลีก
    9,353
    Damage
    679
    ความเสียหายเวท
    679
    ความแม่นยำ
    792
    Attack Time
    1.5
    ค่าประสบการณ์
    18,006
    Minion Life
    5,684
    Minion Damage
    558
    Ailment Threshold
    28,096
    Chill
    89
    Shock
    89
    Brittle
    503
    Scorch
    89
    Sap
    245
    Phys Convert Ele
    280%
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    โจมตีธรรมดา (Default Attack)
    Base Damage: 611747
    โอกาสคริติคอล: 5%
    Attack Time: 1.5 วินาที
    โจมตีศัตรูของคุณด้วยการจู่โจมอย่างมีกำลัง
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    iconbasicattack
    Flamebreath
    Spell, Damage, Fire, Projectile, Area, AreaSpell
    หายใจพ่นไฟ (Flame Breath)
    เวลาร่าย: 2.97 วินาที
    คูลดาวน์: 10 วินาที
    ระยะเวลาพื้นฐาน 5 วินาที
    สร้างความเสียหาย ไฟ 556.1 ถึง 834.1
    เพิ่มความเร็วโพรเจกไทล์ 40%
    base fire damage to deal per minute [92679]
    ground fire art variation [2]
    is area damage [1]
    projectile spread radius [10]
    projectile uses contact position [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Statue/Lion/LionStatue"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Statue/LionSolarisFlameSchism"] = {
        fireResist = 40,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        name = "Molten Lion",
        life = 1.88,
        damage = 1.13,
        damageSpread = 0.1,
        attackTime = 1.5,
        attackRange = 12,
        accuracy = 1,
        skillList = {
            "Melee",
            "Flamebreath",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["Melee"] = {
        name = "Default Attack",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Strike your foes down with a powerful blow.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.ProjectilesFromUser] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_can_fire_arrows",
            "skill_can_fire_wand_projectiles",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["Flamebreath"] = {
        name = "Flame Breath",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Fire] = true,
            [SkillType.Projectile] = true,
            [SkillType.Area] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2.97,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "base_fire_damage_to_deal_per_minute",
            "projectile_spread_radius",
            "base_projectile_speed_+%",
            "base_skill_effect_duration",
            "ground_fire_art_variation",
            "projectile_uses_contact_position",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 8, 10, 40, 5000, 2, levelRequirement = 1, statInterpolation = {3, 3, 3},  cost = { }, },
        },
    }
    
    monster base type attack cast speed +% and damage -% final [33]
    FamilyMonsterSpeedAndDamageFixup
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • monster base type attack cast speed +% and damage -% final 33 33 Global
  • Craft Tagscaster_damage ความเสียหาย โจมตี นักเวท ความเร็ว
    นำความเสียหาย กายภาพ 100% ไปเสริมเป็น ไฟ
    FamilyPhysicalAddedAsFire
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • physical damage % to add as fire 100 100 Global
  • Craft Tagsphysical_damage elemental_damage ความเสียหาย กายภาพ ธาตุ ไฟ
    Molten Lion
    ชีวิตประดิษฐ์
    IconEnemyResistanceFire
    monster base type attack cast speed +% and damage -% final [33]
    นำความเสียหาย กายภาพ 100% ไปเสริมเป็น ไฟ
    Spectre
    Areaสะพานท่าเรือ
    Tagsanimal_claw_weapon, beast, นักเวท, construct, fire_affinity, is_unarmed, medium_movement, melee, mud_blood, not_int, physical_affinity, small_height, stone_armour, stone_construct
    Packs
  • สะพานท่าเรือ: Molten Lion, Auric Lion
  • พลังชีวิต
    188%
    ค่าเกราะ
    +50%
    การหลบหลีก
    +50%
    Ailment Threshold
    188%
    ค่าต้านทาน
    IconEnemyResistanceFire40% IconEnemyResistanceCold0% IconEnemyResistanceLightning0% IconEnemyResistanceChaos0%
    Damage
    113%
    ความแม่นยำ
    100%
    โอกาสคริติคอล
    +5%
    ตัวคูณคริติคอล
    +130%
    Attack Distance
    6 ~ 12
    Attack Time
    1.5 Second
    Damage Spread
    ±10%
    ค่าประสบการณ์
    150%
    Model Size
    100%
    Type
    StatueLionSolaris
    Metadata
    LionSolarisFlameNewTeam
    เลเวล
    60
    พลังชีวิต
    6,952
    ค่าเกราะ
    22,767
    อัตราการหลบหลีก
    5,334
    Damage
    281
    ความเสียหายเวท
    281
    ความแม่นยำ
    422
    Attack Time
    1.5
    ค่าประสบการณ์
    12,398
    Minion Life
    1,621
    Minion Damage
    219
    Ailment Threshold
    6,952
    Chill
    22
    Shock
    22
    Brittle
    124
    Scorch
    22
    Sap
    61
    Phys Convert Ele
    200%
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    โจมตีธรรมดา (Default Attack)
    Base Damage: 253309
    โอกาสคริติคอล: 5%
    Attack Time: 1.5 วินาที
    โจมตีศัตรูของคุณด้วยการจู่โจมอย่างมีกำลัง
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    iconbasicattack
    Flamebreath
    Spell, Damage, Fire, Projectile, Area, AreaSpell
    หายใจพ่นไฟ (Flame Breath)
    เวลาร่าย: 2.97 วินาที
    คูลดาวน์: 10 วินาที
    ระยะเวลาพื้นฐาน 5 วินาที
    สร้างความเสียหาย ไฟ 192.1 ถึง 288.1
    เพิ่มความเร็วโพรเจกไทล์ 40%
    base fire damage to deal per minute [32010]
    ground fire art variation [2]
    is area damage [1]
    projectile spread radius [10]
    projectile uses contact position [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Statue/Lion/LionStatue"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Statue/LionSolarisFlameNewTeam"] = {
        fireResist = 40,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        name = "Molten Lion",
        life = 1.88,
        damage = 1.13,
        damageSpread = 0.1,
        attackTime = 1.5,
        attackRange = 12,
        accuracy = 1,
        skillList = {
            "Melee",
            "Flamebreath",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["Melee"] = {
        name = "Default Attack",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Strike your foes down with a powerful blow.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.ProjectilesFromUser] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_can_fire_arrows",
            "skill_can_fire_wand_projectiles",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["Flamebreath"] = {
        name = "Flame Breath",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Fire] = true,
            [SkillType.Projectile] = true,
            [SkillType.Area] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2.97,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "base_fire_damage_to_deal_per_minute",
            "projectile_spread_radius",
            "base_projectile_speed_+%",
            "base_skill_effect_duration",
            "ground_fire_art_variation",
            "projectile_uses_contact_position",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 8, 10, 40, 5000, 2, levelRequirement = 1, statInterpolation = {3, 3, 3},  cost = { }, },
        },
    }
    
    monster base type attack cast speed +% and damage -% final [33]
    FamilyMonsterSpeedAndDamageFixup
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • monster base type attack cast speed +% and damage -% final 33 33 Global
  • Craft Tagscaster_damage ความเสียหาย โจมตี นักเวท ความเร็ว
    นำความเสียหาย กายภาพ 100% ไปเสริมเป็น ไฟ
    FamilyPhysicalAddedAsFire
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • physical damage % to add as fire 100 100 Global
  • Craft Tagsphysical_damage elemental_damage ความเสียหาย กายภาพ ธาตุ ไฟ
    Edit

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