Torr Olgosso
Humanoïdemonster base type attack cast speed +% and damage -% final [33]
| Spectre | |
|---|---|
| Tags | aura_bearer, has_two_hand_sword, has_two_handed_melee, human, humanoid, light_armour, medium_height, medium_movement, melee, not_int, physical_affinity, red_blood, rogue_exile, slashing_weapon |
| Packs |
Vie
119%
Armure
+60%
Évasion
+40%
Ailment Threshold
119%
Résistance
Damage
143%
Précision
100%
Chances de coup critique
+5%
Multiplicateur de coups critiques
+130%
Attack Distance
6 ~ 10
Attack Time
1.56 Second
Damage Spread
±20%
Expérience
100%
Model Size
100%
Type
ExileDuelist1
Metadata
ExileDuelist1
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Niveau
68
Vie
7,656
Armure
46,064
Score d'Évasion
6,635
Damage
534
Dégâts des sorts
534
Précision
580
Attack Time
1.56
Expérience
10,255
Minion Life
1,661
Minion Damage
427
Ailment Threshold
7,656
Chill
24
Shock
24
Brittle
137
Scorch
24
Sap
67
Phys Convert Ele
240%
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).
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Attaque par défaut
Base Damage: 427—641
Chances de coup critique: 5%
Attack Time: 1.56 sec.
Frappez vos ennemis d'un coup puissant.
skill can fire arrows [1]
skill can fire wand projectiles [1]
ExileArcticArmour
Spell, Buff, Totemable, Duration, HasReservation, TotemCastsAlone, Cold, ElementalStatus, Instant, NonHitChill, ChillingArea, AreaSpell, InstantNoRepeatWhenHeld, InstantShiftAttackForLeftMouse, Cooldown
Armure arctique
Temps d'incantation: 0.5 sec.
Invoque une barrière de glace qui frigorifie les ennemis lorsqu'ils vous touchent. Vous laissez une traînée de sol frigorifiant lorsque vous vous déplacez, et subissez moins de dégâts physiques et de feu tant que vous êtes stationnaire.
La Durée de base est de 3 secondes
L'Effet bénéfique octroie 10% de Perte de Dégâts physiques subis au Toucher en étant stationnaire
L'Effet bénéfique octroie 10% de Perte de Dégâts de feu subis au Toucher en étant stationnaire
chill enemy when hit duration ms [500]
MonsterDoubleStrike
Attack, MeleeSingleTarget, Multistrikeable, Melee, Physical
Double frappe
Base Damage: 427—641
Chances de coup critique: 5%
Attack Time: 1.56 sec.
Deux attaques rapides avec n'importe quelle arme de mêlée.
base skill number of additional hits [1]
ExileHaste
Spell, Area, Buff, HasReservation, TotemCastsAlone, Totemable, Aura, Instant, Triggerable, AreaSpell
Temps d'incantation: 1.2 sec.
Temps de recharge: 0.5 sec.
Octroie 15% d'Augmentation de Vitesse d'incantation
Octroie 15% d'Augmentation de Vitesse d'attaque
8% d'Augmentation de la Vitesse de déplacement
active skill area of effect radius +% final [40]
ExileLeapSlam
Attack, Area, Melee, Movement, Travel, Slam, Totemable
Bond percutant
Base Damage: 427—641
Chances de coup critique: 5%
Attack Time: 1.56 sec.
Un bond dans les airs qui endommage les ennemis (et repousse certains d'entre eux) avec votre arme à l'atterrissage. Les ennemis sur lesquels vous atterrissez directement sont projetés hors de votre chemin. Fonctionne uniquement avec les bâtons, épées, haches, masses ou sceptres.
25% Davantage de Dégâts
Le Rayon de base est de 1.5 mètres
cast time overrides attack duration [1]
is area damage [1]
Object Type
version 2
extends "Metadata/Monsters/Exiles/Exile"
Stats
{
} -- src\Data\Spectres.lua
minions["Metadata/Monsters/Exiles/ExileDuelist1"] = {
fireResist = 30,
coldResist = 30,
lightningResist = 30,
chaosResist = 20,
name = "Torr Olgosso",
life = 1.19,
damage = 1.43,
damageSpread = 0.2,
attackTime = 1.56,
attackRange = 10,
accuracy = 1,
weaponType1 = "Two Hand Sword",
skillList = {
"MonsterDoubleStrike",
"Melee",
"ExileLeapSlam",
"ExileHaste",
"ExileArcticArmour",
},
modList = {
},
}
-- src\Data\Skills\spectre.lua
skills["MonsterDoubleStrike"] = {
name = "Double Strike",
hidden = true,
color = "2",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
description = "Performs two fast strikes with a melee weapon.",
skillTypes = {
[SkillType.Attack] = true,
[SkillType.MeleeSingleTarget] = true,
[SkillType.Multistrikeable] = true,
[SkillType.Melee] = true,
[SkillType.Physical] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
melee = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"base_skill_number_of_additional_hits",
},
levels = {
[1] = {1, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- 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["ExileLeapSlam"] = {
name = "Leap Slam",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
description = "Jump through the air, damaging and knocking back enemies with your weapon where you land. Enemies you would land on are pushed out of the way. Requires an Axe, Mace, Sceptre, Sword or Staff.",
skillTypes = {
[SkillType.Attack] = true,
[SkillType.Area] = true,
[SkillType.Melee] = true,
[SkillType.Movement] = true,
[SkillType.Travel] = true,
[SkillType.Slam] = true,
[SkillType.Totemable] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1.4,
baseFlags = {
attack = true,
area = true,
melee = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"active_skill_damage_+%_final",
"active_skill_base_area_of_effect_radius",
"is_area_damage",
"cast_time_overrides_attack_duration",
},
levels = {
[1] = {25, 15, levelRequirement = 2, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["ExileHaste"] = {
name = "ExileHaste",
hidden = true,
color = "2",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Area] = true,
[SkillType.Buff] = true,
[SkillType.HasReservation] = true,
[SkillType.TotemCastsAlone] = true,
[SkillType.Totemable] = true,
[SkillType.Aura] = true,
[SkillType.Instant] = true,
[SkillType.Triggerable] = true,
[SkillType.AreaSpell] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1.2,
baseFlags = {
area = true,
spell = true,
aura = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"attack_speed_+%_granted_from_skill",
"cast_speed_+%_granted_from_skill",
"base_movement_velocity_+%",
"active_skill_area_of_effect_radius_+%_final",
},
levels = {
[1] = {15, 15, 8, 40, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["ExileArcticArmour"] = {
name = "Arctic Armour",
hidden = true,
color = "2",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
description = "Conjures an icy barrier that chills enemies when they hit you. You drop chilled ground while moving, and take less Fire and Physical damage while stationary.",
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Buff] = true,
[SkillType.Totemable] = true,
[SkillType.Duration] = true,
[SkillType.HasReservation] = true,
[SkillType.TotemCastsAlone] = true,
[SkillType.Cold] = true,
[SkillType.ElementalStatus] = true,
[SkillType.Instant] = true,
[SkillType.NonHitChill] = true,
[SkillType.ChillingArea] = true,
[SkillType.AreaSpell] = true,
[SkillType.InstantNoRepeatWhenHeld] = true,
[SkillType.InstantShiftAttackForLeftMouse] = true,
[SkillType.Cooldown] = true,
},
statDescriptionScope = "buff_skill_stat_descriptions",
castTime = 0.5,
baseFlags = {
spell = true,
duration = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"chill_enemy_when_hit_duration_ms",
"new_arctic_armour_physical_damage_taken_when_hit_+%_final",
"new_arctic_armour_fire_damage_taken_when_hit_+%_final",
"base_skill_effect_duration",
},
levels = {
[1] = {500, -10, -10, 3000, levelRequirement = 4, statInterpolation = {}, cost = { }, },
},
}
monster base type attack cast speed +% and damage -% final [33]
| Family | MonsterSpeedAndDamageFixup |
|---|---|
| Domains | monstre (3) |
| GenerationType | Unique (3) |
| Req. level | 1 |
| Stats | |
| Craft Tags | caster_damage Dégâts Attaque Lanceur de sorts Vitesse |
| 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 | 5 |
| Stats.base_attack_speed_+%_per_frenzy_charge_if_not_player_minion | 11 |
| Stats.base_cast_speed_+%_per_frenzy_charge | 5 |
| 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.base_mana_cost_-% | 100 |
| Stats.additional_life_scaling_index | 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 |
| Actor.slow_animations_go_to_idle | true |
Torr Olgosso
Humanoïdemonster base type attack cast speed +% and damage -% final [33]
100% d'Augmentation de la Vie maximale
100% d'Augmentation de Zone d'effet
80% d'Augmentation de la taille du personnage
100% d'Augmentation de la Vie maximale
100% d'Augmentation de Zone d'effet
80% d'Augmentation de la taille du personnage
| Spectre | |
|---|---|
| Tags | aura_bearer, has_two_hand_sword, has_two_handed_melee, human, humanoid, light_armour, medium_height, medium_movement, melee, not_int, physical_affinity, red_blood, rogue_exile, slashing_weapon |
Vie
119%
Armure
+60%
Évasion
+40%
Ailment Threshold
119%
Résistance
Damage
143%
Précision
100%
Chances de coup critique
+5%
Multiplicateur de coups critiques
+130%
Attack Distance
6 ~ 10
Attack Time
1.56 Second
Damage Spread
±20%
Expérience
100%
Model Size
100%
Type
ExileDuelist1
Metadata
ExileDuelist1Supporter
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Niveau
68
Vie
7,656
Armure
46,064
Score d'Évasion
6,635
Damage
534
Dégâts des sorts
534
Précision
580
Attack Time
1.56
Expérience
10,255
Minion Life
1,661
Minion Damage
427
Ailment Threshold
7,656
Chill
24
Shock
24
Brittle
137
Scorch
24
Sap
67
Phys Convert Ele
240%
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).
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Attaque par défaut
Base Damage: 427—641
Chances de coup critique: 5%
Attack Time: 1.56 sec.
Frappez vos ennemis d'un coup puissant.
skill can fire arrows [1]
skill can fire wand projectiles [1]
ExileArcticArmour
Spell, Buff, Totemable, Duration, HasReservation, TotemCastsAlone, Cold, ElementalStatus, Instant, NonHitChill, ChillingArea, AreaSpell, InstantNoRepeatWhenHeld, InstantShiftAttackForLeftMouse, Cooldown
Armure arctique
Temps d'incantation: 0.5 sec.
Invoque une barrière de glace qui frigorifie les ennemis lorsqu'ils vous touchent. Vous laissez une traînée de sol frigorifiant lorsque vous vous déplacez, et subissez moins de dégâts physiques et de feu tant que vous êtes stationnaire.
La Durée de base est de 3 secondes
L'Effet bénéfique octroie 10% de Perte de Dégâts physiques subis au Toucher en étant stationnaire
L'Effet bénéfique octroie 10% de Perte de Dégâts de feu subis au Toucher en étant stationnaire
chill enemy when hit duration ms [500]
MonsterDoubleStrike
Attack, MeleeSingleTarget, Multistrikeable, Melee, Physical
Double frappe
Base Damage: 427—641
Chances de coup critique: 5%
Attack Time: 1.56 sec.
Deux attaques rapides avec n'importe quelle arme de mêlée.
base skill number of additional hits [1]
ExileHaste
Spell, Area, Buff, HasReservation, TotemCastsAlone, Totemable, Aura, Instant, Triggerable, AreaSpell
Temps d'incantation: 1.2 sec.
Temps de recharge: 0.5 sec.
Octroie 15% d'Augmentation de Vitesse d'incantation
Octroie 15% d'Augmentation de Vitesse d'attaque
8% d'Augmentation de la Vitesse de déplacement
active skill area of effect radius +% final [40]
ExileLeapSlam
Attack, Area, Melee, Movement, Travel, Slam, Totemable
Bond percutant
Base Damage: 427—641
Chances de coup critique: 5%
Attack Time: 1.56 sec.
Un bond dans les airs qui endommage les ennemis (et repousse certains d'entre eux) avec votre arme à l'atterrissage. Les ennemis sur lesquels vous atterrissez directement sont projetés hors de votre chemin. Fonctionne uniquement avec les bâtons, épées, haches, masses ou sceptres.
25% Davantage de Dégâts
Le Rayon de base est de 1.5 mètres
cast time overrides attack duration [1]
is area damage [1]
Object Type
version 2
extends "Metadata/Monsters/Exiles/Exile"
Stats
{
} -- src\Data\Spectres.lua
minions["Metadata/Monsters/Exiles/ExileDuelist1Supporter"] = {
fireResist = 30,
coldResist = 30,
lightningResist = 30,
chaosResist = 20,
name = "Torr Olgosso",
life = 1.19,
damage = 1.43,
damageSpread = 0.2,
attackTime = 1.56,
attackRange = 10,
accuracy = 1,
weaponType1 = "Two Hand Sword",
skillList = {
"MonsterDoubleStrike",
"Melee",
"ExileLeapSlam",
"ExileHaste",
"ExileArcticArmour",
},
modList = {
},
}
-- src\Data\Skills\spectre.lua
skills["MonsterDoubleStrike"] = {
name = "Double Strike",
hidden = true,
color = "2",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
description = "Performs two fast strikes with a melee weapon.",
skillTypes = {
[SkillType.Attack] = true,
[SkillType.MeleeSingleTarget] = true,
[SkillType.Multistrikeable] = true,
[SkillType.Melee] = true,
[SkillType.Physical] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
melee = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"base_skill_number_of_additional_hits",
},
levels = {
[1] = {1, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- 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["ExileLeapSlam"] = {
name = "Leap Slam",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
description = "Jump through the air, damaging and knocking back enemies with your weapon where you land. Enemies you would land on are pushed out of the way. Requires an Axe, Mace, Sceptre, Sword or Staff.",
skillTypes = {
[SkillType.Attack] = true,
[SkillType.Area] = true,
[SkillType.Melee] = true,
[SkillType.Movement] = true,
[SkillType.Travel] = true,
[SkillType.Slam] = true,
[SkillType.Totemable] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1.4,
baseFlags = {
attack = true,
area = true,
melee = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"active_skill_damage_+%_final",
"active_skill_base_area_of_effect_radius",
"is_area_damage",
"cast_time_overrides_attack_duration",
},
levels = {
[1] = {25, 15, levelRequirement = 2, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["ExileHaste"] = {
name = "ExileHaste",
hidden = true,
color = "2",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Area] = true,
[SkillType.Buff] = true,
[SkillType.HasReservation] = true,
[SkillType.TotemCastsAlone] = true,
[SkillType.Totemable] = true,
[SkillType.Aura] = true,
[SkillType.Instant] = true,
[SkillType.Triggerable] = true,
[SkillType.AreaSpell] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1.2,
baseFlags = {
area = true,
spell = true,
aura = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"attack_speed_+%_granted_from_skill",
"cast_speed_+%_granted_from_skill",
"base_movement_velocity_+%",
"active_skill_area_of_effect_radius_+%_final",
},
levels = {
[1] = {15, 15, 8, 40, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["ExileArcticArmour"] = {
name = "Arctic Armour",
hidden = true,
color = "2",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
description = "Conjures an icy barrier that chills enemies when they hit you. You drop chilled ground while moving, and take less Fire and Physical damage while stationary.",
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Buff] = true,
[SkillType.Totemable] = true,
[SkillType.Duration] = true,
[SkillType.HasReservation] = true,
[SkillType.TotemCastsAlone] = true,
[SkillType.Cold] = true,
[SkillType.ElementalStatus] = true,
[SkillType.Instant] = true,
[SkillType.NonHitChill] = true,
[SkillType.ChillingArea] = true,
[SkillType.AreaSpell] = true,
[SkillType.InstantNoRepeatWhenHeld] = true,
[SkillType.InstantShiftAttackForLeftMouse] = true,
[SkillType.Cooldown] = true,
},
statDescriptionScope = "buff_skill_stat_descriptions",
castTime = 0.5,
baseFlags = {
spell = true,
duration = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"chill_enemy_when_hit_duration_ms",
"new_arctic_armour_physical_damage_taken_when_hit_+%_final",
"new_arctic_armour_fire_damage_taken_when_hit_+%_final",
"base_skill_effect_duration",
},
levels = {
[1] = {500, -10, -10, 3000, levelRequirement = 4, statInterpolation = {}, cost = { }, },
},
}
monster base type attack cast speed +% and damage -% final [33]
| Family | MonsterSpeedAndDamageFixup |
|---|---|
| Domains | monstre (3) |
| GenerationType | Unique (3) |
| Req. level | 1 |
| Stats | |
| Craft Tags | caster_damage Dégâts Attaque Lanceur de sorts Vitesse |
100% d'Augmentation de la Vie maximale
100% d'Augmentation de Zone d'effet
80% d'Augmentation de la taille du personnage
| Family | MonsterSupporterGigantism |
|---|---|
| Domains | monstre (3) |
| GenerationType | Unique (3) |
| Req. level | 1 |
| Stats |
Torr Olgosso
HumanoïdeZone : Quartier, Quartier, Carte
monster dropped item rarity +% [15000]
monster slain experience +% [100]
monster base type attack cast speed +% and damage -% final [33]
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
monster slain experience +% [100]
monster base type attack cast speed +% and damage -% final [33]
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
| Spectre | |
|---|---|
| Area | Quartier, Quartier, Carte |
| Tags | aura_bearer, has_two_hand_sword, has_two_handed_melee, human, humanoid, light_armour, medium_height, medium_movement, melee, non_unique_map_boss, not_int, physical_affinity, red_blood, rogue_exile, slashing_weapon |
Vie
238%
Armure
+60%
Évasion
+40%
Ailment Threshold
238%
Résistance
Damage
144%
Précision
100%
Chances de coup critique
+5%
Multiplicateur de coups critiques
+130%
Attack Distance
6 ~ 10
Attack Time
1.56 Second
Damage Spread
±20%
Expérience
200%
Model Size
100%
Type
ExileDuelist1MapBoss
Metadata
ExileDuelist1MapBoss
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Niveau
78
Vie
2,381,665
Armure
100,694
Score d'Évasion
9,334
Damage
1,107
Dégâts des sorts
1,653
Précision
856
Attack Time
1.0452
Expérience
136,147
Minion Life
473,684
Minion Damage
917
Ailment Threshold
1,167,016
Chill
3,690
Shock
3,690
Brittle
20,877
Scorch
3,690
Sap
10,195
Phys Convert Ele
290%
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).
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Attaque par défaut
Base Damage: 1758—2638
Chances de coup critique: 5%
Attack Time: 1.56 sec.
Frappez vos ennemis d'un coup puissant.
skill can fire arrows [1]
skill can fire wand projectiles [1]
ExileArcticArmour
Spell, Buff, Totemable, Duration, HasReservation, TotemCastsAlone, Cold, ElementalStatus, Instant, NonHitChill, ChillingArea, AreaSpell, InstantNoRepeatWhenHeld, InstantShiftAttackForLeftMouse, Cooldown
Armure arctique
Temps d'incantation: 0.5 sec.
Invoque une barrière de glace qui frigorifie les ennemis lorsqu'ils vous touchent. Vous laissez une traînée de sol frigorifiant lorsque vous vous déplacez, et subissez moins de dégâts physiques et de feu tant que vous êtes stationnaire.
La Durée de base est de 3 secondes
L'Effet bénéfique octroie 10% de Perte de Dégâts physiques subis au Toucher en étant stationnaire
L'Effet bénéfique octroie 10% de Perte de Dégâts de feu subis au Toucher en étant stationnaire
chill enemy when hit duration ms [500]
MonsterDoubleStrike
Attack, MeleeSingleTarget, Multistrikeable, Melee, Physical
Double frappe
Base Damage: 1758—2638
Chances de coup critique: 5%
Attack Time: 1.56 sec.
Deux attaques rapides avec n'importe quelle arme de mêlée.
base skill number of additional hits [1]
ExileHaste
Spell, Area, Buff, HasReservation, TotemCastsAlone, Totemable, Aura, Instant, Triggerable, AreaSpell
Temps d'incantation: 1.2 sec.
Temps de recharge: 0.5 sec.
Octroie 15% d'Augmentation de Vitesse d'incantation
Octroie 15% d'Augmentation de Vitesse d'attaque
8% d'Augmentation de la Vitesse de déplacement
active skill area of effect radius +% final [40]
ExileLeapSlam
Attack, Area, Melee, Movement, Travel, Slam, Totemable
Bond percutant
Base Damage: 1758—2638
Chances de coup critique: 5%
Attack Time: 1.56 sec.
Un bond dans les airs qui endommage les ennemis (et repousse certains d'entre eux) avec votre arme à l'atterrissage. Les ennemis sur lesquels vous atterrissez directement sont projetés hors de votre chemin. Fonctionne uniquement avec les bâtons, épées, haches, masses ou sceptres.
25% Davantage de Dégâts
Le Rayon de base est de 1.5 mètres
cast time overrides attack duration [1]
is area damage [1]
Object Type
version 2
extends "Metadata/Monsters/Exiles/ExileMapBoss"
Stats
{
} -- src\Data\Spectres.lua
minions["Metadata/Monsters/Exiles/ExileDuelist1MapBoss"] = {
fireResist = 40,
coldResist = 40,
lightningResist = 40,
chaosResist = 25,
name = "Torr Olgosso",
life = 2.38,
damage = 1.44,
damageSpread = 0.2,
attackTime = 1.56,
attackRange = 10,
accuracy = 1,
weaponType1 = "Two Hand Sword",
skillList = {
"MonsterDoubleStrike",
"Melee",
"ExileLeapSlam",
"ExileHaste",
"ExileArcticArmour",
},
modList = {
},
}
-- src\Data\Skills\spectre.lua
skills["MonsterDoubleStrike"] = {
name = "Double Strike",
hidden = true,
color = "2",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
description = "Performs two fast strikes with a melee weapon.",
skillTypes = {
[SkillType.Attack] = true,
[SkillType.MeleeSingleTarget] = true,
[SkillType.Multistrikeable] = true,
[SkillType.Melee] = true,
[SkillType.Physical] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
melee = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"base_skill_number_of_additional_hits",
},
levels = {
[1] = {1, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- 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["ExileLeapSlam"] = {
name = "Leap Slam",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
description = "Jump through the air, damaging and knocking back enemies with your weapon where you land. Enemies you would land on are pushed out of the way. Requires an Axe, Mace, Sceptre, Sword or Staff.",
skillTypes = {
[SkillType.Attack] = true,
[SkillType.Area] = true,
[SkillType.Melee] = true,
[SkillType.Movement] = true,
[SkillType.Travel] = true,
[SkillType.Slam] = true,
[SkillType.Totemable] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1.4,
baseFlags = {
attack = true,
area = true,
melee = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"active_skill_damage_+%_final",
"active_skill_base_area_of_effect_radius",
"is_area_damage",
"cast_time_overrides_attack_duration",
},
levels = {
[1] = {25, 15, levelRequirement = 2, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["ExileHaste"] = {
name = "ExileHaste",
hidden = true,
color = "2",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Area] = true,
[SkillType.Buff] = true,
[SkillType.HasReservation] = true,
[SkillType.TotemCastsAlone] = true,
[SkillType.Totemable] = true,
[SkillType.Aura] = true,
[SkillType.Instant] = true,
[SkillType.Triggerable] = true,
[SkillType.AreaSpell] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1.2,
baseFlags = {
area = true,
spell = true,
aura = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"attack_speed_+%_granted_from_skill",
"cast_speed_+%_granted_from_skill",
"base_movement_velocity_+%",
"active_skill_area_of_effect_radius_+%_final",
},
levels = {
[1] = {15, 15, 8, 40, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["ExileArcticArmour"] = {
name = "Arctic Armour",
hidden = true,
color = "2",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
description = "Conjures an icy barrier that chills enemies when they hit you. You drop chilled ground while moving, and take less Fire and Physical damage while stationary.",
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Buff] = true,
[SkillType.Totemable] = true,
[SkillType.Duration] = true,
[SkillType.HasReservation] = true,
[SkillType.TotemCastsAlone] = true,
[SkillType.Cold] = true,
[SkillType.ElementalStatus] = true,
[SkillType.Instant] = true,
[SkillType.NonHitChill] = true,
[SkillType.ChillingArea] = true,
[SkillType.AreaSpell] = true,
[SkillType.InstantNoRepeatWhenHeld] = true,
[SkillType.InstantShiftAttackForLeftMouse] = true,
[SkillType.Cooldown] = true,
},
statDescriptionScope = "buff_skill_stat_descriptions",
castTime = 0.5,
baseFlags = {
spell = true,
duration = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"chill_enemy_when_hit_duration_ms",
"new_arctic_armour_physical_damage_taken_when_hit_+%_final",
"new_arctic_armour_fire_damage_taken_when_hit_+%_final",
"base_skill_effect_duration",
},
levels = {
[1] = {500, -10, -10, 3000, levelRequirement = 4, statInterpolation = {}, cost = { }, },
},
}
monster dropped item rarity +% [15000]
monster slain experience +% [100]
| Family | MonsterMapBoss |
|---|---|
| Domains | monstre (3) |
| GenerationType | Unique (3) |
| Req. level | 1 |
| Stats |
monster base type attack cast speed +% and damage -% final [33]
| Family | MonsterSpeedAndDamageFixup |
|---|---|
| Domains | monstre (3) |
| GenerationType | Unique (3) |
| Req. level | 1 |
| Stats | |
| Craft Tags | caster_damage Dégâts Attaque Lanceur de sorts Vitesse |
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
| Family | Nothing |
|---|---|
| Domains | monstre (3) |
| GenerationType | Unique (3) |
| Req. level | 1 |
| Stats |
| 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 | 5 |
| Stats.base_attack_speed_+%_per_frenzy_charge_if_not_player_minion | 11 |
| Stats.base_cast_speed_+%_per_frenzy_charge | 5 |
| 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.base_mana_cost_-% | 100 |
| 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 |
| Actor.slow_animations_go_to_idle | true |
Torr Olgosso
Humanoïdemonster dropped item rarity +% [15000]
monster slain experience +% [100]
monster base type attack cast speed +% and damage -% final [33]
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
monster slain experience +% [100]
monster base type attack cast speed +% and damage -% final [33]
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
| Spectre | |
|---|---|
| Tags | aura_bearer, has_two_hand_sword, has_two_handed_melee, human, humanoid, light_armour, medium_height, medium_movement, melee, not_int, physical_affinity, red_blood, slashing_weapon, standalone_map_boss |
Vie
238%
Armure
+60%
Évasion
+40%
Ailment Threshold
238%
Résistance
Damage
144%
Précision
100%
Chances de coup critique
+5%
Multiplicateur de coups critiques
+130%
Attack Distance
6 ~ 10
Attack Time
1.56 Second
Damage Spread
±20%
Expérience
200%
Model Size
100%
Type
ExileDuelist1MapBoss
Metadata
ExileDuelist1MapBossStandalone
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Niveau
68
Vie
331,644
Armure
46,064
Score d'Évasion
6,635
Damage
613
Dégâts des sorts
914
Précision
580
Attack Time
1.0452
Expérience
112,805
Minion Life
71,937
Minion Damage
489
Ailment Threshold
208,936
Chill
661
Shock
661
Brittle
3,738
Scorch
661
Sap
1,825
Phys Convert Ele
240%
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).
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Attaque par défaut
Base Damage: 973—1459
Chances de coup critique: 5%
Attack Time: 1.56 sec.
Frappez vos ennemis d'un coup puissant.
skill can fire arrows [1]
skill can fire wand projectiles [1]
ExileArcticArmour
Spell, Buff, Totemable, Duration, HasReservation, TotemCastsAlone, Cold, ElementalStatus, Instant, NonHitChill, ChillingArea, AreaSpell, InstantNoRepeatWhenHeld, InstantShiftAttackForLeftMouse, Cooldown
Armure arctique
Temps d'incantation: 0.5 sec.
Invoque une barrière de glace qui frigorifie les ennemis lorsqu'ils vous touchent. Vous laissez une traînée de sol frigorifiant lorsque vous vous déplacez, et subissez moins de dégâts physiques et de feu tant que vous êtes stationnaire.
La Durée de base est de 3 secondes
L'Effet bénéfique octroie 10% de Perte de Dégâts physiques subis au Toucher en étant stationnaire
L'Effet bénéfique octroie 10% de Perte de Dégâts de feu subis au Toucher en étant stationnaire
chill enemy when hit duration ms [500]
MonsterDoubleStrike
Attack, MeleeSingleTarget, Multistrikeable, Melee, Physical
Double frappe
Base Damage: 973—1459
Chances de coup critique: 5%
Attack Time: 1.56 sec.
Deux attaques rapides avec n'importe quelle arme de mêlée.
base skill number of additional hits [1]
ExileHaste
Spell, Area, Buff, HasReservation, TotemCastsAlone, Totemable, Aura, Instant, Triggerable, AreaSpell
Temps d'incantation: 1.2 sec.
Temps de recharge: 0.5 sec.
Octroie 15% d'Augmentation de Vitesse d'incantation
Octroie 15% d'Augmentation de Vitesse d'attaque
8% d'Augmentation de la Vitesse de déplacement
active skill area of effect radius +% final [40]
ExileLeapSlam
Attack, Area, Melee, Movement, Travel, Slam, Totemable
Bond percutant
Base Damage: 973—1459
Chances de coup critique: 5%
Attack Time: 1.56 sec.
Un bond dans les airs qui endommage les ennemis (et repousse certains d'entre eux) avec votre arme à l'atterrissage. Les ennemis sur lesquels vous atterrissez directement sont projetés hors de votre chemin. Fonctionne uniquement avec les bâtons, épées, haches, masses ou sceptres.
25% Davantage de Dégâts
Le Rayon de base est de 1.5 mètres
cast time overrides attack duration [1]
is area damage [1]
Object Type
version 2 extends "Metadata/Monsters/Exiles/ExileMapBoss" extends "Metadata/Monsters/StandaloneMapBoss"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Exiles/ExileDuelist1MapBossStandalone"] = {
fireResist = 40,
coldResist = 40,
lightningResist = 40,
chaosResist = 25,
name = "Torr Olgosso",
life = 2.38,
damage = 1.44,
damageSpread = 0.2,
attackTime = 1.56,
attackRange = 10,
accuracy = 1,
weaponType1 = "Two Hand Sword",
skillList = {
"MonsterDoubleStrike",
"Melee",
"ExileLeapSlam",
"ExileHaste",
"ExileArcticArmour",
},
modList = {
},
}
-- src\Data\Skills\spectre.lua
skills["MonsterDoubleStrike"] = {
name = "Double Strike",
hidden = true,
color = "2",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
description = "Performs two fast strikes with a melee weapon.",
skillTypes = {
[SkillType.Attack] = true,
[SkillType.MeleeSingleTarget] = true,
[SkillType.Multistrikeable] = true,
[SkillType.Melee] = true,
[SkillType.Physical] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
melee = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"base_skill_number_of_additional_hits",
},
levels = {
[1] = {1, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- 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["ExileLeapSlam"] = {
name = "Leap Slam",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
description = "Jump through the air, damaging and knocking back enemies with your weapon where you land. Enemies you would land on are pushed out of the way. Requires an Axe, Mace, Sceptre, Sword or Staff.",
skillTypes = {
[SkillType.Attack] = true,
[SkillType.Area] = true,
[SkillType.Melee] = true,
[SkillType.Movement] = true,
[SkillType.Travel] = true,
[SkillType.Slam] = true,
[SkillType.Totemable] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1.4,
baseFlags = {
attack = true,
area = true,
melee = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"active_skill_damage_+%_final",
"active_skill_base_area_of_effect_radius",
"is_area_damage",
"cast_time_overrides_attack_duration",
},
levels = {
[1] = {25, 15, levelRequirement = 2, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["ExileHaste"] = {
name = "ExileHaste",
hidden = true,
color = "2",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Area] = true,
[SkillType.Buff] = true,
[SkillType.HasReservation] = true,
[SkillType.TotemCastsAlone] = true,
[SkillType.Totemable] = true,
[SkillType.Aura] = true,
[SkillType.Instant] = true,
[SkillType.Triggerable] = true,
[SkillType.AreaSpell] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1.2,
baseFlags = {
area = true,
spell = true,
aura = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"attack_speed_+%_granted_from_skill",
"cast_speed_+%_granted_from_skill",
"base_movement_velocity_+%",
"active_skill_area_of_effect_radius_+%_final",
},
levels = {
[1] = {15, 15, 8, 40, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["ExileArcticArmour"] = {
name = "Arctic Armour",
hidden = true,
color = "2",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
description = "Conjures an icy barrier that chills enemies when they hit you. You drop chilled ground while moving, and take less Fire and Physical damage while stationary.",
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Buff] = true,
[SkillType.Totemable] = true,
[SkillType.Duration] = true,
[SkillType.HasReservation] = true,
[SkillType.TotemCastsAlone] = true,
[SkillType.Cold] = true,
[SkillType.ElementalStatus] = true,
[SkillType.Instant] = true,
[SkillType.NonHitChill] = true,
[SkillType.ChillingArea] = true,
[SkillType.AreaSpell] = true,
[SkillType.InstantNoRepeatWhenHeld] = true,
[SkillType.InstantShiftAttackForLeftMouse] = true,
[SkillType.Cooldown] = true,
},
statDescriptionScope = "buff_skill_stat_descriptions",
castTime = 0.5,
baseFlags = {
spell = true,
duration = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"chill_enemy_when_hit_duration_ms",
"new_arctic_armour_physical_damage_taken_when_hit_+%_final",
"new_arctic_armour_fire_damage_taken_when_hit_+%_final",
"base_skill_effect_duration",
},
levels = {
[1] = {500, -10, -10, 3000, levelRequirement = 4, statInterpolation = {}, cost = { }, },
},
}
monster dropped item rarity +% [15000]
monster slain experience +% [100]
| Family | MonsterMapBoss |
|---|---|
| Domains | monstre (3) |
| GenerationType | Unique (3) |
| Req. level | 1 |
| Stats |
monster base type attack cast speed +% and damage -% final [33]
| Family | MonsterSpeedAndDamageFixup |
|---|---|
| Domains | monstre (3) |
| GenerationType | Unique (3) |
| Req. level | 1 |
| Stats | |
| Craft Tags | caster_damage Dégâts Attaque Lanceur de sorts Vitesse |
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
| Family | Nothing |
|---|---|
| Domains | monstre (3) |
| GenerationType | Unique (3) |
| Req. level | 1 |
| Stats |
| key | val |
|---|---|
| Stats.monster_uses_map_boss_difficulty_scaling | 1 |
Torr Olgosso
Humanoïdemonster dropped item rarity +% [15000]
monster slain experience +% [100]
monster base type attack cast speed +% and damage -% final [33]
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
monster slain experience +% [100]
monster base type attack cast speed +% and damage -% final [33]
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
| Spectre | |
|---|---|
| Tags | elder_map_boss, has_two_hand_sword, has_two_handed_melee, human, humanoid, light_armour, medium_height, medium_movement, non_attacking, not_int, red_blood, slashing_weapon |
Vie
238%
Armure
+60%
Évasion
+40%
Ailment Threshold
238%
Résistance
Damage
144%
Précision
100%
Chances de coup critique
+5%
Multiplicateur de coups critiques
+130%
Attack Distance
6 ~ 10
Attack Time
1.56 Second
Damage Spread
±20%
Expérience
200%
Model Size
100%
Type
ExileDuelist1MapBoss
Metadata
ExileDuelist1MapBossElder
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
} -- src\Data\Spectres.lua
minions["Metadata/Monsters/Exiles/ExileDuelist1MapBossElder"] = {
fireResist = 40,
coldResist = 40,
lightningResist = 40,
chaosResist = 25,
name = "Torr Olgosso",
life = 2.38,
damage = 1.44,
damageSpread = 0.2,
attackTime = 1.56,
attackRange = 10,
accuracy = 1,
weaponType1 = "Two Hand Sword",
skillList = {
},
modList = {
},
}
monster dropped item rarity +% [15000]
monster slain experience +% [100]
| Family | MonsterMapBoss |
|---|---|
| Domains | monstre (3) |
| GenerationType | Unique (3) |
| Req. level | 1 |
| Stats |
monster base type attack cast speed +% and damage -% final [33]
| Family | MonsterSpeedAndDamageFixup |
|---|---|
| Domains | monstre (3) |
| GenerationType | Unique (3) |
| Req. level | 1 |
| Stats | |
| Craft Tags | caster_damage Dégâts Attaque Lanceur de sorts Vitesse |
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
| Family | Nothing |
|---|---|
| Domains | monstre (3) |
| GenerationType | Unique (3) |
| Req. level | 1 |
| Stats |
Torr Olgosso
Humanoïdemonster base type attack cast speed +% and damage -% final [33]
| Spectre | |
|---|---|
| Tags | aura_bearer, delve_monster, exile, has_two_hand_sword, has_two_handed_melee, human, humanoid, light_armour, medium_height, medium_movement, melee, no_pantheon_mod, not_int, physical_affinity, red_blood, slashing_weapon |
Vie
119%
Armure
+60%
Évasion
+40%
Ailment Threshold
119%
Résistance
Damage
143%
Précision
100%
Chances de coup critique
+5%
Multiplicateur de coups critiques
+130%
Attack Distance
6 ~ 10
Attack Time
1.56 Second
Damage Spread
±20%
Expérience
100%
Model Size
100%
Type
ExileDuelistDelve1
Metadata
DelveExileDuelist1
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Niveau
68
Vie
7,656
Armure
46,064
Score d'Évasion
6,635
Damage
534
Dégâts des sorts
534
Précision
580
Attack Time
1.56
Expérience
10,255
Minion Life
1,661
Minion Damage
427
Ailment Threshold
7,656
Chill
24
Shock
24
Brittle
137
Scorch
24
Sap
67
Phys Convert Ele
240%
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).
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Attaque par défaut
Base Damage: 427—641
Chances de coup critique: 5%
Attack Time: 1.56 sec.
Frappez vos ennemis d'un coup puissant.
skill can fire arrows [1]
skill can fire wand projectiles [1]
ExileArcticArmour
Spell, Buff, Totemable, Duration, HasReservation, TotemCastsAlone, Cold, ElementalStatus, Instant, NonHitChill, ChillingArea, AreaSpell, InstantNoRepeatWhenHeld, InstantShiftAttackForLeftMouse, Cooldown
Armure arctique
Temps d'incantation: 0.5 sec.
Invoque une barrière de glace qui frigorifie les ennemis lorsqu'ils vous touchent. Vous laissez une traînée de sol frigorifiant lorsque vous vous déplacez, et subissez moins de dégâts physiques et de feu tant que vous êtes stationnaire.
La Durée de base est de 3 secondes
L'Effet bénéfique octroie 10% de Perte de Dégâts physiques subis au Toucher en étant stationnaire
L'Effet bénéfique octroie 10% de Perte de Dégâts de feu subis au Toucher en étant stationnaire
chill enemy when hit duration ms [500]
MonsterDoubleStrike
Attack, MeleeSingleTarget, Multistrikeable, Melee, Physical
Double frappe
Base Damage: 427—641
Chances de coup critique: 5%
Attack Time: 1.56 sec.
Deux attaques rapides avec n'importe quelle arme de mêlée.
base skill number of additional hits [1]
ExileHaste
Spell, Area, Buff, HasReservation, TotemCastsAlone, Totemable, Aura, Instant, Triggerable, AreaSpell
Temps d'incantation: 1.2 sec.
Temps de recharge: 0.5 sec.
Octroie 15% d'Augmentation de Vitesse d'incantation
Octroie 15% d'Augmentation de Vitesse d'attaque
8% d'Augmentation de la Vitesse de déplacement
active skill area of effect radius +% final [40]
ExileLeapSlam
Attack, Area, Melee, Movement, Travel, Slam, Totemable
Bond percutant
Base Damage: 427—641
Chances de coup critique: 5%
Attack Time: 1.56 sec.
Un bond dans les airs qui endommage les ennemis (et repousse certains d'entre eux) avec votre arme à l'atterrissage. Les ennemis sur lesquels vous atterrissez directement sont projetés hors de votre chemin. Fonctionne uniquement avec les bâtons, épées, haches, masses ou sceptres.
25% Davantage de Dégâts
Le Rayon de base est de 1.5 mètres
cast time overrides attack duration [1]
is area damage [1]
WalkEmergeExile
walk emerge distance [200]
Object Type
version 2
extends "Metadata/Monsters/Exiles/Exile"
Stats
{
} -- src\Data\Spectres.lua
minions["Metadata/Monsters/Exiles/DelveExileDuelist1"] = {
fireResist = 30,
coldResist = 30,
lightningResist = 30,
chaosResist = 20,
name = "Torr Olgosso",
life = 1.19,
damage = 1.43,
damageSpread = 0.2,
attackTime = 1.56,
attackRange = 10,
accuracy = 1,
weaponType1 = "Two Hand Sword",
skillList = {
"MonsterDoubleStrike",
"Melee",
"ExileLeapSlam",
"ExileHaste",
"ExileArcticArmour",
"WalkEmergeExile",
},
modList = {
},
}
-- src\Data\Skills\spectre.lua
skills["MonsterDoubleStrike"] = {
name = "Double Strike",
hidden = true,
color = "2",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
description = "Performs two fast strikes with a melee weapon.",
skillTypes = {
[SkillType.Attack] = true,
[SkillType.MeleeSingleTarget] = true,
[SkillType.Multistrikeable] = true,
[SkillType.Melee] = true,
[SkillType.Physical] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
melee = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"base_skill_number_of_additional_hits",
},
levels = {
[1] = {1, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- 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["ExileLeapSlam"] = {
name = "Leap Slam",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
description = "Jump through the air, damaging and knocking back enemies with your weapon where you land. Enemies you would land on are pushed out of the way. Requires an Axe, Mace, Sceptre, Sword or Staff.",
skillTypes = {
[SkillType.Attack] = true,
[SkillType.Area] = true,
[SkillType.Melee] = true,
[SkillType.Movement] = true,
[SkillType.Travel] = true,
[SkillType.Slam] = true,
[SkillType.Totemable] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1.4,
baseFlags = {
attack = true,
area = true,
melee = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"active_skill_damage_+%_final",
"active_skill_base_area_of_effect_radius",
"is_area_damage",
"cast_time_overrides_attack_duration",
},
levels = {
[1] = {25, 15, levelRequirement = 2, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["ExileHaste"] = {
name = "ExileHaste",
hidden = true,
color = "2",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Area] = true,
[SkillType.Buff] = true,
[SkillType.HasReservation] = true,
[SkillType.TotemCastsAlone] = true,
[SkillType.Totemable] = true,
[SkillType.Aura] = true,
[SkillType.Instant] = true,
[SkillType.Triggerable] = true,
[SkillType.AreaSpell] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1.2,
baseFlags = {
area = true,
spell = true,
aura = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"attack_speed_+%_granted_from_skill",
"cast_speed_+%_granted_from_skill",
"base_movement_velocity_+%",
"active_skill_area_of_effect_radius_+%_final",
},
levels = {
[1] = {15, 15, 8, 40, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["ExileArcticArmour"] = {
name = "Arctic Armour",
hidden = true,
color = "2",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
description = "Conjures an icy barrier that chills enemies when they hit you. You drop chilled ground while moving, and take less Fire and Physical damage while stationary.",
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Buff] = true,
[SkillType.Totemable] = true,
[SkillType.Duration] = true,
[SkillType.HasReservation] = true,
[SkillType.TotemCastsAlone] = true,
[SkillType.Cold] = true,
[SkillType.ElementalStatus] = true,
[SkillType.Instant] = true,
[SkillType.NonHitChill] = true,
[SkillType.ChillingArea] = true,
[SkillType.AreaSpell] = true,
[SkillType.InstantNoRepeatWhenHeld] = true,
[SkillType.InstantShiftAttackForLeftMouse] = true,
[SkillType.Cooldown] = true,
},
statDescriptionScope = "buff_skill_stat_descriptions",
castTime = 0.5,
baseFlags = {
spell = true,
duration = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"chill_enemy_when_hit_duration_ms",
"new_arctic_armour_physical_damage_taken_when_hit_+%_final",
"new_arctic_armour_fire_damage_taken_when_hit_+%_final",
"base_skill_effect_duration",
},
levels = {
[1] = {500, -10, -10, 3000, levelRequirement = 4, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["WalkEmergeExile"] = {
name = "WalkEmergeExile",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
},
baseMods = {
},
qualityStats = {
},
stats = {
"walk_emerge_distance",
},
levels = {
[1] = {200, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
monster base type attack cast speed +% and damage -% final [33]
| Family | MonsterSpeedAndDamageFixup |
|---|---|
| Domains | monstre (3) |
| GenerationType | Unique (3) |
| Req. level | 1 |
| Stats | |
| Craft Tags | caster_damage Dégâts Attaque Lanceur de sorts Vitesse |
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.




















