Engin provocateur
Fabrication
monster no drops or experience [1]
cannot be afflicted [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
Taunting Contraption
SpectreN
Tagsconstruct, immobile, is_unarmed, metal_armour, non_attacking
Vie
180%
Ailment Threshold
180%
Résistance
40 40 40 20
Damage
100%
Précision
100%
Chances de coup critique
+5%
Multiplicateur de coups critiques
+130%
Attack Distance
6 ~ 6
Attack Time
1 Second
Damage Spread
±0%
Expérience
100%
Model Size
100%
Type
TauntingContraption
Metadata
TauntingContraption
IsSummoned
Y
Niveau
68
Vie
11,580
Armure
28,790
Score d'Évasion
4,739
Damage
374
Dégâts des sorts
374
Précision
580
Attack Time
1
Expérience
10,255
Minion Life
2,512
Minion Damage
298
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
Temps d'incantation: 1.2 sec.
Temps de recharge: 0.5 sec.

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
Domainsmonstre (3)
GenerationTypeUnique (3)
Req. level1
Stats
  • monster no drops or experience Min: 1 Max: 1 Global
  • cannot be afflicted [1]
    cannot be tagged by sentinel [1]
    cannot have affliction mods [1]
    cannot have azmeri dust [1]
    cant possess this [1]
    cant touch this [1]
    monster no talismans [1]
    IdCannotBeAugmented
    FamilyNothing
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • cant touch this Min: 1 Max: 1 Global
  • cant possess this Min: 1 Max: 1 Global
  • cannot be afflicted Min: 1 Max: 1 Global
  • monster no talismans Min: 1 Max: 1 Global
  • cannot have azmeri dust Min: 1 Max: 1 Global
  • cannot have affliction mods Min: 1 Max: 1 Global
  • cannot be tagged by sentinel Min: 1 Max: 1 Global
  • Edit

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