Ужасный подручный друида
Демон
monster beyond portal chance +% final [-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 |
Здоровье
260%
Уклонение
+50%
Ailment Threshold
185%
Сопротивление
0 75 0 0
Damage
208%
Точность
100%
Шанс критического удара
+5%
Множитель критического удара
+130%
Attack Distance
10 ~ 13
Attack Time
1.065 Second
Damage Spread
±20%
Опыт
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.
Уровень
68
Здоровье
16,727
Броня
28,790
Уклонение
7,109
Энергетический щит
0
Damage
777
Урон от чар
777
Точность
290
Attack Time
1.065
Опыт
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
Атака
Base Damage: 622–932
Шанс критического удара: 5%
Attack Time: 1.065 сек.
Герой наносит обычный удар.
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
Шанс критического удара: 5%
Attack Time: 1.065 сек.
Перезарядка: 5 сек.
+6 м к дальности ударов ближнего боя
action attack or cast time uses animation length [1]
action attack or cast time uses animation length [1]
EASExpeditionRatSummon
Spell
Время применения: 3.5 сек.
Перезарядка: 12 сек.
GAExpeditionRatDTT
Attack, Triggerable, Channel
Base Damage: 622–932
Шанс критического удара: 5%
Урон от атаки: 120%
Урон от атаки: 120%
Attack Time: 1.065 сек.
Наносит на 20% больше урона атаками
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 | монстр (3) |
GenerationType | Уникальный (3) |
Req. level | 1 |
Adds Tags | expedition_monster |
monster beyond portal chance +% final [-35]
monster hellscape charge +% [-35]
Id | ExpeditionReducedBeyondPortalChance |
---|---|
Family | BeyondPortalChance |
Domains | монстр (3) |
GenerationType | Уникальный (3) |
Req. level | 1 |
Stats |
Ужасный подручный друида
Демон
Область: Карта цитадели
Удаляет весь энергетический щит
monster gain base ward equal to total maximum life % [20]
Druidic Dire Familiar
Spectre | Y |
---|---|
Spectre Override | Metadata/Monsters/LeagueExpedition/RatMonster/ExpeditionRatSpectre |
Area | Карта цитадели |
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 |
Здоровье
260%
Ward From Life
20%
Уклонение
+50%
Ailment Threshold
185%
Сопротивление
0 75 0 0
Damage
208%
Точность
100%
Шанс критического удара
+5%
Множитель критического удара
+130%
Attack Distance
10 ~ 13
Attack Time
1.065 Second
Damage Spread
±20%
Опыт
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.
Уровень
84
Здоровье
91,767
Броня
99,834
Уклонение
12,180
Энергетический щит
0
Damage
1,983
Урон от чар
1,983
Точность
538
Attack Time
1.065
Опыт
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
Атака
Base Damage: 1586–2379
Шанс критического удара: 5%
Attack Time: 1.065 сек.
Герой наносит обычный удар.
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
Шанс критического удара: 5%
Attack Time: 1.065 сек.
Перезарядка: 5 сек.
+6 м к дальности ударов ближнего боя
action attack or cast time uses animation length [1]
action attack or cast time uses animation length [1]
EASExpeditionRatSummon
Spell
Время применения: 3.5 сек.
Перезарядка: 12 сек.
GAExpeditionRatDTT
Attack, Triggerable, Channel
Base Damage: 1586–2379
Шанс критического удара: 5%
Урон от атаки: 120%
Урон от атаки: 120%
Attack Time: 1.065 сек.
Наносит на 20% больше урона атаками
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 | монстр (3) |
GenerationType | Уникальный (3) |
Req. level | 1 |
Adds Tags | expedition_monster |
Удаляет весь энергетический щит
monster gain base ward equal to total maximum life % [20]
Id | MonsterGainLifeAsWardElite |
---|---|
Family | MonsterGainLifeAsWard |
Domains | монстр (3) |
GenerationType | Уникальный (3) |
Req. level | 1 |
Stats |
Ужасный подручный друида
Демон
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 |
Здоровье
260%
Уклонение
+50%
Ailment Threshold
185%
Сопротивление
0 75 0 0
Damage
208%
Точность
100%
Шанс критического удара
+5%
Множитель критического удара
+130%
Attack Distance
10 ~ 13
Attack Time
1.065 Second
Damage Spread
±20%
Опыт
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.
Уровень
68
Здоровье
16,727
Броня
28,790
Уклонение
7,109
Энергетический щит
0
Damage
777
Урон от чар
777
Точность
290
Attack Time
1.065
Опыт
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
Атака
Base Damage: 622–932
Шанс критического удара: 5%
Attack Time: 1.065 сек.
Герой наносит обычный удар.
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
Шанс критического удара: 5%
Attack Time: 1.065 сек.
Перезарядка: 5 сек.
+6 м к дальности ударов ближнего боя
action attack or cast time uses animation length [1]
action attack or cast time uses animation length [1]
EASExpeditionRatSummon
Spell
Время применения: 3.5 сек.
Перезарядка: 12 сек.
GAExpeditionRatDTT
Attack, Triggerable, Channel
Base Damage: 622–932
Шанс критического удара: 5%
Урон от атаки: 120%
Урон от атаки: 120%
Attack Time: 1.065 сек.
Наносит на 20% больше урона атаками
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 | монстр (3) |
GenerationType | Уникальный (3) |
Req. level | 1 |
Stats |
Ужасный подручный друида
Демон
Область: Озеро Каландры
monster beyond portal chance +% final [-35]
monster hellscape charge +% [-35]
Druidic Dire Familiar
Spectre | N |
---|---|
Area | Озеро Каландры |
Tags | animal_claw_weapon, bone_armour, demon, is_unarmed, medium_movement, melee, not_int, not_str, physical_affinity, red_blood, rodent, undead |
Packs |
Здоровье
260%
Уклонение
+50%
Ailment Threshold
185%
Сопротивление
0 75 0 0
Damage
208%
Точность
100%
Шанс критического удара
+5%
Множитель критического удара
+130%
Attack Distance
10 ~ 13
Attack Time
1.065 Second
Damage Spread
±20%
Опыт
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.
Уровень
68
Здоровье
16,727
Броня
28,790
Уклонение
7,109
Энергетический щит
0
Damage
777
Урон от чар
777
Точность
290
Attack Time
1.065
Опыт
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
Атака
Base Damage: 622–932
Шанс критического удара: 5%
Attack Time: 1.065 сек.
Герой наносит обычный удар.
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
Шанс критического удара: 5%
Attack Time: 1.065 сек.
Перезарядка: 5 сек.
+6 м к дальности ударов ближнего боя
action attack or cast time uses animation length [1]
action attack or cast time uses animation length [1]
EASExpeditionRatSummon
Spell
Время применения: 3.5 сек.
Перезарядка: 12 сек.
GAExpeditionRatDTT
Attack, Triggerable, Channel
Base Damage: 622–932
Шанс критического удара: 5%
Урон от атаки: 120%
Урон от атаки: 120%
Attack Time: 1.065 сек.
Наносит на 20% больше урона атаками
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 | монстр (3) |
GenerationType | Уникальный (3) |
Req. level | 1 |
Adds Tags | expedition_monster |
monster beyond portal chance +% final [-35]
monster hellscape charge +% [-35]
Id | ExpeditionReducedBeyondPortalChance |
---|---|
Family | BeyondPortalChance |
Domains | монстр (3) |
GenerationType | Уникальный (3) |
Req. level | 1 |
Stats |