녹아내린 환영
섬뜩한
monster no drops or experience [1]
monster no beyond portal [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]
Molten Phantasm
SpectreN
Tagsbeast, eldritch, medium_movement
생명력
100%
Ailment Threshold
100%
저항
40 0 0 0
Damage
100%
정확도
100%
치명타 확률
+5%
치명타 피해 배율
+130%
Attack Distance
4 ~ 8
Attack Time
1.5 Second
Damage Spread
±20%
경험치
100%
Model Size
100%
Type
AtlasInvadersCleansingPhantasm
Metadata
CleansingPhantasm
레벨
68
생명력
6,433
방어도
28,790
회피
4,739
Damage
374
주문 피해
374
정확도
580
Attack Time
1.5
경험치
10,255
Minion Life
1,395
Minion Damage
298
Ailment Threshold
6,433
Chill
20
Shock
20
Brittle
115
Scorch
20
Sap
56
MeleeAtAnimationSpeed
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
기본 공격
Base Damage: 299–448
치명타 확률: 5%
Attack Time: 1.5 초
강력한 일격으로 적들을 쓰러트립니다.
action attack or cast time uses animation length [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]

Object Type

version 2
extends "Metadata/Monsters/AtlasInvaders/AtlasInvaderMonsterBase"

Functions
{
	ChaseTarget = "PathTo( chase_target );"
	ChasePossessionTarget = "PathTo( possession_target );"
}

Positioned
{
	blocking = false
}

Stats
{
	immune_to_curses = 1
	immune_to_auras_from_other_entities = 1
	set_item_drop_slots = 0
	set_monster_no_drops_or_experience = 1
	set_monster_do_not_fracture = 1
	set_max_frenzy_charges = 0
	set_max_endurance_charges = 0
	set_max_power_charges = 0
	base_phasing_without_visual = 1
	base_cannot_be_damaged = 1
	base_cannot_be_stunned = 1
	cannot_be_knocked_back = 1
	cant_touch_this = 1
	cant_possess_this = 1
}

Life
{
	corpse_usable = false
	prevent_corpse_sinking = true
}

StateMachine
{
	define_shared_state =
	"
		time_out;
		chasing_target;
		possessing_target;
	"

	on_state_chasing_target_1 = "this.chase_target = FindNearestPlayer();"
	on_state_possessing_target_2 = "SetGlobalAnimationSpeed( 0.4 );"
}

Actor
{
	basic_action = "Emerge"
}

Object Type Codes

version 2
extends "Metadata/Monsters/AtlasInvaders/AtlasInvaderMonsterBase"

StateMachine
{
	on_state_visible_0 = "DisableRendering();"

	on_state_visible_1 =
	"
		EnableRendering();
		PlayEffect( Metadata/Effects/Spells/monsters_effects/League_Archnemesis/Phantasm/teleport.ao );
		AddEffectPack( CleansingFireSpawnInEPK );
	"

	create_state_visible_0 = "DisableRendering();"
	create_state_visible_1 = "EnableRendering();"

	on_or_create_state_time_out_1 =
	"
		AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Archnemesis/Phantasm/epk/burn_out.epk );
		PlayEffect( Metadata/Effects/Spells/monsters_effects/League_Archnemesis/Phantasm/build_up.ao );
	"

	on_state_possessing_target_2 =
	"
		Delay( 0.7, { possession_target.PlayEffect( Metadata/Effects/Spells/monsters_effects/League_Archnemesis/Phantasm/poccess_impact.ao ); } );
		Delay( 0.9, { possession_target.AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Archnemesis/Phantasm/epk/pocession_on.epk ); } );
	"
}

Preload
{
	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/CleansingFire/ao/spawn.ao"
	preload_epk = "Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/CleansingFire/epk/spawn_in.epk"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/AtlasInvaders/CleansingMonsters/CleansingPhantasm"] = {
    name = "Molten Phantasm",
    life = 1,
    fireResist = 40,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    damage = 1,
    damageSpread = 0.2,
    attackTime = 1.5,
    attackRange = 8,
    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
  • monster no beyond portal [1]
    FamilyCannotSpawnBeyondPortals
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • monster no beyond portal 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
    Domains몬스터 (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_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.immune_to_curses1
    Stats.immune_to_auras_from_other_entities1
    Stats.monster_no_drops_or_experience1
    Stats.monster_do_not_fracture1
    Stats.base_phasing_without_visual1
    Stats.base_cannot_be_damaged1
    Stats.base_cannot_be_stunned1
    Stats.cannot_be_knocked_back1
    Stats.cant_touch_this1
    Stats.cant_possess_this1
    ObjectMagicProperties.stat_description_listMetadata/StatDescriptions/monster_stat_descriptions.txt
    Positioned.blockingtrue, false
    Positioned.team0
    Positioned.serialise_collidabletrue
    BaseEvents.server_onlytrue
    BaseEvents.is_primordial_influencedtrue
    Actor.basic_actionMove, Flee, StrafeLeft, StrafeRight, Advance, DoNothing, MonsterPickup, Emerge
    Actor.slow_animations_go_to_idletrue
    StateMachine.define_shared_statevisible;
    StateMachine.define_shared_state =
    StateMachine.",
    StateMachine.time_out;
    StateMachine.chasing_target;
    StateMachine.possessing_target;
    StateMachine.on_state_chasing_target_1this.chase_target = FindNearestPlayer();
    StateMachine.on_state_possessing_target_2SetGlobalAnimationSpeed( 0.4 );
    Functions.ChaseTargetPathTo( chase_target );
    Functions.ChasePossessionTargetPathTo( possession_target );
    Life.corpse_usablefalse
    Life.prevent_corpse_sinkingtrue
    Edit

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