영원의 수호자
구조물
monster no drops or experience [1]
global maim on hit [1]
Guardian of Eternity
SpectreN
Tagscleaving_weapon, construct, extra_large_height, humanoid, is_unarmed, melee, mud_blood, not_dex, not_int, physical_affinity, slow_movement, stone_armour
생명력
210%
방어도
+50%
Ailment Threshold
210%
저항
0 0 0 0
Damage
180%
정확도
100%
치명타 확률
+5%
치명타 피해 배율
+130%
Attack Distance
6 ~ 10
Attack Time
4.5 Second
Damage Spread
±20%
경험치
120%
Model Size
100%
Type
AvariusStatue
Metadata
AvariusCasticusStatue
레벨
68
생명력
13,510
방어도
43,185
회피
4,739
에너지 보호막
0
Damage
672
주문 피해
672
정확도
290
Attack Time
4.5
경험치
12,306
Ailment Threshold
13,510
Chill
43
Shock
43
Brittle
242
Scorch
43
Sap
118
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
기본 공격
Base Damage: 538–807
치명타 확률: 5%
Attack Time: 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]
IdMonsterNoDropsOrExperience
FamilyMonsterNoDropsOrExperience
Domains몬스터 (3)
GenerationType고유 (3)
Req. level1
Stats
  • monster no drops or experience Min: 1 Max: 1 Global
  • global maim on hit [1]
    IdMonsterMaimOnHit
    FamilyMonsterMaimOnHit
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • global maim on hit Min: 1 Max: 1 Global
  • Craft Tagsattack
    영원의 수호자
    구조물
    monster ignores delve darkness mechanic [1]
    monster no drops or experience [1]
    global maim on hit [1]
    밀려날 수 없음
    Guardian of Eternity
    SpectreN
    Tagscleaving_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%
    Ailment Threshold
    480%
    저항
    0 0 0 0
    Damage
    180%
    정확도
    100%
    치명타 확률
    +5%
    치명타 피해 배율
    +130%
    Attack Distance
    6 ~ 10
    Attack Time
    4.5 Second
    Damage Spread
    ±20%
    경험치
    120%
    Model Size
    80%
    Type
    TemplarLegionStatue
    Metadata
    LegionTemplarGeneralMinion_
    레벨
    68
    생명력
    30,880
    방어도
    43,185
    회피
    4,739
    에너지 보호막
    0
    Damage
    672
    주문 피해
    672
    정확도
    290
    Attack Time
    4.5
    경험치
    12,306
    Ailment Threshold
    30,880
    Chill
    98
    Shock
    98
    Brittle
    552
    Scorch
    98
    Sap
    270
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    기본 공격
    Base Damage: 538–807
    치명타 확률: 5%
    Attack Time: 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]
    IdMonsterIgnoresDelveDarkness
    FamilyMonsterIgnoresDelveDarkness
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • monster ignores delve darkness mechanic Min: 1 Max: 1 Global
  • monster no drops or experience [1]
    IdMonsterNoDropsOrExperience
    FamilyMonsterNoDropsOrExperience
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • monster no drops or experience Min: 1 Max: 1 Global
  • global maim on hit [1]
    IdMonsterMaimOnHit
    FamilyMonsterMaimOnHit
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • global maim on hit Min: 1 Max: 1 Global
  • Craft Tagsattack
    밀려날 수 없음
    IdImmuneToKnockback
    FamilyImmuneToKnockback
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • cannot be knocked back Min: 1 Max: 1 Global
  • Edit

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