| Spectre | N |
|---|---|
| Tags | construct, flesh_armour, immobile, is_unarmed, medium_height, non_attacking, red_blood, slashing_weapon |
Object Type
version 2
extends "Metadata/Monsters/Monster"
Positioned
{
blocking = false
}
Pathfinding
{
immobile = true
}
Stats
{
uses_no_mana = 1
set_item_drop_slots = 0
set_is_double = 1
set_suppress_mod_stat_display = 1
set_energy_shield_recharge_rate_per_minute_% = 0
set_base_cannot_be_damaged = 1
set_cannot_gain_charges = 1
set_object_cannot_taunt_enemies = 1
}
Actor
{
slow_animations_go_to_idle = false
}
Life
{
corpse_usable = false
}
Animated
{
}
DiesAfterTime
{
delete_on_sleep_if_counting = true
}
PlayerClass
{
}Object Type Codes
version 2
extends "Metadata/Monsters/Monster"
Render
{
hide_mini_life_bar = true
}
Targetable
{
targetable = false
no_highlight = true
}
Life
{
on_death =
"
HideWeapons();
HideAllMeshSegments();
HideAttachedMeshSegments();
"
on_spawned_dead =
"
HideWeapons();
HideAllMeshSegments();
HideAttachedMeshSegments();
"
}
Animated
{
preload_animated_object = "Metadata/Effects/Spells/mirage_archer/mirage_area.ao"
preload_animated_object = "Metadata/Effects/Microtransactions/Spells/mirage_archer/stygian/mirage_area.ao"
} -- src\Data\Spectres.lua
minions["Metadata/Monsters/Mirage/MarauderMirage"] = {
fireResist = 40,
coldResist = 40,
lightningResist = 40,
chaosResist = 20,
name = "Mirage",
life = 1,
damage = 1,
damageSpread = 0,
attackTime = 0,
attackRange = 6,
accuracy = 3.4,
skillList = {
},
modList = {
},
}
| key | val |
|---|---|
| Stats.item_drop_slots | 0 |
| Stats.energy_shield_recharge_rate_per_minute_% | 0 |
| Stats.mana_regeneration_rate_per_minute_% | 100 |
| Stats.base_maximum_mana | 200 |
| Stats.maximum_physical_damage_reduction_% | 75 |
| Stats.max_viper_strike_orbs | 4 |
| Stats.base_maximum_all_resistances_% | 75 |
| Stats.max_fuse_arrow_orbs | 5 |
| Stats.max_fire_beam_stacks | 8 |
| Stats.max_charged_attack_stacks | 10 |
| Stats.base_critical_strike_multiplier | 130 |
| Stats.critical_ailment_dot_multiplier_+ | 30 |
| Stats.max_endurance_charges | 3 |
| Stats.max_frenzy_charges | 3 |
| Stats.max_power_charges | 3 |
| Stats.base_attack_speed_+%_per_frenzy_charge | 4 |
| Stats.base_attack_speed_+%_per_frenzy_charge_if_not_player_minion | 11 |
| Stats.base_cast_speed_+%_per_frenzy_charge | 4 |
| Stats.base_cast_speed_+%_per_frenzy_charge_if_not_player_minion | 11 |
| Stats.movement_velocity_+%_per_frenzy_charge_if_not_player_minion | 5 |
| Stats.object_inherent_damage_+%_final_per_frenzy_charge | 4 |
| Stats.physical_damage_reduction_%_per_endurance_charge | 4 |
| Stats.physical_damage_reduction_%_per_endurance_charge_if_not_player_minion | 11 |
| Stats.resist_all_elements_%_per_endurance_charge | 4 |
| Stats.resist_all_elements_%_per_endurance_charge_if_not_player_minion | 11 |
| Stats.critical_strike_chance_+%_per_power_charge | 50 |
| Stats.critical_strike_chance_+%_per_power_charge_if_not_player_minion | 150 |
| Stats.maximum_block_% | 75 |
| Stats.base_maximum_spell_block_% | 75 |
| Stats.base_number_of_totems_allowed | 1 |
| Stats.base_number_of_traps_allowed | 3 |
| Stats.base_number_of_remote_mines_allowed | 5 |
| Stats.movement_velocity_cap | 128 |
| Stats.maximum_life_leech_rate_%_per_minute | 1200 |
| Stats.maximum_mana_leech_rate_%_per_minute | 1200 |
| Stats.maximum_energy_shield_leech_rate_%_per_minute | 600 |
| Stats.monster_ignite_damage_+%_final | -72 |
| Stats.monster_bleeding_damage_+%_final | -86 |
| Stats.monster_poison_damage_+%_final | -50 |
| Stats.bleeding_moving_damage_%_of_base_override | 500 |
| Stats.max_azurite_debuff_stacks | 10 |
| Stats.impaled_debuff_base_duration_ms | 8000 |
| Stats.impaled_debuff_number_of_reflected_hits | 5 |
| Stats.ignore_skill_weapon_restrictions | 1 |
| Stats.base_total_number_of_sigils_allowed | 3 |
| Stats.maximum_life_leech_amount_per_leech_%_max_life | 10 |
| Stats.maximum_mana_leech_amount_per_leech_%_max_mana | 10 |
| Stats.maximum_energy_shield_leech_amount_per_leech_%_max_energy_shield | 10 |
| Stats.object_inherent_melee_hit_stun_duration_+%_final | 20 |
| Stats.scale_melee_range_to_actor_scale | 1 |
| Stats.use_melee_pattern_range | 1 |
| Stats.actor_scale_+%_limit | 100 |
| Stats.damage_taken_when_hit_+%_final_per_fortification | -1 |
| Stats.base_max_fortification | 20 |
| Stats.soul_eater_maximum_stacks | 45 |
| Stats.uses_no_mana | 1 |
| Stats.is_double | 1 |
| Stats.suppress_mod_stat_display | 1 |
| Stats.base_cannot_be_damaged | 1 |
| Stats.cannot_gain_charges | 1 |
| Stats.object_cannot_taunt_enemies | 1 |
| ObjectMagicProperties.stat_description_list | Metadata/StatDescriptions/monster_stat_descriptions.txt |
| Positioned.blocking | true, false |
| Positioned.team | 0 |
| Positioned.serialise_collidable | true |
| BaseEvents.server_only | true |
| Actor.basic_action | Move, Flee, StrafeLeft, StrafeRight, Advance, DoNothing, MonsterPickup |
| Actor.slow_animations_go_to_idle | true, false |
| Pathfinding.immobile | true |
| Life.corpse_usable | false |
| DiesAfterTime.delete_on_sleep_if_counting | true |
| PlayerClass.class | Marauder |
| Spectre | N |
|---|---|
| Tags | construct, flesh_armour, immobile, is_unarmed, medium_height, non_attacking, red_blood, slashing_weapon |
Object Type
version 2
extends "Metadata/Monsters/Monster"
Positioned
{
blocking = false
}
Pathfinding
{
immobile = true
}
Stats
{
uses_no_mana = 1
set_item_drop_slots = 0
set_is_double = 1
set_suppress_mod_stat_display = 1
set_energy_shield_recharge_rate_per_minute_% = 0
set_base_cannot_be_damaged = 1
set_cannot_gain_charges = 1
set_object_cannot_taunt_enemies = 1
}
Actor
{
slow_animations_go_to_idle = false
}
Life
{
corpse_usable = false
}
Animated
{
}
DiesAfterTime
{
delete_on_sleep_if_counting = true
}
PlayerClass
{
}Object Type Codes
version 2
extends "Metadata/Monsters/Monster"
Render
{
hide_mini_life_bar = true
}
Targetable
{
targetable = false
no_highlight = true
}
Life
{
on_death =
"
HideWeapons();
HideAllMeshSegments();
HideAttachedMeshSegments();
"
on_spawned_dead =
"
HideWeapons();
HideAllMeshSegments();
HideAttachedMeshSegments();
"
}
Animated
{
preload_animated_object = "Metadata/Effects/Spells/mirage_archer/mirage_area.ao"
preload_animated_object = "Metadata/Effects/Microtransactions/Spells/mirage_archer/stygian/mirage_area.ao"
} -- src\Data\Spectres.lua
minions["Metadata/Monsters/Mirage/RangerMirage"] = {
fireResist = 40,
coldResist = 40,
lightningResist = 40,
chaosResist = 20,
name = "Mirage",
life = 1,
damage = 1,
damageSpread = 0,
attackTime = 0,
attackRange = 6,
accuracy = 3.4,
skillList = {
},
modList = {
},
}
| key | val |
|---|---|
| Stats.item_drop_slots | 0 |
| Stats.energy_shield_recharge_rate_per_minute_% | 0 |
| Stats.mana_regeneration_rate_per_minute_% | 100 |
| Stats.base_maximum_mana | 200 |
| Stats.maximum_physical_damage_reduction_% | 75 |
| Stats.max_viper_strike_orbs | 4 |
| Stats.base_maximum_all_resistances_% | 75 |
| Stats.max_fuse_arrow_orbs | 5 |
| Stats.max_fire_beam_stacks | 8 |
| Stats.max_charged_attack_stacks | 10 |
| Stats.base_critical_strike_multiplier | 130 |
| Stats.critical_ailment_dot_multiplier_+ | 30 |
| Stats.max_endurance_charges | 3 |
| Stats.max_frenzy_charges | 3 |
| Stats.max_power_charges | 3 |
| Stats.base_attack_speed_+%_per_frenzy_charge | 4 |
| Stats.base_attack_speed_+%_per_frenzy_charge_if_not_player_minion | 11 |
| Stats.base_cast_speed_+%_per_frenzy_charge | 4 |
| Stats.base_cast_speed_+%_per_frenzy_charge_if_not_player_minion | 11 |
| Stats.movement_velocity_+%_per_frenzy_charge_if_not_player_minion | 5 |
| Stats.object_inherent_damage_+%_final_per_frenzy_charge | 4 |
| Stats.physical_damage_reduction_%_per_endurance_charge | 4 |
| Stats.physical_damage_reduction_%_per_endurance_charge_if_not_player_minion | 11 |
| Stats.resist_all_elements_%_per_endurance_charge | 4 |
| Stats.resist_all_elements_%_per_endurance_charge_if_not_player_minion | 11 |
| Stats.critical_strike_chance_+%_per_power_charge | 50 |
| Stats.critical_strike_chance_+%_per_power_charge_if_not_player_minion | 150 |
| Stats.maximum_block_% | 75 |
| Stats.base_maximum_spell_block_% | 75 |
| Stats.base_number_of_totems_allowed | 1 |
| Stats.base_number_of_traps_allowed | 3 |
| Stats.base_number_of_remote_mines_allowed | 5 |
| Stats.movement_velocity_cap | 128 |
| Stats.maximum_life_leech_rate_%_per_minute | 1200 |
| Stats.maximum_mana_leech_rate_%_per_minute | 1200 |
| Stats.maximum_energy_shield_leech_rate_%_per_minute | 600 |
| Stats.monster_ignite_damage_+%_final | -72 |
| Stats.monster_bleeding_damage_+%_final | -86 |
| Stats.monster_poison_damage_+%_final | -50 |
| Stats.bleeding_moving_damage_%_of_base_override | 500 |
| Stats.max_azurite_debuff_stacks | 10 |
| Stats.impaled_debuff_base_duration_ms | 8000 |
| Stats.impaled_debuff_number_of_reflected_hits | 5 |
| Stats.ignore_skill_weapon_restrictions | 1 |
| Stats.base_total_number_of_sigils_allowed | 3 |
| Stats.maximum_life_leech_amount_per_leech_%_max_life | 10 |
| Stats.maximum_mana_leech_amount_per_leech_%_max_mana | 10 |
| Stats.maximum_energy_shield_leech_amount_per_leech_%_max_energy_shield | 10 |
| Stats.object_inherent_melee_hit_stun_duration_+%_final | 20 |
| Stats.scale_melee_range_to_actor_scale | 1 |
| Stats.use_melee_pattern_range | 1 |
| Stats.actor_scale_+%_limit | 100 |
| Stats.damage_taken_when_hit_+%_final_per_fortification | -1 |
| Stats.base_max_fortification | 20 |
| Stats.soul_eater_maximum_stacks | 45 |
| Stats.uses_no_mana | 1 |
| Stats.is_double | 1 |
| Stats.suppress_mod_stat_display | 1 |
| Stats.base_cannot_be_damaged | 1 |
| Stats.cannot_gain_charges | 1 |
| Stats.object_cannot_taunt_enemies | 1 |
| ObjectMagicProperties.stat_description_list | Metadata/StatDescriptions/monster_stat_descriptions.txt |
| Positioned.blocking | true, false |
| Positioned.team | 0 |
| Positioned.serialise_collidable | true |
| BaseEvents.server_only | true |
| Actor.basic_action | Move, Flee, StrafeLeft, StrafeRight, Advance, DoNothing, MonsterPickup |
| Actor.slow_animations_go_to_idle | true, false |
| Pathfinding.immobile | true |
| Life.corpse_usable | false |
| DiesAfterTime.delete_on_sleep_if_counting | true |
| PlayerClass.class | Ranger |
| Spectre | N |
|---|---|
| Tags | construct, flesh_armour, immobile, is_unarmed, medium_height, non_attacking, red_blood, slashing_weapon |
Object Type
version 2
extends "Metadata/Monsters/Monster"
Positioned
{
blocking = false
}
Pathfinding
{
immobile = true
}
Stats
{
uses_no_mana = 1
set_item_drop_slots = 0
set_is_double = 1
set_suppress_mod_stat_display = 1
set_energy_shield_recharge_rate_per_minute_% = 0
set_base_cannot_be_damaged = 1
set_cannot_gain_charges = 1
set_object_cannot_taunt_enemies = 1
}
Actor
{
slow_animations_go_to_idle = false
}
Life
{
corpse_usable = false
}
Animated
{
}
DiesAfterTime
{
delete_on_sleep_if_counting = true
}
PlayerClass
{
}Object Type Codes
version 2
extends "Metadata/Monsters/Monster"
Render
{
hide_mini_life_bar = true
}
Targetable
{
targetable = false
no_highlight = true
}
Life
{
on_death =
"
HideWeapons();
HideAllMeshSegments();
HideAttachedMeshSegments();
"
on_spawned_dead =
"
HideWeapons();
HideAllMeshSegments();
HideAttachedMeshSegments();
"
}
Animated
{
preload_animated_object = "Metadata/Effects/Spells/mirage_archer/mirage_area.ao"
preload_animated_object = "Metadata/Effects/Microtransactions/Spells/mirage_archer/stygian/mirage_area.ao"
} -- src\Data\Spectres.lua
minions["Metadata/Monsters/Mirage/WitchMirage"] = {
fireResist = 40,
coldResist = 40,
lightningResist = 40,
chaosResist = 20,
name = "Mirage",
life = 1,
damage = 1,
damageSpread = 0,
attackTime = 0,
attackRange = 6,
accuracy = 3.4,
skillList = {
},
modList = {
},
}
| key | val |
|---|---|
| Stats.item_drop_slots | 0 |
| Stats.energy_shield_recharge_rate_per_minute_% | 0 |
| Stats.mana_regeneration_rate_per_minute_% | 100 |
| Stats.base_maximum_mana | 200 |
| Stats.maximum_physical_damage_reduction_% | 75 |
| Stats.max_viper_strike_orbs | 4 |
| Stats.base_maximum_all_resistances_% | 75 |
| Stats.max_fuse_arrow_orbs | 5 |
| Stats.max_fire_beam_stacks | 8 |
| Stats.max_charged_attack_stacks | 10 |
| Stats.base_critical_strike_multiplier | 130 |
| Stats.critical_ailment_dot_multiplier_+ | 30 |
| Stats.max_endurance_charges | 3 |
| Stats.max_frenzy_charges | 3 |
| Stats.max_power_charges | 3 |
| Stats.base_attack_speed_+%_per_frenzy_charge | 4 |
| Stats.base_attack_speed_+%_per_frenzy_charge_if_not_player_minion | 11 |
| Stats.base_cast_speed_+%_per_frenzy_charge | 4 |
| Stats.base_cast_speed_+%_per_frenzy_charge_if_not_player_minion | 11 |
| Stats.movement_velocity_+%_per_frenzy_charge_if_not_player_minion | 5 |
| Stats.object_inherent_damage_+%_final_per_frenzy_charge | 4 |
| Stats.physical_damage_reduction_%_per_endurance_charge | 4 |
| Stats.physical_damage_reduction_%_per_endurance_charge_if_not_player_minion | 11 |
| Stats.resist_all_elements_%_per_endurance_charge | 4 |
| Stats.resist_all_elements_%_per_endurance_charge_if_not_player_minion | 11 |
| Stats.critical_strike_chance_+%_per_power_charge | 50 |
| Stats.critical_strike_chance_+%_per_power_charge_if_not_player_minion | 150 |
| Stats.maximum_block_% | 75 |
| Stats.base_maximum_spell_block_% | 75 |
| Stats.base_number_of_totems_allowed | 1 |
| Stats.base_number_of_traps_allowed | 3 |
| Stats.base_number_of_remote_mines_allowed | 5 |
| Stats.movement_velocity_cap | 128 |
| Stats.maximum_life_leech_rate_%_per_minute | 1200 |
| Stats.maximum_mana_leech_rate_%_per_minute | 1200 |
| Stats.maximum_energy_shield_leech_rate_%_per_minute | 600 |
| Stats.monster_ignite_damage_+%_final | -72 |
| Stats.monster_bleeding_damage_+%_final | -86 |
| Stats.monster_poison_damage_+%_final | -50 |
| Stats.bleeding_moving_damage_%_of_base_override | 500 |
| Stats.max_azurite_debuff_stacks | 10 |
| Stats.impaled_debuff_base_duration_ms | 8000 |
| Stats.impaled_debuff_number_of_reflected_hits | 5 |
| Stats.ignore_skill_weapon_restrictions | 1 |
| Stats.base_total_number_of_sigils_allowed | 3 |
| Stats.maximum_life_leech_amount_per_leech_%_max_life | 10 |
| Stats.maximum_mana_leech_amount_per_leech_%_max_mana | 10 |
| Stats.maximum_energy_shield_leech_amount_per_leech_%_max_energy_shield | 10 |
| Stats.object_inherent_melee_hit_stun_duration_+%_final | 20 |
| Stats.scale_melee_range_to_actor_scale | 1 |
| Stats.use_melee_pattern_range | 1 |
| Stats.actor_scale_+%_limit | 100 |
| Stats.damage_taken_when_hit_+%_final_per_fortification | -1 |
| Stats.base_max_fortification | 20 |
| Stats.soul_eater_maximum_stacks | 45 |
| Stats.uses_no_mana | 1 |
| Stats.is_double | 1 |
| Stats.suppress_mod_stat_display | 1 |
| Stats.base_cannot_be_damaged | 1 |
| Stats.cannot_gain_charges | 1 |
| Stats.object_cannot_taunt_enemies | 1 |
| ObjectMagicProperties.stat_description_list | Metadata/StatDescriptions/monster_stat_descriptions.txt |
| Positioned.blocking | true, false |
| Positioned.team | 0 |
| Positioned.serialise_collidable | true |
| BaseEvents.server_only | true |
| Actor.basic_action | Move, Flee, StrafeLeft, StrafeRight, Advance, DoNothing, MonsterPickup |
| Actor.slow_animations_go_to_idle | true, false |
| Pathfinding.immobile | true |
| Life.corpse_usable | false |
| DiesAfterTime.delete_on_sleep_if_counting | true |
| PlayerClass.class | Witch |
| Spectre | N |
|---|---|
| Tags | construct, flesh_armour, immobile, is_unarmed, medium_height, non_attacking, red_blood, slashing_weapon |
Object Type
version 2
extends "Metadata/Monsters/Monster"
Positioned
{
blocking = false
}
Pathfinding
{
immobile = true
}
Stats
{
uses_no_mana = 1
set_item_drop_slots = 0
set_is_double = 1
set_suppress_mod_stat_display = 1
set_energy_shield_recharge_rate_per_minute_% = 0
set_base_cannot_be_damaged = 1
set_cannot_gain_charges = 1
set_object_cannot_taunt_enemies = 1
}
Actor
{
slow_animations_go_to_idle = false
}
Life
{
corpse_usable = false
}
Animated
{
}
DiesAfterTime
{
delete_on_sleep_if_counting = true
}
PlayerClass
{
}Object Type Codes
version 2
extends "Metadata/Monsters/Monster"
Render
{
hide_mini_life_bar = true
}
Targetable
{
targetable = false
no_highlight = true
}
Life
{
on_death =
"
HideWeapons();
HideAllMeshSegments();
HideAttachedMeshSegments();
"
on_spawned_dead =
"
HideWeapons();
HideAllMeshSegments();
HideAttachedMeshSegments();
"
}
Animated
{
preload_animated_object = "Metadata/Effects/Spells/mirage_archer/mirage_area.ao"
preload_animated_object = "Metadata/Effects/Microtransactions/Spells/mirage_archer/stygian/mirage_area.ao"
} -- src\Data\Spectres.lua
minions["Metadata/Monsters/Mirage/DuelistMirage"] = {
fireResist = 40,
coldResist = 40,
lightningResist = 40,
chaosResist = 20,
name = "Mirage",
life = 1,
damage = 1,
damageSpread = 0,
attackTime = 0,
attackRange = 6,
accuracy = 3.4,
skillList = {
},
modList = {
},
}
| key | val |
|---|---|
| Stats.item_drop_slots | 0 |
| Stats.energy_shield_recharge_rate_per_minute_% | 0 |
| Stats.mana_regeneration_rate_per_minute_% | 100 |
| Stats.base_maximum_mana | 200 |
| Stats.maximum_physical_damage_reduction_% | 75 |
| Stats.max_viper_strike_orbs | 4 |
| Stats.base_maximum_all_resistances_% | 75 |
| Stats.max_fuse_arrow_orbs | 5 |
| Stats.max_fire_beam_stacks | 8 |
| Stats.max_charged_attack_stacks | 10 |
| Stats.base_critical_strike_multiplier | 130 |
| Stats.critical_ailment_dot_multiplier_+ | 30 |
| Stats.max_endurance_charges | 3 |
| Stats.max_frenzy_charges | 3 |
| Stats.max_power_charges | 3 |
| Stats.base_attack_speed_+%_per_frenzy_charge | 4 |
| Stats.base_attack_speed_+%_per_frenzy_charge_if_not_player_minion | 11 |
| Stats.base_cast_speed_+%_per_frenzy_charge | 4 |
| Stats.base_cast_speed_+%_per_frenzy_charge_if_not_player_minion | 11 |
| Stats.movement_velocity_+%_per_frenzy_charge_if_not_player_minion | 5 |
| Stats.object_inherent_damage_+%_final_per_frenzy_charge | 4 |
| Stats.physical_damage_reduction_%_per_endurance_charge | 4 |
| Stats.physical_damage_reduction_%_per_endurance_charge_if_not_player_minion | 11 |
| Stats.resist_all_elements_%_per_endurance_charge | 4 |
| Stats.resist_all_elements_%_per_endurance_charge_if_not_player_minion | 11 |
| Stats.critical_strike_chance_+%_per_power_charge | 50 |
| Stats.critical_strike_chance_+%_per_power_charge_if_not_player_minion | 150 |
| Stats.maximum_block_% | 75 |
| Stats.base_maximum_spell_block_% | 75 |
| Stats.base_number_of_totems_allowed | 1 |
| Stats.base_number_of_traps_allowed | 3 |
| Stats.base_number_of_remote_mines_allowed | 5 |
| Stats.movement_velocity_cap | 128 |
| Stats.maximum_life_leech_rate_%_per_minute | 1200 |
| Stats.maximum_mana_leech_rate_%_per_minute | 1200 |
| Stats.maximum_energy_shield_leech_rate_%_per_minute | 600 |
| Stats.monster_ignite_damage_+%_final | -72 |
| Stats.monster_bleeding_damage_+%_final | -86 |
| Stats.monster_poison_damage_+%_final | -50 |
| Stats.bleeding_moving_damage_%_of_base_override | 500 |
| Stats.max_azurite_debuff_stacks | 10 |
| Stats.impaled_debuff_base_duration_ms | 8000 |
| Stats.impaled_debuff_number_of_reflected_hits | 5 |
| Stats.ignore_skill_weapon_restrictions | 1 |
| Stats.base_total_number_of_sigils_allowed | 3 |
| Stats.maximum_life_leech_amount_per_leech_%_max_life | 10 |
| Stats.maximum_mana_leech_amount_per_leech_%_max_mana | 10 |
| Stats.maximum_energy_shield_leech_amount_per_leech_%_max_energy_shield | 10 |
| Stats.object_inherent_melee_hit_stun_duration_+%_final | 20 |
| Stats.scale_melee_range_to_actor_scale | 1 |
| Stats.use_melee_pattern_range | 1 |
| Stats.actor_scale_+%_limit | 100 |
| Stats.damage_taken_when_hit_+%_final_per_fortification | -1 |
| Stats.base_max_fortification | 20 |
| Stats.soul_eater_maximum_stacks | 45 |
| Stats.uses_no_mana | 1 |
| Stats.is_double | 1 |
| Stats.suppress_mod_stat_display | 1 |
| Stats.base_cannot_be_damaged | 1 |
| Stats.cannot_gain_charges | 1 |
| Stats.object_cannot_taunt_enemies | 1 |
| ObjectMagicProperties.stat_description_list | Metadata/StatDescriptions/monster_stat_descriptions.txt |
| Positioned.blocking | true, false |
| Positioned.team | 0 |
| Positioned.serialise_collidable | true |
| BaseEvents.server_only | true |
| Actor.basic_action | Move, Flee, StrafeLeft, StrafeRight, Advance, DoNothing, MonsterPickup |
| Actor.slow_animations_go_to_idle | true, false |
| Pathfinding.immobile | true |
| Life.corpse_usable | false |
| DiesAfterTime.delete_on_sleep_if_counting | true |
| PlayerClass.class | Duelist |
| Spectre | N |
|---|---|
| Tags | construct, flesh_armour, immobile, is_unarmed, medium_height, non_attacking, red_blood, slashing_weapon |
Object Type
version 2
extends "Metadata/Monsters/Monster"
Positioned
{
blocking = false
}
Pathfinding
{
immobile = true
}
Stats
{
uses_no_mana = 1
set_item_drop_slots = 0
set_is_double = 1
set_suppress_mod_stat_display = 1
set_energy_shield_recharge_rate_per_minute_% = 0
set_base_cannot_be_damaged = 1
set_cannot_gain_charges = 1
set_object_cannot_taunt_enemies = 1
}
Actor
{
slow_animations_go_to_idle = false
}
Life
{
corpse_usable = false
}
Animated
{
}
DiesAfterTime
{
delete_on_sleep_if_counting = true
}
PlayerClass
{
}Object Type Codes
version 2
extends "Metadata/Monsters/Monster"
Render
{
hide_mini_life_bar = true
}
Targetable
{
targetable = false
no_highlight = true
}
Life
{
on_death =
"
HideWeapons();
HideAllMeshSegments();
HideAttachedMeshSegments();
"
on_spawned_dead =
"
HideWeapons();
HideAllMeshSegments();
HideAttachedMeshSegments();
"
}
Animated
{
preload_animated_object = "Metadata/Effects/Spells/mirage_archer/mirage_area.ao"
preload_animated_object = "Metadata/Effects/Microtransactions/Spells/mirage_archer/stygian/mirage_area.ao"
} -- src\Data\Spectres.lua
minions["Metadata/Monsters/Mirage/TemplarMirage"] = {
fireResist = 40,
coldResist = 40,
lightningResist = 40,
chaosResist = 20,
name = "Mirage",
life = 1,
damage = 1,
damageSpread = 0,
attackTime = 0,
attackRange = 6,
accuracy = 3.4,
skillList = {
},
modList = {
},
}
| key | val |
|---|---|
| Stats.item_drop_slots | 0 |
| Stats.energy_shield_recharge_rate_per_minute_% | 0 |
| Stats.mana_regeneration_rate_per_minute_% | 100 |
| Stats.base_maximum_mana | 200 |
| Stats.maximum_physical_damage_reduction_% | 75 |
| Stats.max_viper_strike_orbs | 4 |
| Stats.base_maximum_all_resistances_% | 75 |
| Stats.max_fuse_arrow_orbs | 5 |
| Stats.max_fire_beam_stacks | 8 |
| Stats.max_charged_attack_stacks | 10 |
| Stats.base_critical_strike_multiplier | 130 |
| Stats.critical_ailment_dot_multiplier_+ | 30 |
| Stats.max_endurance_charges | 3 |
| Stats.max_frenzy_charges | 3 |
| Stats.max_power_charges | 3 |
| Stats.base_attack_speed_+%_per_frenzy_charge | 4 |
| Stats.base_attack_speed_+%_per_frenzy_charge_if_not_player_minion | 11 |
| Stats.base_cast_speed_+%_per_frenzy_charge | 4 |
| Stats.base_cast_speed_+%_per_frenzy_charge_if_not_player_minion | 11 |
| Stats.movement_velocity_+%_per_frenzy_charge_if_not_player_minion | 5 |
| Stats.object_inherent_damage_+%_final_per_frenzy_charge | 4 |
| Stats.physical_damage_reduction_%_per_endurance_charge | 4 |
| Stats.physical_damage_reduction_%_per_endurance_charge_if_not_player_minion | 11 |
| Stats.resist_all_elements_%_per_endurance_charge | 4 |
| Stats.resist_all_elements_%_per_endurance_charge_if_not_player_minion | 11 |
| Stats.critical_strike_chance_+%_per_power_charge | 50 |
| Stats.critical_strike_chance_+%_per_power_charge_if_not_player_minion | 150 |
| Stats.maximum_block_% | 75 |
| Stats.base_maximum_spell_block_% | 75 |
| Stats.base_number_of_totems_allowed | 1 |
| Stats.base_number_of_traps_allowed | 3 |
| Stats.base_number_of_remote_mines_allowed | 5 |
| Stats.movement_velocity_cap | 128 |
| Stats.maximum_life_leech_rate_%_per_minute | 1200 |
| Stats.maximum_mana_leech_rate_%_per_minute | 1200 |
| Stats.maximum_energy_shield_leech_rate_%_per_minute | 600 |
| Stats.monster_ignite_damage_+%_final | -72 |
| Stats.monster_bleeding_damage_+%_final | -86 |
| Stats.monster_poison_damage_+%_final | -50 |
| Stats.bleeding_moving_damage_%_of_base_override | 500 |
| Stats.max_azurite_debuff_stacks | 10 |
| Stats.impaled_debuff_base_duration_ms | 8000 |
| Stats.impaled_debuff_number_of_reflected_hits | 5 |
| Stats.ignore_skill_weapon_restrictions | 1 |
| Stats.base_total_number_of_sigils_allowed | 3 |
| Stats.maximum_life_leech_amount_per_leech_%_max_life | 10 |
| Stats.maximum_mana_leech_amount_per_leech_%_max_mana | 10 |
| Stats.maximum_energy_shield_leech_amount_per_leech_%_max_energy_shield | 10 |
| Stats.object_inherent_melee_hit_stun_duration_+%_final | 20 |
| Stats.scale_melee_range_to_actor_scale | 1 |
| Stats.use_melee_pattern_range | 1 |
| Stats.actor_scale_+%_limit | 100 |
| Stats.damage_taken_when_hit_+%_final_per_fortification | -1 |
| Stats.base_max_fortification | 20 |
| Stats.soul_eater_maximum_stacks | 45 |
| Stats.uses_no_mana | 1 |
| Stats.is_double | 1 |
| Stats.suppress_mod_stat_display | 1 |
| Stats.base_cannot_be_damaged | 1 |
| Stats.cannot_gain_charges | 1 |
| Stats.object_cannot_taunt_enemies | 1 |
| ObjectMagicProperties.stat_description_list | Metadata/StatDescriptions/monster_stat_descriptions.txt |
| Positioned.blocking | true, false |
| Positioned.team | 0 |
| Positioned.serialise_collidable | true |
| BaseEvents.server_only | true |
| Actor.basic_action | Move, Flee, StrafeLeft, StrafeRight, Advance, DoNothing, MonsterPickup |
| Actor.slow_animations_go_to_idle | true, false |
| Pathfinding.immobile | true |
| Life.corpse_usable | false |
| DiesAfterTime.delete_on_sleep_if_counting | true |
| PlayerClass.class | Templar |
| Spectre | N |
|---|---|
| Tags | construct, flesh_armour, immobile, is_unarmed, medium_height, non_attacking, red_blood, slashing_weapon |
Object Type
version 2
extends "Metadata/Monsters/Monster"
Positioned
{
blocking = false
}
Pathfinding
{
immobile = true
}
Stats
{
uses_no_mana = 1
set_item_drop_slots = 0
set_is_double = 1
set_suppress_mod_stat_display = 1
set_energy_shield_recharge_rate_per_minute_% = 0
set_base_cannot_be_damaged = 1
set_cannot_gain_charges = 1
set_object_cannot_taunt_enemies = 1
}
Actor
{
slow_animations_go_to_idle = false
}
Life
{
corpse_usable = false
}
Animated
{
}
DiesAfterTime
{
delete_on_sleep_if_counting = true
}
PlayerClass
{
}Object Type Codes
version 2
extends "Metadata/Monsters/Monster"
Render
{
hide_mini_life_bar = true
}
Targetable
{
targetable = false
no_highlight = true
}
Life
{
on_death =
"
HideWeapons();
HideAllMeshSegments();
HideAttachedMeshSegments();
"
on_spawned_dead =
"
HideWeapons();
HideAllMeshSegments();
HideAttachedMeshSegments();
"
}
Animated
{
preload_animated_object = "Metadata/Effects/Spells/mirage_archer/mirage_area.ao"
preload_animated_object = "Metadata/Effects/Microtransactions/Spells/mirage_archer/stygian/mirage_area.ao"
} -- src\Data\Spectres.lua
minions["Metadata/Monsters/Mirage/ShadowMirage"] = {
fireResist = 40,
coldResist = 40,
lightningResist = 40,
chaosResist = 20,
name = "Mirage",
life = 1,
damage = 1,
damageSpread = 0,
attackTime = 0,
attackRange = 6,
accuracy = 3.4,
skillList = {
},
modList = {
},
}
| key | val |
|---|---|
| Stats.item_drop_slots | 0 |
| Stats.energy_shield_recharge_rate_per_minute_% | 0 |
| Stats.mana_regeneration_rate_per_minute_% | 100 |
| Stats.base_maximum_mana | 200 |
| Stats.maximum_physical_damage_reduction_% | 75 |
| Stats.max_viper_strike_orbs | 4 |
| Stats.base_maximum_all_resistances_% | 75 |
| Stats.max_fuse_arrow_orbs | 5 |
| Stats.max_fire_beam_stacks | 8 |
| Stats.max_charged_attack_stacks | 10 |
| Stats.base_critical_strike_multiplier | 130 |
| Stats.critical_ailment_dot_multiplier_+ | 30 |
| Stats.max_endurance_charges | 3 |
| Stats.max_frenzy_charges | 3 |
| Stats.max_power_charges | 3 |
| Stats.base_attack_speed_+%_per_frenzy_charge | 4 |
| Stats.base_attack_speed_+%_per_frenzy_charge_if_not_player_minion | 11 |
| Stats.base_cast_speed_+%_per_frenzy_charge | 4 |
| Stats.base_cast_speed_+%_per_frenzy_charge_if_not_player_minion | 11 |
| Stats.movement_velocity_+%_per_frenzy_charge_if_not_player_minion | 5 |
| Stats.object_inherent_damage_+%_final_per_frenzy_charge | 4 |
| Stats.physical_damage_reduction_%_per_endurance_charge | 4 |
| Stats.physical_damage_reduction_%_per_endurance_charge_if_not_player_minion | 11 |
| Stats.resist_all_elements_%_per_endurance_charge | 4 |
| Stats.resist_all_elements_%_per_endurance_charge_if_not_player_minion | 11 |
| Stats.critical_strike_chance_+%_per_power_charge | 50 |
| Stats.critical_strike_chance_+%_per_power_charge_if_not_player_minion | 150 |
| Stats.maximum_block_% | 75 |
| Stats.base_maximum_spell_block_% | 75 |
| Stats.base_number_of_totems_allowed | 1 |
| Stats.base_number_of_traps_allowed | 3 |
| Stats.base_number_of_remote_mines_allowed | 5 |
| Stats.movement_velocity_cap | 128 |
| Stats.maximum_life_leech_rate_%_per_minute | 1200 |
| Stats.maximum_mana_leech_rate_%_per_minute | 1200 |
| Stats.maximum_energy_shield_leech_rate_%_per_minute | 600 |
| Stats.monster_ignite_damage_+%_final | -72 |
| Stats.monster_bleeding_damage_+%_final | -86 |
| Stats.monster_poison_damage_+%_final | -50 |
| Stats.bleeding_moving_damage_%_of_base_override | 500 |
| Stats.max_azurite_debuff_stacks | 10 |
| Stats.impaled_debuff_base_duration_ms | 8000 |
| Stats.impaled_debuff_number_of_reflected_hits | 5 |
| Stats.ignore_skill_weapon_restrictions | 1 |
| Stats.base_total_number_of_sigils_allowed | 3 |
| Stats.maximum_life_leech_amount_per_leech_%_max_life | 10 |
| Stats.maximum_mana_leech_amount_per_leech_%_max_mana | 10 |
| Stats.maximum_energy_shield_leech_amount_per_leech_%_max_energy_shield | 10 |
| Stats.object_inherent_melee_hit_stun_duration_+%_final | 20 |
| Stats.scale_melee_range_to_actor_scale | 1 |
| Stats.use_melee_pattern_range | 1 |
| Stats.actor_scale_+%_limit | 100 |
| Stats.damage_taken_when_hit_+%_final_per_fortification | -1 |
| Stats.base_max_fortification | 20 |
| Stats.soul_eater_maximum_stacks | 45 |
| Stats.uses_no_mana | 1 |
| Stats.is_double | 1 |
| Stats.suppress_mod_stat_display | 1 |
| Stats.base_cannot_be_damaged | 1 |
| Stats.cannot_gain_charges | 1 |
| Stats.object_cannot_taunt_enemies | 1 |
| ObjectMagicProperties.stat_description_list | Metadata/StatDescriptions/monster_stat_descriptions.txt |
| Positioned.blocking | true, false |
| Positioned.team | 0 |
| Positioned.serialise_collidable | true |
| BaseEvents.server_only | true |
| Actor.basic_action | Move, Flee, StrafeLeft, StrafeRight, Advance, DoNothing, MonsterPickup |
| Actor.slow_animations_go_to_idle | true, false |
| Pathfinding.immobile | true |
| Life.corpse_usable | false |
| DiesAfterTime.delete_on_sleep_if_counting | true |
| PlayerClass.class | Shadow |
| Spectre | N |
|---|---|
| Tags | construct, flesh_armour, immobile, is_unarmed, medium_height, non_attacking, red_blood, slashing_weapon |
Object Type
version 2
extends "Metadata/Monsters/Monster"
Positioned
{
blocking = false
}
Pathfinding
{
immobile = true
}
Stats
{
uses_no_mana = 1
set_item_drop_slots = 0
set_is_double = 1
set_suppress_mod_stat_display = 1
set_energy_shield_recharge_rate_per_minute_% = 0
set_base_cannot_be_damaged = 1
set_cannot_gain_charges = 1
set_object_cannot_taunt_enemies = 1
}
Actor
{
slow_animations_go_to_idle = false
}
Life
{
corpse_usable = false
}
Animated
{
}
DiesAfterTime
{
delete_on_sleep_if_counting = true
}
PlayerClass
{
}Object Type Codes
version 2
extends "Metadata/Monsters/Monster"
Render
{
hide_mini_life_bar = true
}
Targetable
{
targetable = false
no_highlight = true
}
Life
{
on_death =
"
HideWeapons();
HideAllMeshSegments();
HideAttachedMeshSegments();
"
on_spawned_dead =
"
HideWeapons();
HideAllMeshSegments();
HideAttachedMeshSegments();
"
}
Animated
{
preload_animated_object = "Metadata/Effects/Spells/mirage_archer/mirage_area.ao"
preload_animated_object = "Metadata/Effects/Microtransactions/Spells/mirage_archer/stygian/mirage_area.ao"
} -- src\Data\Spectres.lua
minions["Metadata/Monsters/Mirage/ScionMirage"] = {
fireResist = 40,
coldResist = 40,
lightningResist = 40,
chaosResist = 20,
name = "Mirage",
life = 1,
damage = 1,
damageSpread = 0,
attackTime = 0,
attackRange = 6,
accuracy = 3.4,
skillList = {
},
modList = {
},
}
| key | val |
|---|---|
| Stats.item_drop_slots | 0 |
| Stats.energy_shield_recharge_rate_per_minute_% | 0 |
| Stats.mana_regeneration_rate_per_minute_% | 100 |
| Stats.base_maximum_mana | 200 |
| Stats.maximum_physical_damage_reduction_% | 75 |
| Stats.max_viper_strike_orbs | 4 |
| Stats.base_maximum_all_resistances_% | 75 |
| Stats.max_fuse_arrow_orbs | 5 |
| Stats.max_fire_beam_stacks | 8 |
| Stats.max_charged_attack_stacks | 10 |
| Stats.base_critical_strike_multiplier | 130 |
| Stats.critical_ailment_dot_multiplier_+ | 30 |
| Stats.max_endurance_charges | 3 |
| Stats.max_frenzy_charges | 3 |
| Stats.max_power_charges | 3 |
| Stats.base_attack_speed_+%_per_frenzy_charge | 4 |
| Stats.base_attack_speed_+%_per_frenzy_charge_if_not_player_minion | 11 |
| Stats.base_cast_speed_+%_per_frenzy_charge | 4 |
| Stats.base_cast_speed_+%_per_frenzy_charge_if_not_player_minion | 11 |
| Stats.movement_velocity_+%_per_frenzy_charge_if_not_player_minion | 5 |
| Stats.object_inherent_damage_+%_final_per_frenzy_charge | 4 |
| Stats.physical_damage_reduction_%_per_endurance_charge | 4 |
| Stats.physical_damage_reduction_%_per_endurance_charge_if_not_player_minion | 11 |
| Stats.resist_all_elements_%_per_endurance_charge | 4 |
| Stats.resist_all_elements_%_per_endurance_charge_if_not_player_minion | 11 |
| Stats.critical_strike_chance_+%_per_power_charge | 50 |
| Stats.critical_strike_chance_+%_per_power_charge_if_not_player_minion | 150 |
| Stats.maximum_block_% | 75 |
| Stats.base_maximum_spell_block_% | 75 |
| Stats.base_number_of_totems_allowed | 1 |
| Stats.base_number_of_traps_allowed | 3 |
| Stats.base_number_of_remote_mines_allowed | 5 |
| Stats.movement_velocity_cap | 128 |
| Stats.maximum_life_leech_rate_%_per_minute | 1200 |
| Stats.maximum_mana_leech_rate_%_per_minute | 1200 |
| Stats.maximum_energy_shield_leech_rate_%_per_minute | 600 |
| Stats.monster_ignite_damage_+%_final | -72 |
| Stats.monster_bleeding_damage_+%_final | -86 |
| Stats.monster_poison_damage_+%_final | -50 |
| Stats.bleeding_moving_damage_%_of_base_override | 500 |
| Stats.max_azurite_debuff_stacks | 10 |
| Stats.impaled_debuff_base_duration_ms | 8000 |
| Stats.impaled_debuff_number_of_reflected_hits | 5 |
| Stats.ignore_skill_weapon_restrictions | 1 |
| Stats.base_total_number_of_sigils_allowed | 3 |
| Stats.maximum_life_leech_amount_per_leech_%_max_life | 10 |
| Stats.maximum_mana_leech_amount_per_leech_%_max_mana | 10 |
| Stats.maximum_energy_shield_leech_amount_per_leech_%_max_energy_shield | 10 |
| Stats.object_inherent_melee_hit_stun_duration_+%_final | 20 |
| Stats.scale_melee_range_to_actor_scale | 1 |
| Stats.use_melee_pattern_range | 1 |
| Stats.actor_scale_+%_limit | 100 |
| Stats.damage_taken_when_hit_+%_final_per_fortification | -1 |
| Stats.base_max_fortification | 20 |
| Stats.soul_eater_maximum_stacks | 45 |
| Stats.uses_no_mana | 1 |
| Stats.is_double | 1 |
| Stats.suppress_mod_stat_display | 1 |
| Stats.base_cannot_be_damaged | 1 |
| Stats.cannot_gain_charges | 1 |
| Stats.object_cannot_taunt_enemies | 1 |
| ObjectMagicProperties.stat_description_list | Metadata/StatDescriptions/monster_stat_descriptions.txt |
| Positioned.blocking | true, false |
| Positioned.team | 0 |
| Positioned.serialise_collidable | true |
| BaseEvents.server_only | true |
| Actor.basic_action | Move, Flee, StrafeLeft, StrafeRight, Advance, DoNothing, MonsterPickup |
| Actor.slow_animations_go_to_idle | true, false |
| Pathfinding.immobile | true |
| Life.corpse_usable | false |
| DiesAfterTime.delete_on_sleep_if_counting | true |
| PlayerClass.class | Scion |
มิราจ MTX /1
Community Wiki
Mirage
The Mirage Challenge League
In the Mirage Challenge League, you will encounter the souls of Djinn torturously trapped by the Afarud, and work to set them free.
To free these trapped souls, you must enter the Mirage they project, an imperfect copy of the area around the captured Djinn. Fight your way through the monsters, astral hazards, and Afarud mages to the tether holding the Djinn. Free them, and you will be rewarded.
Choose Your Wish
Being a Djinn herself, Varashta can offer you a further mote of ancient Maraketh power, providing you with three wishes to choose from. Each of these is a powerful modifier which will augment the Mirage you enter.
- Sigil of Ruzhan: Monsters spawned by Astral Anomalies in Mirage Area have a rare chance to drop a
Coin of Power
- Sigil of Kelari: Monsters spawned by Astral Anomalies in Mirage Area have a rare chance to drop a Coin of Skill
- Sigil of Navira: Monsters spawned by Astral Anomalies in Mirage Area have a rare chance to drop a Coin of Knowledge
Empowered Leagues and Rewards
The magic of the Mirage will augment any other league mechanic that appears within its dominion. Warped into existence by the Astral realm, these encounters behave differently, and can sometimes provide strange and powerful rewards.
Essence of Desolation
Crystallised Rancour
Restore Maraketh Artefacts
The Afarud are not only torturers but thieves, and have over the centuries stolen away countless priceless Maraketh artefacts - but using their magic, they have twisted and warped these to items suit their own purposes.
Use the forbidden power of these desecrated artefacts or restore them to their former glory with the aid of Varashta.
Khatal's Weeping
Coin of Restoration
Khatal's Geyser
Imbue Your Skills
Slain enemies in Mirages will rarely drop some of the most powerful instruments of Maraketh Magic - Coins of Power, Skill or Knowledge. Each of these can be used on a level 20 Skill Gem, corrupting it and imbuing it with a Level 1 Support effect which will inherently support that Skill.
Saresh, of the Weeping Black
By meddling in the affairs of the Afarud, you will eventually draw the ire of Saresh, the necromancer supreme. Do you dare to face him and put a stop to his marauding undead legion?
Wikis Content is available under CC BY-NC-SA 3.0 unless otherwise noted.
3.28Mirage
- เปิดให้เล่นแล้ว
- Mirage เปิดให้เล่นแล้ว
- Patchnotes
- หิน
- ยูนิค
- ไอเทม
- Saresh, of the Weeping Black
- Mirage Bloodline
- Mirage
- Wish
- เงินตรา
- Sinistral Catalyst
- Dextral Catalyst
- Runegraft of Fury
- Runegraft of Resurgence
Essence of Desolation
Crystallised Rancour
Coin of Restoration
- Coin of Knowledge
Coin of Power
- Coin of Skill
Templar Astrolabe
- Fungal Astrolabe
Nameless Astrolabe
- Lightless Astrolabe
- Grasping Astrolabe
Flesh of Xesht
- Memory of Loneliness
- Memory of Trauma
- Memory of Reverence
- ไอเทม
- Cord Belt
Anarchy Scarab of the Exceptional
Ritual Scarab of Corpses
Breach Scarab of the Marshal
Breach Scarab of Instability
- Breach Scarab of the Incenssed Swarm
- Expedition Scarab of Infusion
- Beyond Scarab of Resurgence
Oppressive Map (Tier 16)
Untainted Paradise
Graven Trail
- อัญมณีว่างเปล่าประกอบพิธี
- Originator Voidstone
- Eldritch Voidstone
Decayed Voidstone
- Unrevealed
- Runegraft of the Agile
- Runegraft of Connection
- Runegraft of Consecration
- Runegraft of the Imbued
- Runegraft of Rallying
- Runegraft of Rotblood
- Runegraft of the Spellbound
- Runegraft of Suffering
- หิน
Ground Slam
Divine Blast
Holy Hammers
- Holy Strike
- Shield of Light
- Shockwave Totem of Authority
- Charged Dash of Projection
- Flamethrower Trap of Stability
- Kinetic Fusillade of Detonation
- Orb of Storms of Squalls
- Shock Nova of Procession
- Storm Burst of Repulsion
- Siphoning Trap of Pain
- Blessed Call Support
- Excommunicate Support
- Exemplar Support
- Hallow Support
Holy Sweep
Bloodsoaked Banner Support
Eclipse Support
Hextoad Support
Hiveborn Support