Wiedergänger
Untot
monster no drops or experience [1]
Verursacht 100% des physischen Schadens als extra Kälteschaden
Euren Treffern kann nicht ausgewichen werden
Revenant
SpectreN
TagsZauberer, fire_affinity, ghost, ghost_armour, ghost_blood, is_unarmed, melee, not_dex, not_str, physical_affinity, undead, very_slow_movement
Leben
300%
Energy Shield From Life
20%
Ailment Threshold
300%
Widerstand
0 40 0 0
Damage
60%
Genauigkeit
100%
Kritische Trefferchance
+5%
Multiplikator für kritischen Treffer
+130%
Attack Distance
6 ~ 15
Attack Time
1.995 Second
Damage Spread
±20%
Erfahrung
200%
Model Size
100%
Type
VaalWraithUltimatum
Metadata
Revenant
Stufe
68
Leben
19,300
Rüstung
28,790
Ausweichen
4,739
Energieschild
1,225
Damage
224
Zauberschaden
224
Genauigkeit
290
Attack Time
1.995
Erfahrung
20,510
Ailment Threshold
19,300
Chill
61
Shock
61
Brittle
345
Scorch
61
Sap
169
UltimatumMeleeApplyRuin
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Standardangriff
Base Damage: 179–269
Kritische Trefferchance: 5%
Attack Time: 1.995 Sek.
Streckt Eure Feinde mit einem mächtigen Schlag nieder.
apply ultimatum ruin on hit [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
MPSPhantasmBasicRuin
Spell, Projectile, ProjectilesFromUser, Triggerable
Zauberzeit: 1.17 Sek.
Verursacht 649.9 bis 974.8 Feuerschaden
apply ultimatum ruin on hit [1]
base is projectile [1]
maintain projectile direction when using contact position [1]
monster projectile variation [188]
projectile uses contact position [1]
spell maximum action distance +% [-40]
use scaled contact offset [1]
MPSRevenantRuinSpray
Spell, Projectile, ProjectilesFromUser, Triggerable
Zauberzeit: 3 Sek.
Abklingzeit: 12 Sek.
Verursacht 620.7 bis 931 Feuerschaden
Feuert 6 zusätzliche Projektile
apply ultimatum ruin on hit [1]
base is projectile [1]
monster projectile variation [188]
projectile uses contact direction [1]
projectile uses contact position [1]
spell maximum action distance +% [-40]
total projectile spread angle override [80]
use scaled contact offset [1]
EAAUltimatumRevenantTeleport
Spell
Zauberzeit: 1.13 Sek.
Abklingzeit: 4 Sek.
action attack or cast time uses animation length [1]
skill cannot be knocked back [1]
skill cannot be stunned [1]
MPSUltimatumRevanantRuinSpray2
Spell, Projectile, ProjectilesFromUser, Triggerable
Zauberzeit: 0.75 Sek.
Verursacht 649.9 bis 974.8 Feuerschaden
Feuert 2 zusätzliche Projektile
apply ultimatum ruin on hit [1]
base is projectile [1]
maintain projectile direction when using contact position [1]
monster projectile variation [188]
projectile uses contact position [1]
spell maximum action distance +% [-20]
use scaled contact offset [1]

Object Type

version 2
extends "Metadata/Monsters/LeagueUltimatum/UltimatumMonsterBase"

Stats
{
	immune_to_curses = 1
	immune_to_auras_from_other_entities = 1
	set_item_drop_slots = 0
	set_monster_no_drops_or_experience = 1
	set_monster_do_not_fracture = 1
	set_max_frenzy_charges = 0
	set_max_endurance_charges = 0
	set_max_power_charges = 0
	base_cannot_be_stunned = 1
	cannot_be_knocked_back = 1
	set_phase_through_objects = 1
}

Actor
{
	slow_animations_go_to_idle = false
}

Life
{
	corpse_usable = false
}

StateMachine
{
	define_shared_state = "no_ruin_epk"
}

Object Type Codes

version 2
extends "Metadata/Monsters/LeagueUltimatum/UltimatumMonsterBase"

BaseEvents
{
	on_construction_complete =
	"
		AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Ultimatum/mechanics/EPKs/revenant_fade_in.epk );
		Delay( 1, { RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Ultimatum/mechanics/EPKs/revenant_fade_in.epk ); } );
	"

	on_sleep = "RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Ultimatum/mechanics/EPKs/revenant_fade_in.epk );"
}

Life
{
	on_death = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Ultimatum/mechanics/EPKs/revenant_fade_out.epk );"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/LeagueUltimatum/Wraith/Revenant"] = {
    name = "Revenant",
    life = 3,
    energyShield = 0.2,
    fireResist = 0,
    coldResist = 40,
    lightningResist = 0,
    chaosResist = 0,
    damage = 0.6,
    damageSpread = 0.2,
    attackTime = 1.995,
    attackRange = 15,
    accuracy = 1,
    skillList = {
        "UltimatumMeleeApplyRuin",
        "MPSUltimatumRevanantRuinSpray2",
        "EAAUltimatumRevenantTeleport",
        "MPSPhantasmBasicRuin",
        "MPSRevenantRuinSpray",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["UltimatumMeleeApplyRuin"] = {
    name = "Default Attack",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Strike your foes down with a powerful blow.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.RangedAttack] = true,
        [SkillType.MirageArcherCanUse] = true,
        [SkillType.Projectile] = true,
        [SkillType.MeleeSingleTarget] = true,
        [SkillType.Multistrikeable] = true,
        [SkillType.Melee] = true,
        [SkillType.ProjectilesFromUser] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        melee = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "skill_can_fire_arrows",
        "skill_can_fire_wand_projectiles",
        "apply_ultimatum_ruin_on_hit",
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MPSUltimatumRevanantRuinSpray2"] = {
    name = "MPSUltimatumRevanantRuinSpray2",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 0.75,
    baseFlags = {
        spell = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_fire_damage",
        "spell_maximum_base_fire_damage",
        "monster_projectile_variation",
        "spell_maximum_action_distance_+%",
        "number_of_additional_projectiles",
        "projectile_uses_contact_position",
        "use_scaled_contact_offset",
        "maintain_projectile_direction_when_using_contact_position",
        "apply_ultimatum_ruin_on_hit",
        "base_is_projectile",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 188, -20, 2, levelRequirement = 0, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["EAAUltimatumRevenantTeleport"] = {
    name = "EAAUltimatumRevenantTeleport",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1.13,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "skill_cannot_be_stunned",
        "skill_cannot_be_knocked_back",
        "action_attack_or_cast_time_uses_animation_length",
    },
    levels = {
        [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MPSPhantasmBasicRuin"] = {
    name = "MPSPhantasmBasicRuin",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1.17,
    baseFlags = {
        spell = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_fire_damage",
        "spell_maximum_base_fire_damage",
        "monster_projectile_variation",
        "spell_maximum_action_distance_+%",
        "projectile_uses_contact_position",
        "use_scaled_contact_offset",
        "maintain_projectile_direction_when_using_contact_position",
        "apply_ultimatum_ruin_on_hit",
        "base_is_projectile",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 188, -40, levelRequirement = 0, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MPSRevenantRuinSpray"] = {
    name = "MPSRevenantRuinSpray",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 3,
    baseFlags = {
        spell = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_fire_damage",
        "spell_maximum_base_fire_damage",
        "monster_projectile_variation",
        "spell_maximum_action_distance_+%",
        "number_of_additional_projectiles",
        "total_projectile_spread_angle_override",
        "projectile_uses_contact_position",
        "use_scaled_contact_offset",
        "projectile_uses_contact_direction",
        "apply_ultimatum_ruin_on_hit",
        "base_is_projectile",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 188, -40, 6, 80, levelRequirement = 0, statInterpolation = {3, 3},  cost = { }, },
    },
}
monster no drops or experience [1]
IdMonsterNoDropsOrExperience
FamilyMonsterNoDropsOrExperience
DomainsMonster (3)
GenerationTypeeinzigartig (3)
Req. level1
Stats
  • monster no drops or experience Min: 1 Max: 1 Global
  • Verursacht 100% des physischen Schadens als extra Kälteschaden
    IdMonsterPhysicalAddedAsColdSkeletonMaps
    FamilyPhysicalAddedAsCold
    DomainsMonster (3)
    GenerationTypeeinzigartig (3)
    Req. level1
    Stats
  • physical damage % to add as cold Min: 100 Max: 100 Global
  • Craft Tagsphysical_damage elemental_damage damage physical elemental cold
    Euren Treffern kann nicht ausgewichen werden
    IdMonsterAlwaysHits
    FamilyAlwaysHits
    DomainsMonster (3)
    GenerationTypeeinzigartig (3)
    Req. level1
    Stats
  • global always hit Min: 1 Max: 1 Global
  • Craft Tagsattack
    Wiedergänger
    Untot
    monster no drops or experience [1]
    Verursacht 100% des physischen Schadens als extra Kälteschaden
    Euren Treffern kann nicht ausgewichen werden
    Revenant
    SpectreN
    TagsZauberer, fire_affinity, ghost, ghost_armour, ghost_blood, is_unarmed, melee, not_dex, not_str, physical_affinity, undead, very_slow_movement
    Leben
    300%
    Energy Shield From Life
    20%
    Ailment Threshold
    300%
    Widerstand
    0 40 0 0
    Damage
    60%
    Genauigkeit
    100%
    Kritische Trefferchance
    +5%
    Multiplikator für kritischen Treffer
    +130%
    Attack Distance
    6 ~ 15
    Attack Time
    1.995 Second
    Damage Spread
    ±20%
    Erfahrung
    200%
    Model Size
    100%
    Type
    VaalWraithUltimatum
    Metadata
    RevenantSupporterCaster
    Stufe
    68
    Leben
    19,300
    Rüstung
    28,790
    Ausweichen
    4,739
    Energieschild
    1,225
    Damage
    224
    Zauberschaden
    224
    Genauigkeit
    290
    Attack Time
    1.995
    Erfahrung
    20,510
    Ailment Threshold
    19,300
    Chill
    61
    Shock
    61
    Brittle
    345
    Scorch
    61
    Sap
    169
    MPSPhantasmBasicRuinSupporter
    Spell, Projectile, ProjectilesFromUser, Triggerable
    Zauberzeit: 1.17 Sek.
    apply supporter map ruin on hit [1]
    base is projectile [1]
    maintain projectile direction when using contact position [1]
    monster projectile variation [188]
    projectile uses contact position [1]
    spell maximum action distance +% [-40]
    use scaled contact offset [1]
    MPSRevenantRuinSpraySupporter
    Spell, Projectile, ProjectilesFromUser, Triggerable
    Zauberzeit: 3 Sek.
    Feuert 6 zusätzliche Projektile
    apply supporter map ruin on hit [1]
    base is projectile [1]
    monster projectile variation [188]
    projectile uses contact direction [1]
    projectile uses contact position [1]
    spell maximum action distance +% [-40]
    total projectile spread angle override [80]
    use scaled contact offset [1]
    MPSUltimatumRevanantRuinSpraySupporter2
    Spell, Projectile, ProjectilesFromUser, Triggerable
    Zauberzeit: 0.75 Sek.
    Feuert 2 zusätzliche Projektile
    apply supporter map ruin on hit [1]
    base is projectile [1]
    maintain projectile direction when using contact position [1]
    monster projectile variation [188]
    projectile uses contact position [1]
    spell maximum action distance +% [-20]
    use scaled contact offset [1]
    UltimatumMeleeApplyRuinSupporter
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Standardangriff
    Base Damage: 179–269
    Kritische Trefferchance: 5%
    Attack Time: 1.995 Sek.
    Streckt Eure Feinde mit einem mächtigen Schlag nieder.
    apply supporter map ruin on hit [1]
    skill can fire arrows [1]
    skill can fire wand projectiles [1]

    Object Type

    version 2
    extends "Metadata/Monsters/LeagueUltimatum/UltimatumMonsterBase"
    
    Stats
    {
    	immune_to_curses = 1
    	immune_to_auras_from_other_entities = 1
    	set_item_drop_slots = 0
    	set_monster_no_drops_or_experience = 1
    	set_monster_do_not_fracture = 1
    	set_max_frenzy_charges = 0
    	set_max_endurance_charges = 0
    	set_max_power_charges = 0
    	base_cannot_be_stunned = 1
    	cannot_be_knocked_back = 1
    	set_phase_through_objects = 1
    }
    
    Actor
    {
    	slow_animations_go_to_idle = false
    }
    
    Life
    {
    	corpse_usable = false
    }
    
    StateMachine
    {
    	define_shared_state = "no_ruin_epk"
    }
    
    DiesAfterTime
    {
    	time_until_death =  15.0
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LeagueUltimatum/UltimatumMonsterBase"
    
    BaseEvents
    {
    	on_construction_complete =
    	"
    		AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Ultimatum/mechanics/EPKs/revenant_fade_in.epk );
    		Delay( 1, { RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Ultimatum/mechanics/EPKs/revenant_fade_in.epk ); } );
    	"
    
    	on_sleep = "RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Ultimatum/mechanics/EPKs/revenant_fade_in.epk );"
    }
    
    Life
    {
    	on_death = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Ultimatum/mechanics/EPKs/revenant_fade_out.epk );"
    }
    
    Preload
    {
    	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/League_Ultimatum/mechanics/ruin_counter.ao"
    	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/League_Ultimatum/mechanics/Audio/Ruin/Ruin1Audio.ao"
    	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/League_Ultimatum/mechanics/Audio/Ruin/Ruin2Audio.ao"
    	preload_epk = "Metadata/Effects/Spells/monsters_effects/League_Ultimatum/mechanics/EPKs/ruin_count_02.epk"
    	preload_epk = "Metadata/Effects/Spells/monsters_effects/League_Ultimatum/mechanics/EPKs/ruin_count_01.epk"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueUltimatum/Wraith/RevenantSupporterCaster"] = {
        name = "Revenant",
        life = 3,
        energyShield = 0.2,
        fireResist = 0,
        coldResist = 40,
        lightningResist = 0,
        chaosResist = 0,
        damage = 0.6,
        damageSpread = 0.2,
        attackTime = 1.995,
        attackRange = 15,
        accuracy = 1,
        skillList = {
            "UltimatumMeleeApplyRuinSupporter",
            "MPSUltimatumRevanantRuinSpraySupporter2",
            "MPSPhantasmBasicRuinSupporter",
            "MPSRevenantRuinSpraySupporter",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["UltimatumMeleeApplyRuinSupporter"] = {
        name = "Default Attack",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Strike your foes down with a powerful blow.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.ProjectilesFromUser] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_can_fire_arrows",
            "skill_can_fire_wand_projectiles",
            "apply_supporter_map_ruin_on_hit",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MPSUltimatumRevanantRuinSpraySupporter2"] = {
        name = "MPSUltimatumRevanantRuinSpraySupporter2",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.75,
        baseFlags = {
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "monster_projectile_variation",
            "spell_maximum_action_distance_+%",
            "number_of_additional_projectiles",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
            "maintain_projectile_direction_when_using_contact_position",
            "apply_supporter_map_ruin_on_hit",
            "base_is_projectile",
        },
        levels = {
            [1] = {188, -20, 2, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MPSPhantasmBasicRuinSupporter"] = {
        name = "MPSPhantasmBasicRuinSupporter",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.17,
        baseFlags = {
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "monster_projectile_variation",
            "spell_maximum_action_distance_+%",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
            "maintain_projectile_direction_when_using_contact_position",
            "apply_supporter_map_ruin_on_hit",
            "base_is_projectile",
        },
        levels = {
            [1] = {188, -40, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MPSRevenantRuinSpraySupporter"] = {
        name = "MPSRevenantRuinSpraySupporter",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 3,
        baseFlags = {
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "monster_projectile_variation",
            "spell_maximum_action_distance_+%",
            "number_of_additional_projectiles",
            "total_projectile_spread_angle_override",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
            "projectile_uses_contact_direction",
            "apply_supporter_map_ruin_on_hit",
            "base_is_projectile",
        },
        levels = {
            [1] = {188, -40, 6, 80, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    
    monster no drops or experience [1]
    IdMonsterNoDropsOrExperience
    FamilyMonsterNoDropsOrExperience
    DomainsMonster (3)
    GenerationTypeeinzigartig (3)
    Req. level1
    Stats
  • monster no drops or experience Min: 1 Max: 1 Global
  • Verursacht 100% des physischen Schadens als extra Kälteschaden
    IdMonsterPhysicalAddedAsColdSkeletonMaps
    FamilyPhysicalAddedAsCold
    DomainsMonster (3)
    GenerationTypeeinzigartig (3)
    Req. level1
    Stats
  • physical damage % to add as cold Min: 100 Max: 100 Global
  • Craft Tagsphysical_damage elemental_damage damage physical elemental cold
    Euren Treffern kann nicht ausgewichen werden
    IdMonsterAlwaysHits
    FamilyAlwaysHits
    DomainsMonster (3)
    GenerationTypeeinzigartig (3)
    Req. level1
    Stats
  • global always hit Min: 1 Max: 1 Global
  • Craft Tagsattack
    Wiedergänger
    Untot
    monster no drops or experience [1]
    Verursacht 100% des physischen Schadens als extra Kälteschaden
    Euren Treffern kann nicht ausgewichen werden
    Revenant
    SpectreN
    TagsZauberer, fire_affinity, ghost, ghost_armour, ghost_blood, is_unarmed, melee, not_dex, not_str, physical_affinity, slow_movement, undead
    Leben
    300%
    Energy Shield From Life
    20%
    Ailment Threshold
    300%
    Widerstand
    0 40 0 0
    Damage
    60%
    Genauigkeit
    100%
    Kritische Trefferchance
    +5%
    Multiplikator für kritischen Treffer
    +130%
    Attack Distance
    6 ~ 15
    Attack Time
    1.995 Second
    Damage Spread
    ±20%
    Erfahrung
    200%
    Model Size
    100%
    Type
    VaalWraithUltimatum
    Metadata
    RevenantSupporterMelee
    Stufe
    68
    Leben
    19,300
    Rüstung
    28,790
    Ausweichen
    4,739
    Energieschild
    1,225
    Damage
    224
    Zauberschaden
    224
    Genauigkeit
    290
    Attack Time
    1.995
    Erfahrung
    20,510
    Ailment Threshold
    19,300
    Chill
    61
    Shock
    61
    Brittle
    345
    Scorch
    61
    Sap
    169
    UltimatumMeleeApplyRuinSupporter
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Standardangriff
    Base Damage: 179–269
    Kritische Trefferchance: 5%
    Attack Time: 1.995 Sek.
    Streckt Eure Feinde mit einem mächtigen Schlag nieder.
    apply supporter map ruin on hit [1]
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    EAAUltimatumRevenantTeleport
    Spell
    Zauberzeit: 1.13 Sek.
    Abklingzeit: 4 Sek.
    action attack or cast time uses animation length [1]
    skill cannot be knocked back [1]
    skill cannot be stunned [1]

    Object Type

    version 2
    extends "Metadata/Monsters/LeagueUltimatum/UltimatumMonsterBase"
    
    Stats
    {
    	immune_to_curses = 1
    	immune_to_auras_from_other_entities = 1
    	set_item_drop_slots = 0
    	set_monster_no_drops_or_experience = 1
    	set_monster_do_not_fracture = 1
    	set_max_frenzy_charges = 0
    	set_max_endurance_charges = 0
    	set_max_power_charges = 0
    	base_cannot_be_stunned = 1
    	cannot_be_knocked_back = 1
    	set_phase_through_objects = 1
    }
    
    Actor
    {
    	slow_animations_go_to_idle = false
    }
    
    Life
    {
    	corpse_usable = false
    }
    
    StateMachine
    {
    	define_shared_state = "no_ruin_epk"
    }
    
    DiesAfterTime
    {
    	time_until_death =  15.0
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LeagueUltimatum/UltimatumMonsterBase"
    
    BaseEvents
    {
    	on_construction_complete =
    	"
    		AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Ultimatum/mechanics/EPKs/revenant_fade_in.epk );
    		Delay( 1, { RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Ultimatum/mechanics/EPKs/revenant_fade_in.epk ); } );
    	"
    
    	on_sleep = "RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Ultimatum/mechanics/EPKs/revenant_fade_in.epk );"
    }
    
    Life
    {
    	on_death = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Ultimatum/mechanics/EPKs/revenant_fade_out.epk );"
    }
    
    Preload
    {
    	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/League_Ultimatum/mechanics/ruin_counter.ao"
    	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/League_Ultimatum/mechanics/Audio/Ruin/Ruin1Audio.ao"
    	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/League_Ultimatum/mechanics/Audio/Ruin/Ruin2Audio.ao"
    	preload_epk = "Metadata/Effects/Spells/monsters_effects/League_Ultimatum/mechanics/EPKs/ruin_count_02.epk"
    	preload_epk = "Metadata/Effects/Spells/monsters_effects/League_Ultimatum/mechanics/EPKs/ruin_count_01.epk"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueUltimatum/Wraith/RevenantSupporterMelee"] = {
        name = "Revenant",
        life = 3,
        energyShield = 0.2,
        fireResist = 0,
        coldResist = 40,
        lightningResist = 0,
        chaosResist = 0,
        damage = 0.6,
        damageSpread = 0.2,
        attackTime = 1.995,
        attackRange = 15,
        accuracy = 1,
        skillList = {
            "UltimatumMeleeApplyRuinSupporter",
            "EAAUltimatumRevenantTeleport",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["UltimatumMeleeApplyRuinSupporter"] = {
        name = "Default Attack",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Strike your foes down with a powerful blow.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.ProjectilesFromUser] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_can_fire_arrows",
            "skill_can_fire_wand_projectiles",
            "apply_supporter_map_ruin_on_hit",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EAAUltimatumRevenantTeleport"] = {
        name = "EAAUltimatumRevenantTeleport",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.13,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_cannot_be_stunned",
            "skill_cannot_be_knocked_back",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    
    monster no drops or experience [1]
    IdMonsterNoDropsOrExperience
    FamilyMonsterNoDropsOrExperience
    DomainsMonster (3)
    GenerationTypeeinzigartig (3)
    Req. level1
    Stats
  • monster no drops or experience Min: 1 Max: 1 Global
  • Verursacht 100% des physischen Schadens als extra Kälteschaden
    IdMonsterPhysicalAddedAsColdSkeletonMaps
    FamilyPhysicalAddedAsCold
    DomainsMonster (3)
    GenerationTypeeinzigartig (3)
    Req. level1
    Stats
  • physical damage % to add as cold Min: 100 Max: 100 Global
  • Craft Tagsphysical_damage elemental_damage damage physical elemental cold
    Euren Treffern kann nicht ausgewichen werden
    IdMonsterAlwaysHits
    FamilyAlwaysHits
    DomainsMonster (3)
    GenerationTypeeinzigartig (3)
    Req. level1
    Stats
  • global always hit Min: 1 Max: 1 Global
  • Craft Tagsattack
    Wiedergänger Shop /8 ⍟
    Helm des Wiedergängers
    Ersetzt das Erscheinungsbild einer ausgerüsteten Kopfbedeckung durch den Helm des Wiedergängers.
    Stiefel des Wiedergängers
    Ersetzt das Erscheinungsbild eines ausgerüsteten Paares Stiefel durch die Stiefel des Wiedergängers.
    Handschuhe des Wiedergängers
    Ersetzt das Erscheinungsbild eines ausgerüsteten Paares Handschuhe durch die Handschuhe des Wiedergängers.
    Körperrüstung des Wiedergängers
    Ersetzt das Erscheinungsbild einer ausgerüsteten Körperrüstung durch die Körperrüstung des Wiedergängers.
    Flügel des Wiedergängers
    Fügt einer ausgerüsteten Körperrüstung den Rückenzusatz 'Flügel des Wiedergängers' hinzu.
    Schwert des Wiedergängers
    Ersetzt das Erscheinungsbild eines ausgerüsteten Schwerts durch das Schwert des Wiedergängers.
    Charaktereffekt des Wiedergängers
    Fügt deinem Gürtel den Charaktereffekt des Helm des Wiedergängers hinzu.
    Explosiver Pfeil des Wiedergängers
    Dein 'Explosiver Pfeil' erhält den Effekt des Wiedergängers.
    Edit

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