Liantra
DémonZone : Tour, Tour, Carte
monster dropped item rarity +% [15000]
monster slain experience +% [100]
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
monster no drops [1]
monster slain experience +% [100]
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
monster no drops [1]
| Spectre | |
|---|---|
| Area | Tour, Tour, Carte |
| Tags | bludgeoning_weapon, bone_armour, Lanceur de sorts, demon, human, humanoid, is_unarmed, large_height, lightning_affinity, medium_movement, non_unique_map_boss, not_dex, not_str, ranged, red_blood |
Vie
400%
Energy Shield From Life
100%
Ailment Threshold
400%
Résistance
Damage
200%
Précision
100%
Chances de coup critique
+5%
Multiplicateur de coups critiques
+130%
Attack Distance
6 ~ 8
Attack Time
1.5 Second
Damage Spread
±20%
Expérience
200%
Model Size
120%
Type
ShavronneTowerMap
Metadata
ShavronneTowerMap
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Niveau
76
Vie
2,289,127
Armure
53,896
Score d'Évasion
6,235
Bouclier d'énergie
40,120
Damage
1,369
Dégâts des sorts
2,043
Précision
792
Attack Time
1.005
Expérience
132,044
Minion Life
463,075
Minion Energy Shield
8,116
Minion Damage
1,125
Ailment Threshold
1,167,455
Chill
3,691
Shock
3,691
Brittle
20,885
Scorch
3,691
Sap
10,199
Phys Convert Ele
280%
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).
ShavronneSpellProjectileTower
Spell, Projectile, ProjectilesFromUser, Triggerable
Temps d'incantation: 1.5 sec.
base is projectile [1]
monster projectile variation [6]
spell maximum base lightning damage [4942]
spell minimum base lightning damage [1765]
ShavronneLightningPulse
Spell, Damage, Area, AreaSpell
Temps d'incantation: 3.2 sec.
Temps de recharge: 10 sec.
100% de chances d'Électrocuter les Ennemis
active skill area of effect radius +% final [60]
is area damage [1]
spell maximum base lightning damage [7026]
spell minimum base lightning damage [4684]
ShavronneTeleportTower
Spell, Triggerable
Temps d'incantation: 2 sec.
Temps de recharge: 12 sec.
La Durée de base est de 3 secondes
25% de chances d'Électrocuter les Ennemis
is area damage [1]
shavronne teleport number of markers [14]
spell maximum base lightning damage [3790]
spell minimum base lightning damage [2527]
ShavronneLevitatingProjectile
Spell, Projectile, Damage
Temps d'incantation: 8 sec.
Temps de recharge: 20 sec.
active skill area of effect radius +% final [35]
base is projectile [1]
is area damage [1]
spell maximum base lightning damage [5017]
spell minimum base lightning damage [1672]
ShavronneSummonLightningBooks
Spell, Multicastable, Triggerable, Trappable, Totemable, Mineable
Temps d'incantation: 2 sec.
Temps de recharge: 8 sec.
alternate minion [209]
minion dies when parent dies [1]
number of monsters to summon [2]
summon specific monsters radius +% [30]
summoned monsters are minions [1]
ShavronneEmpowerBeam
Spell
Temps d'incantation: 0.5 sec.
Temps de recharge: 20 sec.
La Durée de base est de 8 secondes
ShavronneSummonLightningBooksOnTarget
Spell, Multicastable, Triggerable
Temps d'incantation: 2 sec.
Temps de recharge: 8 sec.
alternate minion [209]
number of monsters to summon [2]
summon specific monsters radius +% [30]
summoned monsters are minions [1]
ShavronneProjectileBarrage
Spell, Projectile, Damage
Temps d'incantation: 9 sec.
Temps de recharge: 20 sec.
base is projectile [1]
projectile uses contact position [1]
spell maximum base lightning damage [5017]
spell minimum base lightning damage [1672]
ShavronneNoTeleportTower
Spell, Triggerable
Temps d'incantation: 2 sec.
Temps de recharge: 12 sec.
La Durée de base est de 3 secondes
25% de chances d'Électrocuter les Ennemis
is area damage [1]
shavronne teleport no teleport [1]
shavronne teleport number of markers [14]
spell maximum base lightning damage [3790]
spell minimum base lightning damage [2527]
Object Type
version 2
extends "Metadata/Monsters/Monster"
Actor
{
basic_action = "ShavronnePossess"
basic_action = "ChangeToStance2"
}
Stats
{
set_cannot_die = 1
}
Transitionable
{
} -- src\Data\Spectres.lua
minions["Metadata/Monsters/Shavronne/ShavronneTowerMap"] = {
fireResist = 40,
coldResist = 40,
lightningResist = 40,
chaosResist = 25,
name = "Liantra",
life = 4,
energyShield = 1,
damage = 2,
damageSpread = 0.2,
attackTime = 1.5,
attackRange = 8,
accuracy = 1,
skillList = {
"ShavronneSpellProjectileTower",
"ShavronneTeleportTower",
"ShavronneNoTeleportTower",
"ShavronneLightningPulse",
"ShavronneLevitatingProjectile",
"ShavronneSummonLightningBooks",
"ShavronneSummonLightningBooksOnTarget",
"ShavronneEmpowerBeam",
"ShavronneProjectileBarrage",
},
modList = {
},
}
-- src\Data\Skills\spectre.lua
skills["ShavronneSpellProjectileTower"] = {
name = "ShavronneSpellProjectileTower",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Projectile] = true,
[SkillType.ProjectilesFromUser] = true,
[SkillType.Triggerable] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1.5,
baseFlags = {
spell = true,
projectile = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_lightning_damage",
"spell_maximum_base_lightning_damage",
"monster_projectile_variation",
"base_is_projectile",
},
levels = {
[1] = {0.5, 1.3999999761581, 6, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["ShavronneTeleportTower"] = {
name = "ShavronneTeleportTower",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Triggerable] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 2,
baseFlags = {
spell = true,
area = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_lightning_damage",
"spell_maximum_base_lightning_damage",
"base_skill_effect_duration",
"base_chance_to_shock_%",
"shavronne_teleport_number_of_markers",
"is_area_damage",
},
levels = {
[1] = {0.80000001192093, 1.2000000476837, 3000, 25, 14, levelRequirement = 40, statInterpolation = {3, 3}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["ShavronneNoTeleportTower"] = {
name = "ShavronneNoTeleportTower",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Triggerable] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 2,
baseFlags = {
spell = true,
area = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_lightning_damage",
"spell_maximum_base_lightning_damage",
"base_skill_effect_duration",
"base_chance_to_shock_%",
"shavronne_teleport_number_of_markers",
"is_area_damage",
"shavronne_teleport_no_teleport",
},
levels = {
[1] = {0.80000001192093, 1.2000000476837, 3000, 25, 14, levelRequirement = 40, statInterpolation = {3, 3}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["ShavronneLightningPulse"] = {
name = "ShavronneLightningPulse",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Damage] = true,
[SkillType.Area] = true,
[SkillType.AreaSpell] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 3.2,
baseFlags = {
area = true,
spell = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_lightning_damage",
"spell_maximum_base_lightning_damage",
"base_chance_to_shock_%",
"active_skill_area_of_effect_radius_+%_final",
"is_area_damage",
},
levels = {
[1] = {0.80000001192093, 1.2000000476837, 100, 60, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["ShavronneLevitatingProjectile"] = {
name = "ShavronneLevitatingProjectile",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Projectile] = true,
[SkillType.Damage] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 8,
baseFlags = {
spell = true,
projectile = true,
area = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_lightning_damage",
"spell_maximum_base_lightning_damage",
"active_skill_area_of_effect_radius_+%_final",
"base_is_projectile",
"is_area_damage",
},
levels = {
[1] = {0.5, 1.5, 35, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["ShavronneSummonLightningBooks"] = {
name = "ShavronneSummonLightningBooks",
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 = 2,
baseFlags = {
spell = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"alternate_minion",
"number_of_monsters_to_summon",
"summon_specific_monsters_radius_+%",
"summoned_monsters_are_minions",
"minion_dies_when_parent_dies",
},
levels = {
[1] = {209, 2, 30, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["ShavronneSummonLightningBooksOnTarget"] = {
name = "ShavronneSummonLightningBooksOnTarget",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Multicastable] = true,
[SkillType.Triggerable] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 2,
baseFlags = {
spell = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"alternate_minion",
"number_of_monsters_to_summon",
"summon_specific_monsters_radius_+%",
"summoned_monsters_are_minions",
},
levels = {
[1] = {209, 2, 30, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["ShavronneEmpowerBeam"] = {
name = "ShavronneEmpowerBeam",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 0.5,
baseFlags = {
spell = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"base_skill_effect_duration",
},
levels = {
[1] = {8000, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["ShavronneProjectileBarrage"] = {
name = "ShavronneProjectileBarrage",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Projectile] = true,
[SkillType.Damage] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 9,
baseFlags = {
spell = true,
projectile = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_lightning_damage",
"spell_maximum_base_lightning_damage",
"base_is_projectile",
"projectile_uses_contact_position",
},
levels = {
[1] = {0.5, 1.5, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, },
},
}
monster dropped item rarity +% [15000]
monster slain experience +% [100]
| Family | MonsterMapBoss |
|---|---|
| Domains | monstre (3) |
| GenerationType | Unique (3) |
| Req. level | 1 |
| Stats |
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 |
monster no drops [1]
| Family | MonsterNoDrops |
|---|---|
| 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 | 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.cannot_die | 1 |
| 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, ShavronnePossess, ChangeToStance2 |
| Actor.slow_animations_go_to_idle | true |
Liantra
Démonmonster dropped item rarity +% [15000]
monster slain experience +% [100]
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
monster slain experience +% [100]
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
| Spectre | |
|---|---|
| Tags | bludgeoning_weapon, bone_armour, demon, human, humanoid, is_unarmed, large_height, medium_movement, non_attacking, not_dex, not_str, red_blood |
Vie
400%
Energy Shield From Life
100%
Ailment Threshold
400%
Résistance
Damage
200%
Précision
100%
Chances de coup critique
+5%
Multiplicateur de coups critiques
+130%
Attack Distance
6 ~ 8
Attack Time
1.5 Second
Damage Spread
±20%
Expérience
200%
Model Size
120%
Type
ShavronneTowerMap
Metadata
ShavronneTowerMapElder
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
set_immune_vaal_lighting_warp = 1
}
Transitionable
{
}
Preload
{
preload_object = "Metadata/Monsters/ElderBosses/ElderAbsorb"
preload_object = "Metadata/MiscellaneousObjects/ElderPortal"
} -- src\Data\Spectres.lua
minions["Metadata/Monsters/Shavronne/ShavronneTowerMapElder"] = {
fireResist = 40,
coldResist = 40,
lightningResist = 40,
chaosResist = 25,
name = "Liantra",
life = 4,
energyShield = 1,
damage = 2,
damageSpread = 0.2,
attackTime = 1.5,
attackRange = 8,
accuracy = 1,
skillList = {
},
modList = {
},
}
monster dropped item rarity +% [15000]
monster slain experience +% [100]
| Family | MonsterMapBoss |
|---|---|
| Domains | monstre (3) |
| GenerationType | Unique (3) |
| Req. level | 1 |
| Stats |
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 |
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.




















