Nymph Wasp
野獸
stance movement speed +% final [49]
攻擊擊中時有 25% 機率造成癱瘓
SpectreY
Tagsallows_additional_projectiles, allows_inc_aoe, beast, 法術, insect, melee, MonsterStab_onhit_audio, not_int, not_str, physical_affinity, ranged, red_blood, slow_movement
生命
125%
閃避
+20%
抗性
-30 0 30 0
傷害
125%
命中
100%
暴擊 Chance
5%
暴擊傷害加成
+30%
Attack Distance
4 ~ 11
攻擊時間
1.005 Second
Damage Spread
±20%
經驗值
125%
Model Size
100%
Type
PlagueNymph
Metadata
TwilightOrderPlagueNymph
等級
68
生命
9,696
傷害
291
法術傷害
291
命中
2,464
攻擊時間
1.005
經驗值
35,793
召喚物生命
8,663
召喚物傷害
1,211
召喚物護甲
2,413
MeleeAtAnimationSpeed
攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 近戰, 玩家投射物
基礎攻擊
Base Damage: 233–350
暴擊率: 5%
攻擊時間: 1.005 秒
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]
MPSTwilightOrderPlagueNymphRailGun
法術, 投射物, 玩家投射物, 可觸發, 傷害
暴擊率: 5%
施放時間: 1 秒
冷卻時間: 8 秒
造成 377.8566.7 物理傷害
60% 的物理傷害轉換閃電傷害
穿透所有目標
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]
GSTwilightOrderPlagueNymphLaser
可觸發, 法術, 傷害
暴擊率: 5%
施放時間: 1 秒
造成 377.8566.7 物理傷害
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"
}

Transitionable
{
	
}

Object Type Codes

version 2
extends "Metadata/Monsters/Monster"

Transitionable
{

	on_transition =
	"
		Roll( 1, 2, { PlayEffect( 'Metadata/Monsters/PlagueNymph/PlagueNymphAggroAudio.ao' ); } );
	"
}

Animated
{

	preload_animated_object = "Metadata/Monsters/PlagueNymph/PlagueNymphAggroAudio.ao"

}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/PlagueNymph/TwilightOrderPlagueNymph"] = {
    name = "Nymph Wasp",
    life = 1.25,
    fireResist = 0,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    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,
    },
    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,
    },
    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,
    },
    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
Domains怪物 (3)
GenerationType傳奇 (3)
Req. level1
stance movement speed +% final [49]
FamilyStance
Domains怪物 (3)
GenerationType傳奇 (3)
Req. level1
Stats
  • stance movement speed +% final Min: 49 Max: 49 Global
  • 攻擊擊中時有 25% 機率造成癱瘓
    FamilyMonsterMaimOnHit
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • maim on hit % Min: 25 Max: 25 Global
  • Craft Tagsattack
    Nymph Wasp
    野獸
    stance movement speed +% final [49]
    攻擊擊中時有 25% 機率造成癱瘓
    SpectreN
    Spectre OverrideMetadata/Monsters/PlagueNymph/TwilightOrderPlagueNymph
    Area阿拉塔斯, 灰燼森林
    Tagsallows_additional_projectiles, beast, insect, melee, MonsterStab_onhit_audio, not_int, not_str, physical_affinity, ranged, red_blood, slow_movement
    Packs
  • 阿拉塔斯: Nymph Wasp
  • 灰燼森林: Nymph Wasp
  • 生命
    125%
    閃避
    +20%
    抗性
    -30 0 30 0
    傷害
    125%
    命中
    100%
    暴擊 Chance
    5%
    暴擊傷害加成
    +30%
    Attack Distance
    4 ~ 11
    攻擊時間
    1.005 Second
    Damage Spread
    ±20%
    經驗值
    125%
    Model Size
    100%
    Type
    PlagueNymph
    Metadata
    TwilightOrderPlagueNymphEmerge
    等級
    54
    生命
    4,134
    傷害
    186
    法術傷害
    186
    命中
    1,472
    攻擊時間
    1.005
    經驗值
    13,746
    召喚物生命
    5,373
    召喚物傷害
    574
    召喚物護甲
    1,039
    MeleeAtAnimationSpeed
    攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 近戰, 玩家投射物
    基礎攻擊
    Base Damage: 149–223
    暴擊率: 5%
    攻擊時間: 1.005 秒
    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]
    MPSTwilightOrderPlagueNymphRailGun
    法術, 投射物, 玩家投射物, 可觸發, 傷害
    暴擊率: 5%
    施放時間: 1 秒
    冷卻時間: 8 秒
    造成 253.6380.4 物理傷害
    60% 的物理傷害轉換閃電傷害
    穿透所有目標
    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]
    GSTwilightOrderPlagueNymphLaser
    可觸發, 法術, 傷害
    暴擊率: 5%
    施放時間: 1 秒
    造成 253.6380.4 物理傷害
    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"
    }
    
    Transitionable
    {
    	
    }
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Transitionable
    {
    
    	on_transition =
    	"
    		Roll( 1, 2, { PlayEffect( 'Metadata/Monsters/PlagueNymph/PlagueNymphAggroAudio.ao' ); } );
    	"
    }
    
    Animated
    {
    
    	preload_animated_object = "Metadata/Monsters/PlagueNymph/PlagueNymphAggroAudio.ao"
    
    }
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/PlagueNymph/TwilightOrderPlagueNymphEmerge"] = {
        name = "Nymph Wasp",
        life = 1.25,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        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,
        },
        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,
        },
        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,
        },
        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
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    stance movement speed +% final [49]
    FamilyStance
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: 49 Max: 49 Global
  • 攻擊擊中時有 25% 機率造成癱瘓
    FamilyMonsterMaimOnHit
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • maim on hit % Min: 25 Max: 25 Global
  • Craft Tagsattack
    Edit

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