幻靈武器
創造物
emerge speed +% [100]
Animated Weapon
幽魂N
標籤construct, fast_movement, ghost_armour, is_unarmed, medium_height, melee, physical_affinity
生命
400%
異常狀態臨界值
400%
抗性
40 40 40 20
傷害
0%
命中
340%
暴擊率
+5%
暴擊加成
+130%
攻擊距離
6 ~ 6
攻擊間隔
1 秒
傷害分佈
±0%
經驗值
100%
Model Size
100%
類型
AnimatedWeapon
Metadata
AnimatedWeapon
IsSummoned
Y
等級
68
生命
25,733
護甲
28,790
閃避
4,739
能量護盾
0
傷害
0
法術傷害
0
命中
0
攻擊間隔
1
經驗值
10,255
異常狀態臨界值
25,733
冰緩
81
感電
81
易碎
460
焦灼
81
殘喘
225
Melee
攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
普通攻擊
暴擊率: 5%
攻擊間隔: 1 秒
用強大的攻擊擊倒敵人。
skill can fire arrows [1]
skill can fire wand projectiles [1]

Object Type

version 2
extends "Metadata/Monsters/Monster"

Positioned
{
	collision_hull_type = "projectile"
}

Stats
{
	set_item_drop_slots = 0
	minion_does_not_equip_quiver = 1
	monster_gets_item_stats = 1

}
Actor
{
	basic_action = "Emerge"
}

Life
{
	corpse_usable = false
}

Animated
{
	animated_object = "Metadata/Monsters/AnimatedItem/AnimatedItemDedicated.ao"
}

DiesAfterTime
{
}

StateMachine
{
	define_shared_state = "is_bow = 0"
}

Object Type Codes

version 2
extends "Metadata/Monsters/Monster"

BaseEvents
{
	on_construction_complete =
	"
		If( this.is_vaal == true,
		{
			IfState( is_bow, 1, { TriggerStatBracket( add_epks_bow_vaal, animate_weapon_art_variation ); }, { TriggerStatBracket( add_epks_vaal, animate_weapon_art_variation ); } );
			TriggerStatBracket( play_vaal_spawn_effect, animate_weapon_art_variation );
		},
		{
			IfState( is_bow, 1, { TriggerStatBracket( add_epks_bow, animate_weapon_art_variation ); }, { TriggerStatBracket( add_epks, animate_weapon_art_variation ); } );
			TriggerStatBracket( play_spawn_effect, animate_weapon_art_variation );
		} );
	"
}

Render
{
	allow_attached_arrows = false
	use_attached_selection_box_if_no_drawcalls = true
}

Animated
{
	on_death_2hsword =
	"
		If( this.is_vaal == true,
		{
			IfState( is_bow, 1, { TriggerStatBracket( remove_epks_bow_vaal, animate_weapon_art_variation ); }, { TriggerStatBracket( remove_epks_vaal, animate_weapon_art_variation ); } );
		},
		{
			IfState( is_bow, 1, { TriggerStatBracket( remove_epks_bow, animate_weapon_art_variation ); }, { TriggerStatBracket( remove_epks, animate_weapon_art_variation ); } );
		} );
	"
}

Brackets
{
	define_bracket = "add_epks"
	define_bracket = "remove_epks"
	define_bracket = "add_epks_bow"
	define_bracket = "remove_epks_bow"
	define_bracket = "add_epks_vaal"
	define_bracket = "remove_epks_vaal"
	define_bracket = "add_epks_bow_vaal"
	define_bracket = "remove_epks_bow_vaal"
	define_bracket = "play_spawn_effect"
	define_bracket = "play_vaal_spawn_effect"
	play_spawn_effect_0 = "PlayEffect( Metadata/Effects/Spells/animate_weapon/spawn.ao );"
	play_spawn_effect_1 = "PlayEffect( Metadata/Effects/Spells/animate_weapon/Celestial/spawn.ao );"
	play_spawn_effect_2 = "PlayEffect( Metadata/Effects/Microtransactions/Spells/animate_weapon/innocence/spawn.ao );"
	play_spawn_effect_3 = "PlayEffect( Metadata/Effects/Microtransactions/Spells/animate_weapon/automaton/spawn.ao );"
	play_spawn_effect_4 = "PlayEffect( Metadata/Effects/Microtransactions/Spells/animate_weapon/sanctum/spawn.ao );"
	play_vaal_spawn_effect_0 = "PlayEffect( Metadata/Effects/Spells/vaal_skills/animate_weapon/spawn.ao );"
	play_vaal_spawn_effect_1 = "PlayEffect( Metadata/Effects/Spells/animate_weapon/Celestial/vaal_spawn.ao );"
	play_vaal_spawn_effect_2 = "PlayEffect( Metadata/Effects/Microtransactions/Spells/animate_weapon/innocence/vaal_spawn.ao );"
	play_vaal_spawn_effect_3 = "PlayEffect( Metadata/Effects/Microtransactions/Spells/animate_weapon/automaton/vaal_spawn.ao );"
	play_vaal_spawn_effect_4 = "PlayEffect( Metadata/Effects/Microtransactions/Spells/animate_weapon/sanctum/vaal_spawn.ao );"
	add_epks_0 = "AddEffectPackToVisualSlotAttachedObject( Metadata/Effects/Spells/animate_weapon/weapon_trail.epk, MainHand );"
	add_epks_1 = "AddEffectPackToVisualSlotAttachedObject( Metadata/Effects/Spells/animate_weapon/Celestial/weapon_trail.epk, MainHand );"
	add_epks_2 = "AddEffectPackToVisualSlotAttachedObject( Metadata/Effects/Microtransactions/Spells/animate_weapon/innocence/skin.epk, MainHand );"
	add_epks_3 = "AddEffectPackToVisualSlotAttachedObject( Metadata/Effects/Microtransactions/Spells/animate_weapon/automaton/skin.epk, MainHand );"
	add_epks_4 = "AddEffectPackToVisualSlotAttachedObject( Metadata/Effects/Microtransactions/Spells/animate_weapon/sanctum/skin.epk, MainHand );"
	add_epks_vaal_0 = "AddEffectPackToVisualSlotAttachedObject( Metadata/Effects/Spells/vaal_skills/animate_weapon/epk/weapon_trail.epk, MainHand );"
	add_epks_vaal_1 = "AddEffectPackToVisualSlotAttachedObject( Metadata/Effects/Spells/animate_weapon/Celestial/vaal_weapon_trail.epk, MainHand );"
	add_epks_vaal_2 = "AddEffectPackToVisualSlotAttachedObject( Metadata/Effects/Microtransactions/Spells/animate_weapon/innocence/vaal_skin.epk, MainHand );"
	add_epks_vaal_3 = "AddEffectPackToVisualSlotAttachedObject( Metadata/Effects/Microtransactions/Spells/animate_weapon/automaton/vaal_skin.epk, MainHand );"
	add_epks_vaal_4 = "AddEffectPackToVisualSlotAttachedObject( Metadata/Effects/Microtransactions/Spells/animate_weapon/sanctum/vaal_skin.epk, MainHand );"

	add_epks_bow_0 =
	"
		AddEffectPackToVisualSlotAttachedObject( Metadata/Effects/Spells/animate_weapon/bow_weapon_trail.epk, MainHand );
		AddEffectPackToVisualSlotAttachedObject( Metadata/Effects/Spells/animate_weapon/bow_weapon_trail.epk, OffHand );
	"

	add_epks_bow_1 =
	"
		AddEffectPackToVisualSlotAttachedObject( Metadata/Effects/Spells/animate_weapon/Celestial/bow_weapon_trail.epk, MainHand );
		AddEffectPackToVisualSlotAttachedObject( Metadata/Effects/Spells/animate_weapon/Celestial/bow_weapon_trail.epk, OffHand );
	"

	add_epks_bow_2 =
	"
		AddEffectPackToVisualSlotAttachedObject( Metadata/Effects/Microtransactions/Spells/animate_weapon/innocence/skin_bow.epk, MainHand );
		AddEffectPackToVisualSlotAttachedObject( Metadata/Effects/Microtransactions/Spells/animate_weapon/innocence/skin_bow.epk, OffHand );
	"

	add_epks_bow_3 =
	"
		AddEffectPackToVisualSlotAttachedObject( Metadata/Effects/Microtransactions/Spells/animate_weapon/automaton/skin_bow.epk, MainHand );
		AddEffectPackToVisualSlotAttachedObject( Metadata/Effects/Microtransactions/Spells/animate_weapon/automaton/skin_bow.epk, OffHand );
	"

	add_epks_bow_4 =
	"
		AddEffectPackToVisualSlotAttachedObject( Metadata/Effects/Microtransactions/Spells/animate_weapon/sanctum/skin_bow.epk, MainHand );
		AddEffectPackToVisualSlotAttachedObject( Metadata/Effects/Microtransactions/Spells/animate_weapon/sanctum/skin_bow.epk, OffHand );
	"

	add_epks_bow_vaal_0 =
	"
		AddEffectPackToVisualSlotAttachedObject( Metadata/Effects/Spells/vaal_skills/animate_weapon/epk/bow_weapon_trail.epk, MainHand );
		AddEffectPackToVisualSlotAttachedObject( Metadata/Effects/Spells/vaal_skills/animate_weapon/epk/bow_weapon_trail.epk, OffHand );
	"

	add_epks_bow_vaal_1 =
	"
		AddEffectPackToVisualSlotAttachedObject( Metadata/Effects/Spells/animate_weapon/Celestial/vaal_bow_weapon_trail.epk, MainHand );
		AddEffectPackToVisualSlotAttachedObject( Metadata/Effects/Spells/animate_weapon/Celestial/vaal_bow_weapon_trail.epk, OffHand );
	"

	add_epks_bow_vaal_2 =
	"
		AddEffectPackToVisualSlotAttachedObject( Metadata/Effects/Microtransactions/Spells/animate_weapon/innocence/skin_bow.epk, MainHand );
		AddEffectPackToVisualSlotAttachedObject( Metadata/Effects/Microtransactions/Spells/animate_weapon/innocence/skin_bow.epk, OffHand );
	"

	add_epks_bow_vaal_3 =
	"
		AddEffectPackToVisualSlotAttachedObject( Metadata/Effects/Microtransactions/Spells/animate_weapon/automaton/skin_bow.epk, MainHand );
		AddEffectPackToVisualSlotAttachedObject( Metadata/Effects/Microtransactions/Spells/animate_weapon/automaton/skin_bow.epk, OffHand );
	"

	add_epks_bow_vaal_4 =
	"
		AddEffectPackToVisualSlotAttachedObject( Metadata/Effects/Microtransactions/Spells/animate_weapon/sanctum/skin_bow.epk, MainHand );
		AddEffectPackToVisualSlotAttachedObject( Metadata/Effects/Microtransactions/Spells/animate_weapon/sanctum/skin_bow.epk, OffHand );
	"

	remove_epks_0 = "RemoveEffectPackFromVisualSlotAttachedObject( Metadata/Effects/Spells/animate_weapon/weapon_trail.epk, MainHand );"
	remove_epks_1 = "RemoveEffectPackFromVisualSlotAttachedObject( Metadata/Effects/Spells/animate_weapon/Celestial/weapon_trail.epk, MainHand );"
	remove_epks_2 = "RemoveEffectPackFromVisualSlotAttachedObject( Metadata/Effects/Microtransactions/Spells/animate_weapon/innocence/skin.epk, MainHand );"
	remove_epks_3 = "RemoveEffectPackFromVisualSlotAttachedObject( Metadata/Effects/Microtransactions/Spells/animate_weapon/automaton/skin.epk, MainHand );"
	remove_epks_4 = "RemoveEffectPackFromVisualSlotAttachedObject( Metadata/Effects/Microtransactions/Spells/animate_weapon/sanctum/skin.epk, MainHand );"
	remove_epks_vaal_0 = "RemoveEffectPackFromVisualSlotAttachedObject( Metadata/Effects/Spells/vaal_skills/animate_weapon/epk/weapon_trail.epk, MainHand );"
	remove_epks_vaal_1 = "RemoveEffectPackFromVisualSlotAttachedObject( Metadata/Effects/Spells/animate_weapon/Celestial/vaal_weapon_trail.epk, MainHand );"
	remove_epks_vaal_2 = "RemoveEffectPackFromVisualSlotAttachedObject( Metadata/Effects/Microtransactions/Spells/animate_weapon/innocence/vaal_skin.epk, MainHand );"
	remove_epks_vaal_3 = "RemoveEffectPackFromVisualSlotAttachedObject( Metadata/Effects/Microtransactions/Spells/animate_weapon/automaton/vaal_skin.epk, MainHand );"
	remove_epks_vaal_4 = "RemoveEffectPackFromVisualSlotAttachedObject( Metadata/Effects/Microtransactions/Spells/animate_weapon/sanctum/vaal_skin.epk, MainHand );"

	remove_epks_bow_0 =
	"
		RemoveEffectPackFromVisualSlotAttachedObject( Metadata/Effects/Spells/animate_weapon/bow_weapon_trail.epk, MainHand );
		RemoveEffectPackFromVisualSlotAttachedObject( Metadata/Effects/Spells/animate_weapon/bow_weapon_trail.epk, OffHand );
	"

	remove_epks_bow_1 =
	"
		RemoveEffectPackFromVisualSlotAttachedObject( Metadata/Effects/Spells/animate_weapon/Celestial/bow_weapon_trail.epk, MainHand );
		RemoveEffectPackFromVisualSlotAttachedObject( Metadata/Effects/Spells/animate_weapon/Celestial/bow_weapon_trail.epk, OffHand );
	"

	remove_epks_bow_2 =
	"
		RemoveEffectPackFromVisualSlotAttachedObject( Metadata/Effects/Microtransactions/Spells/animate_weapon/innocence/skin_bow.epk, MainHand );
		RemoveEffectPackFromVisualSlotAttachedObject( Metadata/Effects/Microtransactions/Spells/animate_weapon/innocence/skin_bow.epk, OffHand );
	"

	remove_epks_bow_3 =
	"
		RemoveEffectPackFromVisualSlotAttachedObject( Metadata/Effects/Microtransactions/Spells/animate_weapon/automaton/skin_bow.epk, MainHand );
		RemoveEffectPackFromVisualSlotAttachedObject( Metadata/Effects/Microtransactions/Spells/animate_weapon/automaton/skin_bow.epk, OffHand );
	"

	remove_epks_bow_4 =
	"
		RemoveEffectPackFromVisualSlotAttachedObject( Metadata/Effects/Microtransactions/Spells/animate_weapon/sanctum/skin_bow.epk, MainHand );
		RemoveEffectPackFromVisualSlotAttachedObject( Metadata/Effects/Microtransactions/Spells/animate_weapon/sanctum/skin_bow.epk, OffHand );
	"

	remove_epks_bow_vaal_0 =
	"
		RemoveEffectPackFromVisualSlotAttachedObject( Metadata/Effects/Spells/vaal_skills/animate_weapon/epk/bow_weapon_trail.epk, MainHand );
		RemoveEffectPackFromVisualSlotAttachedObject( Metadata/Effects/Spells/vaal_skills/animate_weapon/epk/bow_weapon_trail.epk, OffHand );
	"

	remove_epks_bow_vaal_1 =
	"
		RemoveEffectPackFromVisualSlotAttachedObject( Metadata/Effects/Spells/animate_weapon/Celestial/bow_weapon_trail.epk, MainHand );
		RemoveEffectPackFromVisualSlotAttachedObject( Metadata/Effects/Spells/animate_weapon/Celestial/bow_weapon_trail.epk, OffHand );
	"

	remove_epks_bow_vaal_2 =
	"
		RemoveEffectPackFromVisualSlotAttachedObject( Metadata/Effects/Microtransactions/Spells/animate_weapon/innocence/skin_bow.epk, MainHand );
		RemoveEffectPackFromVisualSlotAttachedObject( Metadata/Effects/Microtransactions/Spells/animate_weapon/innocence/skin_bow.epk, OffHand );
	"

	remove_epks_bow_vaal_3 =
	"
		RemoveEffectPackFromVisualSlotAttachedObject( Metadata/Effects/Microtransactions/Spells/animate_weapon/automaton/skin_bow.epk, MainHand );
		RemoveEffectPackFromVisualSlotAttachedObject( Metadata/Effects/Microtransactions/Spells/animate_weapon/automaton/skin_bow.epk, OffHand );
	"

	remove_epks_bow_vaal_4 =
	"
		RemoveEffectPackFromVisualSlotAttachedObject( Metadata/Effects/Microtransactions/Spells/animate_weapon/sanctum/vaal_skin_bow.epk, MainHand );
		RemoveEffectPackFromVisualSlotAttachedObject( Metadata/Effects/Microtransactions/Spells/animate_weapon/sanctum/vaal_skin_bow.epk, OffHand );
	"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/AnimatedItem/AnimatedWeapon"] = {
    name = "Animated Weapon",
    life = 4,
    fireResist = 40,
    coldResist = 40,
    lightningResist = 40,
    chaosResist = 20,
    damage = 0,
    damageSpread = 0,
    attackTime = 1,
    attackRange = 6,
    accuracy = 3.4,
    skillList = {
        "Melee",
    },
    modList = {
    },
}
-- 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 = { }, },
    },
}
emerge speed +% [100]
IdEmergeSpeedLow
FamilyVariableEmergeSpeed
Domains怪物 (3)
GenerationType傳奇 (3)
Req. level1
Stats
  • emerge speed +% Min: 100 Max: 100 全域
  • 幻靈武器
    創造物
    monster do not fracture [1]
    Animated Weapon
    幽魂N
    標籤construct, ghost_armour, is_unarmed, medium_height, medium_movement, melee, physical_affinity
    生命
    400%
    異常狀態臨界值
    400%
    抗性
    0 0 0 0
    傷害
    0%
    命中
    100%
    暴擊率
    +5%
    暴擊加成
    +130%
    攻擊距離
    6 ~ 6
    攻擊間隔
    1.5 秒
    傷害分佈
    ±0%
    經驗值
    100%
    Model Size
    100%
    類型
    AnimatedWeaponEclipse
    Metadata
    AnimatedWeaponEclipse
    等級
    68
    生命
    25,733
    護甲
    28,790
    閃避
    4,739
    能量護盾
    0
    傷害
    0
    法術傷害
    0
    命中
    0
    攻擊間隔
    1.5
    經驗值
    10,255
    異常狀態臨界值
    25,733
    冰緩
    81
    感電
    81
    易碎
    460
    焦灼
    81
    殘喘
    225
    Melee
    攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
    普通攻擊
    暴擊率: 5%
    攻擊間隔: 1.5 秒
    用強大的攻擊擊倒敵人。
    skill can fire arrows [1]
    skill can fire wand projectiles [1]

    Object Type

    version 2
    extends "Metadata/Monsters/AnimatedItem/AnimatedWeaponMonster"
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/AnimatedItem/AnimatedWeaponMonster"
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/AnimatedItem/AnimatedWeaponEclipse"] = {
        name = "Animated Weapon",
        life = 4,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 0,
        damageSpread = 0,
        attackTime = 1.5,
        attackRange = 6,
        accuracy = 1,
        skillList = {
            "Melee",
        },
        modList = {
        },
    }
    -- 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 = { }, },
        },
    }
    
    monster do not fracture [1]
    IdMonsterDoNotFracture
    FamilyMonsterDoNotFracture
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • monster do not fracture Min: 1 Max: 1 全域
  • 幻靈武器
    創造物
    增加 80% 攻擊速度
    monster no drops or experience [1]
    cannot be afflicted [1]
    cannot be tagged by sentinel [1]
    cannot have affliction mods [1]
    cannot have azmeri dust [1]
    cant possess this [1]
    cant touch this [1]
    monster no talismans [1]
    Animated Weapon
    幽魂N
    標籤construct, ghost_armour, has_one_hand_sword, has_one_handed_melee, medium_height, medium_movement, melee, physical_affinity, slashing_weapon
    生命
    600%
    異常狀態臨界值
    600%
    抗性
    0 0 0 0
    傷害
    120%
    命中
    100%
    暴擊率
    +5%
    暴擊加成
    +130%
    攻擊距離
    6 ~ 6
    攻擊間隔
    1.5 秒
    傷害分佈
    ±20%
    經驗值
    100%
    Model Size
    100%
    類型
    AnimatedWeaponMonsterTreasure
    Metadata
    AnimatedWeaponTreasureGolem
    等級
    68
    生命
    38,600
    護甲
    28,790
    閃避
    4,739
    能量護盾
    0
    傷害
    448
    法術傷害
    448
    命中
    0
    攻擊間隔
    1.5
    經驗值
    10,255
    異常狀態臨界值
    38,600
    冰緩
    122
    感電
    122
    易碎
    691
    焦灼
    122
    殘喘
    337
    Melee
    攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
    普通攻擊
    基本傷害: 359–538
    暴擊率: 5%
    攻擊間隔: 1.5 秒
    用強大的攻擊擊倒敵人。
    skill can fire arrows [1]
    skill can fire wand projectiles [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Positioned
    {
    	collision_hull_type = "projectile"
    }
    
    Stats
    {
    	set_item_drop_slots = 0
    	minion_does_not_equip_quiver = 1
    
    }
    Actor
    {
    	basic_action = "Emerge"
    }
    
    Life
    {
    	corpse_usable = false
    }
    
    Animated
    {
    	animated_object = "Metadata/Monsters/AnimatedItem/AnimatedItemDedicated.ao"
    }
    
    DiesAfterTime
    {
    }
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Render
    {
    	allow_attached_arrows = false
    	use_attached_selection_box_if_no_drawcalls = true
    }
    
    Preload
    {
    	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/VaultGolem/death.ao"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/AnimatedItem/AnimatedWeaponTreasureGolem"] = {
        name = "Animated Weapon",
        life = 6,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.2,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 6,
        accuracy = 1,
        weaponType1 = "One Hand Sword",
        skillList = {
            "Melee",
        },
        modList = {
        },
    }
    -- 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 = { }, },
        },
    }
    
    增加 80% 攻擊速度
    IdMonsterImplicitFastAttack2
    FamilyIncreasedAttackSpeed
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • attack speed +% Min: 80 Max: 80 全域
  • Craft Tagsattack speed
    monster no drops or experience [1]
    IdMonsterNoDropsOrExperience
    FamilyMonsterNoDropsOrExperience
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • monster no drops or experience Min: 1 Max: 1 全域
  • cannot be afflicted [1]
    cannot be tagged by sentinel [1]
    cannot have affliction mods [1]
    cannot have azmeri dust [1]
    cant possess this [1]
    cant touch this [1]
    monster no talismans [1]
    IdCannotBeAugmented
    FamilyNothing
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • cant touch this Min: 1 Max: 1 全域
  • cant possess this Min: 1 Max: 1 全域
  • cannot be afflicted Min: 1 Max: 1 全域
  • monster no talismans Min: 1 Max: 1 全域
  • cannot have azmeri dust Min: 1 Max: 1 全域
  • cannot have affliction mods Min: 1 Max: 1 全域
  • cannot be tagged by sentinel Min: 1 Max: 1 全域
  • 幻靈武器
    創造物
    增加 80% 攻擊速度
    monster no drops or experience [1]
    cannot be afflicted [1]
    cannot be tagged by sentinel [1]
    cannot have affliction mods [1]
    cannot have azmeri dust [1]
    cant possess this [1]
    cant touch this [1]
    monster no talismans [1]
    Animated Weapon
    幽魂N
    標籤construct, ghost_armour, has_two_hand_sword, has_two_handed_melee, medium_height, medium_movement, melee, physical_affinity, slashing_weapon
    生命
    600%
    異常狀態臨界值
    600%
    抗性
    0 0 0 0
    傷害
    120%
    命中
    100%
    暴擊率
    +5%
    暴擊加成
    +130%
    攻擊距離
    6 ~ 6
    攻擊間隔
    1.5 秒
    傷害分佈
    ±20%
    經驗值
    100%
    Model Size
    100%
    類型
    AnimatedWeaponMonsterTreasure
    Metadata
    AnimatedWeaponTreasureGolemTwoHand
    等級
    68
    生命
    38,600
    護甲
    28,790
    閃避
    4,739
    能量護盾
    0
    傷害
    448
    法術傷害
    448
    命中
    0
    攻擊間隔
    1.5
    經驗值
    10,255
    異常狀態臨界值
    38,600
    冰緩
    122
    感電
    122
    易碎
    691
    焦灼
    122
    殘喘
    337
    Melee
    攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
    普通攻擊
    基本傷害: 359–538
    暴擊率: 5%
    攻擊間隔: 1.5 秒
    用強大的攻擊擊倒敵人。
    skill can fire arrows [1]
    skill can fire wand projectiles [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Positioned
    {
    	collision_hull_type = "projectile"
    }
    
    Stats
    {
    	set_item_drop_slots = 0
    	minion_does_not_equip_quiver = 1
    
    }
    Actor
    {
    	basic_action = "Emerge"
    }
    
    Life
    {
    	corpse_usable = false
    }
    
    Animated
    {
    	animated_object = "Metadata/Monsters/AnimatedItem/AnimatedItemDedicated.ao"
    }
    
    DiesAfterTime
    {
    }
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Render
    {
    	allow_attached_arrows = false
    	use_attached_selection_box_if_no_drawcalls = true
    }
    
    Preload
    {
    	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/VaultGolem/death.ao"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/AnimatedItem/AnimatedWeaponTreasureGolemTwoHand"] = {
        name = "Animated Weapon",
        life = 6,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.2,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 6,
        accuracy = 1,
        weaponType1 = "Two Hand Sword",
        skillList = {
            "Melee",
        },
        modList = {
        },
    }
    -- 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 = { }, },
        },
    }
    
    增加 80% 攻擊速度
    IdMonsterImplicitFastAttack2
    FamilyIncreasedAttackSpeed
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • attack speed +% Min: 80 Max: 80 全域
  • Craft Tagsattack speed
    monster no drops or experience [1]
    IdMonsterNoDropsOrExperience
    FamilyMonsterNoDropsOrExperience
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • monster no drops or experience Min: 1 Max: 1 全域
  • cannot be afflicted [1]
    cannot be tagged by sentinel [1]
    cannot have affliction mods [1]
    cannot have azmeri dust [1]
    cant possess this [1]
    cant touch this [1]
    monster no talismans [1]
    IdCannotBeAugmented
    FamilyNothing
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • cant touch this Min: 1 Max: 1 全域
  • cant possess this Min: 1 Max: 1 全域
  • cannot be afflicted Min: 1 Max: 1 全域
  • monster no talismans Min: 1 Max: 1 全域
  • cannot have azmeri dust Min: 1 Max: 1 全域
  • cannot have affliction mods Min: 1 Max: 1 全域
  • cannot be tagged by sentinel Min: 1 Max: 1 全域
  • 幻靈武器
    創造物
    monster no drops or experience [1]
    cannot be afflicted [1]
    cannot be tagged by sentinel [1]
    cannot have affliction mods [1]
    cannot have azmeri dust [1]
    cant possess this [1]
    cant touch this [1]
    monster no talismans [1]
    Animated Weapon
    幽魂N
    標籤construct, ghost_armour, has_two_hand_sword, has_two_handed_melee, medium_movement, medium_small_height, melee, physical_affinity, slashing_weapon
    生命
    200%
    異常狀態臨界值
    200%
    抗性
    0 0 0 0
    傷害
    120%
    命中
    100%
    暴擊率
    +5%
    暴擊加成
    +130%
    攻擊距離
    6 ~ 6
    攻擊間隔
    1.5 秒
    傷害分佈
    ±20%
    經驗值
    100%
    Model Size
    100%
    類型
    AnimatedWeaponMapBossMinion
    Metadata
    AnimatedWeaponMapBossMinion
    等級
    68
    生命
    12,867
    護甲
    28,790
    閃避
    4,739
    能量護盾
    0
    傷害
    448
    法術傷害
    448
    命中
    0
    攻擊間隔
    1.5
    經驗值
    10,255
    異常狀態臨界值
    12,867
    冰緩
    41
    感電
    41
    易碎
    230
    焦灼
    41
    殘喘
    112
    Melee
    攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
    普通攻擊
    基本傷害: 359–538
    暴擊率: 5%
    攻擊間隔: 1.5 秒
    用強大的攻擊擊倒敵人。
    skill can fire arrows [1]
    skill can fire wand projectiles [1]

    Object Type

    version 2
    extends "Metadata/Monsters/AnimatedItem/AnimatedWeaponMonster"
    
    Positioned
    {
    	collision_hull_type = "walk"
    }
    
    Transitionable
    {
    	
    }
    
    Stats
    {
    	set_item_drop_slots = 1
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/AnimatedItem/AnimatedWeaponMonster"
    
    Transitionable
    {
    	create_untransitioned = "PlayAnimation( emerge_stuck_sword ); PauseAnimation();"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/AnimatedItem/AnimatedWeaponMapBossMinion"] = {
        name = "Animated Weapon",
        life = 2,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.2,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 6,
        accuracy = 1,
        weaponType1 = "Two Hand Sword",
        skillList = {
            "Melee",
        },
        modList = {
        },
    }
    -- 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 = { }, },
        },
    }
    
    monster no drops or experience [1]
    IdMonsterNoDropsOrExperience
    FamilyMonsterNoDropsOrExperience
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • monster no drops or experience Min: 1 Max: 1 全域
  • cannot be afflicted [1]
    cannot be tagged by sentinel [1]
    cannot have affliction mods [1]
    cannot have azmeri dust [1]
    cant possess this [1]
    cant touch this [1]
    monster no talismans [1]
    IdCannotBeAugmented
    FamilyNothing
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • cant touch this Min: 1 Max: 1 全域
  • cant possess this Min: 1 Max: 1 全域
  • cannot be afflicted Min: 1 Max: 1 全域
  • monster no talismans Min: 1 Max: 1 全域
  • cannot have azmeri dust Min: 1 Max: 1 全域
  • cannot have affliction mods Min: 1 Max: 1 全域
  • cannot be tagged by sentinel Min: 1 Max: 1 全域
  • 幻靈武器
    創造物
    monster no drops or experience [1]
    cannot be afflicted [1]
    cannot be tagged by sentinel [1]
    cannot have affliction mods [1]
    cannot have azmeri dust [1]
    cant possess this [1]
    cant touch this [1]
    monster no talismans [1]
    Animated Weapon
    幽魂N
    標籤construct, ghost_armour, has_two_hand_sword, has_two_handed_melee, medium_movement, medium_small_height, melee, physical_affinity, slashing_weapon
    生命
    200%
    異常狀態臨界值
    200%
    抗性
    0 0 0 0
    傷害
    120%
    命中
    100%
    暴擊率
    +5%
    暴擊加成
    +130%
    攻擊距離
    6 ~ 6
    攻擊間隔
    1.5 秒
    傷害分佈
    ±20%
    經驗值
    100%
    Model Size
    100%
    類型
    AnimatedWeaponMapBossMinion
    Metadata
    AnimatedWeaponMapBossMinion2
    等級
    68
    生命
    12,867
    護甲
    28,790
    閃避
    4,739
    能量護盾
    0
    傷害
    448
    法術傷害
    448
    命中
    0
    攻擊間隔
    1.5
    經驗值
    10,255
    異常狀態臨界值
    12,867
    冰緩
    41
    感電
    41
    易碎
    230
    焦灼
    41
    殘喘
    112
    Melee
    攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
    普通攻擊
    基本傷害: 359–538
    暴擊率: 5%
    攻擊間隔: 1.5 秒
    用強大的攻擊擊倒敵人。
    skill can fire arrows [1]
    skill can fire wand projectiles [1]

    Object Type

    version 2
    extends "Metadata/Monsters/AnimatedItem/AnimatedWeaponMonster"
    
    Positioned
    {
    	collision_hull_type = "walk"
    }
    
    Transitionable
    {
    	
    }
    
    Stats
    {
    	set_item_drop_slots = 1
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/AnimatedItem/AnimatedWeaponMonster"
    
    Transitionable
    {
    	create_untransitioned = "PlayAnimation( emerge_stuck_sword ); PauseAnimation();"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/AnimatedItem/AnimatedWeaponMapBossMinion2"] = {
        name = "Animated Weapon",
        life = 2,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.2,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 6,
        accuracy = 1,
        weaponType1 = "Two Hand Sword",
        skillList = {
            "Melee",
        },
        modList = {
        },
    }
    -- 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 = { }, },
        },
    }
    
    monster no drops or experience [1]
    IdMonsterNoDropsOrExperience
    FamilyMonsterNoDropsOrExperience
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • monster no drops or experience Min: 1 Max: 1 全域
  • cannot be afflicted [1]
    cannot be tagged by sentinel [1]
    cannot have affliction mods [1]
    cannot have azmeri dust [1]
    cant possess this [1]
    cant touch this [1]
    monster no talismans [1]
    IdCannotBeAugmented
    FamilyNothing
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • cant touch this Min: 1 Max: 1 全域
  • cant possess this Min: 1 Max: 1 全域
  • cannot be afflicted Min: 1 Max: 1 全域
  • monster no talismans Min: 1 Max: 1 全域
  • cannot have azmeri dust Min: 1 Max: 1 全域
  • cannot have affliction mods Min: 1 Max: 1 全域
  • cannot be tagged by sentinel Min: 1 Max: 1 全域
  • 幻靈武器
    創造物
    monster no drops or experience [1]
    cannot be afflicted [1]
    cannot be tagged by sentinel [1]
    cannot have affliction mods [1]
    cannot have azmeri dust [1]
    cant possess this [1]
    cant touch this [1]
    monster no talismans [1]
    Animated Weapon
    幽魂N
    標籤construct, fast_movement, ghost_armour, has_two_hand_sword, has_two_handed_melee, medium_small_height, melee, physical_affinity, slashing_weapon
    生命
    200%
    異常狀態臨界值
    200%
    抗性
    0 0 0 0
    傷害
    120%
    命中
    100%
    暴擊率
    +5%
    暴擊加成
    +130%
    攻擊距離
    6 ~ 6
    攻擊間隔
    1.5 秒
    傷害分佈
    ±20%
    經驗值
    100%
    Model Size
    100%
    類型
    AnimatedWeaponMapBossMinion
    Metadata
    AnimatedWeaponMapBossMinion3
    等級
    68
    生命
    12,867
    護甲
    28,790
    閃避
    4,739
    能量護盾
    0
    傷害
    448
    法術傷害
    448
    命中
    0
    攻擊間隔
    1.5
    經驗值
    10,255
    異常狀態臨界值
    12,867
    冰緩
    41
    感電
    41
    易碎
    230
    焦灼
    41
    殘喘
    112
    Melee
    攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
    普通攻擊
    基本傷害: 359–538
    暴擊率: 5%
    攻擊間隔: 1.5 秒
    用強大的攻擊擊倒敵人。
    skill can fire arrows [1]
    skill can fire wand projectiles [1]

    Object Type

    version 2
    extends "Metadata/Monsters/AnimatedItem/AnimatedWeaponMonster"
    
    Positioned
    {
    	collision_hull_type = "walk"
    }
    
    Transitionable
    {
    	
    }
    
    Stats
    {
    	set_item_drop_slots = 1
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/AnimatedItem/AnimatedWeaponMonster"
    
    Transitionable
    {
    	create_untransitioned = "PlayAnimation( emerge_stuck_sword ); PauseAnimation();"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/AnimatedItem/AnimatedWeaponMapBossMinion3"] = {
        name = "Animated Weapon",
        life = 2,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.2,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 6,
        accuracy = 1,
        weaponType1 = "Two Hand Sword",
        skillList = {
            "Melee",
        },
        modList = {
        },
    }
    -- 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 = { }, },
        },
    }
    
    monster no drops or experience [1]
    IdMonsterNoDropsOrExperience
    FamilyMonsterNoDropsOrExperience
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • monster no drops or experience Min: 1 Max: 1 全域
  • cannot be afflicted [1]
    cannot be tagged by sentinel [1]
    cannot have affliction mods [1]
    cannot have azmeri dust [1]
    cant possess this [1]
    cant touch this [1]
    monster no talismans [1]
    IdCannotBeAugmented
    FamilyNothing
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • cant touch this Min: 1 Max: 1 全域
  • cant possess this Min: 1 Max: 1 全域
  • cannot be afflicted Min: 1 Max: 1 全域
  • monster no talismans Min: 1 Max: 1 全域
  • cannot have azmeri dust Min: 1 Max: 1 全域
  • cannot have affliction mods Min: 1 Max: 1 全域
  • cannot be tagged by sentinel Min: 1 Max: 1 全域
  • 幻靈武器
    創造物
    Animated Weapon
    幽魂N
    標籤construct, fast_movement, ghost_armour, has_two_hand_sword, has_two_handed_melee, medium_small_height, melee, physical_affinity, slashing_weapon
    生命
    350%
    異常狀態臨界值
    350%
    抗性
    0 0 0 0
    傷害
    135%
    命中
    100%
    暴擊率
    +5%
    暴擊加成
    +130%
    攻擊距離
    6 ~ 6
    攻擊間隔
    1.5 秒
    傷害分佈
    ±20%
    經驗值
    100%
    Model Size
    100%
    類型
    AnimatedWeaponMapBossMinion4
    Metadata
    AnimatedWeaponMapBossMinion4
    等級
    68
    生命
    22,517
    護甲
    28,790
    閃避
    4,739
    能量護盾
    0
    傷害
    504
    法術傷害
    504
    命中
    0
    攻擊間隔
    1.5
    經驗值
    10,255
    異常狀態臨界值
    22,517
    冰緩
    71
    感電
    71
    易碎
    403
    焦灼
    71
    殘喘
    197
    Melee
    攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
    普通攻擊
    基本傷害: 403–605
    暴擊率: 5%
    攻擊間隔: 1.5 秒
    用強大的攻擊擊倒敵人。
    skill can fire arrows [1]
    skill can fire wand projectiles [1]

    Object Type

    version 2
    extends "Metadata/Monsters/AnimatedItem/AnimatedWeaponMonster"
    
    Positioned
    {
    	collision_hull_type = "walk"
    }
    
    Transitionable
    {
    	
    }
    
    Stats
    {
    	set_item_drop_slots = 1
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/AnimatedItem/AnimatedWeaponMonster"
    
    Transitionable
    {
    	create_untransitioned = "PlayAnimation( emerge_stuck_sword ); PauseAnimation();"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/AnimatedItem/AnimatedWeaponMapBossMinion4"] = {
        name = "Animated Weapon",
        life = 3.5,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.35,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 6,
        accuracy = 1,
        weaponType1 = "Two Hand Sword",
        skillList = {
            "Melee",
        },
        modList = {
        },
    }
    -- 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 = { }, },
        },
    }
    
    幻靈武器
    創造物
    Animated Weapon
    幽魂N
    標籤construct, fast_movement, ghost_armour, has_two_hand_sword, has_two_handed_melee, medium_small_height, melee, physical_affinity, slashing_weapon
    生命
    500%
    異常狀態臨界值
    500%
    抗性
    0 0 0 0
    傷害
    150%
    命中
    100%
    暴擊率
    +5%
    暴擊加成
    +130%
    攻擊距離
    6 ~ 6
    攻擊間隔
    1.5 秒
    傷害分佈
    ±20%
    經驗值
    100%
    Model Size
    100%
    類型
    AnimatedWeaponMapBossMinion5
    Metadata
    AnimatedWeaponMapBossMinion5
    等級
    68
    生命
    32,167
    護甲
    28,790
    閃避
    4,739
    能量護盾
    0
    傷害
    560
    法術傷害
    560
    命中
    0
    攻擊間隔
    1.5
    經驗值
    10,255
    異常狀態臨界值
    32,167
    冰緩
    102
    感電
    102
    易碎
    575
    焦灼
    102
    殘喘
    281
    Melee
    攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
    普通攻擊
    基本傷害: 448–672
    暴擊率: 5%
    攻擊間隔: 1.5 秒
    用強大的攻擊擊倒敵人。
    skill can fire arrows [1]
    skill can fire wand projectiles [1]

    Object Type

    version 2
    extends "Metadata/Monsters/AnimatedItem/AnimatedWeaponMonster"
    
    Positioned
    {
    	collision_hull_type = "walk"
    }
    
    Transitionable
    {
    	
    }
    
    Stats
    {
    	set_item_drop_slots = 1
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/AnimatedItem/AnimatedWeaponMonster"
    
    Transitionable
    {
    	create_untransitioned = "PlayAnimation( emerge_stuck_sword ); PauseAnimation();"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/AnimatedItem/AnimatedWeaponMapBossMinion5"] = {
        name = "Animated Weapon",
        life = 5,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.5,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 6,
        accuracy = 1,
        weaponType1 = "Two Hand Sword",
        skillList = {
            "Melee",
        },
        modList = {
        },
    }
    -- 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 = { }, },
        },
    }
    
    幻靈武器
    創造物
    monster no drops or experience [1]
    cannot be afflicted [1]
    cannot be tagged by sentinel [1]
    cannot have affliction mods [1]
    cannot have azmeri dust [1]
    cant possess this [1]
    cant touch this [1]
    monster no talismans [1]
    Animated Weapon
    幽魂N
    標籤construct, ghost_armour, has_two_hand_sword, has_two_handed_melee, medium_movement, melee, physical_affinity, slashing_weapon
    生命
    200%
    異常狀態臨界值
    200%
    抗性
    0 0 0 0
    傷害
    120%
    命中
    100%
    暴擊率
    +5%
    暴擊加成
    +130%
    攻擊距離
    6 ~ 6
    攻擊間隔
    1.5 秒
    傷害分佈
    ±20%
    經驗值
    100%
    Model Size
    100%
    類型
    AnimatedWeaponMapBossMinion
    Metadata
    AnimatedWeaponMapBossMinionStandalone
    等級
    68
    生命
    12,867
    護甲
    28,790
    閃避
    4,739
    能量護盾
    0
    傷害
    448
    法術傷害
    448
    命中
    0
    攻擊間隔
    1.5
    經驗值
    10,255
    異常狀態臨界值
    12,867
    冰緩
    41
    感電
    41
    易碎
    230
    焦灼
    41
    殘喘
    112
    Melee
    攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
    普通攻擊
    基本傷害: 359–538
    暴擊率: 5%
    攻擊間隔: 1.5 秒
    用強大的攻擊擊倒敵人。
    skill can fire arrows [1]
    skill can fire wand projectiles [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Positioned
    {
    	collision_hull_type = "projectile"
    }
    
    Stats
    {
    	set_item_drop_slots = 0
    	minion_does_not_equip_quiver = 1
    	monster_gets_item_stats = 1
    
    }
    
    Actor
    {
    	basic_action = "Emerge"
    }
    
    Life
    {
    	corpse_usable = false
    	on_death = "Delete();"
    }
    
    Animated
    {
    	animated_object = "Metadata/Monsters/AnimatedItem/AnimatedItemDedicated.ao"
    }
    
    DiesAfterTime
    {
    }
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Render
    {
    	allow_attached_arrows = false
    	use_attached_selection_box_if_no_drawcalls = true
    }
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/AnimatedItem/AnimatedWeaponMapBossMinionStandalone"] = {
        name = "Animated Weapon",
        life = 2,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.2,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 6,
        accuracy = 1,
        weaponType1 = "Two Hand Sword",
        skillList = {
            "Melee",
        },
        modList = {
        },
    }
    -- 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 = { }, },
        },
    }
    
    monster no drops or experience [1]
    IdMonsterNoDropsOrExperience
    FamilyMonsterNoDropsOrExperience
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • monster no drops or experience Min: 1 Max: 1 全域
  • cannot be afflicted [1]
    cannot be tagged by sentinel [1]
    cannot have affliction mods [1]
    cannot have azmeri dust [1]
    cant possess this [1]
    cant touch this [1]
    monster no talismans [1]
    IdCannotBeAugmented
    FamilyNothing
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • cant touch this Min: 1 Max: 1 全域
  • cant possess this Min: 1 Max: 1 全域
  • cannot be afflicted Min: 1 Max: 1 全域
  • monster no talismans Min: 1 Max: 1 全域
  • cannot have azmeri dust Min: 1 Max: 1 全域
  • cannot have affliction mods Min: 1 Max: 1 全域
  • cannot be tagged by sentinel Min: 1 Max: 1 全域
  • 幻靈武器
    創造物
    monster no drops or experience [1]
    cannot be afflicted [1]
    cannot be tagged by sentinel [1]
    cannot have affliction mods [1]
    cannot have azmeri dust [1]
    cant possess this [1]
    cant touch this [1]
    monster no talismans [1]
    Animated Weapon
    幽魂N
    標籤construct, ghost_armour, has_two_hand_sword, has_two_handed_melee, medium_movement, melee, physical_affinity, slashing_weapon
    生命
    200%
    異常狀態臨界值
    200%
    抗性
    0 0 0 0
    傷害
    120%
    命中
    100%
    暴擊率
    +5%
    暴擊加成
    +130%
    攻擊距離
    6 ~ 6
    攻擊間隔
    1.5 秒
    傷害分佈
    ±20%
    經驗值
    100%
    Model Size
    100%
    類型
    AnimatedWeaponMapBossMinion
    Metadata
    AnimatedWeaponMapBossMinion2Standalone
    等級
    68
    生命
    12,867
    護甲
    28,790
    閃避
    4,739
    能量護盾
    0
    傷害
    448
    法術傷害
    448
    命中
    0
    攻擊間隔
    1.5
    經驗值
    10,255
    異常狀態臨界值
    12,867
    冰緩
    41
    感電
    41
    易碎
    230
    焦灼
    41
    殘喘
    112
    Melee
    攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
    普通攻擊
    基本傷害: 359–538
    暴擊率: 5%
    攻擊間隔: 1.5 秒
    用強大的攻擊擊倒敵人。
    skill can fire arrows [1]
    skill can fire wand projectiles [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Positioned
    {
    	collision_hull_type = "projectile"
    }
    
    Stats
    {
    	set_item_drop_slots = 0
    	minion_does_not_equip_quiver = 1
    	monster_gets_item_stats = 1
    
    }
    
    Actor
    {
    	basic_action = "Emerge"
    }
    
    Life
    {
    	corpse_usable = false
    	on_death = "Delete();"
    }
    
    Animated
    {
    	animated_object = "Metadata/Monsters/AnimatedItem/AnimatedItemDedicated.ao"
    }
    
    DiesAfterTime
    {
    }
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Render
    {
    	allow_attached_arrows = false
    	use_attached_selection_box_if_no_drawcalls = true
    }
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/AnimatedItem/AnimatedWeaponMapBossMinion2Standalone"] = {
        name = "Animated Weapon",
        life = 2,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.2,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 6,
        accuracy = 1,
        weaponType1 = "Two Hand Sword",
        skillList = {
            "Melee",
        },
        modList = {
        },
    }
    -- 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 = { }, },
        },
    }
    
    monster no drops or experience [1]
    IdMonsterNoDropsOrExperience
    FamilyMonsterNoDropsOrExperience
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • monster no drops or experience Min: 1 Max: 1 全域
  • cannot be afflicted [1]
    cannot be tagged by sentinel [1]
    cannot have affliction mods [1]
    cannot have azmeri dust [1]
    cant possess this [1]
    cant touch this [1]
    monster no talismans [1]
    IdCannotBeAugmented
    FamilyNothing
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • cant touch this Min: 1 Max: 1 全域
  • cant possess this Min: 1 Max: 1 全域
  • cannot be afflicted Min: 1 Max: 1 全域
  • monster no talismans Min: 1 Max: 1 全域
  • cannot have azmeri dust Min: 1 Max: 1 全域
  • cannot have affliction mods Min: 1 Max: 1 全域
  • cannot be tagged by sentinel Min: 1 Max: 1 全域
  • 幻靈武器
    創造物
    monster no drops or experience [1]
    cannot be afflicted [1]
    cannot be tagged by sentinel [1]
    cannot have affliction mods [1]
    cannot have azmeri dust [1]
    cant possess this [1]
    cant touch this [1]
    monster no talismans [1]
    Animated Weapon
    幽魂N
    標籤construct, fast_movement, ghost_armour, has_two_hand_sword, has_two_handed_melee, melee, physical_affinity, slashing_weapon
    生命
    200%
    異常狀態臨界值
    200%
    抗性
    0 0 0 0
    傷害
    120%
    命中
    100%
    暴擊率
    +5%
    暴擊加成
    +130%
    攻擊距離
    6 ~ 6
    攻擊間隔
    1.5 秒
    傷害分佈
    ±20%
    經驗值
    100%
    Model Size
    100%
    類型
    AnimatedWeaponMapBossMinion
    Metadata
    AnimatedWeaponMapBossMinion3Standalone
    等級
    68
    生命
    12,867
    護甲
    28,790
    閃避
    4,739
    能量護盾
    0
    傷害
    448
    法術傷害
    448
    命中
    0
    攻擊間隔
    1.5
    經驗值
    10,255
    異常狀態臨界值
    12,867
    冰緩
    41
    感電
    41
    易碎
    230
    焦灼
    41
    殘喘
    112
    Melee
    攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
    普通攻擊
    基本傷害: 359–538
    暴擊率: 5%
    攻擊間隔: 1.5 秒
    用強大的攻擊擊倒敵人。
    skill can fire arrows [1]
    skill can fire wand projectiles [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Positioned
    {
    	collision_hull_type = "projectile"
    }
    
    Stats
    {
    	set_item_drop_slots = 0
    	minion_does_not_equip_quiver = 1
    	monster_gets_item_stats = 1
    
    }
    
    Actor
    {
    	basic_action = "Emerge"
    }
    
    Life
    {
    	corpse_usable = false
    	on_death = "Delete();"
    }
    
    Animated
    {
    	animated_object = "Metadata/Monsters/AnimatedItem/AnimatedItemDedicated.ao"
    }
    
    DiesAfterTime
    {
    }
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Render
    {
    	allow_attached_arrows = false
    	use_attached_selection_box_if_no_drawcalls = true
    }
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/AnimatedItem/AnimatedWeaponMapBossMinion3Standalone"] = {
        name = "Animated Weapon",
        life = 2,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.2,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 6,
        accuracy = 1,
        weaponType1 = "Two Hand Sword",
        skillList = {
            "Melee",
        },
        modList = {
        },
    }
    -- 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 = { }, },
        },
    }
    
    monster no drops or experience [1]
    IdMonsterNoDropsOrExperience
    FamilyMonsterNoDropsOrExperience
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • monster no drops or experience Min: 1 Max: 1 全域
  • cannot be afflicted [1]
    cannot be tagged by sentinel [1]
    cannot have affliction mods [1]
    cannot have azmeri dust [1]
    cant possess this [1]
    cant touch this [1]
    monster no talismans [1]
    IdCannotBeAugmented
    FamilyNothing
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • cant touch this Min: 1 Max: 1 全域
  • cant possess this Min: 1 Max: 1 全域
  • cannot be afflicted Min: 1 Max: 1 全域
  • monster no talismans Min: 1 Max: 1 全域
  • cannot have azmeri dust Min: 1 Max: 1 全域
  • cannot have affliction mods Min: 1 Max: 1 全域
  • cannot be tagged by sentinel Min: 1 Max: 1 全域
  • 幻靈武器
    創造物
    Animated Weapon
    幽魂N
    標籤construct, fast_movement, ghost_armour, has_two_hand_sword, has_two_handed_melee, melee, physical_affinity, slashing_weapon
    生命
    350%
    異常狀態臨界值
    350%
    抗性
    0 0 0 0
    傷害
    135%
    命中
    100%
    暴擊率
    +5%
    暴擊加成
    +130%
    攻擊距離
    6 ~ 6
    攻擊間隔
    1.5 秒
    傷害分佈
    ±20%
    經驗值
    100%
    Model Size
    100%
    類型
    AnimatedWeaponMapBossMinion4
    Metadata
    AnimatedWeaponMapBossMinion4Standalone
    等級
    68
    生命
    22,517
    護甲
    28,790
    閃避
    4,739
    能量護盾
    0
    傷害
    504
    法術傷害
    504
    命中
    0
    攻擊間隔
    1.5
    經驗值
    10,255
    異常狀態臨界值
    22,517
    冰緩
    71
    感電
    71
    易碎
    403
    焦灼
    71
    殘喘
    197
    Melee
    攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
    普通攻擊
    基本傷害: 403–605
    暴擊率: 5%
    攻擊間隔: 1.5 秒
    用強大的攻擊擊倒敵人。
    skill can fire arrows [1]
    skill can fire wand projectiles [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Positioned
    {
    	collision_hull_type = "projectile"
    }
    
    Stats
    {
    	set_item_drop_slots = 0
    	minion_does_not_equip_quiver = 1
    	monster_gets_item_stats = 1
    
    }
    
    Actor
    {
    	basic_action = "Emerge"
    }
    
    Life
    {
    	corpse_usable = false
    	on_death = "Delete();"
    }
    
    Animated
    {
    	animated_object = "Metadata/Monsters/AnimatedItem/AnimatedItemDedicated.ao"
    }
    
    DiesAfterTime
    {
    }
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Render
    {
    	allow_attached_arrows = false
    	use_attached_selection_box_if_no_drawcalls = true
    }
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/AnimatedItem/AnimatedWeaponMapBossMinion4Standalone"] = {
        name = "Animated Weapon",
        life = 3.5,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.35,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 6,
        accuracy = 1,
        weaponType1 = "Two Hand Sword",
        skillList = {
            "Melee",
        },
        modList = {
        },
    }
    -- 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 = { }, },
        },
    }
    
    幻靈武器
    創造物
    Animated Weapon
    幽魂N
    標籤construct, fast_movement, ghost_armour, has_two_hand_sword, has_two_handed_melee, melee, physical_affinity, slashing_weapon
    生命
    500%
    異常狀態臨界值
    500%
    抗性
    0 0 0 0
    傷害
    150%
    命中
    100%
    暴擊率
    +5%
    暴擊加成
    +130%
    攻擊距離
    6 ~ 6
    攻擊間隔
    1.5 秒
    傷害分佈
    ±20%
    經驗值
    100%
    Model Size
    100%
    類型
    AnimatedWeaponMapBossMinion5
    Metadata
    AnimatedWeaponMapBossMinion5Standalone
    等級
    68
    生命
    32,167
    護甲
    28,790
    閃避
    4,739
    能量護盾
    0
    傷害
    560
    法術傷害
    560
    命中
    0
    攻擊間隔
    1.5
    經驗值
    10,255
    異常狀態臨界值
    32,167
    冰緩
    102
    感電
    102
    易碎
    575
    焦灼
    102
    殘喘
    281
    Melee
    攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
    普通攻擊
    基本傷害: 448–672
    暴擊率: 5%
    攻擊間隔: 1.5 秒
    用強大的攻擊擊倒敵人。
    skill can fire arrows [1]
    skill can fire wand projectiles [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Positioned
    {
    	collision_hull_type = "projectile"
    }
    
    Stats
    {
    	set_item_drop_slots = 0
    	minion_does_not_equip_quiver = 1
    	monster_gets_item_stats = 1
    
    }
    
    Actor
    {
    	basic_action = "Emerge"
    }
    
    Life
    {
    	corpse_usable = false
    	on_death = "Delete();"
    }
    
    Animated
    {
    	animated_object = "Metadata/Monsters/AnimatedItem/AnimatedItemDedicated.ao"
    }
    
    DiesAfterTime
    {
    }
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Render
    {
    	allow_attached_arrows = false
    	use_attached_selection_box_if_no_drawcalls = true
    }
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/AnimatedItem/AnimatedWeaponMapBossMinion5Standalone"] = {
        name = "Animated Weapon",
        life = 5,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.5,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 6,
        accuracy = 1,
        weaponType1 = "Two Hand Sword",
        skillList = {
            "Melee",
        },
        modList = {
        },
    }
    -- 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 = { }, },
        },
    }
    
    幻靈武器
    創造物
    monster no drops or experience [1]
    cannot be afflicted [1]
    cannot be tagged by sentinel [1]
    cannot have affliction mods [1]
    cannot have azmeri dust [1]
    cant possess this [1]
    cant touch this [1]
    monster no talismans [1]
    Animated Weapon
    幽魂N
    標籤construct, fast_movement, ghost_armour, has_two_hand_sword, has_two_handed_melee, medium_height, melee, physical_affinity, slashing_weapon
    生命
    500%
    異常狀態臨界值
    500%
    抗性
    0 0 0 0
    傷害
    150%
    命中
    100%
    暴擊率
    +5%
    暴擊加成
    +130%
    攻擊距離
    6 ~ 6
    攻擊間隔
    1.5 秒
    傷害分佈
    ±20%
    經驗值
    100%
    Model Size
    100%
    類型
    AnimatedWeaponMapBossMinion5
    Metadata
    AnimatedWeaponDawn
    等級
    68
    生命
    32,167
    護甲
    28,790
    閃避
    4,739
    能量護盾
    0
    傷害
    560
    法術傷害
    560
    命中
    0
    攻擊間隔
    1.5
    經驗值
    10,255
    異常狀態臨界值
    32,167
    冰緩
    102
    感電
    102
    易碎
    575
    焦灼
    102
    殘喘
    281
    Melee
    攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
    普通攻擊
    基本傷害: 448–672
    暴擊率: 5%
    攻擊間隔: 1.5 秒
    用強大的攻擊擊倒敵人。
    skill can fire arrows [1]
    skill can fire wand projectiles [1]

    Object Type

    version 2
    extends "Metadata/Monsters/AnimatedItem/AnimatedWeaponMonster"
    
    Positioned
    {
    	collision_hull_type = "walk"
    }
    
    Transitionable
    {
    	
    }
    
    Stats
    {
    	set_item_drop_slots = 1
    }
    
    DiesAfterTime
    {
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/AnimatedItem/AnimatedWeaponMonster"
    
    Transitionable
    {
    	create_untransitioned = "PlayAnimation( emerge_stuck_sword ); PauseAnimation();"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/AnimatedItem/AnimatedWeaponDawn"] = {
        name = "Animated Weapon",
        life = 5,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.5,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 6,
        accuracy = 1,
        weaponType1 = "Two Hand Sword",
        skillList = {
            "Melee",
        },
        modList = {
        },
    }
    -- 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 = { }, },
        },
    }
    
    monster no drops or experience [1]
    IdMonsterNoDropsOrExperience
    FamilyMonsterNoDropsOrExperience
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • monster no drops or experience Min: 1 Max: 1 全域
  • cannot be afflicted [1]
    cannot be tagged by sentinel [1]
    cannot have affliction mods [1]
    cannot have azmeri dust [1]
    cant possess this [1]
    cant touch this [1]
    monster no talismans [1]
    IdCannotBeAugmented
    FamilyNothing
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • cant touch this Min: 1 Max: 1 全域
  • cant possess this Min: 1 Max: 1 全域
  • cannot be afflicted Min: 1 Max: 1 全域
  • monster no talismans Min: 1 Max: 1 全域
  • cannot have azmeri dust Min: 1 Max: 1 全域
  • cannot have affliction mods Min: 1 Max: 1 全域
  • cannot be tagged by sentinel Min: 1 Max: 1 全域
  • Edit

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