Refractor precursor
Constructo
Precursor Refractor
Vida
126%
+60%
Resistencia
Damage
105%
Precisión
100%
Impactos críticos Chance
5%
Attack Distance
4 ~ 14
Tiempo de ataque
1.5 Second
Damage Spread
±20%
Experiencia
105%
Model Size
100%
Type
PrecursorCannisterMover
Metadata
PrecursorCannisterMover
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nivel
65
Vida
8,259
3,237
663
Damage
223
Daño de hechizos
223
Precisión
2,228
Tiempo de ataque
1.5
Experiencia
22,582
Minion Life
7,915
Minion Damage
870
Minion Armour
5,664
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).
TBPrecursorCannisterMoverSingleShock
Spell, Triggerable, Attack, Damage, AttackInPlace
Base Damage: 178—268
Probabilidad de impacto crítico: 6%
Tiempo de lanzamiento: 1 seg
Tiempo de ataque: 1.5 seg
Electrocuta a los enemigos como si infligiera un 100% más de daño
EGPrecursorCannisterMoverShockNova
Triggerable
Object Type
-- src\Data\Spectres.lua
minions["Metadata/Monsters/PrecursorCannisterMover/PrecursorCannisterMover"] = {
fireResist = 0,
coldResist = 0,
lightningResist = 0,
chaosResist = 0,
name = "Precursor Refractor",
life = 1.26,
damage = 1.05,
damageSpread = 0.2,
attackTime = 1.5,
attackRange = 14,
accuracy = 1,
skillList = {
"TBPrecursorCannisterMoverSingleShock",
"EGPrecursorCannisterMoverShockNova",
},
modList = {
},
}
-- src\Data\Skills\spectre.lua
skills["TBPrecursorCannisterMoverSingleShock"] = {
name = "TBPrecursorCannisterMoverSingleShock",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Triggerable] = true,
[SkillType.Attack] = true,
[SkillType.Damage] = true,
[SkillType.AttackInPlace] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
spell = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_lightning_damage",
"spell_maximum_base_lightning_damage",
"active_skill_shock_as_though_damage_+%_final",
},
levels = {
[1] = {0.5, 1.5, 100, critChance = 6, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["EGPrecursorCannisterMoverShockNova"] = {
name = "EGPrecursorCannisterMoverShockNova",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
},
baseMods = {
},
qualityStats = {
},
stats = {
},
levels = {
[1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
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.