Expedition2RemnantActiveIncursionAtziriActiveShrineActiveStrongboxEssenceRareMonsterAliveSpiritActivatedRogueExile
[DNT-UNUSED] Parasite Host
CategoryBeasts野兽
IconEnemyArmourStrong
Spectre
Tagsbeast, Claw_onhit_audio, not_dex, not_int, red_blood, very_slow_movement
生命
400%
+50%
抗性
IconEnemyResistanceFire0 IconEnemyResistanceCold0 IconEnemyResistanceLightning0 IconEnemyResistanceChaos0
伤害
133%
命中
100%
暴击 Chance
5%
Attack Distance
7 ~ 30
攻击时间
1.5 Second
Damage Spread
±20%
经验值
200%
Model Size
100%
Type
ParasiteHost
Metadata
ParasiteHostBoss
Spectre Reservation
84%
Companion Reservation
42.3%
等级
68
生命
33,028
3,620
伤害
310
法术伤害
310
命中
2,502
攻击时间
1.5
经验值
57,268
召唤物生命
27,720
召唤物伤害
1,288
召唤物护甲
6,033
MeleeAtAnimationSpeedUnique
攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 近战, 玩家投射物, AttackInPlace
基础攻击
Base Damage: 248372
暴击率: 5%
攻击时间: 1.5 秒
action attack or cast time uses animation length [1]
monster penalty against minions damage +% final vs player minions [100]
projectile uses contact position [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
iconbasicattack
GAParasiteHostBodySlam
可触发, 攻击, AttackInPlace
Base Damage: 248372
暴击率: 5%
攻击时间: 1.5 秒
冷却时间: 8 秒
is area damage [1]
GAParasiteHostTailSwipe
可触发, 攻击, AttackInPlace
Base Damage: 248372
暴击率: 5%
攻击时间: 1.5 秒
冷却时间: 5 秒
action do not face target [1]
is area damage [1]
GAParasiteHostFaceSwipe
可触发, 攻击, AttackInPlace
Base Damage: 248372
暴击率: 5%
攻击时间: 1.5 秒
冷却时间: 5 秒
action do not face target [1]
is area damage [1]
GAParasiteHostVomit
可触发, 攻击, AttackInPlace
Base Damage: 248372
暴击率: 5%
攻击时间: 1.5 秒
冷却时间: 12 秒
+4近战打击范围
is area damage [1]
EASParasiteHostCommandFeed
法术
施放时间: 1 秒
冷却时间: 30 秒
action attack or cast time uses animation length [1]
EASParasiteHostCommandProtect
法术
施放时间: 4 秒
冷却时间: 30 秒
EASParasiteHostCommandAttack
法术
施放时间: 1 秒
冷却时间: 30 秒
action attack or cast time uses animation length [1]
CGEParasiteHostVomit
法术, 范围, 伤害, 可触发, 持续时间, 范围法术, AttackInPlace
施放时间: 1 秒
每秒造成 265.7 混沌伤害
active skill area of effect radius +% final [0]
base skill effect duration [6000]
ground caustic art variation [1011]
MPWParasiteHostVomitBones
攻击, 范围攻击, 技能可幻影射手, 投射物, 玩家投射物, 伤害, 可触发, AttackInPlace
Base Damage: 248372
暴击率: 5%
攻击时间: 1.5 秒
base is projectile [1]
check for targets between initiator and projectile source [1]
monster projectile variation [1053]
projectile ballistic angle from target distance [1]
projectile spread radius [15]
projectile uses contact position [1]
use scaled contact offset [1]
EGParasiteHostGetShieldParasites
可触发

Object Type

version 2
extends "Metadata/Monsters/Monster"
extends "Metadata/Monsters/BossBase"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/ParasiteHostMiniBoss/ParasiteHostBoss"] = {
    fireResist = 0,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    name = "[DNT-UNUSED] Parasite Host",
    life = 4,
    damage = 1.33,
    damageSpread = 0.2,
    attackTime = 1.5,
    attackRange = 30,
    accuracy = 1,
    skillList = {
        "MeleeAtAnimationSpeedUnique",
        "MPWParasiteHostVomitBones",
        "CGEParasiteHostVomit",
        "GAParasiteHostBodySlam",
        "GAParasiteHostFaceSwipe",
        "GAParasiteHostTailSwipe",
        "GAParasiteHostVomit",
        "EASParasiteHostCommandAttack",
        "EASParasiteHostCommandFeed",
        "EASParasiteHostCommandProtect",
        "EGParasiteHostGetShieldParasites",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["MeleeAtAnimationSpeedUnique"] = {
    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,
        [SkillType.AttackInPlace] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        melee = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
        "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] = {100, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MPWParasiteHostVomitBones"] = {
    name = "MPWParasiteHostVomitBones",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.RangedAttack] = true,
        [SkillType.MirageArcherCanUse] = true,
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.Damage] = true,
        [SkillType.Triggerable] = true,
        [SkillType.AttackInPlace] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "monster_projectile_variation",
        "projectile_spread_radius",
        "base_is_projectile",
        "check_for_targets_between_initiator_and_projectile_source",
        "projectile_ballistic_angle_from_target_distance",
        "projectile_uses_contact_position",
        "use_scaled_contact_offset",
    },
    levels = {
        [1] = {1053, 15, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["CGEParasiteHostVomit"] = {
    name = "CGEParasiteHostVomit",
    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,
        [SkillType.AttackInPlace] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        area = true,
        spell = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_chaos_damage_to_deal_per_minute",
        "active_skill_area_of_effect_radius_+%_final",
        "base_skill_effect_duration",
        "ground_caustic_art_variation",
    },
    levels = {
        [1] = {1, 0, 6000, 1011, levelRequirement = 1, statInterpolation = {3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GAParasiteHostBodySlam"] = {
    name = "GAParasiteHostBodySlam",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Triggerable] = true,
        [SkillType.Attack] = true,
        [SkillType.AttackInPlace] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "is_area_damage",
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GAParasiteHostFaceSwipe"] = {
    name = "GAParasiteHostFaceSwipe",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Triggerable] = true,
        [SkillType.Attack] = true,
        [SkillType.AttackInPlace] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "is_area_damage",
        "action_do_not_face_target",
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GAParasiteHostTailSwipe"] = {
    name = "GAParasiteHostTailSwipe",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Triggerable] = true,
        [SkillType.Attack] = true,
        [SkillType.AttackInPlace] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "is_area_damage",
        "action_do_not_face_target",
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GAParasiteHostVomit"] = {
    name = "GAParasiteHostVomit",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Triggerable] = true,
        [SkillType.Attack] = true,
        [SkillType.AttackInPlace] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "melee_range_+",
        "is_area_damage",
    },
    levels = {
        [1] = {40, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["EASParasiteHostCommandAttack"] = {
    name = "EASParasiteHostCommandAttack",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "action_attack_or_cast_time_uses_animation_length",
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["EASParasiteHostCommandFeed"] = {
    name = "EASParasiteHostCommandFeed",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "action_attack_or_cast_time_uses_animation_length",
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["EASParasiteHostCommandProtect"] = {
    name = "EASParasiteHostCommandProtect",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 4,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["EGParasiteHostGetShieldParasites"] = {
    name = "EGParasiteHostGetShieldParasites",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
Edit

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