Expedition2RemnantActiveIncursionAtziriActiveShrineActiveStrongboxEssenceRareMonsterAliveSpiritActivatedRogueExile
Nymph Wasp
CategoryBeastsBeast
IconEnemyEvasion IconEnemyResistanceFireWeak IconEnemyResistanceLightning
stance movement speed +% final [49]
Attacks have 25% chance to Maim on Hit
Spectre
Tagsallows_additional_projectiles, allows_inc_aoe, beast, Caster, insect, melee, MonsterStab_onhit_audio, not_int, not_str, physical_affinity, ranged, red_blood, slow_movement
Life
125%
Evasion
+20%
Resistance
IconEnemyResistanceFire-30 IconEnemyResistanceCold0 IconEnemyResistanceLightning30 IconEnemyResistanceChaos0
Damage
125%
Accuracy
100%
5%
Attack Distance
4 ~ 11
Attack Time
1.005 Second
Damage Spread
±20%
Experience
125%
Model Size
100%
Type
PlagueNymph
Metadata
TwilightOrderPlagueNymph
Spectre Reservation
59%
Companion Reservation
33.3%
Level
68
Life
10,321
Armour
2,413
Evasion Rating
850
Damage
291
Spell Damage
291
Accuracy
2,502
Attack Time
1.005
Experience
35,793
Minion Life
8,663
Minion Damage
1,211
Minion Armour
2,413
MeleeAtAnimationSpeed
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Melee, ProjectilesFromUser, AttackInPlace
Basic Attack
Base Damage: 233350
Critical Hit Chance: 5%
Attack Time: 1.005 sec
action attack or cast time uses animation length [1]
projectile uses contact position [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
iconbasicattack
MPSTwilightOrderPlagueNymphRailGun
Spell, Projectile, ProjectilesFromUser, Triggerable, Damage, AttackInPlace
Critical Hit Chance: 5%
Cast Time: 1 sec
Cooldown Time: 8 sec
Deals 325.2 to 487.8 Physical Damage
Converts 60% of Physical damage to Lightning damage
Pierces all Targets
action attack or cast time uses animation length [1]
base is projectile [1]
monster penalty against minions damage +% final vs player minions [-60]
monster projectile variation [1125]
projectile uses contact position [1]
spell maximum action distance +% [-50]
use scaled contact offset [1]
MaceNotable2
GSTwilightOrderPlagueNymphLaser
Triggerable, Spell, Damage, AttackInPlace
Critical Hit Chance: 5%
Cast Time: 1 sec
Deals 494 to 741 Physical Damage
action attack or cast time uses animation length [1]
base is projectile [1]
is area damage [1]

Object Type

version 2
extends "Metadata/Monsters/Monster"

Actor
{
	basic_action = "ChangeToStance2"
	basic_action = "ChangeToStance1"
}

Transitionable
{
	
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/PlagueNymph/TwilightOrderPlagueNymph"] = {
    fireResist = 0,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    name = "Nymph Wasp",
    life = 1.25,
    damage = 1.25,
    damageSpread = 0.2,
    attackTime = 1.005,
    attackRange = 11,
    accuracy = 1,
    skillList = {
        "MeleeAtAnimationSpeed",
        "MPSTwilightOrderPlagueNymphRailGun",
        "GSTwilightOrderPlagueNymphLaser",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["MeleeAtAnimationSpeed"] = {
    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 = {
        "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] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MPSTwilightOrderPlagueNymphRailGun"] = {
    name = "MPSTwilightOrderPlagueNymphRailGun",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Damage] = true,
        [SkillType.AttackInPlace] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_physical_damage",
        "spell_maximum_base_physical_damage",
        "monster_projectile_variation",
        "active_skill_base_physical_damage_%_to_convert_to_lightning",
        "spell_maximum_action_distance_+%",
        "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
        "base_is_projectile",
        "projectile_uses_contact_position",
        "use_scaled_contact_offset",
        "action_attack_or_cast_time_uses_animation_length",
        "always_pierce",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 1125, 60, -50, -60, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GSTwilightOrderPlagueNymphLaser"] = {
    name = "GSTwilightOrderPlagueNymphLaser",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Triggerable] = true,
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
        [SkillType.AttackInPlace] = true,
    },
    statDescriptionScope = "geometry_spell",
    castTime = 1,
    baseFlags = {
        spell = true,
        area = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_physical_damage",
        "spell_maximum_base_physical_damage",
        "is_area_damage",
        "action_attack_or_cast_time_uses_animation_length",
        "base_is_projectile",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
    },
}
FamilyNothing
DomainsMonster (3)
GenerationTypeUnique (3)
Req. level1
stance movement speed +% final [49]
FamilyStance
DomainsMonster (3)
GenerationTypeUnique (3)
Req. level1
Stats
  • stance movement speed +% final 49 49 Global
  • Attacks have 25% chance to Maim on Hit
    FamilyMonsterMaimOnHit
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • maim on hit % 25 25 Global
  • Craft TagsAttack
    Nymph Wasp
    CategoryBeastsBeast
    IconEnemyEvasion IconEnemyResistanceFireWeak IconEnemyResistanceLightning
    stance movement speed +% final [49]
    Attacks have 25% chance to Maim on Hit
    Spectre
    Spectre OverrideMetadata/Monsters/PlagueNymph/TwilightOrderPlagueNymph
    AreaArastas, Ashen Forest, Mournful Cliffside
    Tagsallows_additional_projectiles, beast, insect, melee, MonsterStab_onhit_audio, not_int, not_str, physical_affinity, ranged, red_blood, slow_movement
    Packs
  • Arastas: Nymph Wasp
  • Ashen Forest, Mournful Cliffside: Nymph Wasp
  • Life
    125%
    Evasion
    +20%
    Resistance
    IconEnemyResistanceFire-30 IconEnemyResistanceCold0 IconEnemyResistanceLightning30 IconEnemyResistanceChaos0
    Damage
    125%
    Accuracy
    100%
    5%
    Attack Distance
    4 ~ 11
    Attack Time
    1.005 Second
    Damage Spread
    ±20%
    Experience
    125%
    Model Size
    100%
    Type
    PlagueNymph
    Metadata
    TwilightOrderPlagueNymphEmerge
    Spectre Reservation
    59%
    Companion Reservation
    33.3%
    Level
    65
    Life
    8,194
    Armour
    2,023
    Evasion Rating
    796
    Damage
    265
    Spell Damage
    265
    Accuracy
    2,228
    Attack Time
    1.005
    Experience
    26,884
    Minion Life
    7,853
    Minion Damage
    1,036
    Minion Armour
    2,023
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Melee, ProjectilesFromUser, AttackInPlace
    Basic Attack
    Base Damage: 212319
    Critical Hit Chance: 5%
    Attack Time: 1.005 sec
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    iconbasicattack
    MPSTwilightOrderPlagueNymphRailGun
    Spell, Projectile, ProjectilesFromUser, Triggerable, Damage, AttackInPlace
    Critical Hit Chance: 5%
    Cast Time: 1 sec
    Cooldown Time: 8 sec
    Deals 296.7 to 445.1 Physical Damage
    Converts 60% of Physical damage to Lightning damage
    Pierces all Targets
    action attack or cast time uses animation length [1]
    base is projectile [1]
    monster penalty against minions damage +% final vs player minions [-60]
    monster projectile variation [1125]
    projectile uses contact position [1]
    spell maximum action distance +% [-50]
    use scaled contact offset [1]
    MaceNotable2
    GSTwilightOrderPlagueNymphLaser
    Triggerable, Spell, Damage, AttackInPlace
    Critical Hit Chance: 5%
    Cast Time: 1 sec
    Deals 455.3 to 683 Physical Damage
    action attack or cast time uses animation length [1]
    base is projectile [1]
    is area damage [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	basic_action = "ChangeToStance2"
    	basic_action = "ChangeToStance1"
    }
    
    Transitionable
    {
    	
    }
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/PlagueNymph/TwilightOrderPlagueNymphEmerge"] = {
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        name = "Nymph Wasp",
        life = 1.25,
        damage = 1.25,
        damageSpread = 0.2,
        attackTime = 1.005,
        attackRange = 11,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeed",
            "MPSTwilightOrderPlagueNymphRailGun",
            "GSTwilightOrderPlagueNymphLaser",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        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 = {
            "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] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MPSTwilightOrderPlagueNymphRailGun"] = {
        name = "MPSTwilightOrderPlagueNymphRailGun",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Damage] = true,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "monster_projectile_variation",
            "active_skill_base_physical_damage_%_to_convert_to_lightning",
            "spell_maximum_action_distance_+%",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "base_is_projectile",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
            "action_attack_or_cast_time_uses_animation_length",
            "always_pierce",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 1125, 60, -50, -60, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GSTwilightOrderPlagueNymphLaser"] = {
        name = "GSTwilightOrderPlagueNymphLaser",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "geometry_spell",
        castTime = 1,
        baseFlags = {
            spell = true,
            area = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "is_area_damage",
            "action_attack_or_cast_time_uses_animation_length",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    stance movement speed +% final [49]
    FamilyStance
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • stance movement speed +% final 49 49 Global
  • Attacks have 25% chance to Maim on Hit
    FamilyMonsterMaimOnHit
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • maim on hit % 25 25 Global
  • Craft TagsAttack
    Edit

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