皓月舞者
人形
monster chance to not flee % [100]
monster damage +% final vs monsters from ancestral rank [200]
Moon Dancer
幽魂N
标签human, humanoid, karui, not_str, red_blood, very_slow_movement
生命
450%
生命转为护盾
250%
闪避值
+30%
异常状态临界值
450%
抗性
0 75 0 0
伤害
200%
命中
100%
攻击暴击率
+5%
暴击伤害
+130%
攻击距离
5 ~ 6
攻击间隔
1.5 秒
伤害分布
±20%
经验值
100%
Model Size
100%
类型
AncestralColdPoi
Metadata
AncestralColdPoi_
等级
68
生命
28,950
护甲
28,790
闪避值
6,161
能量护盾
15,318
伤害
747
法术伤害
747
命中
290
攻击间隔
1.5
经验值
10,255
异常状态临界值
28,950
冰缓
92
Shock
92
Brittle
518
Scorch
92
Sap
253
MeleeAtAnimationSpeed
攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
普通攻击
基本伤害: 598–897
攻击暴击率: 5%
攻击间隔: 1.5 秒
对你的敌人无情痛击。
action attack or cast time uses animation length [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
MPSAncestralPoiProjectile
法术, 投射物, 玩家投射物, 可触发
攻击暴击率: 5%
施放间隔: 1 秒
造成 546.7 - 820.1 冰霜伤害
base is projectile [1]
monster projectile variation [234]
projectile ballistic angle from reference event [1]
projectile uses contact position [1]
removes % mana on hit [2]
use scaled contact offset [1]
AncestralMoonAuraAllies
增益, 持续时间, 法术, 可触发
施放间隔: 1 秒
每秒回复 38.9 能量护盾
获得等同 35% 最大生命的额外能量护盾
能量护盾充能时间提前 25%
AncestralMoonAuraEnemies
增益, 持续时间, 法术, 可触发
施放间隔: 1 秒
action speed -% from chill [20]

Object Type

version 2
extends "Metadata/Monsters/Monster"
extends "Metadata/Monsters/LeagueAncestral/AncestralMonsterBase"

Object Type Codes

version 2
extends "Metadata/Monsters/Monster"
extends "Metadata/Monsters/LeagueAncestral/AncestralMonsterBase"

Life
{
	on_death =
	"
		AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Delve/general/engaging_light/emissive_texture_fadeout.epk );
		RemoveAttachedObjectFromBones( aux_L_Weapon_attachment );
		RemoveAttachedObjectFromBones( aux_R_Weapon_attachment );
		this.left_weapon = AddAttachedOffset( Metadata/Monsters/LeagueAncestral/ArohonguiTribe/ArohonguiKaruiPoi/attachments/ArohonguiKaruiPoiWeaponL.ao, , 1.0 );
		this.right_weapon = AddAttachedOffset( Metadata/Monsters/LeagueAncestral/ArohonguiTribe/ArohonguiKaruiPoi/attachments/ArohonguiKaruiPoiWeaponRDeath.ao, , 1.0 );
		left_weapon.PlayAnimation( death_bwd_01 );
		right_weapon.PlayAnimation( death_bwd_01 );
	"

	on_spawned_dead =
	"
		RemoveAttachedObjectFromBones( aux_L_Weapon_attachment );
		RemoveAttachedObjectFromBones( aux_R_Weapon_attachment );
		this.left_weapon = AddAttachedOffset( Metadata/Monsters/LeagueAncestral/ArohonguiTribe/ArohonguiKaruiPoi/attachments/ArohonguiKaruiPoiWeaponL.ao, , 1.0 );
		this.right_weapon = AddAttachedOffset( Metadata/Monsters/LeagueAncestral/ArohonguiTribe/ArohonguiKaruiPoi/attachments/ArohonguiKaruiPoiWeaponRDeath.ao, , 1.0 );
		left_weapon.PlayAnimation( death_bwd_01 );
		right_weapon.PlayAnimation( death_bwd_01 );
		AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Delve/general/engaging_light/no_emissive_texture.epk );
	"

	on_revive =
	"
		IfExists( left_weapon, (){ RemoveAttached( left_weapon ); } );
		IfExists( right_weapon, (){ RemoveAttached( right_weapon ); } );
		AddAttached( Metadata/Monsters/LeagueAncestral/ArohonguiTribe/ArohonguiKaruiPoi/attachments/ArohonguiKaruiPoiWeaponL.ao, aux_L_Weapon_attachment );
		AddAttached( Metadata/Monsters/LeagueAncestral/ArohonguiTribe/ArohonguiKaruiPoi/attachments/ArohonguiKaruiPoiWeaponR.ao, aux_R_Weapon_attachment );
		RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Delve/general/engaging_light/emissive_texture_fadeout.epk );
		RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Delve/general/engaging_light/no_emissive_texture.epk );
	"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/LeagueAncestral/AncestralColdPoi_"] = {
    name = "Moon Dancer",
    life = 4.5,
    energyShield = 2.5,
    fireResist = 0,
    coldResist = 75,
    lightningResist = 0,
    chaosResist = 0,
    damage = 2,
    damageSpread = 0.2,
    attackTime = 1.5,
    attackRange = 6,
    accuracy = 1,
    skillList = {
        "MeleeAtAnimationSpeed",
        "MPSAncestralPoiProjectile",
        "AncestralMoonAuraAllies",
        "AncestralMoonAuraEnemies",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["MeleeAtAnimationSpeed"] = {
    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",
        "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["MPSAncestralPoiProjectile"] = {
    name = "MPSAncestralPoiProjectile",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_cold_damage",
        "spell_maximum_base_cold_damage",
        "monster_projectile_variation",
        "removes_%_mana_on_hit",
        "base_is_projectile",
        "projectile_uses_contact_position",
        "use_scaled_contact_offset",
        "projectile_ballistic_angle_from_reference_event",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 234, 2, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["AncestralMoonAuraAllies"] = {
    name = "AncestralMoonAuraAllies",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Buff] = true,
        [SkillType.Duration] = true,
        [SkillType.Spell] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_energy_shield_regeneration_rate_per_minute",
        "maximum_life_%_to_add_as_maximum_energy_shield",
        "energy_shield_delay_-%",
    },
    levels = {
        [1] = {5, 35, 25, levelRequirement = 0, statInterpolation = {3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["AncestralMoonAuraEnemies"] = {
    name = "AncestralMoonAuraEnemies",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Buff] = true,
        [SkillType.Duration] = true,
        [SkillType.Spell] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "action_speed_-%_from_chill",
    },
    levels = {
        [1] = {20, levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
monster chance to not flee % [100]
monster damage +% final vs monsters from ancestral rank [200]
IdAncestralTrialMonsterChampionFleeAndDamage
FamilyAncestralTrialMonster
Domains怪物 (3)
GenerationType传奇 (3)
Req. level1
Stats
  • monster chance to not flee % Min: 100 Max: 100 全域
  • monster damage +% final vs monsters from ancestral rank Min: 200 Max: 200 全域
  • 皓月舞者
    人形
    Moon Dancer
    幽魂Y
    幽魂 取代Metadata/Monsters/LeagueAncestral/AncestralColdPoiStandaloneSpectre
    标签human, humanoid, karui, not_str, red_blood, very_slow_movement
    Packs
  • 唤潮者, 皓月舞者, 皎月巨龟
  • 伊基阿霍, 皓月舞者, 皎月巨龟
  • 生命
    450%
    生命转为护盾
    250%
    闪避值
    +30%
    异常状态临界值
    450%
    抗性
    0 75 0 0
    伤害
    150%
    命中
    100%
    攻击暴击率
    +5%
    暴击伤害
    +130%
    攻击距离
    5 ~ 6
    攻击间隔
    1.5 秒
    伤害分布
    ±20%
    经验值
    160%
    Model Size
    100%
    类型
    AncestralColdPoiStandalone
    Metadata
    AncestralColdPoiStandalone
    等级
    68
    生命
    28,950
    护甲
    28,790
    闪避值
    6,161
    能量护盾
    15,318
    伤害
    560
    法术伤害
    560
    命中
    290
    攻击间隔
    1.5
    经验值
    16,408
    异常状态临界值
    28,950
    冰缓
    92
    Shock
    92
    Brittle
    518
    Scorch
    92
    Sap
    253
    MeleeAtAnimationSpeed
    攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
    普通攻击
    基本伤害: 448–672
    攻击暴击率: 5%
    攻击间隔: 1.5 秒
    对你的敌人无情痛击。
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    MPSAncestralPoiProjectile
    法术, 投射物, 玩家投射物, 可触发
    攻击暴击率: 5%
    施放间隔: 1 秒
    造成 546.7 - 820.1 冰霜伤害
    base is projectile [1]
    monster projectile variation [234]
    projectile ballistic angle from reference event [1]
    projectile uses contact position [1]
    removes % mana on hit [2]
    use scaled contact offset [1]
    AncestralMoonAuraAllies
    增益, 持续时间, 法术, 可触发
    施放间隔: 1 秒
    每秒回复 38.9 能量护盾
    获得等同 35% 最大生命的额外能量护盾
    能量护盾充能时间提前 25%
    AncestralMoonAuraEnemies
    增益, 持续时间, 法术, 可触发
    施放间隔: 1 秒
    action speed -% from chill [20]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/LeagueAncestral/AncestralMonsterBaseStandalone"
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/LeagueAncestral/AncestralMonsterBaseStandalone"
    
    Life
    {
    	on_death =
    	"
    		AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Delve/general/engaging_light/emissive_texture_fadeout.epk );
    		RemoveAttachedObjectFromBones( aux_L_Weapon_attachment );
    		RemoveAttachedObjectFromBones( aux_R_Weapon_attachment );
    		this.left_weapon = AddAttachedOffset( Metadata/Monsters/LeagueAncestral/ArohonguiTribe/ArohonguiKaruiPoi/attachments/ArohonguiKaruiPoiWeaponL.ao, , 1.0 );
    		this.right_weapon = AddAttachedOffset( Metadata/Monsters/LeagueAncestral/ArohonguiTribe/ArohonguiKaruiPoi/attachments/ArohonguiKaruiPoiWeaponRDeath.ao, , 1.0 );
    		left_weapon.PlayAnimation( death_bwd_01 );
    		right_weapon.PlayAnimation( death_bwd_01 );
    	"
    
    	on_spawned_dead =
    	"
    		RemoveAttachedObjectFromBones( aux_L_Weapon_attachment );
    		RemoveAttachedObjectFromBones( aux_R_Weapon_attachment );
    		this.left_weapon = AddAttachedOffset( Metadata/Monsters/LeagueAncestral/ArohonguiTribe/ArohonguiKaruiPoi/attachments/ArohonguiKaruiPoiWeaponL.ao, , 1.0 );
    		this.right_weapon = AddAttachedOffset( Metadata/Monsters/LeagueAncestral/ArohonguiTribe/ArohonguiKaruiPoi/attachments/ArohonguiKaruiPoiWeaponRDeath.ao, , 1.0 );
    		left_weapon.PlayAnimation( death_bwd_01 );
    		right_weapon.PlayAnimation( death_bwd_01 );
    		AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Delve/general/engaging_light/no_emissive_texture.epk );
    	"
    
    	on_revive =
    	"
    		IfExists( left_weapon, (){ RemoveAttached( left_weapon ); } );
    		IfExists( right_weapon, (){ RemoveAttached( right_weapon ); } );
    		AddAttached( Metadata/Monsters/LeagueAncestral/ArohonguiTribe/ArohonguiKaruiPoi/attachments/ArohonguiKaruiPoiWeaponL.ao, aux_L_Weapon_attachment );
    		AddAttached( Metadata/Monsters/LeagueAncestral/ArohonguiTribe/ArohonguiKaruiPoi/attachments/ArohonguiKaruiPoiWeaponR.ao, aux_R_Weapon_attachment );
    		RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Delve/general/engaging_light/emissive_texture_fadeout.epk );
    		RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Delve/general/engaging_light/no_emissive_texture.epk );
    	"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueAncestral/AncestralColdPoiStandalone"] = {
        name = "Moon Dancer",
        life = 4.5,
        energyShield = 2.5,
        fireResist = 0,
        coldResist = 75,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.5,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 6,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeed",
            "MPSAncestralPoiProjectile",
            "AncestralMoonAuraAllies",
            "AncestralMoonAuraEnemies",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        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",
            "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["MPSAncestralPoiProjectile"] = {
        name = "MPSAncestralPoiProjectile",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_cold_damage",
            "spell_maximum_base_cold_damage",
            "monster_projectile_variation",
            "removes_%_mana_on_hit",
            "base_is_projectile",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
            "projectile_ballistic_angle_from_reference_event",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 234, 2, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["AncestralMoonAuraAllies"] = {
        name = "AncestralMoonAuraAllies",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Buff] = true,
            [SkillType.Duration] = true,
            [SkillType.Spell] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_energy_shield_regeneration_rate_per_minute",
            "maximum_life_%_to_add_as_maximum_energy_shield",
            "energy_shield_delay_-%",
        },
        levels = {
            [1] = {5, 35, 25, levelRequirement = 0, statInterpolation = {3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["AncestralMoonAuraEnemies"] = {
        name = "AncestralMoonAuraEnemies",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Buff] = true,
            [SkillType.Duration] = true,
            [SkillType.Spell] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "action_speed_-%_from_chill",
        },
        levels = {
            [1] = {20, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    
    皓月舞者
    人形
    Moon Dancer
    幽魂Y
    标签human, humanoid, karui, not_str, red_blood, very_slow_movement
    生命
    384%
    生命转为护盾
    250%
    闪避值
    +30%
    异常状态临界值
    384%
    抗性
    0 75 0 0
    伤害
    150%
    命中
    100%
    攻击暴击率
    +5%
    暴击伤害
    +130%
    攻击距离
    5 ~ 6
    攻击间隔
    1.5 秒
    伤害分布
    ±20%
    经验值
    160%
    Model Size
    100%
    类型
    AncestralColdPoiStandaloneSpectre
    Metadata
    AncestralColdPoiStandaloneSpectre
    等级
    68
    生命
    24,704
    护甲
    28,790
    闪避值
    6,161
    能量护盾
    15,318
    伤害
    560
    法术伤害
    560
    命中
    290
    攻击间隔
    1.5
    经验值
    16,408
    异常状态临界值
    24,704
    冰缓
    78
    Shock
    78
    Brittle
    442
    Scorch
    78
    Sap
    216
    MeleeAtAnimationSpeed
    攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
    普通攻击
    基本伤害: 448–672
    攻击暴击率: 5%
    攻击间隔: 1.5 秒
    对你的敌人无情痛击。
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    MPSAncestralPoiProjectile
    法术, 投射物, 玩家投射物, 可触发
    攻击暴击率: 5%
    施放间隔: 1 秒
    造成 546.7 - 820.1 冰霜伤害
    base is projectile [1]
    monster projectile variation [234]
    projectile ballistic angle from reference event [1]
    projectile uses contact position [1]
    removes % mana on hit [2]
    use scaled contact offset [1]
    AncestralMoonAuraAllies
    增益, 持续时间, 法术, 可触发
    施放间隔: 1 秒
    每秒回复 38.9 能量护盾
    获得等同 35% 最大生命的额外能量护盾
    能量护盾充能时间提前 25%
    AncestralMoonAuraEnemies
    增益, 持续时间, 法术, 可触发
    施放间隔: 1 秒
    action speed -% from chill [20]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/LeagueAncestral/AncestralMonsterBaseStandalone"
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/LeagueAncestral/AncestralMonsterBaseStandalone"
    
    Life
    {
    	on_death =
    	"
    		AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Delve/general/engaging_light/emissive_texture_fadeout.epk );
    		RemoveAttachedObjectFromBones( aux_L_Weapon_attachment );
    		RemoveAttachedObjectFromBones( aux_R_Weapon_attachment );
    		this.left_weapon = AddAttachedOffset( Metadata/Monsters/LeagueAncestral/ArohonguiTribe/ArohonguiKaruiPoi/attachments/ArohonguiKaruiPoiWeaponL.ao, , 1.0 );
    		this.right_weapon = AddAttachedOffset( Metadata/Monsters/LeagueAncestral/ArohonguiTribe/ArohonguiKaruiPoi/attachments/ArohonguiKaruiPoiWeaponRDeath.ao, , 1.0 );
    		left_weapon.PlayAnimation( death_bwd_01 );
    		right_weapon.PlayAnimation( death_bwd_01 );
    	"
    
    	on_spawned_dead =
    	"
    		RemoveAttachedObjectFromBones( aux_L_Weapon_attachment );
    		RemoveAttachedObjectFromBones( aux_R_Weapon_attachment );
    		this.left_weapon = AddAttachedOffset( Metadata/Monsters/LeagueAncestral/ArohonguiTribe/ArohonguiKaruiPoi/attachments/ArohonguiKaruiPoiWeaponL.ao, , 1.0 );
    		this.right_weapon = AddAttachedOffset( Metadata/Monsters/LeagueAncestral/ArohonguiTribe/ArohonguiKaruiPoi/attachments/ArohonguiKaruiPoiWeaponRDeath.ao, , 1.0 );
    		left_weapon.PlayAnimation( death_bwd_01 );
    		right_weapon.PlayAnimation( death_bwd_01 );
    		AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Delve/general/engaging_light/no_emissive_texture.epk );
    	"
    
    	on_revive =
    	"
    		IfExists( left_weapon, (){ RemoveAttached( left_weapon ); } );
    		IfExists( right_weapon, (){ RemoveAttached( right_weapon ); } );
    		AddAttached( Metadata/Monsters/LeagueAncestral/ArohonguiTribe/ArohonguiKaruiPoi/attachments/ArohonguiKaruiPoiWeaponL.ao, aux_L_Weapon_attachment );
    		AddAttached( Metadata/Monsters/LeagueAncestral/ArohonguiTribe/ArohonguiKaruiPoi/attachments/ArohonguiKaruiPoiWeaponR.ao, aux_R_Weapon_attachment );
    		RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Delve/general/engaging_light/emissive_texture_fadeout.epk );
    		RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Delve/general/engaging_light/no_emissive_texture.epk );
    	"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueAncestral/AncestralColdPoiStandaloneSpectre"] = {
        name = "Moon Dancer",
        life = 3.84,
        energyShield = 2.5,
        fireResist = 0,
        coldResist = 75,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.5,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 6,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeed",
            "MPSAncestralPoiProjectile",
            "AncestralMoonAuraAllies",
            "AncestralMoonAuraEnemies",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        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",
            "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["MPSAncestralPoiProjectile"] = {
        name = "MPSAncestralPoiProjectile",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_cold_damage",
            "spell_maximum_base_cold_damage",
            "monster_projectile_variation",
            "removes_%_mana_on_hit",
            "base_is_projectile",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
            "projectile_ballistic_angle_from_reference_event",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 234, 2, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["AncestralMoonAuraAllies"] = {
        name = "AncestralMoonAuraAllies",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Buff] = true,
            [SkillType.Duration] = true,
            [SkillType.Spell] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_energy_shield_regeneration_rate_per_minute",
            "maximum_life_%_to_add_as_maximum_energy_shield",
            "energy_shield_delay_-%",
        },
        levels = {
            [1] = {5, 35, 25, levelRequirement = 0, statInterpolation = {3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["AncestralMoonAuraEnemies"] = {
        name = "AncestralMoonAuraEnemies",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Buff] = true,
            [SkillType.Duration] = true,
            [SkillType.Spell] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "action_speed_-%_from_chill",
        },
        levels = {
            [1] = {20, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    
    皓月舞者
    恩典: 1,600
    专长:能量护盾
    冰霜伤害


    部落天赋:窃取魔力

    月之赐福
    具有一个光环,能够冰缓敌人,并使友军获得能量护盾
    Moon Dancer
    Edit

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