Artefacto provocador
Constructo
monster no drops or experience [1]
Taunting Contraption
SpectreN
Tagsconstruct, immobile, is_unarmed, metal_armour, non_attacking
Vida
180%
Ailment Threshold
180%
Resistencia
40 40 40 20
Damage
100%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de Golpe Crítico
+130%
Attack Distance
6 ~ 6
Attack Time
1 Second
Damage Spread
±0%
Experiencia
100%
Model Size
100%
Type
TauntingContraption
Metadata
TauntingContraption
IsSummoned
Y
Nivel
68
Vida
11,580
Armaduras
28,790
Evasión
4,739
Escudo de energía
0
Damage
374
Daño de hechizos
374
Precisión
290
Attack Time
1
Experiencia
10,255
Ailment Threshold
11,580
Chill
37
Shock
37
Brittle
207
Scorch
37
Sap
101
TauntingContraptionTaunt
Spell, Trappable, Mineable, Area, SummonsTotem, Multicastable, AreaSpell, Cooldown, Triggerable, Triggered
Tiempo de lanzamiento: 1.2 seg
Tiempo de recarga: 0.5 seg

Object Type

version 2
extends "Metadata/Monsters/Monster"

Actor
{
	basic_action = "Emerge"
	slow_animations_go_to_idle = false
}

Life
{
	corpse_usable = false
}

Animated
{
}

DiesAfterTime
{
}

Object Type Codes

version 2
extends "Metadata/Monsters/Monster"

Render
{
	selection_height_override = 200
}

Preload
{
	preload_epk = "Metadata/Monsters/TauntingContraption/epks/emerge_01.epk"
	preload_epk = "Metadata/Monsters/TauntingContraption/epks/submerge_01.epk"
	preload_epk = "Metadata/Monsters/TauntingContraption/epks/flash_glow.epk"
}

Animated
{
	on_event_add_fadein = "AddEffectPack( Metadata/Monsters/TauntingContraption/epks/emerge_01.epk );"
	on_event_remove_fadein = "RemoveEffectPack( Metadata/Monsters/TauntingContraption/epks/emerge_01.epk );"
	on_event_add_fadeout = "AddEffectPack( Metadata/Monsters/TauntingContraption/epks/submerge_01.epk );"
	on_event_add_flashglow = "AddEffectPack( Metadata/Monsters/TauntingContraption/epks/flash_glow.epk );"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/TauntingContraption/TauntingContraption"] = {
    name = "Taunting Contraption",
    life = 1.8,
    fireResist = 40,
    coldResist = 40,
    lightningResist = 40,
    chaosResist = 20,
    damage = 1,
    damageSpread = 0,
    attackTime = 1,
    attackRange = 6,
    accuracy = 1,
    skillList = {
        "TauntingContraptionTaunt",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["TauntingContraptionTaunt"] = {
    name = "TauntingContraptionTaunt",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Trappable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Area] = true,
        [SkillType.SummonsTotem] = true,
        [SkillType.Multicastable] = true,
        [SkillType.AreaSpell] = true,
        [SkillType.Cooldown] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Triggered] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1.2,
    baseFlags = {
        area = true,
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
    },
    levels = {
        [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
monster no drops or experience [1]
IdMonsterNoDropsOrExperience
FamilyMonsterNoDropsOrExperience
Domainsmonstruo (3)
GenerationTypeúnico (3)
Req. level1
Stats
  • monster no drops or experience Min: 1 Max: 1 Global
  • Edit

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