Gusano de pavor
monster no drops or experience [1]
Dreadworm
SpectreY
TagsClaw_onhit_audio, demon, insect, red_blood, slow_movement
Vida
50%
Ailment Threshold
%
Resistencia
0 0 0 0
Damage
50%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de golpe crítico
+130%
Attack Distance
6 ~ 6
Attack Time
1.5 Second
Damage Spread
±10%
Experiencia
50%
Model Size
75%
Type
BloodWormDreadworm
Metadata
Dreadworm
Nivel
68
Vida
3,879
Minion Life
5,640
Armadura
3,451
Evasión
477
Escudo de energía
0
Minion Energy Shield
Damage
117
Minion Damage
948
Daño de hechizos
117
Precisión
1,090
Attack Time
1.5
Experiencia
14,317
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque básico
Base Damage: 105–128
Probabilidad de impacto crítico: 5%
Attack Time: 1.5 seg
skill can fire wand projectiles [1]
DeathExplodeBloodWorm
Spell, Triggerable
Tiempo de lanzamiento: 1 seg
Inflige de 973.3 a 1460 de daño de fuego
No puedes lanzar hechizos activables asistidos directamente
100% de probabilidad de que se active este hechizo al morir
active skill area of effect radius +% final [-50]
is area damage [1]

Object Type

version 2
extends "Metadata/Monsters/Monster"

Actor
{
	main_hand_unarmed_type = "One_Hand_Mace"
	basic_action = "Emerge"
}

Object Type Codes

version 2
extends "Metadata/Monsters/Monster"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/BloodWorm/Dreadworm"] = {
    name = "Dreadworm",
    life = 0.5,
    fireResist = 0,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    damage = 0.5,
    damageSpread = 0.1,
    attackTime = 1.5,
    attackRange = 6,
    accuracy = 1,
    skillList = {
        "Melee",
        "DeathExplodeBloodWorm",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["Melee"] = {
    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.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 = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["DeathExplodeBloodWorm"] = {
    name = "DeathExplodeBloodWorm",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_fire_damage",
        "spell_maximum_base_fire_damage",
        "cast_on_death_%",
        "active_skill_area_of_effect_radius_+%_final",
        "is_area_damage",
        "spell_uncastable_if_triggerable",
    },
    levels = {
        [1] = {0.20000000298023, 0.30000001192093, 100, -50, levelRequirement = 40, statInterpolation = {3, 3},  cost = { }, },
        [2] = {0.80000001192093, 1.2000000476837, 100, -50, levelRequirement = 68, statInterpolation = {3, 3},  cost = { }, },
    },
}
monster no drops or experience [1]
IdMonsterNoDropsOrExperience
FamilyMonsterNoDropsOrExperience
DomainsMonster (3)
GenerationTypeÚnico (3)
Req. level1
Stats
  • monster no drops or experience Min: 1 Max: 1 Global
  • Edit

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