Freigelegter Kriecher
Untotmonster no drops or experience [1]
Unearthed Crawler
| Spectre | N |
|---|---|
| Tags | flesh_armour, humanoid, is_unarmed, melee, physical_affinity, Unarmed_onhit_audio, undead, very_slow_movement, zombie |
Leben
80%
Widerstand
Damage
96%
Genauigkeit
100%
Kritische Treffer Chance
5%
Attack Distance
4 ~ 7
Angriffszeit
1.32 Second
Damage Spread
±20%
Erfahrung
80%
Model Size
100%
Type
ExpeditionZombieHuskTorso
Metadata
ExpeditionZombieHuskTorso
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Stufe
68
Leben
6,206
2,413
708
Damage
224
Zauberschaden
224
Genauigkeit
2,464
Angriffszeit
1.32
Erfahrung
22,907
Minion Life
5,544
Minion Damage
930
Minion Armour
2,413
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, Melee, ProjectilesFromUser
Basisangriff
Base Damage: 179–269
Angriffszeit: 1.32 Sek.
action attack or cast time uses animation length [1]
projectile uses contact position [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
MaggotHuskBloodTrail
Spell, Area, Damage, Triggerable, Duration, AreaSpell
Zauberzeit: 1 Sek.
Verursacht 186 Basis-Chaosschaden pro Sekunde
active skill area of effect radius +% final [-70]
base skill effect duration [10000]
ground caustic art variation [1001]
MaggotHuskBloodTrailDeath
Spell, Area, Damage, Triggerable, Duration, AreaSpell
Zauberzeit: 1 Sek.
Verursacht 186 Basis-Chaosschaden pro Sekunde
active skill area of effect radius +% final [-30]
base skill effect duration [10000]
ground caustic art variation [1001]
Object Type
version 2
extends "Metadata/Monsters/LeagueExpeditionNew/ExpeditionMonsterFodderBase"
Actor
{
basic_action = "ChangeToStance1"
basic_action = "ChangeToStance2"
basic_action = "ChangeToStance3"
basic_action = "Emerge"
}Object Type Codes
version 2
extends "Metadata/Monsters/LeagueExpeditionNew/ExpeditionMonsterFodderBase"
Animated
{
on_event_deathmaggot =
"
IfInStance( default,
{ AddEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act2_FOUR/MaggotHusks/MaggotDissolve_Partial.epk' ); },
{ AddEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act2_FOUR/MaggotHusks/MaggotDissolve_Partial_flip.epk' );
} );
AddEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act2_FOUR/MaggotHusks/MaggotDissolve_Deflate.epk' );
"
}
Life
{
on_spawned_dead = "AddEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act2_FOUR/MaggotHusks/MaggotDissolve_Idle.epk' );"
}
Preload
{
preload_animated_object = "Metadata/Effects/Spells/monsters_effects/Act2_FOUR/MaggotHusks/puddle.ao"
preload_animated_object = "Metadata/Effects/Spells/monsters_effects/Act2_FOUR/MaggotHusks/puddle2.ao"
preload_animated_object = "Metadata/Effects/Spells/monsters_effects/Act2_FOUR/MaggotHusks/puddle3.ao"
preload_epk = "Metadata/Effects/Spells/monsters_effects/Act2_FOUR/MaggotHusks/MaggotDissolve_Partial.epk"
preload_epk = "Metadata/Effects/Spells/monsters_effects/Act2_FOUR/MaggotHusks/MaggotDissolve_Partial_flip.epk"
preload_epk = "Metadata/Effects/Spells/monsters_effects/Act2_FOUR/MaggotHusks/MaggotDissolve_Deflate.epk"
preload_epk = "Metadata/Effects/Spells/monsters_effects/Act2_FOUR/MaggotHusks/MaggotDissolve_Idle.epk"
} -- src\Data\Spectres.lua
minions["Metadata/Monsters/LeagueExpeditionNew/Zombies/ExpeditionZombieHuskTorso"] = {
name = "Unearthed Crawler",
life = 0.8,
fireResist = 0,
coldResist = 0,
lightningResist = 0,
chaosResist = 0,
damage = 0.96,
damageSpread = 0.2,
attackTime = 1.32,
attackRange = 7,
accuracy = 1,
skillList = {
"MeleeAtAnimationSpeed",
"MaggotHuskBloodTrail",
"MaggotHuskBloodTrailDeath",
},
modList = {
},
}
-- src\Data\Skills\spectre.lua
skills["MeleeAtAnimationSpeed"] = {
name = "Basic Attack",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Attack] = true,
[SkillType.RangedAttack] = true,
[SkillType.MirageArcherCanUse] = true,
[SkillType.Projectile] = true,
[SkillType.MeleeSingleTarget] = 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["MaggotHuskBloodTrail"] = {
name = "MaggotHuskBloodTrail",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Area] = true,
[SkillType.Damage] = true,
[SkillType.Triggerable] = true,
[SkillType.Duration] = true,
[SkillType.AreaSpell] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
area = true,
spell = true,
duration = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"base_chaos_damage_to_deal_per_minute",
"ground_caustic_art_variation",
"active_skill_area_of_effect_radius_+%_final",
"base_skill_effect_duration",
},
levels = {
[1] = {1, 1001, -70, 10000, levelRequirement = 1, statInterpolation = {3}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["MaggotHuskBloodTrailDeath"] = {
name = "MaggotHuskBloodTrailDeath",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Area] = true,
[SkillType.Damage] = true,
[SkillType.Triggerable] = true,
[SkillType.Duration] = true,
[SkillType.AreaSpell] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
area = true,
spell = true,
duration = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"base_chaos_damage_to_deal_per_minute",
"ground_caustic_art_variation",
"active_skill_area_of_effect_radius_+%_final",
"base_skill_effect_duration",
},
levels = {
[1] = {1, 1001, -30, 10000, levelRequirement = 1, statInterpolation = {3}, cost = { }, },
},
}
monster no drops or experience [1]
| Family | MonsterNoDropsOrExperience |
|---|---|
| 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.