IncursionAtziriActiveShrineStrongboxEssenceRareMonsterAliveSpiritActivatedRogueExile
[DNT-UNUSED] Parasite Host
CategoryBeastsBête
IconEnemyArmourStrong
Spectre
Tagsbeast, Claw_onhit_audio, not_dex, not_int, red_blood, very_slow_movement
Vie
400%
+50%
Résistance
IconEnemyResistanceFire0 IconEnemyResistanceCold0 IconEnemyResistanceLightning0 IconEnemyResistanceChaos0
Damage
133%
Précision
100%
Attack Distance
7 ~ 30
Temps d'attaque
1.5 Second
Damage Spread
±20%
Expérience
200%
Model Size
100%
Type
ParasiteHost
Metadata
ParasiteHostBoss
Niveau
68
Vie
33,028
3,620
Damage
310
Dégâts des sorts
310
Précision
2,502
Temps d'attaque
1.5
Expérience
57,268
Minion Life
27,720
Minion Damage
1,288
Minion Armour
6,033
MeleeAtAnimationSpeedUnique
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Melee, ProjectilesFromUser, AttackInPlace
Attaque de base
Base Damage: 248372
Chances de Touche critique: 5%
Temps d'attaque: 1.5 sec.
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
Triggerable, Attack, AttackInPlace
Base Damage: 248372
Chances de Touche critique: 5%
Temps d'attaque: 1.5 sec.
Temps de recharge: 8 sec.
is area damage [1]
GAParasiteHostTailSwipe
Triggerable, Attack, AttackInPlace
Base Damage: 248372
Chances de Touche critique: 5%
Temps d'attaque: 1.5 sec.
Temps de recharge: 5 sec.
action do not face target [1]
is area damage [1]
GAParasiteHostFaceSwipe
Triggerable, Attack, AttackInPlace
Base Damage: 248372
Chances de Touche critique: 5%
Temps d'attaque: 1.5 sec.
Temps de recharge: 5 sec.
action do not face target [1]
is area damage [1]
GAParasiteHostVomit
Triggerable, Attack, AttackInPlace
Base Damage: 248372
Chances de Touche critique: 5%
Temps d'attaque: 1.5 sec.
Temps de recharge: 12 sec.
+4 metres to Melee Strike Range
is area damage [1]
EASParasiteHostCommandFeed
Spell
Temps d'incantation: 1 sec.
Temps de recharge: 30 sec.
action attack or cast time uses animation length [1]
EASParasiteHostCommandProtect
Spell
Temps d'incantation: 4 sec.
Temps de recharge: 30 sec.
EASParasiteHostCommandAttack
Spell
Temps d'incantation: 1 sec.
Temps de recharge: 30 sec.
action attack or cast time uses animation length [1]
CGEParasiteHostVomit
Spell, Area, Damage, Triggerable, Duration, AreaSpell, AttackInPlace
Temps d'incantation: 1 sec.
Inflige 265.7 Dégâts de Chaos par seconde
active skill area of effect radius +% final [0]
base skill effect duration [6000]
ground caustic art variation [1011]
MPWParasiteHostVomitBones
Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Damage, Triggerable, AttackInPlace
Base Damage: 248372
Chances de Touche critique: 5%
Temps d'attaque: 1.5 sec.
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
Triggerable

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.