화염 야수
악마
Flame Beast
SpectreY
Tagsanimal_claw_weapon, 시전, demon, fire_affinity, ghost_armour, ghost_blood, immobile, is_unarmed, small_height
생명력
300%
Ailment Threshold
300%
저항
40 0 0 0
Damage
150%
정확도
100%
치명타 확률
+5%
치명타 피해 배율
+130%
Attack Distance
6 ~ 6
Attack Time
1.5 Second
Damage Spread
±0%
경험치
100%
Model Size
80%
Type
FlamebearerStationaryDefensive
Metadata
FlameBearerTalismanT2Ghost
레벨
68
생명력
19,300
방어도
28,790
회피
4,739
에너지 보호막
0
Damage
560
주문 피해
560
정확도
290
Attack Time
1.5
경험치
10,255
Ailment Threshold
19,300
Chill
61
Shock
61
Brittle
345
Scorch
61
Sap
169
TalismanT2IncinerateBlue
Spell, Projectile, ProjectilesFromUser, Damage, Totemable, Fire
소각
추가 피해 효율: 30%
시전 속도: 0.2 초
손에서 불길을 내뿜습니다. 같은 자리에서 오랫동안 주문을 시전할수록 불꽃은 더 커지며 주는 피해도 늘어납니다.
스킬 100회 추가 반복
투사체가 모든 대상 관통
159.5~212.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.