Plaguewing
Demon
monster base type attack cast speed +% and damage -% final [33]
100% increased Poison Duration
Poison on Hit
Skills fire 2 additional Projectiles
SpectreN
Tagscannot_be_monolith, caster, chaos_affinity, cleaving_weapon, cultist, demon, flesh_armour, has_one_hand_sword, has_one_handed_melee, humanoid, medium_height, melee, not_int, physical_affinity, red_blood, slow_movement
Life
360%
Armour
+60%
Evasion
+40%
Ailment Threshold
360%
Resistance
37 37 37 0
Damage
139%
Accuracy
100%
Critical Strike Chance
+5%
Critical Strike Multiplier
+130%
Attack Distance
6 ~ 10
Attack Time
1.455 Second
Damage Spread
±20%
Experience
120%
Model Size
100%
Type
KitavaDemonPlaguewing
Metadata
KitavaDemonPlaguewing
Level
68
Life
23,160
Armour
46,064
Evasion
6,635
Energy Shield
0
Damage
519
Spell Damage
519
Accuracy
290
Attack Time
1.455
Experience
12,306
Ailment Threshold
23,160
Chill
73
Shock
73
Brittle
414
Scorch
73
Sap
202
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Default Attack
Base Damage: 415–623
Critical Strike Chance: 5%
Attack Time: 1.455 sec
Strike your foes down with a powerful blow.
skill can fire arrows [1]
skill can fire wand projectiles [1]
MonsterLeapSlamCausticCloudPlaguewing
Attack, Area, Melee, Movement, Travel, Slam, Totemable
Leap Slam
Base Damage: 415–623
Critical Strike Chance: 5%
Attack Time: 1.455 sec
Cooldown Time: 4 sec
Jump through the air, damaging and knocking back enemies with your weapon where you land. Enemies you would land on are pushed out of the way. Requires an Axe, Mace, Sceptre, Sword or Staff. Cannot be supported by Multistrike.
Deals 50% more Damage
Base duration is 9 seconds
Base radius is 1.5 metres
cast time overrides attack duration [1]
ground caustic art variation [2]
is area damage [1]
leap slam base caustic cloud damage to deal per minute [12354]
monster penalty against minions damage +% final vs player minions [-30]
CausticMortarElementalPlaguewing
Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell
Mortar
Cast Time: 1.57 sec
Cooldown Time: 4 sec
Like monster mortar skill, but leaves a ground effect on impact.
Deals 125.8 to 188.7 Chaos Damage
Base duration is 3 seconds
active skill area of effect radius +% final [-30]
base is projectile [1]
base projectile ground caustic cloud damage per minute [18344]
ground caustic art variation [2]
is area damage [1]
monster projectile variation [7]
projectile spread radius [10]
projectile spread radius per additional projectile [3]
PlaguewingWhirlingBlades
Attack, Melee, Movement, Travel
Whirling Blades
Base Damage: 415–623
Critical Strike Chance: 5%
Attack Damage: 60%
Attack Damage: 60%
Attack Time: 1.455 sec
Cooldown Time: 6 sec
Dive through enemies, dealing weapon damage. If dual wielding attacks with both weapons, dealing the damage of both in one hit. Only works with Daggers, Claws, and One-Handed Swords. Cannot be supported by Multistrike.
Deals 40% less Attack Damage
Base duration is 6 seconds
cast time overrides attack duration [1]
ground caustic art variation [2]
ignores proximity shield [1]
monster flurry [1]
whirling blades base ground chaos damage to deal per minute [11206]

Object Type

version 2
extends "Metadata/Monsters/Monster"

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

Object Type Codes

version 2
extends "Metadata/Monsters/Monster"

Life
{
	on_spawned_alive = "AddEffectPack( Metadata/Particles/monster_effects/kitava_demon/plaguewing/plaguewing.epk );"
	on_death = "RemoveEffectPack( Metadata/Particles/monster_effects/kitava_demon/plaguewing/plaguewing.epk );"
}
-- src\Data\Spectres.lua
minions["Metadata/Monster/KitavaDemon/KitavaDemonPlaguewing"] = {
    name = "Plaguewing",
    life = 3.6,
    fireResist = 37,
    coldResist = 37,
    lightningResist = 37,
    chaosResist = 0,
    damage = 1.39,
    damageSpread = 0.2,
    attackTime = 1.455,
    attackRange = 10,
    accuracy = 1,
    weaponType1 = "One Hand Sword",
    skillList = {
        "PlaguewingWhirlingBlades",
        "Melee",
        "MonsterLeapSlamCausticCloudPlaguewing",
        "CausticMortarElementalPlaguewing",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["PlaguewingWhirlingBlades"] = {
    name = "Whirling Blades",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Dive through enemies, dealing weapon damage. If dual wielding attacks with both weapons, dealing the damage of both in one hit. Only works with Daggers, Claws, and One-Handed Swords. Cannot be supported by Multistrike.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.Melee] = true,
        [SkillType.Movement] = true,
        [SkillType.Travel] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1.962,
    baseFlags = {
        attack = true,
        melee = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "whirling_blades_base_ground_chaos_damage_to_deal_per_minute",
        "base_skill_effect_duration",
        "monster_flurry",
        "ground_caustic_art_variation",
        "cast_time_overrides_attack_duration",
        "ignores_proximity_shield",
    },
    levels = {
        [1] = {1, 6000, 1, 2, baseMultiplier = 0.6, levelRequirement = 68, statInterpolation = {3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["Melee"] = {
    name = "Default Attack",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Strike your foes down with a powerful blow.",
    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["MonsterLeapSlamCausticCloudPlaguewing"] = {
    name = "Leap Slam",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Jump through the air, damaging and knocking back enemies with your weapon where you land. Enemies you would land on are pushed out of the way. Requires an Axe, Mace, Sceptre, Sword or Staff. Cannot be supported by Multistrike.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.Area] = true,
        [SkillType.Melee] = true,
        [SkillType.Movement] = true,
        [SkillType.Travel] = true,
        [SkillType.Slam] = true,
        [SkillType.Totemable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1.57,
    baseFlags = {
        attack = true,
        area = true,
        melee = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "leap_slam_base_caustic_cloud_damage_to_deal_per_minute",
        "active_skill_damage_+%_final",
        "base_skill_effect_duration",
        "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
        "ground_caustic_art_variation",
        "active_skill_base_area_of_effect_radius",
        "is_area_damage",
        "cast_time_overrides_attack_duration",
    },
    levels = {
        [1] = {0.40000000596046, 50, 9000, -30, 2, 15, levelRequirement = 1, statInterpolation = {3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["CausticMortarElementalPlaguewing"] = {
    name = "Mortar",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Like monster mortar skill, but leaves a ground effect on impact.",
    skillTypes = {
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
        [SkillType.Area] = true,
        [SkillType.Trappable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.AreaSpell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1.57,
    baseFlags = {
        area = true,
        spell = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_chaos_damage",
        "spell_maximum_base_chaos_damage",
        "base_projectile_ground_caustic_cloud_damage_per_minute",
        "monster_projectile_variation",
        "projectile_spread_radius",
        "ground_caustic_art_variation",
        "base_skill_effect_duration",
        "projectile_spread_radius_per_additional_projectile",
        "active_skill_area_of_effect_radius_+%_final",
        "is_area_damage",
        "base_is_projectile",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 7, 7, 10, 2, 3000, 3, -30, levelRequirement = 1, statInterpolation = {3, 3, 3},  cost = { }, },
        [2] = {0.80000001192093, 1.2000000476837, 7, 7, 10, 2, 3000, 3, -30, levelRequirement = 56, statInterpolation = {3, 3, 3},  cost = { }, },
        [3] = {0.80000001192093, 1.2000000476837, 6, 7, 10, 2, 3000, 3, -30, levelRequirement = 82, statInterpolation = {3, 3, 3},  cost = { }, },
    },
}
monster base type attack cast speed +% and damage -% final [33]
IdMonsterSpeedAndDamageFixupComplete
FamilyMonsterSpeedAndDamageFixup
DomainsMonster (3)
GenerationTypeUnique (3)
Req. level1
Stats
  • monster base type attack cast speed +% and damage -% final Min: 33 Max: 33 Global
  • Craft Tagscaster_damage damage attack caster speed
    100% increased Poison Duration
    Poison on Hit
    IdParasitePoisonOnHit
    FamilyRatTalismanPoisonOnHit
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • global poison on hit Min: 1 Max: 1 Global
  • base poison duration +% Min: 100 Max: 100 Global
  • Craft Tagspoison chaos ailment
    Skills fire 2 additional Projectiles
    IdMonsterMultipleProjectilesImplicit1
    FamilyMonsterMultipleProjectile
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • number of additional projectiles Min: 2 Max: 2 Global
  • Edit

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