Familiar funesto druídico
Demonio
monster beyond portal chance +% final [-35]
monster hellscape charge +% [-35]
monster hellscape charge +% [-35]
Druidic Dire Familiar
Spectre | Y |
---|---|
Spectre Override | Metadata/Monsters/LeagueExpedition/RatMonster/ExpeditionRatSpectre |
Tags | animal_claw_weapon, bone_armour, demon, is_runic_monster, is_unarmed, medium_movement, melee, not_int, not_str, physical_affinity, red_blood, rodent, undead |
Packs |
Vida
260%
Evasión
+50%
Ailment Threshold
185%
Resistencia
0 75 0 0
Damage
208%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de golpe crítico
+130%
Attack Distance
10 ~ 13
Attack Time
1.065 Second
Damage Spread
±20%
Experiencia
130%
Model Size
100%
Type
ExpeditionRat
Metadata
ExpeditionRat
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nivel
68
Vida
16,727
Armadura
28,790
Evasión
7,109
Escudo de energía
0
Damage
777
Daño de hechizos
777
Precisión
290
Attack Time
1.065
Experiencia
13,332
Ailment Threshold
11,902
Chill
38
Shock
38
Brittle
213
Scorch
38
Sap
104
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).
MeleeAtAnimationSpeed
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque estándar
Base Damage: 622–932
Probabilidad de golpe crítico: 5%
Attack Time: 1.065 seg
Derriba a tus enemigos con un golpe poderoso.
action attack or cast time uses animation length [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
EAAExpeditionRatLeap
Attack
Base Damage: 622–932
Probabilidad de golpe crítico: 5%
Attack Time: 1.065 seg
Tiempo de recarga: 5 seg
+6 metros al alcance de los golpes cuerpo a cuerpo
action attack or cast time uses animation length [1]
action attack or cast time uses animation length [1]
EASExpeditionRatSummon
Spell
Tiempo de lanzamiento: 3.5 seg
Tiempo de recarga: 12 seg
GAExpeditionRatDTT
Attack, Triggerable, Channel
Base Damage: 622–932
Probabilidad de golpe crítico: 5%
Daño de ataque: 120%
Daño de ataque: 120%
Attack Time: 1.065 seg
Inflige un 20% más de daño de ataque
is area damage [1]
is area damage [1]
Object Type
version 2 extends "Metadata/Monsters/LeagueExpedition/ExpeditionMonsterEliteBase" StateMachine { define_shared_state = "empty" }
Object Type Codes
version 2 extends "Metadata/Monsters/LeagueExpedition/ExpeditionMonsterEliteBase" BaseEvents { on_construction_complete = "this.ratball = AddAttached( Metadata/Effects/Spells/monsters_effects/League_Expedition/general/raticate/rat_cluster.ao, spine_3_jntBnd );" } StateMachine { on_or_create_state_empty_2 = "DetachAllOfType( Metadata/Effects/Spells/monsters_effects/League_Expedition/general/raticate/rat_cluster.ao );" } Animated { on_event_rat1 = "ratball.HideMeshSegmentsBySubstring( 01| );" on_event_rat2 = "ratball.HideMeshSegmentsBySubstring( 02 );" on_event_rat3 = "ratball.HideMeshSegmentsBySubstring( 03 );" on_event_rat4 = "ratball.HideMeshSegmentsBySubstring( 04 );" on_event_rat5 = "ratball.HideMeshSegmentsBySubstring( 05 );" on_event_rat6 = "ratball.HideMeshSegmentsBySubstring( 06 );" on_event_rat7 = "ratball.HideMeshSegmentsBySubstring( 07 );" on_event_rat8 = "ratball.HideMeshSegmentsBySubstring( 08 );" on_event_rat9 = "ratball.HideMeshSegmentsBySubstring( 09 );" on_event_rat10 = "ratball.HideMeshSegmentsBySubstring( 010 );" on_event_rat11 = "ratball.HideMeshSegmentsBySubstring( 011 );" on_event_rat12 = "ratball.HideMeshSegmentsBySubstring( 012 );" } Actor { on_start_EmptyActionSpell = "SetStateTo( glowboost, 1 );" on_end_or_destroy_EmptyActionSpell = "SetStateTo( glowboost, 0 );" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/LeagueExpedition/RatMonster/ExpeditionRat"] = { name = "Druidic Dire Familiar", life = 2.6, fireResist = 0, coldResist = 75, lightningResist = 0, chaosResist = 0, damage = 2.08, damageSpread = 0.2, attackTime = 1.065, attackRange = 13, accuracy = 1, skillList = { "MeleeAtAnimationSpeed", "GAExpeditionRatDTT", "EASExpeditionRatSummon", "EAAExpeditionRatLeap", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["MeleeAtAnimationSpeed"] = { name = "Default Attack", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Strike your foes down with a powerful blow.", skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.MirageArcherCanUse] = true, [SkillType.Projectile] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.Multistrikeable] = true, [SkillType.Melee] = true, [SkillType.ProjectilesFromUser] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, melee = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "skill_can_fire_arrows", "skill_can_fire_wand_projectiles", "action_attack_or_cast_time_uses_animation_length", "projectile_uses_contact_position", "use_scaled_contact_offset", }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["GAExpeditionRatDTT"] = { name = "GAExpeditionRatDTT", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Attack] = true, [SkillType.Triggerable] = true, [SkillType.Channel] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "is_area_damage", }, levels = { [1] = {baseMultiplier = 1.2, levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["EASExpeditionRatSummon"] = { name = "EASExpeditionRatSummon", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 3.5, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { }, levels = { [1] = {levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["EAAExpeditionRatLeap"] = { name = "EAAExpeditionRatLeap", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Attack] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.8, baseFlags = { attack = true, }, baseMods = { }, qualityStats = { }, stats = { "melee_range_+", "action_attack_or_cast_time_uses_animation_length", }, levels = { [1] = {60, levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, }
Id | MonsterTagExpedition |
---|---|
Family | MonsterTag |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Adds Tags | expedition_monster |
monster beyond portal chance +% final [-35]
monster hellscape charge +% [-35]
Id | ExpeditionReducedBeyondPortalChance |
---|---|
Family | BeyondPortalChance |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
Familiar funesto druídico
Demonio
Área: Mapa de Ciudadela
Elimina todo el escudo de energía
monster gain base ward equal to total maximum life % [20]
monster gain base ward equal to total maximum life % [20]
Druidic Dire Familiar
Spectre | Y |
---|---|
Spectre Override | Metadata/Monsters/LeagueExpedition/RatMonster/ExpeditionRatSpectre |
Area | Mapa de Ciudadela |
Tags | animal_claw_weapon, bone_armour, demon, is_runic_monster, is_unarmed, medium_movement, melee, not_int, not_str, physical_affinity, red_blood, rodent, undead |
Packs |
Vida
260%
Ward From Life
20%
Evasión
+50%
Ailment Threshold
185%
Resistencia
0 75 0 0
Damage
208%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de golpe crítico
+130%
Attack Distance
10 ~ 13
Attack Time
1.065 Second
Damage Spread
±20%
Experiencia
130%
Model Size
100%
Type
ExpeditionRat
Metadata
ExpeditionRatStandalone
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nivel
84
Vida
91,767
Armadura
99,834
Evasión
12,180
Escudo de energía
0
Damage
1,983
Daño de hechizos
1,983
Precisión
538
Attack Time
1.065
Experiencia
17,225
Ailment Threshold
65,296
Chill
206
Shock
206
Brittle
1,168
Scorch
206
Sap
570
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).
MeleeAtAnimationSpeed
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque estándar
Base Damage: 1586–2379
Probabilidad de golpe crítico: 5%
Attack Time: 1.065 seg
Derriba a tus enemigos con un golpe poderoso.
action attack or cast time uses animation length [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
EAAExpeditionRatLeap
Attack
Base Damage: 1586–2379
Probabilidad de golpe crítico: 5%
Attack Time: 1.065 seg
Tiempo de recarga: 5 seg
+6 metros al alcance de los golpes cuerpo a cuerpo
action attack or cast time uses animation length [1]
action attack or cast time uses animation length [1]
EASExpeditionRatSummon
Spell
Tiempo de lanzamiento: 3.5 seg
Tiempo de recarga: 12 seg
GAExpeditionRatDTT
Attack, Triggerable, Channel
Base Damage: 1586–2379
Probabilidad de golpe crítico: 5%
Daño de ataque: 120%
Daño de ataque: 120%
Attack Time: 1.065 seg
Inflige un 20% más de daño de ataque
is area damage [1]
is area damage [1]
Object Type
Object Type Codes
-- src\Data\Spectres.lua minions["Metadata/Monsters/LeagueExpedition/RatMonster/ExpeditionRatStandalone"] = { name = "Druidic Dire Familiar", life = 2.6, fireResist = 0, coldResist = 75, lightningResist = 0, chaosResist = 0, damage = 2.08, damageSpread = 0.2, attackTime = 1.065, attackRange = 13, accuracy = 1, skillList = { "MeleeAtAnimationSpeed", "GAExpeditionRatDTT", "EASExpeditionRatSummon", "EAAExpeditionRatLeap", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["MeleeAtAnimationSpeed"] = { name = "Default Attack", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Strike your foes down with a powerful blow.", skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.MirageArcherCanUse] = true, [SkillType.Projectile] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.Multistrikeable] = true, [SkillType.Melee] = true, [SkillType.ProjectilesFromUser] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, melee = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "skill_can_fire_arrows", "skill_can_fire_wand_projectiles", "action_attack_or_cast_time_uses_animation_length", "projectile_uses_contact_position", "use_scaled_contact_offset", }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["GAExpeditionRatDTT"] = { name = "GAExpeditionRatDTT", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Attack] = true, [SkillType.Triggerable] = true, [SkillType.Channel] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "is_area_damage", }, levels = { [1] = {baseMultiplier = 1.2, levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["EASExpeditionRatSummon"] = { name = "EASExpeditionRatSummon", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 3.5, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { }, levels = { [1] = {levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["EAAExpeditionRatLeap"] = { name = "EAAExpeditionRatLeap", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Attack] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.8, baseFlags = { attack = true, }, baseMods = { }, qualityStats = { }, stats = { "melee_range_+", "action_attack_or_cast_time_uses_animation_length", }, levels = { [1] = {60, levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, }
Id | MonsterTagExpedition |
---|---|
Family | MonsterTag |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Adds Tags | expedition_monster |
Elimina todo el escudo de energía
monster gain base ward equal to total maximum life % [20]
Id | MonsterGainLifeAsWardElite |
---|---|
Family | MonsterGainLifeAsWard |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
Familiar funesto druídico
Demonio
monster beyond portal chance +% final [-35]
monster hellscape charge +% [-35]
monster hellscape charge +% [-35]
Druidic Dire Familiar
Spectre | Y |
---|---|
Tags | animal_claw_weapon, bone_armour, demon, is_runic_monster, is_unarmed, medium_movement, melee, not_int, not_str, physical_affinity, red_blood, rodent, undead |
Vida
260%
Evasión
+50%
Ailment Threshold
185%
Resistencia
0 75 0 0
Damage
208%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de golpe crítico
+130%
Attack Distance
10 ~ 13
Attack Time
1.065 Second
Damage Spread
±20%
Experiencia
130%
Model Size
100%
Type
ExpeditionRat
Metadata
ExpeditionRatSpectre
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nivel
68
Vida
16,727
Armadura
28,790
Evasión
7,109
Escudo de energía
0
Damage
777
Daño de hechizos
777
Precisión
290
Attack Time
1.065
Experiencia
13,332
Ailment Threshold
11,902
Chill
38
Shock
38
Brittle
213
Scorch
38
Sap
104
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).
MeleeAtAnimationSpeed
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque estándar
Base Damage: 622–932
Probabilidad de golpe crítico: 5%
Attack Time: 1.065 seg
Derriba a tus enemigos con un golpe poderoso.
action attack or cast time uses animation length [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
EAAExpeditionRatLeap
Attack
Base Damage: 622–932
Probabilidad de golpe crítico: 5%
Attack Time: 1.065 seg
Tiempo de recarga: 5 seg
+6 metros al alcance de los golpes cuerpo a cuerpo
action attack or cast time uses animation length [1]
action attack or cast time uses animation length [1]
EASExpeditionRatSummon
Spell
Tiempo de lanzamiento: 3.5 seg
Tiempo de recarga: 12 seg
GAExpeditionRatDTT
Attack, Triggerable, Channel
Base Damage: 622–932
Probabilidad de golpe crítico: 5%
Daño de ataque: 120%
Daño de ataque: 120%
Attack Time: 1.065 seg
Inflige un 20% más de daño de ataque
is area damage [1]
is area damage [1]
Object Type
version 2 extends "Metadata/Monsters/LeagueExpedition/ExpeditionMonsterEliteBase" StateMachine { define_shared_state = "empty" }
Object Type Codes
version 2 extends "Metadata/Monsters/LeagueExpedition/ExpeditionMonsterEliteBase" BaseEvents { on_construction_complete = "this.ratball = AddAttached( Metadata/Effects/Spells/monsters_effects/League_Expedition/general/raticate/rat_cluster.ao, spine_3_jntBnd );" } StateMachine { on_or_create_state_empty_2 = "DetachAllOfType( Metadata/Effects/Spells/monsters_effects/League_Expedition/general/raticate/rat_cluster.ao );" } Animated { on_event_rat1 = "ratball.HideMeshSegmentsBySubstring( 01| );" on_event_rat2 = "ratball.HideMeshSegmentsBySubstring( 02 );" on_event_rat3 = "ratball.HideMeshSegmentsBySubstring( 03 );" on_event_rat4 = "ratball.HideMeshSegmentsBySubstring( 04 );" on_event_rat5 = "ratball.HideMeshSegmentsBySubstring( 05 );" on_event_rat6 = "ratball.HideMeshSegmentsBySubstring( 06 );" on_event_rat7 = "ratball.HideMeshSegmentsBySubstring( 07 );" on_event_rat8 = "ratball.HideMeshSegmentsBySubstring( 08 );" on_event_rat9 = "ratball.HideMeshSegmentsBySubstring( 09 );" on_event_rat10 = "ratball.HideMeshSegmentsBySubstring( 010 );" on_event_rat11 = "ratball.HideMeshSegmentsBySubstring( 011 );" on_event_rat12 = "ratball.HideMeshSegmentsBySubstring( 012 );" } Actor { on_start_EmptyActionSpell = "SetStateTo( glowboost, 1 );" on_end_or_destroy_EmptyActionSpell = "SetStateTo( glowboost, 0 );" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/LeagueExpedition/RatMonster/ExpeditionRatSpectre"] = { name = "Druidic Dire Familiar", life = 2.6, fireResist = 0, coldResist = 75, lightningResist = 0, chaosResist = 0, damage = 2.08, damageSpread = 0.2, attackTime = 1.065, attackRange = 13, accuracy = 1, skillList = { "MeleeAtAnimationSpeed", "GAExpeditionRatDTT", "EASExpeditionRatSummon", "EAAExpeditionRatLeap", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["MeleeAtAnimationSpeed"] = { name = "Default Attack", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Strike your foes down with a powerful blow.", skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.MirageArcherCanUse] = true, [SkillType.Projectile] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.Multistrikeable] = true, [SkillType.Melee] = true, [SkillType.ProjectilesFromUser] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, melee = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "skill_can_fire_arrows", "skill_can_fire_wand_projectiles", "action_attack_or_cast_time_uses_animation_length", "projectile_uses_contact_position", "use_scaled_contact_offset", }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["GAExpeditionRatDTT"] = { name = "GAExpeditionRatDTT", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Attack] = true, [SkillType.Triggerable] = true, [SkillType.Channel] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "is_area_damage", }, levels = { [1] = {baseMultiplier = 1.2, levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["EASExpeditionRatSummon"] = { name = "EASExpeditionRatSummon", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 3.5, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { }, levels = { [1] = {levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["EAAExpeditionRatLeap"] = { name = "EAAExpeditionRatLeap", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Attack] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.8, baseFlags = { attack = true, }, baseMods = { }, qualityStats = { }, stats = { "melee_range_+", "action_attack_or_cast_time_uses_animation_length", }, levels = { [1] = {60, levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, }
monster beyond portal chance +% final [-35]
monster hellscape charge +% [-35]
Id | ExpeditionReducedBeyondPortalChance |
---|---|
Family | BeyondPortalChance |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
Familiar funesto druídico
Demonio
Área: Lago de Kalandra
monster beyond portal chance +% final [-35]
monster hellscape charge +% [-35]
monster hellscape charge +% [-35]
Druidic Dire Familiar
Spectre | N |
---|---|
Area | Lago de Kalandra |
Tags | animal_claw_weapon, bone_armour, demon, is_unarmed, medium_movement, melee, not_int, not_str, physical_affinity, red_blood, rodent, undead |
Packs |
Vida
260%
Evasión
+50%
Ailment Threshold
185%
Resistencia
0 75 0 0
Damage
208%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de golpe crítico
+130%
Attack Distance
10 ~ 13
Attack Time
1.065 Second
Damage Spread
±20%
Experiencia
130%
Model Size
100%
Type
ExpeditionRat
Metadata
ExpeditionRat
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nivel
68
Vida
16,727
Armadura
28,790
Evasión
7,109
Escudo de energía
0
Damage
777
Daño de hechizos
777
Precisión
290
Attack Time
1.065
Experiencia
13,332
Ailment Threshold
11,902
Chill
38
Shock
38
Brittle
213
Scorch
38
Sap
104
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).
MeleeAtAnimationSpeed
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque estándar
Base Damage: 622–932
Probabilidad de golpe crítico: 5%
Attack Time: 1.065 seg
Derriba a tus enemigos con un golpe poderoso.
action attack or cast time uses animation length [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
EAAExpeditionRatLeap
Attack
Base Damage: 622–932
Probabilidad de golpe crítico: 5%
Attack Time: 1.065 seg
Tiempo de recarga: 5 seg
+6 metros al alcance de los golpes cuerpo a cuerpo
action attack or cast time uses animation length [1]
action attack or cast time uses animation length [1]
EASExpeditionRatSummon
Spell
Tiempo de lanzamiento: 3.5 seg
Tiempo de recarga: 12 seg
GAExpeditionRatDTT
Attack, Triggerable, Channel
Base Damage: 622–932
Probabilidad de golpe crítico: 5%
Daño de ataque: 120%
Daño de ataque: 120%
Attack Time: 1.065 seg
Inflige un 20% más de daño de ataque
is area damage [1]
is area damage [1]
Object Type
version 2 extends "Metadata/Monsters/LeagueExpedition/ExpeditionMonsterEliteBase" StateMachine { define_shared_state = "empty" }
Object Type Codes
version 2 extends "Metadata/Monsters/LeagueExpedition/ExpeditionMonsterEliteBase" BaseEvents { on_construction_complete = "this.ratball = AddAttached( Metadata/Effects/Spells/monsters_effects/League_Expedition/general/raticate/rat_cluster.ao, spine_3_jntBnd );" } StateMachine { on_or_create_state_empty_2 = "DetachAllOfType( Metadata/Effects/Spells/monsters_effects/League_Expedition/general/raticate/rat_cluster.ao );" } Animated { on_event_rat1 = "ratball.HideMeshSegmentsBySubstring( 01| );" on_event_rat2 = "ratball.HideMeshSegmentsBySubstring( 02 );" on_event_rat3 = "ratball.HideMeshSegmentsBySubstring( 03 );" on_event_rat4 = "ratball.HideMeshSegmentsBySubstring( 04 );" on_event_rat5 = "ratball.HideMeshSegmentsBySubstring( 05 );" on_event_rat6 = "ratball.HideMeshSegmentsBySubstring( 06 );" on_event_rat7 = "ratball.HideMeshSegmentsBySubstring( 07 );" on_event_rat8 = "ratball.HideMeshSegmentsBySubstring( 08 );" on_event_rat9 = "ratball.HideMeshSegmentsBySubstring( 09 );" on_event_rat10 = "ratball.HideMeshSegmentsBySubstring( 010 );" on_event_rat11 = "ratball.HideMeshSegmentsBySubstring( 011 );" on_event_rat12 = "ratball.HideMeshSegmentsBySubstring( 012 );" } Actor { on_start_EmptyActionSpell = "SetStateTo( glowboost, 1 );" on_end_or_destroy_EmptyActionSpell = "SetStateTo( glowboost, 0 );" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/LeagueLake/RatMonster/ExpeditionRat"] = { name = "Druidic Dire Familiar", life = 2.6, fireResist = 0, coldResist = 75, lightningResist = 0, chaosResist = 0, damage = 2.08, damageSpread = 0.2, attackTime = 1.065, attackRange = 13, accuracy = 1, skillList = { "MeleeAtAnimationSpeed", "GAExpeditionRatDTT", "EASExpeditionRatSummon", "EAAExpeditionRatLeap", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["MeleeAtAnimationSpeed"] = { name = "Default Attack", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Strike your foes down with a powerful blow.", skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.MirageArcherCanUse] = true, [SkillType.Projectile] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.Multistrikeable] = true, [SkillType.Melee] = true, [SkillType.ProjectilesFromUser] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, melee = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "skill_can_fire_arrows", "skill_can_fire_wand_projectiles", "action_attack_or_cast_time_uses_animation_length", "projectile_uses_contact_position", "use_scaled_contact_offset", }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["GAExpeditionRatDTT"] = { name = "GAExpeditionRatDTT", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Attack] = true, [SkillType.Triggerable] = true, [SkillType.Channel] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "is_area_damage", }, levels = { [1] = {baseMultiplier = 1.2, levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["EASExpeditionRatSummon"] = { name = "EASExpeditionRatSummon", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 3.5, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { }, levels = { [1] = {levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["EAAExpeditionRatLeap"] = { name = "EAAExpeditionRatLeap", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Attack] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.8, baseFlags = { attack = true, }, baseMods = { }, qualityStats = { }, stats = { "melee_range_+", "action_attack_or_cast_time_uses_animation_length", }, levels = { [1] = {60, levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, }
Id | MonsterTagExpedition |
---|---|
Family | MonsterTag |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Adds Tags | expedition_monster |
monster beyond portal chance +% final [-35]
monster hellscape charge +% [-35]
Id | ExpeditionReducedBeyondPortalChance |
---|---|
Family | BeyondPortalChance |
Domains | monstruo (3) |
GenerationType | Único (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.