Golem de Chamas Menor
Construto
monster no drops or experience [1]
monster base type attack cast speed +% and damage -% final [22]
Lesser Flame Golem
SpectreN
Tagsbludgeoning_weapon, Conjurador, construct, extra_small_height, fast_movement, fire_affinity, is_unarmed, mud_blood, not_dex, not_str, ranged, stone_armour
Vida
250%
Energy Shield From Life
100%
Ailment Threshold
250%
Resistência
75 0 0 0
Damage
100%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 6
Attack Time
1.5 Second
Damage Spread
±20%
Experiência
100%
Model Size
80%
Type
LesserFlameGolemSummoned
Metadata
LesserFireElementalSummoned
Nível
68
Vida
16,083
Armadura
28,790
Evasão
4,739
Escudo de Energia
6,127
Damage
374
Dano Mágico
374
Precisão
290
Attack Time
1.5
Experiência
10,255
Ailment Threshold
16,083
Chill
51
Shock
51
Brittle
288
Scorch
51
Sap
141
FireElementalFlameRed
Spell, Projectile, ProjectilesFromUser, Damage, Trappable, Mineable, SummonsTotem, Fire
Totem Flamejante Sagrado
Eficácia do Dano Adicionado: 20%
Tempo de Conjuração: 0.25 seg
Convoca um totem que dispara uma sequência de chamas em inimigos próximos.
Projéteis Perfuram todos Alvos
Causa 205.9 a 308.8 de Dano de Fogo
89% menos Velocidade de Conjuração
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
Cone de Fogo Elemental
Chance de Crítico: 10%
Tempo de Conjuração: 0.935 seg
Recarga: 2 seg
Causa 225.7 a 352.7 de Dano de Fogo
is area damage [1]
FireElementalMortar
Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell
Chance de Crítico: 5%
Tempo de Conjuração: 1 seg
Recarga: 6 seg
Habilidade de morteiro de monstro genérico. Como Projétil de Monstro, mas com um efeito de impacto.
Causa 328.9 a 493.3 de Dano de Fogo
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: 299–448
Chance de Crítico: 5%
Dano de Ataque: 350%
Dano de Ataque: 350%
Attack Time: 1.5 seg
Causa 2531.3 de Dano de Fogo Base por segundo
Causa 250% mais Dano de Ataque
Duração base é de 5 segundos
100% do Dano Físico Convertido para Dano de Fogo
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/LesserFireElementalSummoned"] = {
    name = "Lesser Flame Golem",
    life = 2.5,
    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",
        "FireElementalMeteorSummoned",
    },
    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 = { }, },
    },
}
-- 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, 5000, 100, 80, baseMultiplier = 3.5, levelRequirement = 1, statInterpolation = {3},  cost = { }, },
    },
}
monster no drops or experience [1]
IdMonsterNoDropsOrExperience
FamilyMonsterNoDropsOrExperience
Domainsmonstro (3)
GenerationTypeÚnico (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
    Domainsmonstro (3)
    GenerationTypeÚnico (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
    Edit

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