Ritter der Sonne
Konstruktmonster beyond portal chance +% final [-35]
monster hellscape charge +% [-35]
monster hellscape charge +% [-35]
Entfernt gesamten Energieschild
monster gain base ward equal to total maximum life % [20]
monster gain base ward equal to total maximum life % [20]
Knight of the Sun
| Spectre | Y |
|---|---|
| Spectre Override | Metadata/Monsters/LeagueExpedition/DeathKnight/ExpeditionDeathKnightSpectre |
| Tags | bludgeoning_weapon, Zauberer, cold_affinity, construct, has_two_hand_mace, has_two_handed_melee, humanoid, is_runic_monster, melee, metal_armour, not_dex, not_int, physical_affinity, very_slow_movement, ward_armour |
| Packs |
Leben
343%
Ward From Life
20%
Rüstung
+100%
Ailment Threshold
219%
Widerstand
Damage
217%
Genauigkeit
100%
Kritische Trefferchance
+5%
Multiplikator für kritische Treffer
+130%
Attack Distance
5 ~ 22
Attack Time
2.25 Second
Damage Spread
±20%
Erfahrung
140%
Model Size
140%
Type
ExpeditionDeathKnight
Metadata
ExpeditionDeathKnight
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Stufe
68
Leben
22,066
Rüstung
57,580
Ausweichwert
4,739
Damage
811
Zauberschaden
811
Genauigkeit
580
Attack Time
2.25
Erfahrung
14,357
Minion Life
4,786
Minion Damage
647
Ailment Threshold
14,089
Chill
45
Shock
45
Brittle
252
Scorch
45
Sap
123
The following values are skill base values and do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses, monster base damage(ex: The Maven 150% multiplier), monster rarity bonuses (ex: unique 70% more, unique attack 33% less).
MeleeAtAnimationSpeed
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Standardangriff
Base Damage: 648–973
Kritische Trefferchance: 5%
Attack Time: 2.25 Sek.
Streckt Eure Feinde mit einem mächtigen Schlag nieder.
action attack or cast time uses animation length [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
GAExpeditionDeathKnightSlam
Triggerable, Attack
Base Damage: 648–973
Kritische Trefferchance: 5%
Angriffsschaden: 140.25%
Attack Time: 2.25 Sek.
Abklingzeit: 4 Sek.
Verursacht 40.25% mehr Angriffsschaden
20% des physischen Schadens werden in Kälteschaden umgewandelt
is area damage [1]
main hand base maximum attack distance [35]
GSExpeditionDeathKnightNova
Spell, Triggerable
Kritische Trefferchance: 5%
Zauberzeit: 2 Sek.
Abklingzeit: 2.5 Sek.
Verursacht 728.5 bis 910.6 physischen Schaden
20% des physischen Schadens werden in Kälteschaden umgewandelt
is area damage [1]
spell maximum action distance +% [-75]
WalkEmergeExpeditionDeathKnight
walk emerge distance [288]
Object Type
version 2
extends "Metadata/Monsters/LeagueExpedition/ExpeditionMonsterEliteBase"
Actor
{
on_start_WalkEmerge = "RemoveCollidability();"
on_end_WalkEmerge =
"
Delay( 2, { MakeCollidable(); } );
"
}Object Type Codes
version 2
extends "Metadata/Monsters/LeagueExpedition/ExpeditionMonsterEliteBase"
Actor
{
on_start_GeometryAttack = "SetStateTo( glowboost, 1 );"
on_end_or_destroy_GeometryAttack = "SetStateTo( glowboost, 0 );"
on_start_WalkEmerge =
"
DisableRendering();
HideAttachedMeshSegments();
Delay( 0.47,
{
AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Expedition/boss/olroth/EPKs/portal_Transition_knight.epk );
EnableRendering();
} );
"
on_end_WalkEmerge =
"
RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Expedition/boss/olroth/EPKs/portal_Transition_knight.epk );
AddEffectPackAttached( Metadata/Effects/Spells/monsters_effects/League_Expedition/boss/olroth/EPKs/weapon_Transition.epk, Metadata/Monsters/LeagueExpedition/DeathKnight/attachments/DeathKnightMaceHeld.ao );
ShowAttachedMeshSegments();
Delay( 1, { RemoveEffectPackAttached( Metadata/Effects/Spells/monsters_effects/League_Expedition/boss/olroth/EPKs/weapon_Transition.epk, Metadata/Monsters/LeagueExpedition/DeathKnight/attachments/DeathKnightMaceHeld.ao ); } );
"
} -- src\Data\Spectres.lua
minions["Metadata/Monsters/LeagueExpedition/DeathKnight/ExpeditionDeathKnight"] = {
name = "Knight of the Sun",
life = 3.43,
fireResist = 0,
coldResist = 75,
lightningResist = 0,
chaosResist = 0,
damage = 2.17,
damageSpread = 0.2,
attackTime = 2.25,
attackRange = 22,
accuracy = 1,
weaponType1 = "Two Hand Mace",
skillList = {
"MeleeAtAnimationSpeed",
"WalkEmergeExpeditionDeathKnight",
"GAExpeditionDeathKnightSlam",
"GSExpeditionDeathKnightNova",
},
modList = {
},
}
-- src\Data\Skills\spectre.lua
skills["MeleeAtAnimationSpeed"] = {
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",
"action_attack_or_cast_time_uses_animation_length",
"projectile_uses_contact_position",
"use_scaled_contact_offset",
},
levels = {
[1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["WalkEmergeExpeditionDeathKnight"] = {
name = "WalkEmergeExpeditionDeathKnight",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1.56,
baseFlags = {
},
baseMods = {
},
qualityStats = {
},
stats = {
"walk_emerge_distance",
},
levels = {
[1] = {288, levelRequirement = 0, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["GAExpeditionDeathKnightSlam"] = {
name = "GAExpeditionDeathKnightSlam",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
[SkillType.Attack] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 2.5,
baseFlags = {
attack = true,
area = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"active_skill_damage_+%_final",
"main_hand_base_maximum_attack_distance",
"skill_physical_damage_%_to_convert_to_cold",
"is_area_damage",
},
levels = {
[1] = {35, 35, 20, baseMultiplier = 1.4025, levelRequirement = 0, statInterpolation = {2}, cost = { }, },
[2] = {0, 35, 20, baseMultiplier = 1.4025, levelRequirement = 68, statInterpolation = {2}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["GSExpeditionDeathKnightNova"] = {
name = "GSExpeditionDeathKnightNova",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Triggerable] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 2,
baseFlags = {
spell = true,
area = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_physical_damage",
"spell_maximum_base_physical_damage",
"skill_physical_damage_%_to_convert_to_cold",
"spell_maximum_action_distance_+%",
"is_area_damage",
},
levels = {
[1] = {0.80000001192093, 1, 20, -75, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3}, cost = { }, },
},
}
| Family | MonsterTag |
|---|---|
| Domains | Monster (3) |
| GenerationType | Einzigartig (3) |
| Req. level | 1 |
| Adds Tags | expedition_monster |
monster beyond portal chance +% final [-35]
monster hellscape charge +% [-35]
| Family | BeyondPortalChance |
|---|---|
| Domains | Monster (3) |
| GenerationType | Einzigartig (3) |
| Req. level | 1 |
| Stats |
Entfernt gesamten Energieschild
monster gain base ward equal to total maximum life % [20]
| Family | MonsterGainLifeAsWard |
|---|---|
| Domains | Monster (3) |
| GenerationType | Einzigartig (3) |
| Req. level | 1 |
| Stats |
Ritter der Sonne
KonstruktEntfernt gesamten Energieschild
monster gain base ward equal to total maximum life % [20]
monster gain base ward equal to total maximum life % [20]
Knight of the Sun
| Spectre | Y |
|---|---|
| Spectre Override | Metadata/Monsters/LeagueExpedition/DeathKnight/ExpeditionDeathKnightSpectre |
| Tags | bludgeoning_weapon, Zauberer, cold_affinity, construct, has_two_hand_mace, has_two_handed_melee, humanoid, is_runic_monster, melee, metal_armour, not_dex, not_int, physical_affinity, very_slow_movement, ward_armour |
| Packs |
Leben
343%
Ward From Life
20%
Rüstung
+100%
Ailment Threshold
219%
Widerstand
Damage
217%
Genauigkeit
100%
Kritische Trefferchance
+5%
Multiplikator für kritische Treffer
+130%
Attack Distance
5 ~ 22
Attack Time
2.25 Second
Damage Spread
±20%
Erfahrung
140%
Model Size
140%
Type
ExpeditionDeathKnight
Metadata
ExpeditionDeathKnightStandalone
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Stufe
68
Leben
22,066
Rüstung
57,580
Ausweichwert
4,739
Damage
811
Zauberschaden
811
Genauigkeit
580
Attack Time
2.25
Erfahrung
14,357
Minion Life
4,786
Minion Damage
647
Ailment Threshold
14,089
Chill
45
Shock
45
Brittle
252
Scorch
45
Sap
123
The following values are skill base values and do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses, monster base damage(ex: The Maven 150% multiplier), monster rarity bonuses (ex: unique 70% more, unique attack 33% less).
MeleeAtAnimationSpeed
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Standardangriff
Base Damage: 648–973
Kritische Trefferchance: 5%
Attack Time: 2.25 Sek.
Streckt Eure Feinde mit einem mächtigen Schlag nieder.
action attack or cast time uses animation length [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
GAExpeditionDeathKnightSlam
Triggerable, Attack
Base Damage: 648–973
Kritische Trefferchance: 5%
Angriffsschaden: 140.25%
Attack Time: 2.25 Sek.
Abklingzeit: 4 Sek.
Verursacht 40.25% mehr Angriffsschaden
20% des physischen Schadens werden in Kälteschaden umgewandelt
is area damage [1]
main hand base maximum attack distance [35]
GSExpeditionDeathKnightNova
Spell, Triggerable
Kritische Trefferchance: 5%
Zauberzeit: 2 Sek.
Abklingzeit: 2.5 Sek.
Verursacht 728.5 bis 910.6 physischen Schaden
20% des physischen Schadens werden in Kälteschaden umgewandelt
is area damage [1]
spell maximum action distance +% [-75]
WalkEmergeExpeditionDeathKnight
walk emerge distance [288]
Object Type
Object Type Codes
-- src\Data\Spectres.lua
minions["Metadata/Monsters/LeagueExpedition/DeathKnight/ExpeditionDeathKnightStandalone"] = {
name = "Knight of the Sun",
life = 3.43,
fireResist = 0,
coldResist = 75,
lightningResist = 0,
chaosResist = 0,
damage = 2.17,
damageSpread = 0.2,
attackTime = 2.25,
attackRange = 22,
accuracy = 1,
weaponType1 = "Two Hand Mace",
skillList = {
"MeleeAtAnimationSpeed",
"WalkEmergeExpeditionDeathKnight",
"GAExpeditionDeathKnightSlam",
"GSExpeditionDeathKnightNova",
},
modList = {
},
}
-- src\Data\Skills\spectre.lua
skills["MeleeAtAnimationSpeed"] = {
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",
"action_attack_or_cast_time_uses_animation_length",
"projectile_uses_contact_position",
"use_scaled_contact_offset",
},
levels = {
[1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["WalkEmergeExpeditionDeathKnight"] = {
name = "WalkEmergeExpeditionDeathKnight",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1.56,
baseFlags = {
},
baseMods = {
},
qualityStats = {
},
stats = {
"walk_emerge_distance",
},
levels = {
[1] = {288, levelRequirement = 0, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["GAExpeditionDeathKnightSlam"] = {
name = "GAExpeditionDeathKnightSlam",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
[SkillType.Attack] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 2.5,
baseFlags = {
attack = true,
area = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"active_skill_damage_+%_final",
"main_hand_base_maximum_attack_distance",
"skill_physical_damage_%_to_convert_to_cold",
"is_area_damage",
},
levels = {
[1] = {35, 35, 20, baseMultiplier = 1.4025, levelRequirement = 0, statInterpolation = {2}, cost = { }, },
[2] = {0, 35, 20, baseMultiplier = 1.4025, levelRequirement = 68, statInterpolation = {2}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["GSExpeditionDeathKnightNova"] = {
name = "GSExpeditionDeathKnightNova",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Triggerable] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 2,
baseFlags = {
spell = true,
area = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_physical_damage",
"spell_maximum_base_physical_damage",
"skill_physical_damage_%_to_convert_to_cold",
"spell_maximum_action_distance_+%",
"is_area_damage",
},
levels = {
[1] = {0.80000001192093, 1, 20, -75, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3}, cost = { }, },
},
}
| Family | MonsterTag |
|---|---|
| Domains | Monster (3) |
| GenerationType | Einzigartig (3) |
| Req. level | 1 |
| Adds Tags | expedition_monster |
Entfernt gesamten Energieschild
monster gain base ward equal to total maximum life % [20]
| Family | MonsterGainLifeAsWard |
|---|---|
| Domains | Monster (3) |
| GenerationType | Einzigartig (3) |
| Req. level | 1 |
| Stats |
Ritter der Sonne
Konstruktmonster beyond portal chance +% final [-35]
monster hellscape charge +% [-35]
monster hellscape charge +% [-35]
Entfernt gesamten Energieschild
monster gain base ward equal to total maximum life % [20]
monster gain base ward equal to total maximum life % [20]
Knight of the Sun
| Spectre | Y |
|---|---|
| Tags | bludgeoning_weapon, Zauberer, cold_affinity, construct, has_two_hand_mace, has_two_handed_melee, humanoid, is_runic_monster, melee, metal_armour, not_dex, not_int, physical_affinity, very_slow_movement, ward_armour |
Leben
343%
Ward From Life
20%
Rüstung
+100%
Ailment Threshold
219%
Widerstand
Damage
217%
Genauigkeit
100%
Kritische Trefferchance
+5%
Multiplikator für kritische Treffer
+130%
Attack Distance
5 ~ 22
Attack Time
2.25 Second
Damage Spread
±20%
Erfahrung
140%
Model Size
140%
Type
ExpeditionDeathKnight
Metadata
ExpeditionDeathKnightSpectre
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Stufe
68
Leben
22,066
Rüstung
57,580
Ausweichwert
4,739
Damage
811
Zauberschaden
811
Genauigkeit
580
Attack Time
2.25
Erfahrung
14,357
Minion Life
4,786
Minion Damage
647
Ailment Threshold
14,089
Chill
45
Shock
45
Brittle
252
Scorch
45
Sap
123
The following values are skill base values and do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses, monster base damage(ex: The Maven 150% multiplier), monster rarity bonuses (ex: unique 70% more, unique attack 33% less).
MeleeAtAnimationSpeed
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Standardangriff
Base Damage: 648–973
Kritische Trefferchance: 5%
Attack Time: 2.25 Sek.
Streckt Eure Feinde mit einem mächtigen Schlag nieder.
action attack or cast time uses animation length [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
GAExpeditionDeathKnightSlam
Triggerable, Attack
Base Damage: 648–973
Kritische Trefferchance: 5%
Angriffsschaden: 140.25%
Attack Time: 2.25 Sek.
Abklingzeit: 4 Sek.
Verursacht 40.25% mehr Angriffsschaden
20% des physischen Schadens werden in Kälteschaden umgewandelt
is area damage [1]
main hand base maximum attack distance [35]
GSExpeditionDeathKnightNova
Spell, Triggerable
Kritische Trefferchance: 5%
Zauberzeit: 2 Sek.
Abklingzeit: 2.5 Sek.
Verursacht 728.5 bis 910.6 physischen Schaden
20% des physischen Schadens werden in Kälteschaden umgewandelt
is area damage [1]
spell maximum action distance +% [-75]
WalkEmergeExpeditionDeathKnight
walk emerge distance [288]
Object Type
version 2
extends "Metadata/Monsters/LeagueExpedition/ExpeditionMonsterEliteBase"
Actor
{
on_start_WalkEmerge = "RemoveCollidability();"
on_end_WalkEmerge =
"
Delay( 2, { MakeCollidable(); } );
"
}Object Type Codes
version 2
extends "Metadata/Monsters/LeagueExpedition/ExpeditionMonsterEliteBase"
Actor
{
on_start_GeometryAttack = "SetStateTo( glowboost, 1 );"
on_end_or_destroy_GeometryAttack = "SetStateTo( glowboost, 0 );"
on_start_WalkEmerge =
"
DisableRendering();
HideAttachedMeshSegments();
Delay( 0.47,
{
AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Expedition/boss/olroth/EPKs/portal_Transition_knight.epk );
EnableRendering();
} );
"
on_end_WalkEmerge =
"
RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Expedition/boss/olroth/EPKs/portal_Transition_knight.epk );
AddEffectPackAttached( Metadata/Effects/Spells/monsters_effects/League_Expedition/boss/olroth/EPKs/weapon_Transition.epk, Metadata/Monsters/LeagueExpedition/DeathKnight/attachments/DeathKnightMaceHeld.ao );
ShowAttachedMeshSegments();
Delay( 1, { RemoveEffectPackAttached( Metadata/Effects/Spells/monsters_effects/League_Expedition/boss/olroth/EPKs/weapon_Transition.epk, Metadata/Monsters/LeagueExpedition/DeathKnight/attachments/DeathKnightMaceHeld.ao ); } );
"
} -- src\Data\Spectres.lua
minions["Metadata/Monsters/LeagueExpedition/DeathKnight/ExpeditionDeathKnightSpectre"] = {
name = "Knight of the Sun",
life = 3.43,
fireResist = 0,
coldResist = 75,
lightningResist = 0,
chaosResist = 0,
damage = 2.17,
damageSpread = 0.2,
attackTime = 2.25,
attackRange = 22,
accuracy = 1,
weaponType1 = "Two Hand Mace",
skillList = {
"MeleeAtAnimationSpeed",
"WalkEmergeExpeditionDeathKnight",
"GAExpeditionDeathKnightSlam",
"GSExpeditionDeathKnightNova",
},
modList = {
},
}
-- src\Data\Skills\spectre.lua
skills["MeleeAtAnimationSpeed"] = {
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",
"action_attack_or_cast_time_uses_animation_length",
"projectile_uses_contact_position",
"use_scaled_contact_offset",
},
levels = {
[1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["WalkEmergeExpeditionDeathKnight"] = {
name = "WalkEmergeExpeditionDeathKnight",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1.56,
baseFlags = {
},
baseMods = {
},
qualityStats = {
},
stats = {
"walk_emerge_distance",
},
levels = {
[1] = {288, levelRequirement = 0, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["GAExpeditionDeathKnightSlam"] = {
name = "GAExpeditionDeathKnightSlam",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
[SkillType.Attack] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 2.5,
baseFlags = {
attack = true,
area = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"active_skill_damage_+%_final",
"main_hand_base_maximum_attack_distance",
"skill_physical_damage_%_to_convert_to_cold",
"is_area_damage",
},
levels = {
[1] = {35, 35, 20, baseMultiplier = 1.4025, levelRequirement = 0, statInterpolation = {2}, cost = { }, },
[2] = {0, 35, 20, baseMultiplier = 1.4025, levelRequirement = 68, statInterpolation = {2}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["GSExpeditionDeathKnightNova"] = {
name = "GSExpeditionDeathKnightNova",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Triggerable] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 2,
baseFlags = {
spell = true,
area = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_physical_damage",
"spell_maximum_base_physical_damage",
"skill_physical_damage_%_to_convert_to_cold",
"spell_maximum_action_distance_+%",
"is_area_damage",
},
levels = {
[1] = {0.80000001192093, 1, 20, -75, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3}, cost = { }, },
},
}
monster beyond portal chance +% final [-35]
monster hellscape charge +% [-35]
| Family | BeyondPortalChance |
|---|---|
| Domains | Monster (3) |
| GenerationType | Einzigartig (3) |
| Req. level | 1 |
| Stats |
Entfernt gesamten Energieschild
monster gain base ward equal to total maximum life % [20]
| Family | MonsterGainLifeAsWard |
|---|---|
| Domains | Monster (3) |
| GenerationType | Einzigartig (3) |
| Req. level | 1 |
| Stats |
Ritter der Sonne
KonstruktGebiet: Der See von Kalandra
monster beyond portal chance +% final [-35]
monster hellscape charge +% [-35]
monster hellscape charge +% [-35]
Entfernt gesamten Energieschild
monster gain base ward equal to total maximum life % [20]
monster gain base ward equal to total maximum life % [20]
Knight of the Sun
| Spectre | N |
|---|---|
| Area | Der See von Kalandra |
| Tags | bludgeoning_weapon, Zauberer, cold_affinity, construct, has_two_hand_mace, has_two_handed_melee, humanoid, melee, metal_armour, not_dex, not_int, physical_affinity, very_slow_movement, ward_armour |
| Packs |
Leben
343%
Ward From Life
20%
Rüstung
+100%
Ailment Threshold
219%
Widerstand
Damage
217%
Genauigkeit
100%
Kritische Trefferchance
+5%
Multiplikator für kritische Treffer
+130%
Attack Distance
5 ~ 22
Attack Time
2.25 Second
Damage Spread
±20%
Erfahrung
140%
Model Size
140%
Type
ExpeditionDeathKnight
Metadata
ExpeditionDeathKnight
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Stufe
68
Leben
22,066
Rüstung
57,580
Ausweichwert
4,739
Damage
811
Zauberschaden
811
Genauigkeit
580
Attack Time
2.25
Erfahrung
14,357
Minion Life
4,786
Minion Damage
647
Ailment Threshold
14,089
Chill
45
Shock
45
Brittle
252
Scorch
45
Sap
123
The following values are skill base values and do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses, monster base damage(ex: The Maven 150% multiplier), monster rarity bonuses (ex: unique 70% more, unique attack 33% less).
MeleeAtAnimationSpeed
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Standardangriff
Base Damage: 648–973
Kritische Trefferchance: 5%
Attack Time: 2.25 Sek.
Streckt Eure Feinde mit einem mächtigen Schlag nieder.
action attack or cast time uses animation length [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
GAExpeditionDeathKnightSlam
Triggerable, Attack
Base Damage: 648–973
Kritische Trefferchance: 5%
Angriffsschaden: 140.25%
Attack Time: 2.25 Sek.
Abklingzeit: 4 Sek.
Verursacht 40.25% mehr Angriffsschaden
20% des physischen Schadens werden in Kälteschaden umgewandelt
is area damage [1]
main hand base maximum attack distance [35]
GSExpeditionDeathKnightNova
Spell, Triggerable
Kritische Trefferchance: 5%
Zauberzeit: 2 Sek.
Abklingzeit: 2.5 Sek.
Verursacht 728.5 bis 910.6 physischen Schaden
20% des physischen Schadens werden in Kälteschaden umgewandelt
is area damage [1]
spell maximum action distance +% [-75]
WalkEmergeExpeditionDeathKnight
walk emerge distance [288]
Object Type
version 2
extends "Metadata/Monsters/LeagueExpedition/ExpeditionMonsterEliteBase"
Actor
{
on_start_WalkEmerge = "RemoveCollidability();"
on_end_WalkEmerge =
"
Delay( 2, { MakeCollidable(); } );
"
}Object Type Codes
version 2
extends "Metadata/Monsters/LeagueExpedition/ExpeditionMonsterEliteBase"
Actor
{
on_start_GeometryAttack = "SetStateTo( glowboost, 1 );"
on_end_or_destroy_GeometryAttack = "SetStateTo( glowboost, 0 );"
on_start_WalkEmerge =
"
DisableRendering();
HideAttachedMeshSegments();
Delay( 0.47,
{
AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Expedition/boss/olroth/EPKs/portal_Transition_knight.epk );
EnableRendering();
} );
"
on_end_WalkEmerge =
"
RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Expedition/boss/olroth/EPKs/portal_Transition_knight.epk );
AddEffectPackAttached( Metadata/Effects/Spells/monsters_effects/League_Expedition/boss/olroth/EPKs/weapon_Transition.epk, Metadata/Monsters/LeagueExpedition/DeathKnight/attachments/DeathKnightMaceHeld.ao );
ShowAttachedMeshSegments();
Delay( 1, { RemoveEffectPackAttached( Metadata/Effects/Spells/monsters_effects/League_Expedition/boss/olroth/EPKs/weapon_Transition.epk, Metadata/Monsters/LeagueExpedition/DeathKnight/attachments/DeathKnightMaceHeld.ao ); } );
"
} -- src\Data\Spectres.lua
minions["Metadata/Monsters/LeagueLake/DeathKnight/ExpeditionDeathKnight"] = {
name = "Knight of the Sun",
life = 3.43,
fireResist = 0,
coldResist = 75,
lightningResist = 0,
chaosResist = 0,
damage = 2.17,
damageSpread = 0.2,
attackTime = 2.25,
attackRange = 22,
accuracy = 1,
weaponType1 = "Two Hand Mace",
skillList = {
"MeleeAtAnimationSpeed",
"WalkEmergeExpeditionDeathKnight",
"GAExpeditionDeathKnightSlam",
"GSExpeditionDeathKnightNova",
},
modList = {
},
}
-- src\Data\Skills\spectre.lua
skills["MeleeAtAnimationSpeed"] = {
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",
"action_attack_or_cast_time_uses_animation_length",
"projectile_uses_contact_position",
"use_scaled_contact_offset",
},
levels = {
[1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["WalkEmergeExpeditionDeathKnight"] = {
name = "WalkEmergeExpeditionDeathKnight",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1.56,
baseFlags = {
},
baseMods = {
},
qualityStats = {
},
stats = {
"walk_emerge_distance",
},
levels = {
[1] = {288, levelRequirement = 0, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["GAExpeditionDeathKnightSlam"] = {
name = "GAExpeditionDeathKnightSlam",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
[SkillType.Attack] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 2.5,
baseFlags = {
attack = true,
area = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"active_skill_damage_+%_final",
"main_hand_base_maximum_attack_distance",
"skill_physical_damage_%_to_convert_to_cold",
"is_area_damage",
},
levels = {
[1] = {35, 35, 20, baseMultiplier = 1.4025, levelRequirement = 0, statInterpolation = {2}, cost = { }, },
[2] = {0, 35, 20, baseMultiplier = 1.4025, levelRequirement = 68, statInterpolation = {2}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["GSExpeditionDeathKnightNova"] = {
name = "GSExpeditionDeathKnightNova",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Triggerable] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 2,
baseFlags = {
spell = true,
area = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_physical_damage",
"spell_maximum_base_physical_damage",
"skill_physical_damage_%_to_convert_to_cold",
"spell_maximum_action_distance_+%",
"is_area_damage",
},
levels = {
[1] = {0.80000001192093, 1, 20, -75, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3}, cost = { }, },
},
}
| Family | MonsterTag |
|---|---|
| Domains | Monster (3) |
| GenerationType | Einzigartig (3) |
| Req. level | 1 |
| Adds Tags | expedition_monster |
monster beyond portal chance +% final [-35]
monster hellscape charge +% [-35]
| Family | BeyondPortalChance |
|---|---|
| Domains | Monster (3) |
| GenerationType | Einzigartig (3) |
| Req. level | 1 |
| Stats |
Entfernt gesamten Energieschild
monster gain base ward equal to total maximum life % [20]
| Family | MonsterGainLifeAsWard |
|---|---|
| Domains | Monster (3) |
| GenerationType | Einzigartig (3) |
| Req. level | 1 |
| Stats |
Edit
Wikis Content is available under CC BY-NC-SA 3.0 unless otherwise noted.
Wikis Content is available under CC BY-NC-SA 3.0 unless otherwise noted.