더러운 분뇨
Filthy Muck
SpectreN
Tagsvery_slow_movement
생명력
100%
저항
0 0 0 0
Damage
67%
정확도
100%
Attack Distance
6 ~ 6
공격 속도
1 Second
Damage Spread
±20%
경험치
100%
Model Size
100%
Type
Daemon
Metadata
TaintedLifeDaemon
IsSummoned
Y
레벨
68
생명력
7,757
Damage
156
주문 피해
156
정확도
2,464
공격 속도
1
경험치
28,634
Minion Life
6,930
Minion Damage
649
Minion Armour
2,413
EGQueenOfFilthLifeDetonation
Triggerable

Object Type

version 2
extends "Metadata/Monsters/Daemon/AbstractDaemon"

BaseEvents
{
	on_construction_complete = "StartStateTimer( curse_duration, 20 );"
}

Positioned
{
	blocking = false
}

StateMachine
{
	define_shared_state =
	"
		active;
		detonate;
		anim_progress;
	"
}

Object Type Codes

version 2
extends "Metadata/Monsters/Daemon/AbstractDaemon"

BaseEvents
{
	on_construction_complete =
	"
		this.rune = AddAttached( 'Metadata/Effects/Spells/monsters_effects/Act3_FOUR/QueenOfFilth/ao/tainted_life.ao', , .66 );
		rune.PlayAnimation( start );
		rune.QueueAnimation( loop );
	"
}

StateMachine
{
	/* 	on_state_detonate_1 = "rune.PlayAnimation( detonate );"
	on_timer_curse_duration = "rune.PlayAnimation( end );" */
	/* 	on_state_anim_progress_1 = "PlayAnimation( InsertNewExplodeyAnimHere ); QueueAnimation( loop );"
	create_state_anim_progress_1 = "PlayAnimation( loop );" */
	
}

Functions
{
	curse_duration = "rune.PlayAnimation( end );"
	detonate = "rune.PlayAnimation( detonate );"
	clean_up = "Delete();"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/QueenOfFilth/TaintedLifeDaemon"] = {
    name = "Filthy Muck",
    life = 1,
    fireResist = 0,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    damage = 0.67,
    damageSpread = 0.2,
    attackTime = 1,
    attackRange = 6,
    accuracy = 1,
    skillList = {
        "EGQueenOfFilthLifeDetonation",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["EGQueenOfFilthLifeDetonation"] = {
    name = "EGQueenOfFilthLifeDetonation",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
Edit

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