León fundido
Constructo
monster base type attack cast speed +% and damage -% final [33]
Ganas el 100% del daño físico como daño de fuego extra
Molten Lion
SpectreY
AreaLos Campos Imperiales, El Templo de Solaris Nivel 1, El Templo de Solaris Nivel 2, El Laboratorio Eterno
Tagsanimal_claw_weapon, beast, Lanzador de hechizos, construct, fire_affinity, is_unarmed, medium_movement, melee, mud_blood, not_int, physical_affinity, small_height, stone_armour, stone_construct
Packs
  • El Templo de Solaris Nivel 1, El Templo de Solaris Nivel 2: León fundido, León áurico
  • Los Campos Imperiales: León fundido, León áurico
  • El Laboratorio Eterno: León áurico, León fundido
  • Vida
    188%
    Armaduras
    +50%
    Evasión
    +50%
    Ailment Threshold
    188%
    Resistencia
    40 0 0 0
    Damage
    113%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de Golpe Crítico
    +130%
    Attack Distance
    6 ~ 12
    Attack Time
    1.5 Second
    Damage Spread
    ±10%
    Experiencia
    150%
    Model Size
    100%
    Type
    StatueLionSolaris
    Metadata
    LionSolarisFlame
    Nivel
    68
    Vida
    12,095
    Armaduras
    43,185
    Evasión
    7,109
    Escudo de energía
    0
    Damage
    422
    Daño de hechizos
    422
    Precisión
    290
    Attack Time
    1.5
    Experiencia
    15,383
    Ailment Threshold
    12,095
    Chill
    38
    Shock
    38
    Brittle
    216
    Scorch
    38
    Sap
    106
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque estándar
    Base Damage: 380–464
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.5 seg
    Derriba a tus enemigos con un golpe poderoso.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    Flamebreath
    Spell, Damage, Fire, Projectile, Area, AreaSpell
    Aliento de llamas
    Tiempo de lanzamiento: 2.97 seg
    Tiempo de recarga: 10 seg
    Inflige 912.6 de daño de fuego base por segundo
    La duración base es de 5 segundos
    Inflige de 328.5 a 492.8 de daño de fuego
    Velocidad de proyectiles aumentada un 40%
    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"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Statue/Lion/LionStatue"
    
    Life
    {
    	on_spawned_alive = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/act8/lion_statue/LionStatue_GoldenBurned/bodyfx/bodyfx.epk );"
    	on_death = "RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/act8/lion_statue/LionStatue_GoldenBurned/bodyfx/bodyfx.epk );"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Statue/LionSolarisFlame"] = {
        name = "Molten Lion",
        life = 1.88,
        fireResist = 40,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        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]
    IdMonsterSpeedAndDamageFixupComplete
    FamilyMonsterSpeedAndDamageFixup
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • monster base type attack cast speed +% and damage -% final Min: 33 Max: 33 Global
  • Craft Tagscaster_damage damage attack caster speed
    Ganas el 100% del daño físico como daño de fuego extra
    IdMonsterPhysicalAddedAsFireSkeletonMaps
    FamilyPhysicalAddedAsFire
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • physical damage % to add as fire Min: 100 Max: 100 Global
  • Craft Tagsphysical_damage elemental_damage damage physical elemental fire
    León fundido
    Constructo
    monster base type attack cast speed +% and damage -% final [33]
    Ganas el 100% del daño físico como daño de fuego extra
    Molten Lion
    SpectreY
    Tagsanimal_claw_weapon, beast, Lanzador de hechizos, construct, fire_affinity, is_unarmed, medium_movement, melee, mud_blood, not_int, physical_affinity, stone_armour, stone_construct
    Packs
  • León fundido, León áurico
  • Vida
    188%
    Armaduras
    +50%
    Evasión
    +50%
    Ailment Threshold
    188%
    Resistencia
    40 0 0 0
    Damage
    113%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de Golpe Crítico
    +130%
    Attack Distance
    6 ~ 12
    Attack Time
    1.5 Second
    Damage Spread
    ±10%
    Experiencia
    150%
    Model Size
    100%
    Type
    StatueLionSolaris
    Metadata
    LionSolarisFlameHellscape
    Nivel
    68
    Vida
    12,095
    Armaduras
    43,185
    Evasión
    7,109
    Escudo de energía
    0
    Damage
    422
    Daño de hechizos
    422
    Precisión
    290
    Attack Time
    1.5
    Experiencia
    15,383
    Ailment Threshold
    12,095
    Chill
    38
    Shock
    38
    Brittle
    216
    Scorch
    38
    Sap
    106
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque estándar
    Base Damage: 380–464
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.5 seg
    Derriba a tus enemigos con un golpe poderoso.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    Flamebreath
    Spell, Damage, Fire, Projectile, Area, AreaSpell
    Aliento de llamas
    Tiempo de lanzamiento: 2.97 seg
    Tiempo de recarga: 10 seg
    Inflige 912.6 de daño de fuego base por segundo
    La duración base es de 5 segundos
    Inflige de 328.5 a 492.8 de daño de fuego
    Velocidad de proyectiles aumentada un 40%
    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"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Statue/Lion/LionStatue"
    
    Life
    {
    	on_spawned_alive = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/act8/lion_statue/LionStatue_GoldenBurned/bodyfx/bodyfx.epk );"
    	on_death = "RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/act8/lion_statue/LionStatue_GoldenBurned/bodyfx/bodyfx.epk );"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Statue/LionSolarisFlameHellscape"] = {
        name = "Molten Lion",
        life = 1.88,
        fireResist = 40,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        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]
    IdMonsterSpeedAndDamageFixupComplete
    FamilyMonsterSpeedAndDamageFixup
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • monster base type attack cast speed +% and damage -% final Min: 33 Max: 33 Global
  • Craft Tagscaster_damage damage attack caster speed
    Ganas el 100% del daño físico como daño de fuego extra
    IdMonsterPhysicalAddedAsFireSkeletonMaps
    FamilyPhysicalAddedAsFire
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • physical damage % to add as fire Min: 100 Max: 100 Global
  • Craft Tagsphysical_damage elemental_damage damage physical elemental fire
    León fundido
    Constructo
    monster base type attack cast speed +% and damage -% final [33]
    Ganas el 100% del daño físico como daño de fuego extra
    Molten Lion
    SpectreY
    AreaEl templo del crepúsculo
    Tagsanimal_claw_weapon, beast, Lanzador de hechizos, construct, fire_affinity, is_unarmed, medium_movement, melee, mud_blood, not_int, physical_affinity, small_height, stone_armour, stone_construct
    Packs
  • El templo del crepúsculo: León áurico, León fundido
  • Vida
    188%
    Armaduras
    +50%
    Evasión
    +50%
    Ailment Threshold
    188%
    Resistencia
    40 0 0 0
    Damage
    113%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de Golpe Crítico
    +130%
    Attack Distance
    6 ~ 12
    Attack Time
    1.5 Second
    Damage Spread
    ±10%
    Experiencia
    150%
    Model Size
    100%
    Type
    StatueLionSolaris
    Metadata
    LionSolarisFlameSchism
    Nivel
    71
    Vida
    16,511
    Armaduras
    54,710
    Evasión
    7,890
    Escudo de energía
    0
    Damage
    505
    Daño de hechizos
    505
    Precisión
    326
    Attack Time
    1.5
    Experiencia
    16,424
    Ailment Threshold
    16,511
    Chill
    52
    Shock
    52
    Brittle
    295
    Scorch
    52
    Sap
    144
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque estándar
    Base Damage: 455–556
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.5 seg
    Derriba a tus enemigos con un golpe poderoso.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    Flamebreath
    Spell, Damage, Fire, Projectile, Area, AreaSpell
    Aliento de llamas
    Tiempo de lanzamiento: 2.97 seg
    Tiempo de recarga: 10 seg
    Inflige 1071.7 de daño de fuego base por segundo
    La duración base es de 5 segundos
    Inflige de 385.8 a 578.7 de daño de fuego
    Velocidad de proyectiles aumentada un 40%
    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"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Statue/Lion/LionStatue"
    
    Life
    {
    	on_spawned_alive = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/act8/lion_statue/LionStatue_GoldenBurned/bodyfx/bodyfx.epk );"
    	on_death = "RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/act8/lion_statue/LionStatue_GoldenBurned/bodyfx/bodyfx.epk );"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Statue/LionSolarisFlameSchism"] = {
        name = "Molten Lion",
        life = 1.88,
        fireResist = 40,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        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]
    IdMonsterSpeedAndDamageFixupComplete
    FamilyMonsterSpeedAndDamageFixup
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • monster base type attack cast speed +% and damage -% final Min: 33 Max: 33 Global
  • Craft Tagscaster_damage damage attack caster speed
    Ganas el 100% del daño físico como daño de fuego extra
    IdMonsterPhysicalAddedAsFireSkeletonMaps
    FamilyPhysicalAddedAsFire
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • physical damage % to add as fire Min: 100 Max: 100 Global
  • Craft Tagsphysical_damage elemental_damage damage physical elemental fire
    León fundido
    Constructo
    monster base type attack cast speed +% and damage -% final [33]
    Ganas el 100% del daño físico como daño de fuego extra
    Molten Lion
    SpectreY
    AreaEl Puente Portuario
    Tagsanimal_claw_weapon, beast, Lanzador de hechizos, construct, fire_affinity, is_unarmed, medium_movement, melee, mud_blood, not_int, physical_affinity, small_height, stone_armour, stone_construct
    Packs
  • El Puente Portuario: León fundido, León áurico
  • Vida
    188%
    Armaduras
    +50%
    Evasión
    +50%
    Ailment Threshold
    188%
    Resistencia
    40 0 0 0
    Damage
    113%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de Golpe Crítico
    +130%
    Attack Distance
    6 ~ 12
    Attack Time
    1.5 Second
    Damage Spread
    ±10%
    Experiencia
    150%
    Model Size
    100%
    Type
    StatueLionSolaris
    Metadata
    LionSolarisFlameNewTeam
    Nivel
    60
    Vida
    6,952
    Armaduras
    22,767
    Evasión
    5,334
    Escudo de energía
    0
    Damage
    281
    Daño de hechizos
    281
    Precisión
    211
    Attack Time
    1.5
    Experiencia
    12,398
    Ailment Threshold
    6,952
    Chill
    22
    Shock
    22
    Brittle
    124
    Scorch
    22
    Sap
    61
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque estándar
    Base Damage: 253–309
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.5 seg
    Derriba a tus enemigos con un golpe poderoso.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    Flamebreath
    Spell, Damage, Fire, Projectile, Area, AreaSpell
    Aliento de llamas
    Tiempo de lanzamiento: 2.97 seg
    Tiempo de recarga: 10 seg
    Inflige 594.7 de daño de fuego base por segundo
    La duración base es de 5 segundos
    Inflige de 214.1 a 321.1 de daño de fuego
    Velocidad de proyectiles aumentada un 40%
    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"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Statue/Lion/LionStatue"
    
    Life
    {
    	on_spawned_alive = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/act8/lion_statue/LionStatue_GoldenBurned/bodyfx/bodyfx.epk );"
    	on_death = "RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/act8/lion_statue/LionStatue_GoldenBurned/bodyfx/bodyfx.epk );"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Statue/LionSolarisFlameNewTeam"] = {
        name = "Molten Lion",
        life = 1.88,
        fireResist = 40,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        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]
    IdMonsterSpeedAndDamageFixupComplete
    FamilyMonsterSpeedAndDamageFixup
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • monster base type attack cast speed +% and damage -% final Min: 33 Max: 33 Global
  • Craft Tagscaster_damage damage attack caster speed
    Ganas el 100% del daño físico como daño de fuego extra
    IdMonsterPhysicalAddedAsFireSkeletonMaps
    FamilyPhysicalAddedAsFire
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • physical damage % to add as fire Min: 100 Max: 100 Global
  • Craft Tagsphysical_damage elemental_damage damage physical elemental fire
    Edit

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