Ara, Hermana de luz
ConstructoÁrea: Mapa de Río gélido
Los monstruos otorgan la experiencia aumentada un 100%
La rareza de los objetos arrojados está aumentada un 15000%
display monster mod nemesis test [0]
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
La rareza de los objetos arrojados está aumentada un 15000%
display monster mod nemesis test [0]
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
No te pueden aturdir
Ara, Sister of Light
| Spectre | N |
|---|---|
| Area | Mapa de Río gélido |
| Tags | Lanzador de hechizos, construct, fire_affinity, has_one_handed_melee, has_thrusting_one_hand_sword, humanoid, large_height, large_model, medium_movement, melee, mud_blood, non_unique_map_boss, not_dex, not_int, physical_affinity, puncturing_weapon, solaris_boss_map, stone_armour, stone_construct |
Vida
400%
Armadura
+100%
Ailment Threshold
400%
Resistencia
Damage
200%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de golpe crítico
+130%
Attack Distance
6 ~ 15
Attack Time
1.5 Second
Damage Spread
±20%
Experiencia
200%
Model Size
100%
Type
SolarisMap
Metadata
SolarisMap
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nivel
78
Vida
4,002,799
Armadura
125,868
Evasión
6,667
Damage
1,538
Daño de hechizos
2,295
Precisión
856
Attack Time
1.005
Experiencia
136,147
Minion Life
796,107
Minion Damage
1,273
Ailment Threshold
1,961,371
Chill
6,202
Shock
6,202
Brittle
35,087
Scorch
6,202
Sap
17,135
The following values are skill base values and do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses, monster base damage(ex: The Maven 150% multiplier), monster rarity bonuses (ex: unique 70% more, unique attack 33% less).
SolarisEnergyLance
Spell
Tiempo de lanzamiento: 3 seg
Tiempo de recarga: 5 seg
Los proyectiles perforan a todos los objetivos
Inflige de 7221 a 10831 de daño de fuego
Dispara 4 proyectiles adicionales
+5 metros al alcance de los golpes cuerpo a cuerpo
maintain projectile direction when using contact position [1]
monster penalty against minions damage +% final vs player minions [-50]
projectile uses contact position [1]
SolarisEnergyLanceQuick
Spell
Tiempo de lanzamiento: 1.73 seg
Tiempo de recarga: 4 seg
Los proyectiles perforan a todos los objetivos
Inflige de 3610 a 5416 de daño de fuego
+4 metros al alcance de los golpes cuerpo a cuerpo
maintain projectile direction when using contact position [1]
monster penalty against minions damage +% final vs player minions [-25]
projectile uses contact position [1]
SolarisBackflip
Spell, Area, Fire, AreaSpell
Tiempo de lanzamiento: 3.17 seg
Tiempo de recarga: 10 seg
Tus golpes no pueden aturdir a los enemigos
Inflige de 1512 a 2268 de daño de fuego
monster penalty against minions damage +% final vs player minions [-25]
MeleeThrustAttack
Attack, Damage, Triggerable
Base Damage: 2442–3663
Probabilidad de golpe crítico: 5%
Attack Time: 1.5 seg
Tiempo de recarga: 5 seg
is area damage [1]
monster penalty against minions damage +% final vs player minions [-25]
SolarisTransform
LunarisDodgeLeft
Tiempo de recarga: 2.5 seg
monster dodge distance [18]
LunarisDodgeRight
Tiempo de recarga: 2.5 seg
monster dodge direction [1]
monster dodge distance [18]
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque estándar
Base Damage: 2442–3663
Probabilidad de golpe crítico: 5%
Attack Time: 1.5 seg
Derriba a tus enemigos con un golpe poderoso.
skill can fire arrows [1]
skill can fire wand projectiles [1]
LunarisDodgeBack
Tiempo de recarga: 2.5 seg
monster dodge direction [3]
monster dodge distance [28]
SolarisSkyBeamMap
Spell
Tiempo de lanzamiento: 2.5 seg
Tiempo de recarga: 8 seg
Inflige 3819.4 de daño de fuego base por segundo
La duración base es de 3 segundos
active skill area of effect radius +% final [-40]
ground fire art variation [4]
monster penalty against minions damage +% final vs player minions [-60]
Object Type
version 2
extends "Metadata/Monsters/Monster"
Actor
{
basic_action = "Emerge"
basic_action = "ChangeToStance1"
basic_action = "ChangeToStance2"
basic_action = "Emerge2"
}
StateMachine
{
define_shared_state =
"
lunaris_dead;
fight;
"
}
Stats
{
set_curse_orb_additional_height = -10
}Object Type Codes
version 2
extends "Metadata/Monsters/Monster"
BaseEvents
{
on_construction_complete = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/Solaris_Lunaris/EPKs/solaris_aura.epk );"
}
StateMachine
{
on_or_create_state_lunaris_dead_1 = "RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/Solaris_Lunaris/EPKs/solaris_aura.epk );"
}
Life
{
on_death =
"
RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/Solaris_Lunaris/EPKs/solaris_aura.epk );
"
on_spawned_dead =
"
RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/Solaris_Lunaris/EPKs/solaris_aura.epk );
"
}
Render
{
selection_height_override = 250.0
}
Actor
{
on_dealt_damage_package =
"
IfState( lunaris_dead, 0, {
DetachAllOfType( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/Solaris_Lunaris/solaris_hit_barrier.ao );
AddAttachedOffset( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/Solaris_Lunaris/solaris_hit_barrier.ao, Chest_M, 1.0, CalculateOrientation( source_location ), 0, 0, 0, false, false, true );
} );
"
} -- src\Data\Spectres.lua
minions["Metadata/Monsters/LunarisSolaris/SolarisMap"] = {
name = "Ara, Sister of Light",
life = 4,
fireResist = 40,
coldResist = 40,
lightningResist = 40,
chaosResist = 25,
damage = 2,
damageSpread = 0.2,
attackTime = 1.5,
attackRange = 15,
accuracy = 1,
weaponType1 = "Thrusting One Hand Sword",
weaponType2 = "Shield",
skillList = {
"Melee",
"LunarisDodgeLeft",
"LunarisDodgeRight",
"LunarisDodgeBack",
"MeleeThrustAttack",
"SolarisSkyBeamMap",
"SolarisEnergyLance",
"SolarisEnergyLanceQuick",
"SolarisBackflip",
"SolarisTransform",
},
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 = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["LunarisDodgeLeft"] = {
name = "LunarisDodgeLeft",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
},
baseMods = {
},
qualityStats = {
},
stats = {
"monster_dodge_distance",
},
levels = {
[1] = {18, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["LunarisDodgeRight"] = {
name = "LunarisDodgeRight",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
},
baseMods = {
},
qualityStats = {
},
stats = {
"monster_dodge_direction",
"monster_dodge_distance",
},
levels = {
[1] = {1, 18, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["LunarisDodgeBack"] = {
name = "LunarisDodgeBack",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
},
baseMods = {
},
qualityStats = {
},
stats = {
"monster_dodge_direction",
"monster_dodge_distance",
},
levels = {
[1] = {3, 28, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["MeleeThrustAttack"] = {
name = "MeleeThrustAttack",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Attack] = true,
[SkillType.Damage] = true,
[SkillType.Triggerable] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
area = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"monster_penalty_against_minions_damage_+%_final_vs_player_minions",
"is_area_damage",
},
levels = {
[1] = {-25, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["SolarisSkyBeamMap"] = {
name = "SolarisSkyBeamMap",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 2.5,
baseFlags = {
spell = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"base_fire_damage_to_deal_per_minute",
"base_skill_effect_duration",
"ground_fire_art_variation",
"monster_penalty_against_minions_damage_+%_final_vs_player_minions",
"active_skill_area_of_effect_radius_+%_final",
},
levels = {
[1] = {4.4000000953674, 3000, 4, -60, -40, levelRequirement = 61, statInterpolation = {3}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["SolarisEnergyLance"] = {
name = "SolarisEnergyLance",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 3,
baseFlags = {
spell = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_fire_damage",
"spell_maximum_base_fire_damage",
"number_of_additional_projectiles",
"melee_weapon_range_+",
"monster_penalty_against_minions_damage_+%_final_vs_player_minions",
"always_pierce",
"projectile_uses_contact_position",
"maintain_projectile_direction_when_using_contact_position",
},
levels = {
[1] = {0.80000001192093, 1.2000000476837, 4, 50, -50, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["SolarisEnergyLanceQuick"] = {
name = "SolarisEnergyLanceQuick",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1.73,
baseFlags = {
spell = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_fire_damage",
"spell_maximum_base_fire_damage",
"melee_weapon_range_+",
"monster_penalty_against_minions_damage_+%_final_vs_player_minions",
"always_pierce",
"projectile_uses_contact_position",
"maintain_projectile_direction_when_using_contact_position",
},
levels = {
[1] = {0.80000001192093, 1.2000000476837, 40, -25, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["SolarisBackflip"] = {
name = "SolarisBackflip",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Area] = true,
[SkillType.Fire] = true,
[SkillType.AreaSpell] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 3.17,
baseFlags = {
area = true,
spell = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_fire_damage",
"spell_maximum_base_fire_damage",
"monster_penalty_against_minions_damage_+%_final_vs_player_minions",
"cannot_stun",
},
levels = {
[1] = {0.80000001192093, 1.2000000476837, -25, levelRequirement = 61, statInterpolation = {3, 3}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["SolarisTransform"] = {
name = "SolarisTransform",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
},
baseMods = {
},
qualityStats = {
},
stats = {
},
levels = {
[1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
Los monstruos otorgan la experiencia aumentada un 100%
La rareza de los objetos arrojados está aumentada un 15000%
| Family | MonsterMapBoss |
|---|---|
| Domains | monstruo (3) |
| GenerationType | Único (3) |
| Req. level | 1 |
| Stats |
display monster mod nemesis test [0]
| Family | Daemon |
|---|---|
| Domains | monstruo (3) |
| GenerationType | Único (3) |
| Req. level | 1 |
| Stats |
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
| Family | Nothing |
|---|---|
| Domains | monstruo (3) |
| GenerationType | Único (3) |
| Req. level | 1 |
| Stats |
| Family | Nothing |
|---|---|
| Domains | monstruo (3) |
| GenerationType | Único (3) |
| Req. level | 1 |
No te pueden aturdir
| Name | | Family | MonsterCannotBeStunned
| Domains | monstruo (3)
| GenerationType | Único (3)
| Req. level | 1
| Stats | Spawn Tags | not_str: 0 default: 1000 | |
|---|
| key | val |
|---|---|
| Stats.item_drop_slots | 1 |
| Stats.energy_shield_recharge_rate_per_minute_% | 2000 |
| 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.curse_orb_additional_height | -10 |
| ObjectMagicProperties.stat_description_list | Metadata/StatDescriptions/monster_stat_descriptions.txt |
| Positioned.blocking | true |
| Positioned.team | 0 |
| Positioned.serialise_collidable | true |
| BaseEvents.server_only | true |
| Actor.basic_action | Move, Flee, StrafeLeft, StrafeRight, Advance, DoNothing, MonsterPickup, Emerge, ChangeToStance1, ChangeToStance2, Emerge2 |
| Actor.slow_animations_go_to_idle | true |
| StateMachine.define_shared_state = | |
| StateMachine." | , |
| StateMachine.lunaris_dead; | |
| StateMachine.fight; |
Ara, Hermana de luz
ConstructoLos monstruos otorgan la experiencia aumentada un 100%
La rareza de los objetos arrojados está aumentada un 15000%
display monster mod nemesis test [0]
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
La rareza de los objetos arrojados está aumentada un 15000%
display monster mod nemesis test [0]
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
No te pueden aturdir
Ara, Sister of Light
| Spectre | N |
|---|---|
| Tags | Lanzador de hechizos, construct, fire_affinity, has_one_handed_melee, has_thrusting_one_hand_sword, humanoid, large_height, large_model, medium_movement, melee, mud_blood, not_dex, not_int, physical_affinity, puncturing_weapon, standalone_map_boss, stone_armour, stone_construct |
Vida
400%
Armadura
+100%
Ailment Threshold
400%
Resistencia
Damage
200%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de golpe crítico
+130%
Attack Distance
6 ~ 15
Attack Time
1.5 Second
Damage Spread
±20%
Experiencia
200%
Model Size
100%
Type
SolarisMap
Metadata
SolarisMapStandalone
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nivel
68
Vida
557,385
Armadura
57,580
Evasión
4,739
Damage
851
Daño de hechizos
1,270
Precisión
580
Attack Time
1.005
Experiencia
112,805
Minion Life
120,902
Minion Damage
680
Ailment Threshold
351,153
Chill
1,110
Shock
1,110
Brittle
6,282
Scorch
1,110
Sap
3,068
The following values are skill base values and do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses, monster base damage(ex: The Maven 150% multiplier), monster rarity bonuses (ex: unique 70% more, unique attack 33% less).
SolarisEnergyLance
Spell
Tiempo de lanzamiento: 3 seg
Tiempo de recarga: 5 seg
Los proyectiles perforan a todos los objetivos
Inflige de 3928 a 5892 de daño de fuego
Dispara 4 proyectiles adicionales
+5 metros al alcance de los golpes cuerpo a cuerpo
maintain projectile direction when using contact position [1]
monster penalty against minions damage +% final vs player minions [-50]
projectile uses contact position [1]
SolarisEnergyLanceQuick
Spell
Tiempo de lanzamiento: 1.73 seg
Tiempo de recarga: 4 seg
Los proyectiles perforan a todos los objetivos
Inflige de 1964 a 2946 de daño de fuego
+4 metros al alcance de los golpes cuerpo a cuerpo
maintain projectile direction when using contact position [1]
monster penalty against minions damage +% final vs player minions [-25]
projectile uses contact position [1]
SolarisBackflip
Spell, Area, Fire, AreaSpell
Tiempo de lanzamiento: 3.17 seg
Tiempo de recarga: 10 seg
Tus golpes no pueden aturdir a los enemigos
Inflige de 905.1 a 1358 de daño de fuego
monster penalty against minions damage +% final vs player minions [-25]
MeleeThrustAttack
Attack, Damage, Triggerable
Base Damage: 1351–2027
Probabilidad de golpe crítico: 5%
Attack Time: 1.5 seg
Tiempo de recarga: 5 seg
is area damage [1]
monster penalty against minions damage +% final vs player minions [-25]
SolarisTransform
LunarisDodgeLeft
Tiempo de recarga: 2.5 seg
monster dodge distance [18]
LunarisDodgeRight
Tiempo de recarga: 2.5 seg
monster dodge direction [1]
monster dodge distance [18]
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque estándar
Base Damage: 1351–2027
Probabilidad de golpe crítico: 5%
Attack Time: 1.5 seg
Derriba a tus enemigos con un golpe poderoso.
skill can fire arrows [1]
skill can fire wand projectiles [1]
LunarisDodgeBack
Tiempo de recarga: 2.5 seg
monster dodge direction [3]
monster dodge distance [28]
SolarisSkyBeamMap
Spell
Tiempo de lanzamiento: 2.5 seg
Tiempo de recarga: 8 seg
Inflige 2179.3 de daño de fuego base por segundo
La duración base es de 3 segundos
active skill area of effect radius +% final [-40]
ground fire art variation [4]
monster penalty against minions damage +% final vs player minions [-60]
SSMStandaloneSolarisBallSummon
Spell, Multicastable, Triggerable, Trappable, Totemable, Mineable
Tiempo de lanzamiento: 1 seg
alternate minion [537]
minion dies when parent dies [1]
number of monsters to summon [1]
summon specific monsters radius +% [30]
summoned monsters are minions [1]
summoned monsters no drops or experience [1]
Object Type
version 2
extends "Metadata/Monsters/Monster"
extends "Metadata/Monsters/StandaloneMapBoss"
Actor
{
basic_action = "ChangeToStance1"
basic_action = "ChangeToStance2"
}
Stats
{
set_curse_orb_additional_height = -10
}Object Type Codes
version 2
extends "Metadata/Monsters/Monster"
extends "Metadata/Monsters/StandaloneMapBoss"
BaseEvents
{
on_construction_complete = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/Solaris_Lunaris/EPKs/solaris_aura.epk );"
}
Life
{
on_death = "RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/Solaris_Lunaris/EPKs/solaris_aura.epk );"
on_spawned_dead = "RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/Solaris_Lunaris/EPKs/solaris_aura.epk );"
}
Render
{
selection_height_override = 250.0
} -- src\Data\Spectres.lua
minions["Metadata/Monsters/LunarisSolaris/SolarisMapStandalone"] = {
name = "Ara, Sister of Light",
life = 4,
fireResist = 40,
coldResist = 40,
lightningResist = 40,
chaosResist = 25,
damage = 2,
damageSpread = 0.2,
attackTime = 1.5,
attackRange = 15,
accuracy = 1,
weaponType1 = "Thrusting One Hand Sword",
weaponType2 = "Shield",
skillList = {
"Melee",
"SSMStandaloneSolarisBallSummon",
"LunarisDodgeLeft",
"LunarisDodgeRight",
"LunarisDodgeBack",
"MeleeThrustAttack",
"SolarisSkyBeamMap",
"SolarisEnergyLance",
"SolarisEnergyLanceQuick",
"SolarisBackflip",
"SolarisTransform",
},
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 = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["SSMStandaloneSolarisBallSummon"] = {
name = "SSMStandaloneSolarisBallSummon",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Multicastable] = true,
[SkillType.Triggerable] = true,
[SkillType.Trappable] = true,
[SkillType.Totemable] = true,
[SkillType.Mineable] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
spell = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"number_of_monsters_to_summon",
"alternate_minion",
"summon_specific_monsters_radius_+%",
"summoned_monsters_are_minions",
"summoned_monsters_no_drops_or_experience",
"minion_dies_when_parent_dies",
},
levels = {
[1] = {1, 537, 30, levelRequirement = 0, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["LunarisDodgeLeft"] = {
name = "LunarisDodgeLeft",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
},
baseMods = {
},
qualityStats = {
},
stats = {
"monster_dodge_distance",
},
levels = {
[1] = {18, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["LunarisDodgeRight"] = {
name = "LunarisDodgeRight",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
},
baseMods = {
},
qualityStats = {
},
stats = {
"monster_dodge_direction",
"monster_dodge_distance",
},
levels = {
[1] = {1, 18, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["LunarisDodgeBack"] = {
name = "LunarisDodgeBack",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
},
baseMods = {
},
qualityStats = {
},
stats = {
"monster_dodge_direction",
"monster_dodge_distance",
},
levels = {
[1] = {3, 28, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["MeleeThrustAttack"] = {
name = "MeleeThrustAttack",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Attack] = true,
[SkillType.Damage] = true,
[SkillType.Triggerable] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
area = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"monster_penalty_against_minions_damage_+%_final_vs_player_minions",
"is_area_damage",
},
levels = {
[1] = {-25, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["SolarisSkyBeamMap"] = {
name = "SolarisSkyBeamMap",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 2.5,
baseFlags = {
spell = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"base_fire_damage_to_deal_per_minute",
"base_skill_effect_duration",
"ground_fire_art_variation",
"monster_penalty_against_minions_damage_+%_final_vs_player_minions",
"active_skill_area_of_effect_radius_+%_final",
},
levels = {
[1] = {4.4000000953674, 3000, 4, -60, -40, levelRequirement = 61, statInterpolation = {3}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["SolarisEnergyLance"] = {
name = "SolarisEnergyLance",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 3,
baseFlags = {
spell = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_fire_damage",
"spell_maximum_base_fire_damage",
"number_of_additional_projectiles",
"melee_weapon_range_+",
"monster_penalty_against_minions_damage_+%_final_vs_player_minions",
"always_pierce",
"projectile_uses_contact_position",
"maintain_projectile_direction_when_using_contact_position",
},
levels = {
[1] = {0.80000001192093, 1.2000000476837, 4, 50, -50, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["SolarisEnergyLanceQuick"] = {
name = "SolarisEnergyLanceQuick",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1.73,
baseFlags = {
spell = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_fire_damage",
"spell_maximum_base_fire_damage",
"melee_weapon_range_+",
"monster_penalty_against_minions_damage_+%_final_vs_player_minions",
"always_pierce",
"projectile_uses_contact_position",
"maintain_projectile_direction_when_using_contact_position",
},
levels = {
[1] = {0.80000001192093, 1.2000000476837, 40, -25, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["SolarisBackflip"] = {
name = "SolarisBackflip",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Area] = true,
[SkillType.Fire] = true,
[SkillType.AreaSpell] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 3.17,
baseFlags = {
area = true,
spell = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_fire_damage",
"spell_maximum_base_fire_damage",
"monster_penalty_against_minions_damage_+%_final_vs_player_minions",
"cannot_stun",
},
levels = {
[1] = {0.80000001192093, 1.2000000476837, -25, levelRequirement = 61, statInterpolation = {3, 3}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["SolarisTransform"] = {
name = "SolarisTransform",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
},
baseMods = {
},
qualityStats = {
},
stats = {
},
levels = {
[1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
Los monstruos otorgan la experiencia aumentada un 100%
La rareza de los objetos arrojados está aumentada un 15000%
| Family | MonsterMapBoss |
|---|---|
| Domains | monstruo (3) |
| GenerationType | Único (3) |
| Req. level | 1 |
| Stats |
display monster mod nemesis test [0]
| Family | Daemon |
|---|---|
| Domains | monstruo (3) |
| GenerationType | Único (3) |
| Req. level | 1 |
| Stats |
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
| Family | Nothing |
|---|---|
| Domains | monstruo (3) |
| GenerationType | Único (3) |
| Req. level | 1 |
| Stats |
| Family | Nothing |
|---|---|
| Domains | monstruo (3) |
| GenerationType | Único (3) |
| Req. level | 1 |
No te pueden aturdir
| Name | | Family | MonsterCannotBeStunned
| Domains | monstruo (3)
| GenerationType | Único (3)
| Req. level | 1
| Stats | Spawn Tags | not_str: 0 default: 1000 | |
|---|
| key | val |
|---|---|
| Stats.monster_uses_map_boss_difficulty_scaling | 1 |
| Stats.curse_orb_additional_height | -10 |
| Actor.basic_action | ChangeToStance1, ChangeToStance2 |
Ara, Hermana de luz
ConstructoLos monstruos otorgan la experiencia aumentada un 100%
La rareza de los objetos arrojados está aumentada un 15000%
display monster mod nemesis test [0]
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
La rareza de los objetos arrojados está aumentada un 15000%
display monster mod nemesis test [0]
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
No te pueden aturdir
Ara, Sister of Light
| Spectre | N |
|---|---|
| Tags | Lanzador de hechizos, construct, fire_affinity, has_one_handed_melee, has_thrusting_one_hand_sword, humanoid, large_model, medium_movement, melee, mud_blood, not_dex, not_int, pantheon_daemon, physical_affinity, puncturing_weapon, stone_armour, stone_construct |
Vida
400%
Armadura
+100%
Ailment Threshold
400%
Resistencia
Damage
200%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de golpe crítico
+130%
Attack Distance
6 ~ 15
Attack Time
1.5 Second
Damage Spread
±20%
Experiencia
200%
Model Size
100%
Type
SolarisMap
Metadata
SolarisMapArchnemesis_
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nivel
68
Vida
557,385
Armadura
57,580
Evasión
4,739
Damage
851
Daño de hechizos
1,270
Precisión
580
Attack Time
1.005
Experiencia
112,805
Minion Life
120,902
Minion Damage
680
Ailment Threshold
351,153
Chill
1,110
Shock
1,110
Brittle
6,282
Scorch
1,110
Sap
3,068
The following values are skill base values and do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses, monster base damage(ex: The Maven 150% multiplier), monster rarity bonuses (ex: unique 70% more, unique attack 33% less).
SolarisEnergyLance
Spell
Tiempo de lanzamiento: 3 seg
Tiempo de recarga: 5 seg
Los proyectiles perforan a todos los objetivos
Inflige de 3928 a 5892 de daño de fuego
Dispara 4 proyectiles adicionales
+5 metros al alcance de los golpes cuerpo a cuerpo
maintain projectile direction when using contact position [1]
monster penalty against minions damage +% final vs player minions [-50]
projectile uses contact position [1]
SolarisEnergyLanceQuick
Spell
Tiempo de lanzamiento: 1.73 seg
Tiempo de recarga: 4 seg
Los proyectiles perforan a todos los objetivos
Inflige de 1964 a 2946 de daño de fuego
+4 metros al alcance de los golpes cuerpo a cuerpo
maintain projectile direction when using contact position [1]
monster penalty against minions damage +% final vs player minions [-25]
projectile uses contact position [1]
SolarisBackflip
Spell, Area, Fire, AreaSpell
Tiempo de lanzamiento: 3.17 seg
Tiempo de recarga: 10 seg
Tus golpes no pueden aturdir a los enemigos
Inflige de 905.1 a 1358 de daño de fuego
monster penalty against minions damage +% final vs player minions [-25]
MeleeThrustAttack
Attack, Damage, Triggerable
Base Damage: 1351–2027
Probabilidad de golpe crítico: 5%
Attack Time: 1.5 seg
Tiempo de recarga: 5 seg
is area damage [1]
monster penalty against minions damage +% final vs player minions [-25]
SolarisTransform
LunarisDodgeLeft
Tiempo de recarga: 2.5 seg
monster dodge distance [18]
LunarisDodgeRight
Tiempo de recarga: 2.5 seg
monster dodge direction [1]
monster dodge distance [18]
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque estándar
Base Damage: 1351–2027
Probabilidad de golpe crítico: 5%
Attack Time: 1.5 seg
Derriba a tus enemigos con un golpe poderoso.
skill can fire arrows [1]
skill can fire wand projectiles [1]
LunarisDodgeBack
Tiempo de recarga: 2.5 seg
monster dodge direction [3]
monster dodge distance [28]
SolarisSkyBeamMap
Spell
Tiempo de lanzamiento: 2.5 seg
Tiempo de recarga: 8 seg
Inflige 2179.3 de daño de fuego base por segundo
La duración base es de 3 segundos
active skill area of effect radius +% final [-40]
ground fire art variation [4]
monster penalty against minions damage +% final vs player minions [-60]
SSMStandaloneSolarisBallSummon
Spell, Multicastable, Triggerable, Trappable, Totemable, Mineable
Tiempo de lanzamiento: 1 seg
alternate minion [537]
minion dies when parent dies [1]
number of monsters to summon [1]
summon specific monsters radius +% [30]
summoned monsters are minions [1]
summoned monsters no drops or experience [1]
Object Type
version 2
extends "Metadata/Monsters/Monster"
extends "Metadata/Monsters/LeagueArchnemesis/PantheonApparition"
Actor
{
basic_action = "ChangeToStance1"
basic_action = "ChangeToStance2"
}
Stats
{
set_curse_orb_additional_height = -10
}Object Type Codes
version 2
extends "Metadata/Monsters/Monster"
extends "Metadata/Monsters/LeagueArchnemesis/PantheonApparition"
BaseEvents
{
on_construction_complete = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/Solaris_Lunaris/EPKs/solaris_aura.epk );"
}
Life
{
on_death = "RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/Solaris_Lunaris/EPKs/solaris_aura.epk );"
on_spawned_dead = "RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/Solaris_Lunaris/EPKs/solaris_aura.epk );"
}
Render
{
selection_height_override = 250.0
} -- src\Data\Spectres.lua
minions["Metadata/Monsters/LunarisSolaris/SolarisMapArchnemesis_"] = {
name = "Ara, Sister of Light",
life = 4,
fireResist = 40,
coldResist = 40,
lightningResist = 40,
chaosResist = 25,
damage = 2,
damageSpread = 0.2,
attackTime = 1.5,
attackRange = 15,
accuracy = 1,
weaponType1 = "Thrusting One Hand Sword",
weaponType2 = "Shield",
skillList = {
"Melee",
"SSMStandaloneSolarisBallSummon",
"LunarisDodgeLeft",
"LunarisDodgeRight",
"LunarisDodgeBack",
"MeleeThrustAttack",
"SolarisSkyBeamMap",
"SolarisEnergyLance",
"SolarisEnergyLanceQuick",
"SolarisBackflip",
"SolarisTransform",
},
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 = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["SSMStandaloneSolarisBallSummon"] = {
name = "SSMStandaloneSolarisBallSummon",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Multicastable] = true,
[SkillType.Triggerable] = true,
[SkillType.Trappable] = true,
[SkillType.Totemable] = true,
[SkillType.Mineable] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
spell = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"number_of_monsters_to_summon",
"alternate_minion",
"summon_specific_monsters_radius_+%",
"summoned_monsters_are_minions",
"summoned_monsters_no_drops_or_experience",
"minion_dies_when_parent_dies",
},
levels = {
[1] = {1, 537, 30, levelRequirement = 0, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["LunarisDodgeLeft"] = {
name = "LunarisDodgeLeft",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
},
baseMods = {
},
qualityStats = {
},
stats = {
"monster_dodge_distance",
},
levels = {
[1] = {18, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["LunarisDodgeRight"] = {
name = "LunarisDodgeRight",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
},
baseMods = {
},
qualityStats = {
},
stats = {
"monster_dodge_direction",
"monster_dodge_distance",
},
levels = {
[1] = {1, 18, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["LunarisDodgeBack"] = {
name = "LunarisDodgeBack",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
},
baseMods = {
},
qualityStats = {
},
stats = {
"monster_dodge_direction",
"monster_dodge_distance",
},
levels = {
[1] = {3, 28, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["MeleeThrustAttack"] = {
name = "MeleeThrustAttack",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Attack] = true,
[SkillType.Damage] = true,
[SkillType.Triggerable] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
area = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"monster_penalty_against_minions_damage_+%_final_vs_player_minions",
"is_area_damage",
},
levels = {
[1] = {-25, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["SolarisSkyBeamMap"] = {
name = "SolarisSkyBeamMap",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 2.5,
baseFlags = {
spell = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"base_fire_damage_to_deal_per_minute",
"base_skill_effect_duration",
"ground_fire_art_variation",
"monster_penalty_against_minions_damage_+%_final_vs_player_minions",
"active_skill_area_of_effect_radius_+%_final",
},
levels = {
[1] = {4.4000000953674, 3000, 4, -60, -40, levelRequirement = 61, statInterpolation = {3}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["SolarisEnergyLance"] = {
name = "SolarisEnergyLance",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 3,
baseFlags = {
spell = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_fire_damage",
"spell_maximum_base_fire_damage",
"number_of_additional_projectiles",
"melee_weapon_range_+",
"monster_penalty_against_minions_damage_+%_final_vs_player_minions",
"always_pierce",
"projectile_uses_contact_position",
"maintain_projectile_direction_when_using_contact_position",
},
levels = {
[1] = {0.80000001192093, 1.2000000476837, 4, 50, -50, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["SolarisEnergyLanceQuick"] = {
name = "SolarisEnergyLanceQuick",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1.73,
baseFlags = {
spell = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_fire_damage",
"spell_maximum_base_fire_damage",
"melee_weapon_range_+",
"monster_penalty_against_minions_damage_+%_final_vs_player_minions",
"always_pierce",
"projectile_uses_contact_position",
"maintain_projectile_direction_when_using_contact_position",
},
levels = {
[1] = {0.80000001192093, 1.2000000476837, 40, -25, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["SolarisBackflip"] = {
name = "SolarisBackflip",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Area] = true,
[SkillType.Fire] = true,
[SkillType.AreaSpell] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 3.17,
baseFlags = {
area = true,
spell = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_fire_damage",
"spell_maximum_base_fire_damage",
"monster_penalty_against_minions_damage_+%_final_vs_player_minions",
"cannot_stun",
},
levels = {
[1] = {0.80000001192093, 1.2000000476837, -25, levelRequirement = 61, statInterpolation = {3, 3}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["SolarisTransform"] = {
name = "SolarisTransform",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
},
baseMods = {
},
qualityStats = {
},
stats = {
},
levels = {
[1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
Los monstruos otorgan la experiencia aumentada un 100%
La rareza de los objetos arrojados está aumentada un 15000%
| Family | MonsterMapBoss |
|---|---|
| Domains | monstruo (3) |
| GenerationType | Único (3) |
| Req. level | 1 |
| Stats |
display monster mod nemesis test [0]
| Family | Daemon |
|---|---|
| Domains | monstruo (3) |
| GenerationType | Único (3) |
| Req. level | 1 |
| Stats |
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
| Family | Nothing |
|---|---|
| Domains | monstruo (3) |
| GenerationType | Único (3) |
| Req. level | 1 |
| Stats |
| Family | Nothing |
|---|---|
| Domains | monstruo (3) |
| GenerationType | Único (3) |
| Req. level | 1 |
No te pueden aturdir
| Name | | Family | MonsterCannotBeStunned
| Domains | monstruo (3)
| GenerationType | Único (3)
| Req. level | 1
| Stats | Spawn Tags | not_str: 0 default: 1000 | |
|---|
Ara, Hermana de luz
ConstructoLos monstruos otorgan la experiencia aumentada un 100%
La rareza de los objetos arrojados está aumentada un 15000%
display monster mod nemesis test [0]
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
La rareza de los objetos arrojados está aumentada un 15000%
display monster mod nemesis test [0]
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
No te pueden aturdir
Ara, Sister of Light
| Spectre | N |
|---|---|
| Tags | construct, elder_map_boss, has_one_handed_melee, has_thrusting_one_hand_sword, humanoid, large_model, medium_movement, mud_blood, non_attacking, not_dex, not_int, puncturing_weapon, stone_armour, stone_construct |
Vida
400%
Armadura
+100%
Ailment Threshold
400%
Resistencia
Damage
200%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de golpe crítico
+130%
Attack Distance
6 ~ 15
Attack Time
1.5 Second
Damage Spread
±20%
Experiencia
200%
Model Size
100%
Type
SolarisMap
Metadata
SolarisMapElder
Object Type
version 2
extends "Metadata/Monsters/Monster"
Life
{
corpse_usable = false
}
Stats
{
base_cannot_be_damaged = 1
base_cannot_be_stunned = 1
cannot_be_knocked_back = 1
is_hidden_monster = 1
immune_to_curses = 1
immune_to_auras_from_other_entities = 1
}Object Type Codes
version 2
extends "Metadata/Monsters/Monster"
BaseEvents
{
on_construction_complete = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/Elder/entrance/affecting_target_instant.epk );"
} -- src\Data\Spectres.lua
minions["Metadata/Monsters/LunarisSolaris/SolarisMapElder"] = {
name = "Ara, Sister of Light",
life = 4,
fireResist = 40,
coldResist = 40,
lightningResist = 40,
chaosResist = 25,
damage = 2,
damageSpread = 0.2,
attackTime = 1.5,
attackRange = 15,
accuracy = 1,
weaponType1 = "Thrusting One Hand Sword",
weaponType2 = "Shield",
skillList = {
},
modList = {
},
}
Los monstruos otorgan la experiencia aumentada un 100%
La rareza de los objetos arrojados está aumentada un 15000%
| Family | MonsterMapBoss |
|---|---|
| Domains | monstruo (3) |
| GenerationType | Único (3) |
| Req. level | 1 |
| Stats |
display monster mod nemesis test [0]
| Family | Daemon |
|---|---|
| Domains | monstruo (3) |
| GenerationType | Único (3) |
| Req. level | 1 |
| Stats |
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
| Family | Nothing |
|---|---|
| Domains | monstruo (3) |
| GenerationType | Único (3) |
| Req. level | 1 |
| Stats |
| Family | Nothing |
|---|---|
| Domains | monstruo (3) |
| GenerationType | Único (3) |
| Req. level | 1 |
No te pueden aturdir
| Name | | Family | MonsterCannotBeStunned
| Domains | monstruo (3)
| GenerationType | Único (3)
| Req. level | 1
| Stats | Spawn Tags | not_str: 0 default: 1000 | |
|---|
Ara, Hermana de luz
ConstructoNo puede ser dañado
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
cant possess this [1]
cant touch this [1]
cant touch this [1]
Ara, Sister of Light
| Spectre | N |
|---|---|
| Tags | Lanzador de hechizos, construct, fire_affinity, humanoid, immobile, is_unarmed, large_model, mud_blood, puncturing_weapon, stone_armour, stone_construct |
Vida
100%
Ailment Threshold
100%
Resistencia
Damage
100%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de golpe crítico
+130%
Attack Distance
6 ~ 14
Attack Time
1.5 Second
Damage Spread
±20%
Experiencia
100%
Model Size
100%
Type
SolarisCelestialForm
Metadata
SolarisCelestialFormMap
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nivel
68
Vida
6,433
Armadura
28,790
Evasión
4,739
Damage
374
Daño de hechizos
374
Precisión
580
Attack Time
1.5
Experiencia
10,255
Minion Life
1,395
Minion Damage
298
Ailment Threshold
6,433
Chill
20
Shock
20
Brittle
115
Scorch
20
Sap
56
The following values are skill base values and do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses, monster base damage(ex: The Maven 150% multiplier), monster rarity bonuses (ex: unique 70% more, unique attack 33% less).
SolarisSkyBeamCelestialMap
Spell
Tiempo de lanzamiento: 3 seg
Tiempo de recarga: 8 seg
Inflige 2179.3 de daño de fuego base por segundo
La duración base es de 3 segundos
active skill area of effect radius +% final [-40]
ground fire art variation [4]
monster penalty against minions damage +% final vs player minions [-60]
SolarisSolarFlareMap
Spell, Area, Fire, AreaSpell
Tiempo de lanzamiento: 2 seg
Tiempo de recarga: 10 seg
Tus golpes no pueden aturdir a los enemigos
La duración base es de 5 segundos
La duración secundaria base es de 1 segundos
Inflige de 570.6 a 855.8 de daño de fuego
is area damage [1]
monster penalty against minions damage +% final vs player minions [-70]
Object Type
version 2 extends "Metadata/Monsters/LunarisSolaris/CelestialForm"
Object Type Codes
version 2 extends "Metadata/Monsters/LunarisSolaris/CelestialForm"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/LunarisSolaris/SolarisCelestialFormMap"] = {
name = "Ara, Sister of Light",
life = 1,
fireResist = 40,
coldResist = 40,
lightningResist = 40,
chaosResist = 25,
damage = 1,
damageSpread = 0.2,
attackTime = 1.5,
attackRange = 14,
accuracy = 1,
skillList = {
"SolarisSkyBeamCelestialMap",
"SolarisSolarFlareMap",
},
modList = {
},
}
-- src\Data\Skills\spectre.lua
skills["SolarisSkyBeamCelestialMap"] = {
name = "SolarisSkyBeamCelestialMap",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 3,
baseFlags = {
spell = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"base_fire_damage_to_deal_per_minute",
"base_skill_effect_duration",
"ground_fire_art_variation",
"monster_penalty_against_minions_damage_+%_final_vs_player_minions",
"active_skill_area_of_effect_radius_+%_final",
},
levels = {
[1] = {4.4000000953674, 3000, 4, -60, -40, levelRequirement = 61, statInterpolation = {3}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["SolarisSolarFlareMap"] = {
name = "SolarisSolarFlareMap",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Area] = true,
[SkillType.Fire] = true,
[SkillType.AreaSpell] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 2,
baseFlags = {
area = true,
spell = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_fire_damage",
"spell_maximum_base_fire_damage",
"base_skill_effect_duration",
"base_secondary_skill_effect_duration",
"monster_penalty_against_minions_damage_+%_final_vs_player_minions",
"is_area_damage",
"cannot_stun",
},
levels = {
[1] = {0.80000001192093, 1.2000000476837, 5000, 1000, -70, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, },
},
}
No puede ser dañado
| Family | CannotBeDamaged |
|---|---|
| Domains | monstruo (3) |
| GenerationType | Único (3) |
| Req. level | 1 |
| Stats |
No puedes ser dañado
Inmune al daño
No puede ser dañado
Cannot Be Damaged
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
| Family | Nothing |
|---|---|
| Domains | monstruo (3) |
| GenerationType | Único (3) |
| Req. level | 1 |
| Stats |
cant possess this [1]
| Family | CantPossessThis |
|---|---|
| Domains | monstruo (3) |
| GenerationType | Torment (7) |
| Req. level | 1 |
| Stats |
cant touch this [1]
| Family | CantTouchThis |
|---|---|
| Domains | monstruo (3) |
| GenerationType | Torment (7) |
| Req. level | 1 |
| Stats |
| key | val |
|---|---|
| Stats.item_drop_slots | 0 |
| Stats.energy_shield_recharge_rate_per_minute_% | 2000 |
| Stats.mana_regeneration_rate_per_minute_% | 1100 |
| 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.immune_to_curses | 1 |
| Stats.immune_to_auras_from_other_entities | 1 |
| Stats.is_hidden_monster | 1 |
| Stats.base_cannot_be_damaged | 1 |
| Stats.base_cannot_be_stunned | 1 |
| Stats.cannot_be_knocked_back | 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, Emerge |
| Actor.slow_animations_go_to_idle | true, false |
| Life.corpse_usable | false |
| Pathfinding.immobile | true |
Ara, Hermana de luz
ConstructoNo puede ser dañado
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
cant possess this [1]
cant touch this [1]
cant touch this [1]
Ara, Sister of Light
| Spectre | N |
|---|---|
| Tags | Lanzador de hechizos, construct, fire_affinity, humanoid, immobile, is_unarmed, large_model, mud_blood, puncturing_weapon, stone_armour, stone_construct |
Vida
100%
Ailment Threshold
100%
Resistencia
Damage
100%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de golpe crítico
+130%
Attack Distance
6 ~ 14
Attack Time
1.5 Second
Damage Spread
±20%
Experiencia
100%
Model Size
100%
Type
SolarisCelestialForm
Metadata
SolarisCelestialFormMapStandalone
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nivel
68
Vida
6,433
Armadura
28,790
Evasión
4,739
Damage
374
Daño de hechizos
374
Precisión
580
Attack Time
1.5
Experiencia
10,255
Minion Life
1,395
Minion Damage
298
Ailment Threshold
6,433
Chill
20
Shock
20
Brittle
115
Scorch
20
Sap
56
The following values are skill base values and do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses, monster base damage(ex: The Maven 150% multiplier), monster rarity bonuses (ex: unique 70% more, unique attack 33% less).
SolarisSolarFlareMap
Spell, Area, Fire, AreaSpell
Tiempo de lanzamiento: 2 seg
Tiempo de recarga: 10 seg
Tus golpes no pueden aturdir a los enemigos
La duración base es de 5 segundos
La duración secundaria base es de 1 segundos
Inflige de 570.6 a 855.8 de daño de fuego
is area damage [1]
monster penalty against minions damage +% final vs player minions [-70]
FaceLastTarget
Enfrenta al último objetivo
Object Type
version 2 extends "Metadata/Monsters/LunarisSolaris/CelestialForm"
Object Type Codes
version 2 extends "Metadata/Monsters/LunarisSolaris/CelestialForm"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/LunarisSolaris/SolarisCelestialFormMapStandalone"] = {
name = "Ara, Sister of Light",
life = 1,
fireResist = 40,
coldResist = 40,
lightningResist = 40,
chaosResist = 25,
damage = 1,
damageSpread = 0.2,
attackTime = 1.5,
attackRange = 14,
accuracy = 1,
skillList = {
"FaceLastTarget",
"SolarisSolarFlareMap",
},
modList = {
},
}
-- src\Data\Skills\spectre.lua
skills["FaceLastTarget"] = {
name = "Face Last Target",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 0.01,
baseFlags = {
},
baseMods = {
},
qualityStats = {
},
stats = {
},
levels = {
[1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["SolarisSolarFlareMap"] = {
name = "SolarisSolarFlareMap",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Area] = true,
[SkillType.Fire] = true,
[SkillType.AreaSpell] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 2,
baseFlags = {
area = true,
spell = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_fire_damage",
"spell_maximum_base_fire_damage",
"base_skill_effect_duration",
"base_secondary_skill_effect_duration",
"monster_penalty_against_minions_damage_+%_final_vs_player_minions",
"is_area_damage",
"cannot_stun",
},
levels = {
[1] = {0.80000001192093, 1.2000000476837, 5000, 1000, -70, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, },
},
}
No puede ser dañado
| Family | CannotBeDamaged |
|---|---|
| Domains | monstruo (3) |
| GenerationType | Único (3) |
| Req. level | 1 |
| Stats |
No puedes ser dañado
Inmune al daño
No puede ser dañado
Cannot Be Damaged
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
| Family | Nothing |
|---|---|
| Domains | monstruo (3) |
| GenerationType | Único (3) |
| Req. level | 1 |
| Stats |
cant possess this [1]
| Family | CantPossessThis |
|---|---|
| Domains | monstruo (3) |
| GenerationType | Torment (7) |
| Req. level | 1 |
| Stats |
cant touch this [1]
| Family | CantTouchThis |
|---|---|
| Domains | monstruo (3) |
| GenerationType | Torment (7) |
| Req. level | 1 |
| Stats |
| key | val |
|---|---|
| Stats.item_drop_slots | 0 |
| Stats.energy_shield_recharge_rate_per_minute_% | 2000 |
| Stats.mana_regeneration_rate_per_minute_% | 1100 |
| 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.immune_to_curses | 1 |
| Stats.immune_to_auras_from_other_entities | 1 |
| Stats.is_hidden_monster | 1 |
| Stats.base_cannot_be_damaged | 1 |
| Stats.base_cannot_be_stunned | 1 |
| Stats.cannot_be_knocked_back | 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, Emerge |
| Actor.slow_animations_go_to_idle | true, false |
| Life.corpse_usable | false |
| Pathfinding.immobile | true |
Ara, Hermana de Luz Text Audio /24
Edit
Wikis Content is available under CC BY-NC-SA 3.0 unless otherwise noted.
Wikis Content is available under CC BY-NC-SA 3.0 unless otherwise noted.