อาวุธปลุกเสก
ชีวิตประดิษฐ์
emerge speed +% [100]
Animated Weapon
SpectreN
Tagsconstruct, fast_movement, ghost_armour, is_unarmed, medium_height, melee, physical_affinity
พลังชีวิต
400%
Ailment Threshold
400%
ค่าต้านทาน
40 40 40 20
Damage
0%
ความแม่นยำ
340%
โอกาสคริติคอล
+5%
ตัวคูณคริติคอล
+130%
Attack Distance
6 ~ 6
Attack Time
1 Second
Damage Spread
±0%
ค่าประสบการณ์
100%
Model Size
100%
Type
AnimatedWeapon
Metadata
AnimatedWeapon
IsSummoned
Y
เลเวล
68
พลังชีวิต
25,733
ค่าเกราะ
28,790
อัตราการหลบหลีก
4,739
Damage
0
ความเสียหายเวท
0
ความแม่นยำ
1,276
Attack Time
1
ค่าประสบการณ์
10,255
Minion Life
5,582
Minion Damage
0
Ailment Threshold
25,733
Chill
81
Shock
81
Brittle
460
Scorch
81
Sap
225
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
โจมตีธรรมดา (Default Attack)
โอกาสคริติคอล: 5%
Attack Time: 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]
FamilyVariableEmergeSpeed
DomainsMonster (3)
GenerationTypeยูนิค (3)
Req. level1
Stats
  • emerge speed +% Min: 100 Max: 100 Global
  • keyval
    Stats.item_drop_slots0
    Stats.energy_shield_recharge_rate_per_minute_%2000
    Stats.mana_regeneration_rate_per_minute_%100
    Stats.base_maximum_mana200
    Stats.maximum_physical_damage_reduction_%75
    Stats.max_viper_strike_orbs4
    Stats.base_maximum_all_resistances_%75
    Stats.max_fuse_arrow_orbs5
    Stats.max_fire_beam_stacks8
    Stats.max_charged_attack_stacks10
    Stats.base_critical_strike_multiplier130
    Stats.critical_ailment_dot_multiplier_+30
    Stats.max_endurance_charges3
    Stats.max_frenzy_charges3
    Stats.max_power_charges3
    Stats.base_attack_speed_+%_per_frenzy_charge4
    Stats.base_attack_speed_+%_per_frenzy_charge_if_not_player_minion11
    Stats.base_cast_speed_+%_per_frenzy_charge4
    Stats.base_cast_speed_+%_per_frenzy_charge_if_not_player_minion11
    Stats.movement_velocity_+%_per_frenzy_charge_if_not_player_minion5
    Stats.object_inherent_damage_+%_final_per_frenzy_charge4
    Stats.physical_damage_reduction_%_per_endurance_charge4
    Stats.physical_damage_reduction_%_per_endurance_charge_if_not_player_minion11
    Stats.resist_all_elements_%_per_endurance_charge4
    Stats.resist_all_elements_%_per_endurance_charge_if_not_player_minion11
    Stats.critical_strike_chance_+%_per_power_charge50
    Stats.critical_strike_chance_+%_per_power_charge_if_not_player_minion150
    Stats.maximum_block_%75
    Stats.base_maximum_spell_block_%75
    Stats.base_number_of_totems_allowed1
    Stats.base_number_of_traps_allowed3
    Stats.base_number_of_remote_mines_allowed5
    Stats.movement_velocity_cap128
    Stats.maximum_life_leech_rate_%_per_minute1200
    Stats.maximum_mana_leech_rate_%_per_minute1200
    Stats.maximum_energy_shield_leech_rate_%_per_minute600
    Stats.monster_ignite_damage_+%_final-72
    Stats.monster_bleeding_damage_+%_final-86
    Stats.monster_poison_damage_+%_final-50
    Stats.bleeding_moving_damage_%_of_base_override500
    Stats.max_azurite_debuff_stacks10
    Stats.impaled_debuff_base_duration_ms8000
    Stats.impaled_debuff_number_of_reflected_hits5
    Stats.ignore_skill_weapon_restrictions1
    Stats.base_total_number_of_sigils_allowed3
    Stats.maximum_life_leech_amount_per_leech_%_max_life10
    Stats.maximum_mana_leech_amount_per_leech_%_max_mana10
    Stats.maximum_energy_shield_leech_amount_per_leech_%_max_energy_shield10
    Stats.object_inherent_melee_hit_stun_duration_+%_final20
    Stats.scale_melee_range_to_actor_scale1
    Stats.use_melee_pattern_range1
    Stats.actor_scale_+%_limit100
    Stats.damage_taken_when_hit_+%_final_per_fortification-1
    Stats.base_max_fortification20
    Stats.soul_eater_maximum_stacks45
    Stats.minion_does_not_equip_quiver1
    Stats.monster_gets_item_stats1
    ObjectMagicProperties.stat_description_listMetadata/StatDescriptions/monster_stat_descriptions.txt
    Positioned.blockingtrue
    Positioned.team0
    Positioned.serialise_collidabletrue
    Positioned.collision_hull_typeprojectile
    BaseEvents.server_onlytrue
    Actor.basic_actionMove, Flee, StrafeLeft, StrafeRight, Advance, DoNothing, MonsterPickup, Emerge
    Actor.slow_animations_go_to_idletrue
    Life.corpse_usablefalse
    Animated.animated_objectMetadata/Monsters/AnimatedItem/AnimatedItemDedicated.ao
    StateMachine.define_shared_stateis_bow = 0
    อาวุธปลุกเสก
    ชีวิตประดิษฐ์
    monster do not fracture [1]
    Animated Weapon
    SpectreN
    Tagsconstruct, ghost_armour, is_unarmed, medium_height, medium_movement, melee, physical_affinity
    พลังชีวิต
    400%
    Ailment Threshold
    400%
    ค่าต้านทาน
    0 0 0 0
    Damage
    0%
    ความแม่นยำ
    100%
    โอกาสคริติคอล
    +5%
    ตัวคูณคริติคอล
    +130%
    Attack Distance
    6 ~ 6
    Attack Time
    1.5 Second
    Damage Spread
    ±0%
    ค่าประสบการณ์
    100%
    Model Size
    100%
    Type
    AnimatedWeaponEclipse
    Metadata
    AnimatedWeaponEclipse
    เลเวล
    68
    พลังชีวิต
    25,733
    ค่าเกราะ
    28,790
    อัตราการหลบหลีก
    4,739
    Damage
    0
    ความเสียหายเวท
    0
    ความแม่นยำ
    580
    Attack Time
    1.5
    ค่าประสบการณ์
    10,255
    Minion Life
    5,582
    Minion Damage
    0
    Ailment Threshold
    25,733
    Chill
    81
    Shock
    81
    Brittle
    460
    Scorch
    81
    Sap
    225
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    โจมตีธรรมดา (Default Attack)
    โอกาสคริติคอล: 5%
    Attack Time: 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]
    FamilyMonsterDoNotFracture
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • monster do not fracture Min: 1 Max: 1 Global
  • keyval
    Stats.item_drop_slots0
    Stats.energy_shield_recharge_rate_per_minute_%2000
    Stats.mana_regeneration_rate_per_minute_%100
    Stats.base_maximum_mana200
    Stats.maximum_physical_damage_reduction_%75
    Stats.max_viper_strike_orbs4
    Stats.base_maximum_all_resistances_%75
    Stats.max_fuse_arrow_orbs5
    Stats.max_fire_beam_stacks8
    Stats.max_charged_attack_stacks10
    Stats.base_critical_strike_multiplier130
    Stats.critical_ailment_dot_multiplier_+30
    Stats.max_endurance_charges3
    Stats.max_frenzy_charges3
    Stats.max_power_charges3
    Stats.base_attack_speed_+%_per_frenzy_charge4
    Stats.base_attack_speed_+%_per_frenzy_charge_if_not_player_minion11
    Stats.base_cast_speed_+%_per_frenzy_charge4
    Stats.base_cast_speed_+%_per_frenzy_charge_if_not_player_minion11
    Stats.movement_velocity_+%_per_frenzy_charge_if_not_player_minion5
    Stats.object_inherent_damage_+%_final_per_frenzy_charge4
    Stats.physical_damage_reduction_%_per_endurance_charge4
    Stats.physical_damage_reduction_%_per_endurance_charge_if_not_player_minion11
    Stats.resist_all_elements_%_per_endurance_charge4
    Stats.resist_all_elements_%_per_endurance_charge_if_not_player_minion11
    Stats.critical_strike_chance_+%_per_power_charge50
    Stats.critical_strike_chance_+%_per_power_charge_if_not_player_minion150
    Stats.maximum_block_%75
    Stats.base_maximum_spell_block_%75
    Stats.base_number_of_totems_allowed1
    Stats.base_number_of_traps_allowed3
    Stats.base_number_of_remote_mines_allowed5
    Stats.movement_velocity_cap128
    Stats.maximum_life_leech_rate_%_per_minute1200
    Stats.maximum_mana_leech_rate_%_per_minute1200
    Stats.maximum_energy_shield_leech_rate_%_per_minute600
    Stats.monster_ignite_damage_+%_final-72
    Stats.monster_bleeding_damage_+%_final-86
    Stats.monster_poison_damage_+%_final-50
    Stats.bleeding_moving_damage_%_of_base_override500
    Stats.max_azurite_debuff_stacks10
    Stats.impaled_debuff_base_duration_ms8000
    Stats.impaled_debuff_number_of_reflected_hits5
    Stats.ignore_skill_weapon_restrictions1
    Stats.base_total_number_of_sigils_allowed3
    Stats.maximum_life_leech_amount_per_leech_%_max_life10
    Stats.maximum_mana_leech_amount_per_leech_%_max_mana10
    Stats.maximum_energy_shield_leech_amount_per_leech_%_max_energy_shield10
    Stats.object_inherent_melee_hit_stun_duration_+%_final20
    Stats.scale_melee_range_to_actor_scale1
    Stats.use_melee_pattern_range1
    Stats.actor_scale_+%_limit100
    Stats.damage_taken_when_hit_+%_final_per_fortification-1
    Stats.base_max_fortification20
    Stats.soul_eater_maximum_stacks45
    Stats.minion_does_not_equip_quiver1
    Stats.monster_gets_item_stats1
    ObjectMagicProperties.stat_description_listMetadata/StatDescriptions/monster_stat_descriptions.txt
    Positioned.blockingtrue
    Positioned.team0
    Positioned.serialise_collidabletrue
    Positioned.collision_hull_typeprojectile
    BaseEvents.server_onlytrue
    Actor.basic_actionMove, Flee, StrafeLeft, StrafeRight, Advance, DoNothing, MonsterPickup, Emerge
    Actor.slow_animations_go_to_idletrue
    Life.corpse_usablefalse
    Life.on_deathDelete();
    Animated.animated_objectMetadata/Monsters/AnimatedItem/AnimatedItemDedicated.ao
    อาวุธปลุกเสก
    ชีวิตประดิษฐ์
    เพิ่มความเร็วในการโจมตี 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
    SpectreN
    Tagsconstruct, ghost_armour, has_one_hand_sword, has_one_handed_melee, medium_height, medium_movement, melee, physical_affinity, slashing_weapon
    พลังชีวิต
    600%
    Ailment Threshold
    600%
    ค่าต้านทาน
    0 0 0 0
    Damage
    120%
    ความแม่นยำ
    100%
    โอกาสคริติคอล
    +5%
    ตัวคูณคริติคอล
    +130%
    Attack Distance
    6 ~ 6
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    ค่าประสบการณ์
    100%
    Model Size
    100%
    Type
    AnimatedWeaponMonsterTreasure
    Metadata
    AnimatedWeaponTreasureGolem
    เลเวล
    68
    พลังชีวิต
    38,600
    ค่าเกราะ
    28,790
    อัตราการหลบหลีก
    4,739
    Damage
    448
    ความเสียหายเวท
    448
    ความแม่นยำ
    580
    Attack Time
    1.5
    ค่าประสบการณ์
    10,255
    Minion Life
    8,373
    Minion Damage
    358
    Ailment Threshold
    38,600
    Chill
    122
    Shock
    122
    Brittle
    691
    Scorch
    122
    Sap
    337
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    โจมตีธรรมดา (Default Attack)
    Base Damage: 359–538
    โอกาสคริติคอล: 5%
    Attack Time: 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%
    FamilyIncreasedAttackSpeed
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • attack speed +% Min: 80 Max: 80 Global
  • Craft Tagsโจมตี ความเร็ว
    monster no drops or experience [1]
    FamilyMonsterNoDropsOrExperience
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • monster no drops or experience Min: 1 Max: 1 Global
  • 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]
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • cant touch this Min: 1 Max: 1 Global
  • cant possess this Min: 1 Max: 1 Global
  • cannot be afflicted Min: 1 Max: 1 Global
  • monster no talismans Min: 1 Max: 1 Global
  • cannot have azmeri dust Min: 1 Max: 1 Global
  • cannot have affliction mods Min: 1 Max: 1 Global
  • cannot be tagged by sentinel Min: 1 Max: 1 Global
  • อาวุธปลุกเสก
    ชีวิตประดิษฐ์
    เพิ่มความเร็วในการโจมตี 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
    SpectreN
    Tagsconstruct, ghost_armour, has_two_hand_sword, has_two_handed_melee, medium_height, medium_movement, melee, physical_affinity, slashing_weapon
    พลังชีวิต
    600%
    Ailment Threshold
    600%
    ค่าต้านทาน
    0 0 0 0
    Damage
    120%
    ความแม่นยำ
    100%
    โอกาสคริติคอล
    +5%
    ตัวคูณคริติคอล
    +130%
    Attack Distance
    6 ~ 6
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    ค่าประสบการณ์
    100%
    Model Size
    100%
    Type
    AnimatedWeaponMonsterTreasure
    Metadata
    AnimatedWeaponTreasureGolemTwoHand
    เลเวล
    68
    พลังชีวิต
    38,600
    ค่าเกราะ
    28,790
    อัตราการหลบหลีก
    4,739
    Damage
    448
    ความเสียหายเวท
    448
    ความแม่นยำ
    580
    Attack Time
    1.5
    ค่าประสบการณ์
    10,255
    Minion Life
    8,373
    Minion Damage
    358
    Ailment Threshold
    38,600
    Chill
    122
    Shock
    122
    Brittle
    691
    Scorch
    122
    Sap
    337
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    โจมตีธรรมดา (Default Attack)
    Base Damage: 359–538
    โอกาสคริติคอล: 5%
    Attack Time: 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%
    FamilyIncreasedAttackSpeed
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • attack speed +% Min: 80 Max: 80 Global
  • Craft Tagsโจมตี ความเร็ว
    monster no drops or experience [1]
    FamilyMonsterNoDropsOrExperience
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • monster no drops or experience Min: 1 Max: 1 Global
  • 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]
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • cant touch this Min: 1 Max: 1 Global
  • cant possess this Min: 1 Max: 1 Global
  • cannot be afflicted Min: 1 Max: 1 Global
  • monster no talismans Min: 1 Max: 1 Global
  • cannot have azmeri dust Min: 1 Max: 1 Global
  • cannot have affliction mods Min: 1 Max: 1 Global
  • cannot be tagged by sentinel Min: 1 Max: 1 Global
  • อาวุธปลุกเสก
    ชีวิตประดิษฐ์
    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
    SpectreN
    Tagsconstruct, ghost_armour, has_two_hand_sword, has_two_handed_melee, medium_movement, medium_small_height, melee, physical_affinity, slashing_weapon
    พลังชีวิต
    200%
    Ailment Threshold
    200%
    ค่าต้านทาน
    0 0 0 0
    Damage
    120%
    ความแม่นยำ
    100%
    โอกาสคริติคอล
    +5%
    ตัวคูณคริติคอล
    +130%
    Attack Distance
    6 ~ 6
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    ค่าประสบการณ์
    100%
    Model Size
    100%
    Type
    AnimatedWeaponMapBossMinion
    Metadata
    AnimatedWeaponMapBossMinion
    เลเวล
    68
    พลังชีวิต
    12,867
    ค่าเกราะ
    28,790
    อัตราการหลบหลีก
    4,739
    Damage
    448
    ความเสียหายเวท
    448
    ความแม่นยำ
    580
    Attack Time
    1.5
    ค่าประสบการณ์
    10,255
    Minion Life
    2,791
    Minion Damage
    358
    Ailment Threshold
    12,867
    Chill
    41
    Shock
    41
    Brittle
    230
    Scorch
    41
    Sap
    112
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    โจมตีธรรมดา (Default Attack)
    Base Damage: 359–538
    โอกาสคริติคอล: 5%
    Attack Time: 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]
    FamilyMonsterNoDropsOrExperience
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • monster no drops or experience Min: 1 Max: 1 Global
  • 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]
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • cant touch this Min: 1 Max: 1 Global
  • cant possess this Min: 1 Max: 1 Global
  • cannot be afflicted Min: 1 Max: 1 Global
  • monster no talismans Min: 1 Max: 1 Global
  • cannot have azmeri dust Min: 1 Max: 1 Global
  • cannot have affliction mods Min: 1 Max: 1 Global
  • cannot be tagged by sentinel Min: 1 Max: 1 Global
  • อาวุธปลุกเสก
    ชีวิตประดิษฐ์
    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
    SpectreN
    Tagsconstruct, ghost_armour, has_two_hand_sword, has_two_handed_melee, medium_movement, medium_small_height, melee, physical_affinity, slashing_weapon
    พลังชีวิต
    200%
    Ailment Threshold
    200%
    ค่าต้านทาน
    0 0 0 0
    Damage
    120%
    ความแม่นยำ
    100%
    โอกาสคริติคอล
    +5%
    ตัวคูณคริติคอล
    +130%
    Attack Distance
    6 ~ 6
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    ค่าประสบการณ์
    100%
    Model Size
    100%
    Type
    AnimatedWeaponMapBossMinion
    Metadata
    AnimatedWeaponMapBossMinion2
    เลเวล
    68
    พลังชีวิต
    12,867
    ค่าเกราะ
    28,790
    อัตราการหลบหลีก
    4,739
    Damage
    448
    ความเสียหายเวท
    448
    ความแม่นยำ
    580
    Attack Time
    1.5
    ค่าประสบการณ์
    10,255
    Minion Life
    2,791
    Minion Damage
    358
    Ailment Threshold
    12,867
    Chill
    41
    Shock
    41
    Brittle
    230
    Scorch
    41
    Sap
    112
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    โจมตีธรรมดา (Default Attack)
    Base Damage: 359–538
    โอกาสคริติคอล: 5%
    Attack Time: 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]
    FamilyMonsterNoDropsOrExperience
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • monster no drops or experience Min: 1 Max: 1 Global
  • 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]
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • cant touch this Min: 1 Max: 1 Global
  • cant possess this Min: 1 Max: 1 Global
  • cannot be afflicted Min: 1 Max: 1 Global
  • monster no talismans Min: 1 Max: 1 Global
  • cannot have azmeri dust Min: 1 Max: 1 Global
  • cannot have affliction mods Min: 1 Max: 1 Global
  • cannot be tagged by sentinel Min: 1 Max: 1 Global
  • อาวุธปลุกเสก
    ชีวิตประดิษฐ์
    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
    SpectreN
    Tagsconstruct, fast_movement, ghost_armour, has_two_hand_sword, has_two_handed_melee, medium_small_height, melee, physical_affinity, slashing_weapon
    พลังชีวิต
    200%
    Ailment Threshold
    200%
    ค่าต้านทาน
    0 0 0 0
    Damage
    120%
    ความแม่นยำ
    100%
    โอกาสคริติคอล
    +5%
    ตัวคูณคริติคอล
    +130%
    Attack Distance
    6 ~ 6
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    ค่าประสบการณ์
    100%
    Model Size
    100%
    Type
    AnimatedWeaponMapBossMinion
    Metadata
    AnimatedWeaponMapBossMinion3
    เลเวล
    68
    พลังชีวิต
    12,867
    ค่าเกราะ
    28,790
    อัตราการหลบหลีก
    4,739
    Damage
    448
    ความเสียหายเวท
    448
    ความแม่นยำ
    580
    Attack Time
    1.5
    ค่าประสบการณ์
    10,255
    Minion Life
    2,791
    Minion Damage
    358
    Ailment Threshold
    12,867
    Chill
    41
    Shock
    41
    Brittle
    230
    Scorch
    41
    Sap
    112
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    โจมตีธรรมดา (Default Attack)
    Base Damage: 359–538
    โอกาสคริติคอล: 5%
    Attack Time: 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]
    FamilyMonsterNoDropsOrExperience
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • monster no drops or experience Min: 1 Max: 1 Global
  • 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]
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • cant touch this Min: 1 Max: 1 Global
  • cant possess this Min: 1 Max: 1 Global
  • cannot be afflicted Min: 1 Max: 1 Global
  • monster no talismans Min: 1 Max: 1 Global
  • cannot have azmeri dust Min: 1 Max: 1 Global
  • cannot have affliction mods Min: 1 Max: 1 Global
  • cannot be tagged by sentinel Min: 1 Max: 1 Global
  • อาวุธปลุกเสก
    ชีวิตประดิษฐ์
    Animated Weapon
    SpectreN
    Tagsconstruct, fast_movement, ghost_armour, has_two_hand_sword, has_two_handed_melee, medium_small_height, melee, physical_affinity, slashing_weapon
    พลังชีวิต
    350%
    Ailment Threshold
    350%
    ค่าต้านทาน
    0 0 0 0
    Damage
    135%
    ความแม่นยำ
    100%
    โอกาสคริติคอล
    +5%
    ตัวคูณคริติคอล
    +130%
    Attack Distance
    6 ~ 6
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    ค่าประสบการณ์
    100%
    Model Size
    100%
    Type
    AnimatedWeaponMapBossMinion4
    Metadata
    AnimatedWeaponMapBossMinion4
    เลเวล
    68
    พลังชีวิต
    22,517
    ค่าเกราะ
    28,790
    อัตราการหลบหลีก
    4,739
    Damage
    504
    ความเสียหายเวท
    504
    ความแม่นยำ
    580
    Attack Time
    1.5
    ค่าประสบการณ์
    10,255
    Minion Life
    4,884
    Minion Damage
    403
    Ailment Threshold
    22,517
    Chill
    71
    Shock
    71
    Brittle
    403
    Scorch
    71
    Sap
    197
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    โจมตีธรรมดา (Default Attack)
    Base Damage: 403–605
    โอกาสคริติคอล: 5%
    Attack Time: 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
    SpectreN
    Tagsconstruct, fast_movement, ghost_armour, has_two_hand_sword, has_two_handed_melee, medium_small_height, melee, physical_affinity, slashing_weapon
    พลังชีวิต
    500%
    Ailment Threshold
    500%
    ค่าต้านทาน
    0 0 0 0
    Damage
    150%
    ความแม่นยำ
    100%
    โอกาสคริติคอล
    +5%
    ตัวคูณคริติคอล
    +130%
    Attack Distance
    6 ~ 6
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    ค่าประสบการณ์
    100%
    Model Size
    100%
    Type
    AnimatedWeaponMapBossMinion5
    Metadata
    AnimatedWeaponMapBossMinion5
    เลเวล
    68
    พลังชีวิต
    32,167
    ค่าเกราะ
    28,790
    อัตราการหลบหลีก
    4,739
    Damage
    560
    ความเสียหายเวท
    560
    ความแม่นยำ
    580
    Attack Time
    1.5
    ค่าประสบการณ์
    10,255
    Minion Life
    6,977
    Minion Damage
    447
    Ailment Threshold
    32,167
    Chill
    102
    Shock
    102
    Brittle
    575
    Scorch
    102
    Sap
    281
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    โจมตีธรรมดา (Default Attack)
    Base Damage: 448–672
    โอกาสคริติคอล: 5%
    Attack Time: 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
    SpectreN
    Tagsconstruct, ghost_armour, has_two_hand_sword, has_two_handed_melee, medium_movement, melee, physical_affinity, slashing_weapon
    พลังชีวิต
    200%
    Ailment Threshold
    200%
    ค่าต้านทาน
    0 0 0 0
    Damage
    120%
    ความแม่นยำ
    100%
    โอกาสคริติคอล
    +5%
    ตัวคูณคริติคอล
    +130%
    Attack Distance
    6 ~ 6
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    ค่าประสบการณ์
    100%
    Model Size
    100%
    Type
    AnimatedWeaponMapBossMinion
    Metadata
    AnimatedWeaponMapBossMinionStandalone
    เลเวล
    68
    พลังชีวิต
    12,867
    ค่าเกราะ
    28,790
    อัตราการหลบหลีก
    4,739
    Damage
    448
    ความเสียหายเวท
    448
    ความแม่นยำ
    580
    Attack Time
    1.5
    ค่าประสบการณ์
    10,255
    Minion Life
    2,791
    Minion Damage
    358
    Ailment Threshold
    12,867
    Chill
    41
    Shock
    41
    Brittle
    230
    Scorch
    41
    Sap
    112
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    โจมตีธรรมดา (Default Attack)
    Base Damage: 359–538
    โอกาสคริติคอล: 5%
    Attack Time: 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]
    FamilyMonsterNoDropsOrExperience
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • monster no drops or experience Min: 1 Max: 1 Global
  • 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]
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • cant touch this Min: 1 Max: 1 Global
  • cant possess this Min: 1 Max: 1 Global
  • cannot be afflicted Min: 1 Max: 1 Global
  • monster no talismans Min: 1 Max: 1 Global
  • cannot have azmeri dust Min: 1 Max: 1 Global
  • cannot have affliction mods Min: 1 Max: 1 Global
  • cannot be tagged by sentinel Min: 1 Max: 1 Global
  • อาวุธปลุกเสก
    ชีวิตประดิษฐ์
    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
    SpectreN
    Tagsconstruct, ghost_armour, has_two_hand_sword, has_two_handed_melee, medium_movement, melee, physical_affinity, slashing_weapon
    พลังชีวิต
    200%
    Ailment Threshold
    200%
    ค่าต้านทาน
    0 0 0 0
    Damage
    120%
    ความแม่นยำ
    100%
    โอกาสคริติคอล
    +5%
    ตัวคูณคริติคอล
    +130%
    Attack Distance
    6 ~ 6
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    ค่าประสบการณ์
    100%
    Model Size
    100%
    Type
    AnimatedWeaponMapBossMinion
    Metadata
    AnimatedWeaponMapBossMinion2Standalone
    เลเวล
    68
    พลังชีวิต
    12,867
    ค่าเกราะ
    28,790
    อัตราการหลบหลีก
    4,739
    Damage
    448
    ความเสียหายเวท
    448
    ความแม่นยำ
    580
    Attack Time
    1.5
    ค่าประสบการณ์
    10,255
    Minion Life
    2,791
    Minion Damage
    358
    Ailment Threshold
    12,867
    Chill
    41
    Shock
    41
    Brittle
    230
    Scorch
    41
    Sap
    112
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    โจมตีธรรมดา (Default Attack)
    Base Damage: 359–538
    โอกาสคริติคอล: 5%
    Attack Time: 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]
    FamilyMonsterNoDropsOrExperience
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • monster no drops or experience Min: 1 Max: 1 Global
  • 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]
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • cant touch this Min: 1 Max: 1 Global
  • cant possess this Min: 1 Max: 1 Global
  • cannot be afflicted Min: 1 Max: 1 Global
  • monster no talismans Min: 1 Max: 1 Global
  • cannot have azmeri dust Min: 1 Max: 1 Global
  • cannot have affliction mods Min: 1 Max: 1 Global
  • cannot be tagged by sentinel Min: 1 Max: 1 Global
  • อาวุธปลุกเสก
    ชีวิตประดิษฐ์
    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
    SpectreN
    Tagsconstruct, fast_movement, ghost_armour, has_two_hand_sword, has_two_handed_melee, melee, physical_affinity, slashing_weapon
    พลังชีวิต
    200%
    Ailment Threshold
    200%
    ค่าต้านทาน
    0 0 0 0
    Damage
    120%
    ความแม่นยำ
    100%
    โอกาสคริติคอล
    +5%
    ตัวคูณคริติคอล
    +130%
    Attack Distance
    6 ~ 6
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    ค่าประสบการณ์
    100%
    Model Size
    100%
    Type
    AnimatedWeaponMapBossMinion
    Metadata
    AnimatedWeaponMapBossMinion3Standalone
    เลเวล
    68
    พลังชีวิต
    12,867
    ค่าเกราะ
    28,790
    อัตราการหลบหลีก
    4,739
    Damage
    448
    ความเสียหายเวท
    448
    ความแม่นยำ
    580
    Attack Time
    1.5
    ค่าประสบการณ์
    10,255
    Minion Life
    2,791
    Minion Damage
    358
    Ailment Threshold
    12,867
    Chill
    41
    Shock
    41
    Brittle
    230
    Scorch
    41
    Sap
    112
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    โจมตีธรรมดา (Default Attack)
    Base Damage: 359–538
    โอกาสคริติคอล: 5%
    Attack Time: 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]
    FamilyMonsterNoDropsOrExperience
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • monster no drops or experience Min: 1 Max: 1 Global
  • 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]
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • cant touch this Min: 1 Max: 1 Global
  • cant possess this Min: 1 Max: 1 Global
  • cannot be afflicted Min: 1 Max: 1 Global
  • monster no talismans Min: 1 Max: 1 Global
  • cannot have azmeri dust Min: 1 Max: 1 Global
  • cannot have affliction mods Min: 1 Max: 1 Global
  • cannot be tagged by sentinel Min: 1 Max: 1 Global
  • อาวุธปลุกเสก
    ชีวิตประดิษฐ์
    Animated Weapon
    SpectreN
    Tagsconstruct, fast_movement, ghost_armour, has_two_hand_sword, has_two_handed_melee, melee, physical_affinity, slashing_weapon
    พลังชีวิต
    350%
    Ailment Threshold
    350%
    ค่าต้านทาน
    0 0 0 0
    Damage
    135%
    ความแม่นยำ
    100%
    โอกาสคริติคอล
    +5%
    ตัวคูณคริติคอล
    +130%
    Attack Distance
    6 ~ 6
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    ค่าประสบการณ์
    100%
    Model Size
    100%
    Type
    AnimatedWeaponMapBossMinion4
    Metadata
    AnimatedWeaponMapBossMinion4Standalone
    เลเวล
    68
    พลังชีวิต
    22,517
    ค่าเกราะ
    28,790
    อัตราการหลบหลีก
    4,739
    Damage
    504
    ความเสียหายเวท
    504
    ความแม่นยำ
    580
    Attack Time
    1.5
    ค่าประสบการณ์
    10,255
    Minion Life
    4,884
    Minion Damage
    403
    Ailment Threshold
    22,517
    Chill
    71
    Shock
    71
    Brittle
    403
    Scorch
    71
    Sap
    197
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    โจมตีธรรมดา (Default Attack)
    Base Damage: 403–605
    โอกาสคริติคอล: 5%
    Attack Time: 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
    SpectreN
    Tagsconstruct, fast_movement, ghost_armour, has_two_hand_sword, has_two_handed_melee, melee, physical_affinity, slashing_weapon
    พลังชีวิต
    500%
    Ailment Threshold
    500%
    ค่าต้านทาน
    0 0 0 0
    Damage
    150%
    ความแม่นยำ
    100%
    โอกาสคริติคอล
    +5%
    ตัวคูณคริติคอล
    +130%
    Attack Distance
    6 ~ 6
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    ค่าประสบการณ์
    100%
    Model Size
    100%
    Type
    AnimatedWeaponMapBossMinion5
    Metadata
    AnimatedWeaponMapBossMinion5Standalone
    เลเวล
    68
    พลังชีวิต
    32,167
    ค่าเกราะ
    28,790
    อัตราการหลบหลีก
    4,739
    Damage
    560
    ความเสียหายเวท
    560
    ความแม่นยำ
    580
    Attack Time
    1.5
    ค่าประสบการณ์
    10,255
    Minion Life
    6,977
    Minion Damage
    447
    Ailment Threshold
    32,167
    Chill
    102
    Shock
    102
    Brittle
    575
    Scorch
    102
    Sap
    281
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    โจมตีธรรมดา (Default Attack)
    Base Damage: 448–672
    โอกาสคริติคอล: 5%
    Attack Time: 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
    SpectreN
    Tagsconstruct, fast_movement, ghost_armour, has_two_hand_sword, has_two_handed_melee, medium_height, melee, physical_affinity, slashing_weapon
    พลังชีวิต
    500%
    Ailment Threshold
    500%
    ค่าต้านทาน
    0 0 0 0
    Damage
    150%
    ความแม่นยำ
    100%
    โอกาสคริติคอล
    +5%
    ตัวคูณคริติคอล
    +130%
    Attack Distance
    6 ~ 6
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    ค่าประสบการณ์
    100%
    Model Size
    100%
    Type
    AnimatedWeaponMapBossMinion5
    Metadata
    AnimatedWeaponDawn
    เลเวล
    68
    พลังชีวิต
    32,167
    ค่าเกราะ
    28,790
    อัตราการหลบหลีก
    4,739
    Damage
    560
    ความเสียหายเวท
    560
    ความแม่นยำ
    580
    Attack Time
    1.5
    ค่าประสบการณ์
    10,255
    Minion Life
    6,977
    Minion Damage
    447
    Ailment Threshold
    32,167
    Chill
    102
    Shock
    102
    Brittle
    575
    Scorch
    102
    Sap
    281
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    โจมตีธรรมดา (Default Attack)
    Base Damage: 448–672
    โอกาสคริติคอล: 5%
    Attack Time: 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]
    FamilyMonsterNoDropsOrExperience
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • monster no drops or experience Min: 1 Max: 1 Global
  • 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]
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • cant touch this Min: 1 Max: 1 Global
  • cant possess this Min: 1 Max: 1 Global
  • cannot be afflicted Min: 1 Max: 1 Global
  • monster no talismans Min: 1 Max: 1 Global
  • cannot have azmeri dust Min: 1 Max: 1 Global
  • cannot have affliction mods Min: 1 Max: 1 Global
  • cannot be tagged by sentinel Min: 1 Max: 1 Global
  • keyval
    Stats.item_drop_slots1
    Stats.energy_shield_recharge_rate_per_minute_%2000
    Stats.mana_regeneration_rate_per_minute_%100
    Stats.base_maximum_mana200
    Stats.maximum_physical_damage_reduction_%75
    Stats.max_viper_strike_orbs4
    Stats.base_maximum_all_resistances_%75
    Stats.max_fuse_arrow_orbs5
    Stats.max_fire_beam_stacks8
    Stats.max_charged_attack_stacks10
    Stats.base_critical_strike_multiplier130
    Stats.critical_ailment_dot_multiplier_+30
    Stats.max_endurance_charges3
    Stats.max_frenzy_charges3
    Stats.max_power_charges3
    Stats.base_attack_speed_+%_per_frenzy_charge4
    Stats.base_attack_speed_+%_per_frenzy_charge_if_not_player_minion11
    Stats.base_cast_speed_+%_per_frenzy_charge4
    Stats.base_cast_speed_+%_per_frenzy_charge_if_not_player_minion11
    Stats.movement_velocity_+%_per_frenzy_charge_if_not_player_minion5
    Stats.object_inherent_damage_+%_final_per_frenzy_charge4
    Stats.physical_damage_reduction_%_per_endurance_charge4
    Stats.physical_damage_reduction_%_per_endurance_charge_if_not_player_minion11
    Stats.resist_all_elements_%_per_endurance_charge4
    Stats.resist_all_elements_%_per_endurance_charge_if_not_player_minion11
    Stats.critical_strike_chance_+%_per_power_charge50
    Stats.critical_strike_chance_+%_per_power_charge_if_not_player_minion150
    Stats.maximum_block_%75
    Stats.base_maximum_spell_block_%75
    Stats.base_number_of_totems_allowed1
    Stats.base_number_of_traps_allowed3
    Stats.base_number_of_remote_mines_allowed5
    Stats.movement_velocity_cap128
    Stats.maximum_life_leech_rate_%_per_minute1200
    Stats.maximum_mana_leech_rate_%_per_minute1200
    Stats.maximum_energy_shield_leech_rate_%_per_minute600
    Stats.monster_ignite_damage_+%_final-72
    Stats.monster_bleeding_damage_+%_final-86
    Stats.monster_poison_damage_+%_final-50
    Stats.bleeding_moving_damage_%_of_base_override500
    Stats.max_azurite_debuff_stacks10
    Stats.impaled_debuff_base_duration_ms8000
    Stats.impaled_debuff_number_of_reflected_hits5
    Stats.ignore_skill_weapon_restrictions1
    Stats.base_total_number_of_sigils_allowed3
    Stats.maximum_life_leech_amount_per_leech_%_max_life10
    Stats.maximum_mana_leech_amount_per_leech_%_max_mana10
    Stats.maximum_energy_shield_leech_amount_per_leech_%_max_energy_shield10
    Stats.object_inherent_melee_hit_stun_duration_+%_final20
    Stats.scale_melee_range_to_actor_scale1
    Stats.use_melee_pattern_range1
    Stats.actor_scale_+%_limit100
    Stats.damage_taken_when_hit_+%_final_per_fortification-1
    Stats.base_max_fortification20
    Stats.soul_eater_maximum_stacks45
    Stats.minion_does_not_equip_quiver1
    Stats.monster_gets_item_stats1
    ObjectMagicProperties.stat_description_listMetadata/StatDescriptions/monster_stat_descriptions.txt
    Positioned.blockingtrue
    Positioned.team0
    Positioned.serialise_collidabletrue
    Positioned.collision_hull_typeprojectile, walk
    BaseEvents.server_onlytrue
    Actor.basic_actionMove, Flee, StrafeLeft, StrafeRight, Advance, DoNothing, MonsterPickup, Emerge
    Actor.slow_animations_go_to_idletrue
    Life.corpse_usablefalse
    Life.on_deathDelete();
    Animated.animated_objectMetadata/Monsters/AnimatedItem/AnimatedItemDedicated.ao
    Edit

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