Murciélago forjado
Bestia
Forged Bat
| Spectre | Y |
|---|---|
| Tags | beast, Lanzador de hechizos, flesh_armour, flying, is_unarmed, lightning_affinity, mammal_beast, medium_height, melee, not_int, not_str, physical_affinity, slow_movement |
Vida
96%
Evasión
+20%
Ailment Threshold
96%
Resistencia
Damage
126%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de golpe crítico
+130%
Attack Distance
6 ~ 9
Attack Time
1.5 Second
Damage Spread
±20%
Experiencia
80%
Model Size
90%
Type
CrucibleMineBat
Metadata
MineBat
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nivel
68
Vida
6,176
Armadura
28,790
Evasión
5,687
Damage
471
Daño de hechizos
471
Precisión
580
Attack Time
1.5
Experiencia
8,204
Minion Life
1,340
Minion Damage
376
Ailment Threshold
6,176
Chill
20
Shock
20
Brittle
110
Scorch
20
Sap
54
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).
MeleeAtAnimationSpeedFire
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque estándar
Base Damage: 377–565
Probabilidad de golpe crítico: 5%
Attack Time: 1.5 seg
Derriba a tus enemigos con un golpe poderoso.
GSCrucibleBatFlameBreath
Spell, Triggerable
Probabilidad de golpe crítico: 5%
Tiempo de lanzamiento: 1.2 seg
Tus golpes no pueden aturdir a los enemigos
Inflige de 214 a 320.9 de daño de fuego
is area damage [1]
EASCrucibleBatFlameBreath
Spell
Tiempo de lanzamiento: 1.2 seg
DTTCrucibleBatDash
Spell, Movement
Tiempo de lanzamiento: 1.8 seg
Tiempo de recarga: 8 seg
leap slam minimum distance [15]
spell maximum action distance +% [-30]
walk emerge extra distance [-10]
Object Type
version 2
extends "Metadata/Monsters/LeagueCrucible/CrucibleMonsterBase"
extends "Metadata/Monsters/LeagueCrucible/FireMonsterBase"
Actor
{
basic_action = "Emerge"
}Object Type Codes
version 2 extends "Metadata/Monsters/LeagueCrucible/CrucibleMonsterBase" extends "Metadata/Monsters/LeagueCrucible/FireMonsterBase"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/LeagueCrucible/Fire/MineBat"] = {
name = "Forged Bat",
life = 0.96,
fireResist = 40,
coldResist = 0,
lightningResist = 0,
chaosResist = 0,
damage = 1.26,
damageSpread = 0.2,
attackTime = 1.5,
attackRange = 9,
accuracy = 1,
skillList = {
"MeleeAtAnimationSpeedFire",
"GSCrucibleBatFlameBreath",
"EASCrucibleBatFlameBreath",
"DTTCrucibleBatDash",
},
modList = {
},
}
-- src\Data\Skills\spectre.lua
skills["MeleeAtAnimationSpeedFire"] = {
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_physical_damage_%_to_convert_to_fire",
"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] = {75, baseMultiplier = 0.75, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["GSCrucibleBatFlameBreath"] = {
name = "GSCrucibleBatFlameBreath",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Triggerable] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1.2,
baseFlags = {
spell = true,
area = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_fire_damage",
"spell_maximum_base_fire_damage",
"is_area_damage",
"cannot_stun",
},
levels = {
[1] = {0.80000001192093, 1.2000000476837, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["EASCrucibleBatFlameBreath"] = {
name = "EASCrucibleBatFlameBreath",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1.2,
baseFlags = {
spell = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
},
levels = {
[1] = {levelRequirement = 0, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["DTTCrucibleBatDash"] = {
name = "DTTCrucibleBatDash",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Movement] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1.8,
baseFlags = {
spell = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"walk_emerge_extra_distance",
"leap_slam_minimum_distance",
"spell_maximum_action_distance_+%",
},
levels = {
[1] = {-10, 15, -30, levelRequirement = 0, statInterpolation = {}, cost = { }, },
},
}
| key | val |
|---|---|
| Actor.basic_action | Emerge |
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.