火炎獸
惡魔
Flame Beast
幽魂Y
標籤animal_claw_weapon, 法術, demon, fire_affinity, ghost_armour, ghost_blood, immobile, is_unarmed, small_height
生命
300%
異常狀態臨界值
300%
抗性
40 0 0 0
傷害
150%
命中
100%
暴擊率
+5%
暴擊加成
+130%
攻擊距離
6 ~ 6
攻擊間隔
1.5 秒
傷害分佈
±0%
經驗值
100%
Model Size
80%
類型
FlamebearerStationaryDefensive
Metadata
FlameBearerTalismanT2Ghost
等級
68
生命
19,300
護甲
28,790
閃避
4,739
能量護盾
0
傷害
560
法術傷害
560
命中
290
攻擊間隔
1.5
經驗值
10,255
異常狀態臨界值
19,300
冰緩
61
感電
61
易碎
345
焦灼
61
殘喘
169
TalismanT2IncinerateBlue
法術, 投射物, 玩家投射物, 傷害, 圖騰技能, 火焰
燒毀
附加傷害效用: 30%
施放時間: 0.2 秒
從手中散發出火焰之柱。當你站在同個地點施放的時間越久,火焰的範圍和傷害都會隨之增加。
技能重複施放 100
投射物穿透全部目標
造成 159.5212.6 火焰傷害
增加 20% 投射物速度
造成 100% 更多每階段擊中和段異常狀態傷害
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.