永恒帝国守卫
构造体
monster no drops or experience [1]
global maim on hit [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]
Guardian of Eternity
幽魂N
标签cleaving_weapon, construct, extra_large_height, humanoid, is_unarmed, melee, mud_blood, not_dex, not_int, physical_affinity, slow_movement, stone_armour
生命
210%
护甲
+50%
异常状态临界值
210%
抗性
0 0 0 0
伤害
180%
命中
100%
暴击几率
+5%
暴击伤害
+130%
攻击距离
6 ~ 10
攻击间隔
4.5 秒
伤害分布
±20%
经验值
120%
Model Size
100%
类型
AvariusStatue
Metadata
AvariusCasticusStatue
等级
68
生命
13,510
护甲
43,185
闪避值
4,739
伤害
672
法术伤害
672
命中
580
攻击间隔
4.5
经验值
12,306
召唤物生命
2,930
召唤物伤害
537
异常状态临界值
13,510
冰缓
43
Shock
43
Brittle
242
Scorch
43
Sap
118
Melee
攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
普通攻击
基本伤害: 538–807
暴击几率: 5%
攻击间隔: 4.5 秒
对你的敌人无情痛击。
skill can fire arrows [1]
skill can fire wand projectiles [1]

Object Type

version 2
extends "Metadata/Monsters/Monster"

Actor
{
	basic_action = "Emerge"
	basic_action = "Emerge2"
}

Transitionable
{
	num_states = 4
}

Animated
{
	on_end_deactivate2 = "PlayAnimationByName( statue );"
}

Positioned
{
	force_placement = true
}

Stats
{
	set_base_cannot_be_damaged = 1
	set_cannot_be_chained_from = 1	
	immune_to_curses = 1
	set_item_drop_slots = 0
	set_monster_no_drops_or_experience = 1
	set_max_endurance_charges = 0
	set_max_frenzy_charges = 0
	set_max_power_charges = 0
	base_cannot_be_stunned = 1
	cannot_be_knocked_back = 1
	avoid_all_elemental_status_% = 100
	cannot_be_converted_or_dominated = 1
	monster_slain_flask_charges_granted_+% = -100
	cannot_have_life_leeched_from = 1
	cannot_have_mana_leeched_from = 1
	set_immune_vaal_lighting_warp = 1
	set_immune_to_auras_from_other_entities = 1
	set_is_hidden_monster = 1
}

TriggerableBlockage
{
	save_as_diff = true
}

Object Type Codes

version 2
extends "Metadata/Monsters/Monster"

BaseEvents
{
	on_construction_complete = "AddAttachedObjectToBones( Metadata/Effects/Spells/monsters_effects/act5/Avarius_Casticus/statue_weapon/statue_weapon.ao, R_Weapon );"
}

Transitionable
{
	create_state_1 =
	"
		PlayAnimationByName( statue );
		PlayAnimationAttachedByIndex( Metadata/Effects/Spells/monsters_effects/act5/Avarius_Casticus/statue_weapon/statue_weapon.ao, 1 );
	"

	create_state_2 =
	"
		PlayAnimationByName( statue );
		PlayAnimationAttachedByIndex( Metadata/Effects/Spells/monsters_effects/act5/Avarius_Casticus/statue_weapon/statue_weapon.ao, 1 );
	"

	on_transition_to_3 =
	"
		AddEffectPack( Metadata/Effects/Spells/monsters_effects/act5/Avarius_Casticus/statues_rise/activate/epk/rise.epk );
		PlayAnimationAttachedByIndex( Metadata/Effects/Spells/monsters_effects/act5/Avarius_Casticus/statue_weapon/statue_weapon.ao, 0 );
	"

	create_state_3 =
	"
		AddEffectPack( Metadata/Effects/Spells/monsters_effects/act5/Avarius_Casticus/statues_rise/activate/epk/rise.epk );
		PlayAnimationAttachedByIndex( Metadata/Effects/Spells/monsters_effects/act5/Avarius_Casticus/statue_weapon/statue_weapon.ao, 0 );
	"

	on_transition_to_4 =
	"
		RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/act5/Avarius_Casticus/statues_rise/activate/epk/rise.epk );
		PlayAnimationAttachedByIndex( Metadata/Effects/Spells/monsters_effects/act5/Avarius_Casticus/statue_weapon/statue_weapon.ao, 1 );
	"
}

Targetable
{
	targetable = false
}

Animated
{
	on_emerge =
	"
		AddAttached( Metadata/Effects/Spells/monsters_effects/act5/Avarius_Casticus/statues_rise/activate/activate.ao,  );
		PlayAnimationAttachedByIndex( Metadata/Effects/Spells/monsters_effects/act5/Avarius_Casticus/statues_rise/activate/activate.ao, 0 );
	"

	on_deactivate2 =
	"
		AddAttached( Metadata/Effects/Spells/monsters_effects/act5/Avarius_Casticus/statues_rise/deactivate/deactivate.ao,  );
		PlayAnimationAttachedByIndex( Metadata/Effects/Spells/monsters_effects/act5/Avarius_Casticus/statues_rise/deactivate/deactivate.ao, 0 );
		RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/act5/Avarius_Casticus/statues_rise/activate/epk/rise.epk );
		PlayAnimationAttachedByIndex( Metadata/Effects/Spells/monsters_effects/act5/Avarius_Casticus/statue_weapon/statue_weapon.ao, 1 );
	"
}

Render
{
	//turn_duration = 0.5
}

Life
{
	on_death = "SpawnPermanentEffect( Metadata/Effects/Spells/monsters_effects/act5/Avarius_Casticus/statues_death/statues_death.ao, statue_death );"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/AvariusCasticus/AvariusCasticusStatue"] = {
    name = "Guardian of Eternity",
    life = 2.1,
    fireResist = 0,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    damage = 1.8,
    damageSpread = 0.2,
    attackTime = 4.5,
    attackRange = 10,
    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 no drops or experience [1]
FamilyMonsterNoDropsOrExperience
Domains怪物 (3)
GenerationType传奇 (3)
Req. level1
Stats
  • monster no drops or experience Min: 1 Max: 1 全域
  • global maim on hit [1]
    FamilyMonsterMaimOnHit
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • global maim on hit Min: 1 Max: 1 全域
  • Craft Tags攻击
    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
    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 全域
  • 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_charges0
    Stats.max_frenzy_charges0
    Stats.max_power_charges0
    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.base_cannot_be_damaged1
    Stats.cannot_be_chained_from1
    Stats.immune_to_curses1
    Stats.monster_no_drops_or_experience1
    Stats.base_cannot_be_stunned1
    Stats.cannot_be_knocked_back1
    Stats.avoid_all_elemental_status_%100
    Stats.cannot_be_converted_or_dominated1
    Stats.monster_slain_flask_charges_granted_+%-100
    Stats.cannot_have_life_leeched_from1
    Stats.cannot_have_mana_leeched_from1
    Stats.immune_vaal_lighting_warp1
    Stats.immune_to_auras_from_other_entities1
    Stats.is_hidden_monster1
    ObjectMagicProperties.stat_description_listMetadata/StatDescriptions/monster_stat_descriptions.txt
    Positioned.blockingtrue
    Positioned.team0
    Positioned.serialise_collidabletrue
    Positioned.force_placementtrue
    BaseEvents.server_onlytrue
    Actor.basic_actionMove, Flee, StrafeLeft, StrafeRight, Advance, DoNothing, MonsterPickup, Emerge, Emerge2
    Actor.slow_animations_go_to_idletrue
    Transitionable.num_states4
    Animated.on_end_deactivate2PlayAnimationByName( statue );
    TriggerableBlockage.save_as_difftrue
    永恒守护者
    构造体
    monster ignores delve darkness mechanic [1]
    monster no drops or experience [1]
    global maim on hit [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]
    Guardian of Eternity
    幽魂N
    标签cleaving_weapon, construct, extra_large_height, humanoid, is_unarmed, legion_monster, melee, mud_blood, no_pantheon_mod, not_dex, not_int, physical_affinity, slow_movement, stone_armour
    生命
    480%
    护甲
    +50%
    异常状态临界值
    480%
    抗性
    0 0 0 0
    伤害
    180%
    命中
    100%
    暴击几率
    +5%
    暴击伤害
    +130%
    攻击距离
    6 ~ 10
    攻击间隔
    4.5 秒
    伤害分布
    ±20%
    经验值
    120%
    Model Size
    80%
    类型
    TemplarLegionStatue
    Metadata
    LegionTemplarGeneralMinion_
    等级
    68
    生命
    30,880
    护甲
    43,185
    闪避值
    4,739
    伤害
    672
    法术伤害
    672
    命中
    580
    攻击间隔
    4.5
    经验值
    12,306
    召唤物生命
    6,698
    召唤物伤害
    537
    异常状态临界值
    30,880
    冰缓
    98
    Shock
    98
    Brittle
    552
    Scorch
    98
    Sap
    270
    Melee
    攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
    普通攻击
    基本伤害: 538–807
    暴击几率: 5%
    攻击间隔: 4.5 秒
    对你的敌人无情痛击。
    skill can fire arrows [1]
    skill can fire wand projectiles [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	basic_action = "Emerge"
    	basic_action = "Emerge2"
    	basic_action = "ChangeToStance2"
    }
    
    StateMachine
    {
    	define_shared_state = "active;"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    BaseEvents
    {
    	on_construction_complete = "AddAttached( Metadata/Effects/Spells/monsters_effects/act5/Avarius_Casticus/statue_weapon/statue_weapon.ao, R_Weapon );"
    }
    
    Render
    {
    	//turn_duration = 0.5
    }
    
    Preload
    {
    	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/League_Legion/Templar/boss_shattershield/statues/summon_in.ao"
    }
    
    StateMachine
    {
    	on_state_active_1 =
    	"
    		AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Legion/Templar/boss_shattershield/statues/rise.epk );
    		PlayAnimationAttached( Metadata/Effects/Spells/monsters_effects/act5/Avarius_Casticus/statue_weapon/statue_weapon.ao, activate );
    	"
    
    	create_state_active_1 =
    	"
    		AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Legion/Templar/boss_shattershield/statues/rise.epk );
    		PlayAnimationAttached( Metadata/Effects/Spells/monsters_effects/act5/Avarius_Casticus/statue_weapon/statue_weapon.ao, activate );
    	"
    
    	on_state_active_0 = "PlayAnimationAttached( Metadata/Effects/Spells/monsters_effects/act5/Avarius_Casticus/statue_weapon/statue_weapon.ao, deactive );"
    	create_state_active_0 = "PlayAnimation( statue );"
    }
    
    Animated
    {
    	on_emerge =
    	"
    		AddAttached( Metadata/Effects/Spells/monsters_effects/League_Legion/Templar/boss_shattershield/statues/activate.ao,  );
    		PlayAnimationAttachedByIndex( Metadata/Effects/Spells/monsters_effects/League_Legion/Templar/boss_shattershield/statues/activate.ao, 0 );
    	"
    
    	on_deactivate2 =
    	"
    		AddAttached( Metadata/Effects/Spells/monsters_effects/League_Legion/Templar/boss_shattershield/statues/deactivate.ao,  );
    		PlayAnimationAttachedByIndex( Metadata/Effects/Spells/monsters_effects/League_Legion/Templar/boss_shattershield/statues/deactivate.ao, 0 );
    	"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LegionLeague/LegionTemplarGeneralMinion_"] = {
        name = "Guardian of Eternity",
        life = 4.8,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.8,
        damageSpread = 0.2,
        attackTime = 4.5,
        attackRange = 10,
        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 ignores delve darkness mechanic [1]
    FamilyMonsterIgnoresDelveDarkness
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • monster ignores delve darkness mechanic Min: 1 Max: 1 全域
  • monster no drops or experience [1]
    FamilyMonsterNoDropsOrExperience
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • monster no drops or experience Min: 1 Max: 1 全域
  • global maim on hit [1]
    FamilyMonsterMaimOnHit
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • global maim on hit Min: 1 Max: 1 全域
  • Craft Tags攻击
    无法被击退
    FamilyImmuneToKnockback
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • cannot be knocked back 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]
    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 ignores delve darkness mechanic [1]
    monster no drops or experience [1]
    global maim on hit [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]
    Guardian of Eternity
    幽魂N
    标签cleaving_weapon, construct, extra_large_height, humanoid, is_unarmed, legion_monster, melee, mud_blood, no_pantheon_mod, not_dex, not_int, physical_affinity, slow_movement, stone_armour
    生命
    480%
    护甲
    +50%
    异常状态临界值
    480%
    抗性
    0 0 0 0
    伤害
    180%
    命中
    100%
    暴击几率
    +5%
    暴击伤害
    +130%
    攻击距离
    6 ~ 10
    攻击间隔
    4.5 秒
    伤害分布
    ±20%
    经验值
    120%
    Model Size
    80%
    类型
    TemplarLegionStatue
    Metadata
    LegionTemplarGeneralAngerMinion
    等级
    68
    生命
    30,880
    护甲
    43,185
    闪避值
    4,739
    伤害
    672
    法术伤害
    672
    命中
    580
    攻击间隔
    4.5
    经验值
    12,306
    召唤物生命
    6,698
    召唤物伤害
    537
    异常状态临界值
    30,880
    冰缓
    98
    Shock
    98
    Brittle
    552
    Scorch
    98
    Sap
    270
    Melee
    攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
    普通攻击
    基本伤害: 538–807
    暴击几率: 5%
    攻击间隔: 4.5 秒
    对你的敌人无情痛击。
    skill can fire arrows [1]
    skill can fire wand projectiles [1]

    Object Type

    Object Type Codes

     
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LegionLeague/LegionTemplarGeneralAngerMinion"] = {
        name = "Guardian of Eternity",
        life = 4.8,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.8,
        damageSpread = 0.2,
        attackTime = 4.5,
        attackRange = 10,
        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 ignores delve darkness mechanic [1]
    FamilyMonsterIgnoresDelveDarkness
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • monster ignores delve darkness mechanic Min: 1 Max: 1 全域
  • monster no drops or experience [1]
    FamilyMonsterNoDropsOrExperience
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • monster no drops or experience Min: 1 Max: 1 全域
  • global maim on hit [1]
    FamilyMonsterMaimOnHit
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • global maim on hit Min: 1 Max: 1 全域
  • Craft Tags攻击
    无法被击退
    FamilyImmuneToKnockback
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • cannot be knocked back 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]
    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]
    global maim on hit [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]
    Guardian of Eternity
    幽魂N
    标签cleaving_weapon, construct, extra_large_height, humanoid, is_unarmed, melee, mud_blood, not_dex, not_int, physical_affinity, stone_armour, very_slow_movement
    生命
    210%
    护甲
    +50%
    异常状态临界值
    210%
    抗性
    0 0 0 0
    伤害
    180%
    命中
    100%
    暴击几率
    +5%
    暴击伤害
    +130%
    攻击距离
    6 ~ 10
    攻击间隔
    4.5 秒
    伤害分布
    ±20%
    经验值
    120%
    Model Size
    100%
    类型
    IgnoranceStatue
    Metadata
    IgnoranceStatue_
    等级
    68
    生命
    13,510
    护甲
    43,185
    闪避值
    4,739
    伤害
    672
    法术伤害
    672
    命中
    580
    攻击间隔
    4.5
    经验值
    12,306
    召唤物生命
    2,930
    召唤物伤害
    537
    异常状态临界值
    13,510
    冰缓
    43
    Shock
    43
    Brittle
    242
    Scorch
    43
    Sap
    118
    MeleeAtAnimationSpeed
    攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
    普通攻击
    基本伤害: 538–807
    暴击几率: 5%
    攻击间隔: 4.5 秒
    对你的敌人无情痛击。
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]

    Object Type

    Object Type Codes

     
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/AtlasMemory/IgnoranceBoss/IgnoranceStatue_"] = {
        name = "Guardian of Eternity",
        life = 2.1,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.8,
        damageSpread = 0.2,
        attackTime = 4.5,
        attackRange = 10,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeed",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        name = "Default Attack",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Strike your foes down with a powerful blow.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.ProjectilesFromUser] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_can_fire_arrows",
            "skill_can_fire_wand_projectiles",
            "action_attack_or_cast_time_uses_animation_length",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    monster no drops or experience [1]
    FamilyMonsterNoDropsOrExperience
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • monster no drops or experience Min: 1 Max: 1 全域
  • global maim on hit [1]
    FamilyMonsterMaimOnHit
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • global maim on hit Min: 1 Max: 1 全域
  • Craft Tags攻击
    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
    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 全域
  • Guardian of Eternity
    构造体
    monster no drops or experience [1]
    global maim on hit [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]
    幽魂N
    标签cleaving_weapon, construct, extra_large_height, humanoid, is_unarmed, melee, mud_blood, not_dex, not_int, physical_affinity, slow_movement, stone_armour
    生命
    210%
    护甲
    +50%
    异常状态临界值
    210%
    抗性
    0 0 0 0
    伤害
    180%
    命中
    100%
    暴击几率
    +5%
    暴击伤害
    +130%
    攻击距离
    6 ~ 10
    攻击间隔
    4.5 秒
    伤害分布
    ±20%
    经验值
    120%
    Model Size
    100%
    类型
    IgnoranceStatue
    Metadata
    IgnoranceStatue_UBER
    等级
    68
    生命
    13,510
    护甲
    43,185
    闪避值
    4,739
    伤害
    672
    法术伤害
    672
    命中
    580
    攻击间隔
    4.5
    经验值
    12,306
    召唤物生命
    2,930
    召唤物伤害
    537
    异常状态临界值
    13,510
    冰缓
    43
    Shock
    43
    Brittle
    242
    Scorch
    43
    Sap
    118
    MeleeAtAnimationSpeed
    攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
    普通攻击
    基本伤害: 538–807
    暴击几率: 5%
    攻击间隔: 4.5 秒
    对你的敌人无情痛击。
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]

    Object Type

    Object Type Codes

     
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/AtlasMemory/IgnoranceBoss/IgnoranceStatue_UBER"] = {
        name = "Guardian of Eternity",
        life = 2.1,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.8,
        damageSpread = 0.2,
        attackTime = 4.5,
        attackRange = 10,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeed",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        name = "Default Attack",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Strike your foes down with a powerful blow.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.ProjectilesFromUser] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_can_fire_arrows",
            "skill_can_fire_wand_projectiles",
            "action_attack_or_cast_time_uses_animation_length",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    monster no drops or experience [1]
    FamilyMonsterNoDropsOrExperience
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • monster no drops or experience Min: 1 Max: 1 全域
  • global maim on hit [1]
    FamilyMonsterMaimOnHit
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • global maim on hit Min: 1 Max: 1 全域
  • Craft Tags攻击
    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
    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.