Besta Flamejante
Demoníaco
Flame Beast
SpectreY
Tagsanimal_claw_weapon, Conjurador, demon, fire_affinity, ghost_armour, ghost_blood, immobile, is_unarmed, small_height
Vida
300%
Ailment Threshold
300%
Resistência
40 0 0 0
Damage
150%
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
80%
Type
FlamebearerStationaryDefensive
Metadata
FlameBearerTalismanT2Ghost
Nível
68
Vida
19,300
Armadura
28,790
Evasão
4,739
Escudo de Energia
0
Damage
560
Dano Mágico
560
Precisão
290
Attack Time
1.5
Experiência
10,255
Ailment Threshold
19,300
Chill
61
Shock
61
Brittle
345
Scorch
61
Sap
169
TalismanT2IncinerateBlue
Spell, Projectile, ProjectilesFromUser, Damage, Totemable, Fire
Incinerar
Eficácia do Dano Adicionado: 30%
Tempo de Conjuração: 0.2 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.
Habilidades se Repetem 100 Vezes mais
Projéteis Perfuram todos Alvos
Causa 159.5 a 212.6 de Dano de Fogo
Velocidade de Projéteis aumentada em 20%
100% mais Dano com Acertos e Afecções por estágio
base is projectile [1]

Object Type

version 2
extends "Metadata/Monsters/Monster"

Life
{
	on_death = "Delete();"
}

DiesAfterTime
{
}

Stats
{
	immune_to_curses = 1
	immune_to_auras_from_other_entities = 1
	set_item_drop_slots = 0
	untargetable_by_monster_ai = 1
	set_monster_do_not_fracture = 1
	set_max_frenzy_charges = 0
	set_max_power_charges = 0
	set_max_endurance_charges = 0
	base_cannot_be_damaged = 1
	base_cannot_be_stunned = 1
	cannot_be_knocked_back = 1
	is_hidden_monster = 1
}

Life
{
	corpse_usable = false
}

Object Type Codes

version 2
extends "Metadata/Monsters/Monster"

Life
{
	on_death = "RemoveEffects( );"
	on_spawned_dead = "RemoveEffects( );"
}

Targetable
{
	no_highlight = true
	targetable = false
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Monkeys/FlameBearerTalismanT2Ghost"] = {
    name = "Flame Beast",
    life = 3,
    fireResist = 40,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    damage = 1.5,
    damageSpread = 0,
    attackTime = 1.5,
    attackRange = 6,
    accuracy = 1,
    skillList = {
        "TalismanT2IncinerateBlue",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["TalismanT2IncinerateBlue"] = {
    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",
        "flamethrower_damage_+%_per_stage_final",
        "base_projectile_speed_+%",
        "skill_repeat_count",
        "base_is_projectile",
        "always_pierce",
    },
    levels = {
        [1] = {0.89999997615814, 1.2000000476837, 100, 20, 100, levelRequirement = 3, statInterpolation = {3, 3},  cost = { }, },
    },
}
Edit

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