Totem Carbonizado
Construto
Não sofre Dano
Não Pode ser Empurrado
monster penalty against minions damage +% final vs player minions [-30]
monster no map drops [1]
Charred Totem
SpectreN
TagsConjurador, construct, fire_affinity, immobile, is_unarmed, medium_height, mud_blood, not_dex, not_int, stone_armour
Vida
200%
Armadura
+100%
Ailment Threshold
200%
Resistência
0 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
±0%
Experiência
100%
Model Size
130%
Type
MonsterTotemStrMission
Metadata
StrMissionFireballTotem
Nível
68
Vida
12,867
Armadura
57,580
Evasão
4,739
Escudo de Energia
0
Damage
374
Dano Mágico
374
Precisão
290
Attack Time
1.5
Experiência
10,255
Ailment Threshold
12,867
Chill
41
Shock
41
Brittle
230
Scorch
41
Sap
112
IncinerateSpiralStrMissionTotem
Spell, Projectile, ProjectilesFromUser, Damage, Totemable, Fire
Incinerar
Eficácia do Dano Adicionado: 50%
Tempo de Conjuração: 0.2 seg
Recarga: 9 seg
Lança uma torrente de fogo da sua mão. Quanto mais você conjura a magia no mesmo lugar, maior será o tamanho e o dano das chamas.
Seus Acertos não podem Atordoar Inimigos
Projéteis Perfuram todos Alvos
Causa 295.8 a 443.6 de Dano de Fogo
Dispara 120 Projéteis em uma espiral
Velocidade de Projéteis aumentada em 100%
base is projectile [1]
monster reverse point blank damage -% at minimum range [40]
projectile spiral nova time ms [3500]

Object Type

version 2
extends "Metadata/Monsters/Totems/MonsterTotem"

Stats
{
	is_hidden_monster = 1
}

Object Type Codes

version 2
extends "Metadata/Monsters/Totems/MonsterTotem"

Targetable
{
	targetable = false
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Totems/StrMissionFireballTotem"] = {
    name = "Charred Totem",
    life = 2,
    fireResist = 0,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    damage = 1,
    damageSpread = 0,
    attackTime = 1.5,
    attackRange = 6,
    accuracy = 1,
    skillList = {
        "IncinerateSpiralStrMissionTotem",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["IncinerateSpiralStrMissionTotem"] = {
    name = "Incinerate",
    hidden = true,
    color = "3",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Launches a torrent of fire from your hand. The longer you repeatedly cast the spell from the same location, the larger and more damaging the flames become.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.Damage] = true,
        [SkillType.Totemable] = true,
        [SkillType.Fire] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 0.2,
    baseFlags = {
        spell = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_fire_damage",
        "spell_maximum_base_fire_damage",
        "base_projectile_speed_+%",
        "base_number_of_projectiles_in_spiral_nova",
        "projectile_spiral_nova_time_ms",
        "projectile_spiral_nova_angle",
        "monster_reverse_point_blank_damage_-%_at_minimum_range",
        "base_is_projectile",
        "cannot_stun",
        "always_pierce",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 100, 120, 3500, 630, 40, levelRequirement = 4, statInterpolation = {3, 3},  cost = { }, },
    },
}
Não sofre Dano
IdMonsterCannotBeDamaged
FamilyCannotBeDamaged
Domainsmonstro (3)
GenerationTypeunico (3)
Req. level1
Stats
  • base cannot be damaged Min: 1 Max: 1 Global
  • Não Pode Sofrer Dano
    Imune a Dano
    Não sofre Dano
    Cannot Be Damaged
    Não Pode ser Empurrado
    IdImmuneToKnockback
    FamilyImmuneToKnockback
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • cannot be knocked back Min: 1 Max: 1 Global
  • monster penalty against minions damage +% final vs player minions [-30]
    IdMonsterDamageVersusPlayerMinions30
    FamilyMonsterDamageVersusMinions
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • monster penalty against minions damage +% final vs player minions Min: -30 Max: -30 Global
  • Craft Tagsdamage
    monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 Global
  • Edit

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