Aufgestiegener Düsterzunges
Untot
undead description [1]
Verursacht 25% des physischen Schadens als extra Kälteschaden
monster uses ground slam text [1]
monster no drops or experience [1]
Verursacht 25% des physischen Schadens als extra Kälteschaden
monster uses ground slam text [1]
monster no drops or experience [1]
emerge speed +% [-30,30]
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]
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]
Darktongue Risen
Spectre | Y |
---|---|
Tags | bludgeoning_weapon, flesh_armour, ghost_blood, has_one_hand_mace, has_one_handed_melee, medium_height, melee, physical_affinity, undead, very_slow_movement, zombie |
Leben
252%
Ailment Threshold
252%
Widerstand
0 40 0 0
Damage
140%
Genauigkeit
100%
Kritische Trefferchance
+5%
Multiplikator für kritischen Treffer
+130%
Attack Distance
6 ~ 8
Attack Time
2.4 Second
Damage Spread
±30%
Erfahrung
140%
Model Size
125%
Type
ProphecyDoedreMinionChampion
Metadata
ProphecyDoedreMinionEmerge4
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Stufe
68
Leben
16,212
Rüstung
28,790
Ausweichen
4,739
Energieschild
0
Damage
523
Zauberschaden
523
Genauigkeit
290
Attack Time
2.4
Erfahrung
14,357
Ailment Threshold
16,212
Chill
51
Shock
51
Brittle
290
Scorch
51
Sap
142
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).
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Standardangriff
Base Damage: 366–680
Kritische Trefferchance: 5%
Attack Time: 2.4 Sek.
Streckt Eure Feinde mit einem mächtigen Schlag nieder.
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
ProphecyZombieGroundSlam
Attack, Area, Multistrikeable, Melee, Slam, Totemable
Schmetterhieb
Base Damage: 366–680
Kritische Trefferchance: 5%
Attack Time: 2.4 Sek.
Abklingzeit: 2 Sek.
Der Charakter schlägt mit einem Stab, Streitkolben oder Zepter auf den Boden vor sich, wodurch er eine nach vorne schnellende Welle erzeugt, die bei Gegnern Schaden verursacht und die Chance auf Betäuben erhöht. Funktioniert nur mit Stäben oder Streitkolben.
Verursacht 20% weniger Schaden
15% verringerte gegnerische Betäubungsschwelle
active skill area of effect radius +% final [40]
is area damage [1]
15% verringerte gegnerische Betäubungsschwelle
active skill area of effect radius +% final [40]
is area damage [1]
Object Type
version 2 extends "Metadata/Monsters/Zombies/Zombie" BaseEvents { } Actor { basic_action = "Emerge" } Stats { set_item_drop_slots = 0 } Life { } Animated { animated_object = "Metadata/Monsters/Skeletons/Skeleton/SkeletonRaised.ao" } DiesAfterTime { }
Object Type Codes
version 2 extends "Metadata/Monsters/Zombies/Zombie" BaseEvents { on_construction_complete = "AddEffectPack( Metadata/Effects/StatusAilments/monsters/prophecy_unique.epk ); " } Preload { preload_ground_effect = "CausticCloud" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/Zombies/ProphecyDoedreMinionEmerge4"] = { name = "Darktongue Risen", life = 2.52, fireResist = 0, coldResist = 40, lightningResist = 0, chaosResist = 0, damage = 1.4, damageSpread = 0.3, attackTime = 2.4, attackRange = 8, accuracy = 1, weaponType1 = "One Hand Mace", skillList = { "ProphecyZombieGroundSlam", "Melee", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["ProphecyZombieGroundSlam"] = { name = "Ground Slam", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, description = "The character slams the ground in front of them with a Staff, Mace or Sceptre, creating a wave that travels forward and damages enemies with an increased chance to stun.", skillTypes = { [SkillType.Attack] = true, [SkillType.Area] = true, [SkillType.Multistrikeable] = true, [SkillType.Melee] = true, [SkillType.Slam] = true, [SkillType.Totemable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, area = true, melee = true, }, baseMods = { }, qualityStats = { }, stats = { "base_stun_threshold_reduction_+%", "active_skill_damage_+%_final", "active_skill_area_of_effect_radius_+%_final", "is_area_damage", }, levels = { [1] = {15, -20, 40, levelRequirement = 1, statInterpolation = {}, cost = { }, }, [2] = {15, -20, 40, levelRequirement = 15, statInterpolation = {}, cost = { }, }, [3] = {15, -20, 40, levelRequirement = 30, statInterpolation = {}, cost = { }, }, [4] = {15, -20, 40, levelRequirement = 45, statInterpolation = {}, cost = { }, }, [5] = {15, -20, 40, levelRequirement = 60, statInterpolation = {}, cost = { }, }, [6] = {15, -20, 40, levelRequirement = 75, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["Melee"] = { 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", }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, }
undead description [1]
Id | MonsterNecromancerRaisable |
---|---|
Family | MonsterNecromancerRaisable |
Domains | Monster (3) |
GenerationType | Einzigartig (3) |
Req. level | 1 |
Stats | |
Adds Tags | necromancer_raisable |
Verursacht 25% des physischen Schadens als extra Kälteschaden
Id | MonsterAuraAddedColdDamage |
---|---|
Family | MonsterAura |
Domains | Monster (3) |
GenerationType | Einzigartig (3) |
Req. level | 1 |
Stats | |
Craft Tags | physical_damage elemental_damage damage physical elemental cold |
Kälteschaden-Aura
Radius: 50
Verbündete verursachen zusätzlichen Kälteschaden
Verursacht 25% des physischen Schadens als extra Kälteschaden
Cold Damage Aura
monster uses ground slam text [1]
Id | MonsterUsesGroundSlamText |
---|---|
Family | MonsterUsesGroundSlamText |
Domains | Monster (3) |
GenerationType | Einzigartig (3) |
Req. level | 1 |
Stats |
monster no drops or experience [1]
Id | MonsterNoDropsOrExperience |
---|---|
Family | MonsterNoDropsOrExperience |
Domains | Monster (3) |
GenerationType | Einzigartig (3) |
Req. level | 1 |
Stats |
emerge speed +% [-30,30]
Id | VariableEmergeSpeed |
---|---|
Family | VariableEmergeSpeed |
Domains | Monster (3) |
GenerationType | Einzigartig (3) |
Req. level | 1 |
Stats |
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]
Id | CannotBeAugmented |
---|---|
Family | Nothing |
Domains | Monster (3) |
GenerationType | Einzigartig (3) |
Req. level | 1 |
Stats |