[DNT-UNUSED] Parasite Host
Beast
SpectreN
Tagsbeast, Claw_onhit_audio, not_dex, not_int, red_blood, very_slow_movement
Life
400%
Armour
+50%
Resistance
0 0 0 0
Damage
133%
Accuracy
100%
5%
Attack Distance
7 ~ 30
Attack Time
1.5 Second
Damage Spread
±20%
Experience
200%
Model Size
100%
Type
ParasiteHost
Metadata
ParasiteHostBoss
Level
68
Life
31,028
Armour
3,620
Evasion Rating
708
Damage
310
Spell Damage
310
Accuracy
2,464
Attack Time
1.5
Experience
57,268
Minion Life
27,720
Minion Damage
1,288
Minion Armour
6,033
MeleeAtAnimationSpeedUnique
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Melee, ProjectilesFromUser
Basic Attack
Base Damage: 248–372
Critical Hit Chance: 5%
Attack Time: 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]
GAParasiteHostBodySlam
Triggerable, Attack
Base Damage: 248–372
Critical Hit Chance: 5%
Attack Time: 1.5 sec
Cooldown Time: 8 sec
is area damage [1]
GAParasiteHostTailSwipe
Triggerable, Attack
Base Damage: 248–372
Critical Hit Chance: 5%
Attack Time: 1.5 sec
Cooldown Time: 5 sec
action do not face target [1]
is area damage [1]
GAParasiteHostFaceSwipe
Triggerable, Attack
Base Damage: 248–372
Critical Hit Chance: 5%
Attack Time: 1.5 sec
Cooldown Time: 5 sec
action do not face target [1]
is area damage [1]
GAParasiteHostVomit
Triggerable, Attack
Base Damage: 248–372
Critical Hit Chance: 5%
Attack Time: 1.5 sec
Cooldown Time: 12 sec
+40 to Melee Strike Range
is area damage [1]
EASParasiteHostCommandFeed
Cooldown Time: 30 sec
action attack or cast time uses animation length [1]
EASParasiteHostCommandProtect
Cooldown Time: 30 sec
EASParasiteHostCommandAttack
Cooldown Time: 30 sec
action attack or cast time uses animation length [1]
CGEParasiteHostVomit
Spell, Area, Damage, Triggerable, Duration, AreaSpell
Cast Time: 1 sec
Deals 265.7 Base Chaos Damage per second
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
Base Damage: 248–372
Critical Hit Chance: 5%
Attack Time: 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"

Object Type Codes

version 2
extends "Metadata/Monsters/Monster"
extends "Metadata/Monsters/BossBase"

Actor
{
	// only need to do this if the big swipes have turns in them
	//on_effect_start_GAParasiteHostFaceSwipe = "AddOnActionEnd( { PlayAnimationType( Idle, 1.0, 0, 0 ); }, true );"
	//on_effect_start_GAParasiteHostTailSwipe = "AddOnActionEnd( { PlayAnimationType( Idle, 1.0, 0, 0 ); }, true );"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/ParasiteHostMiniBoss/ParasiteHostBoss"] = {
    name = "[DNT-UNUSED] Parasite Host",
    life = 4,
    fireResist = 0,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    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,
    },
    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,
    },
    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,
    },
    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,
    },
    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,
    },
    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,
    },
    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,
    },
    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 = {
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
    },
    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 = {
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
    },
    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 = {
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 4,
    baseFlags = {
    },
    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.