Precursor Refractor
FabricationVie
126%
+60%
Résistance
Damage
105%
Précision
100%
Touches critiques Chance
5%
Attack Distance
4 ~ 14
Temps d'attaque
1.5 Second
Damage Spread
±20%
Expérience
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.
Niveau
65
Vie
8,259
3,237
Damage
223
Dégâts des sorts
223
Précision
2,228
Temps d'attaque
1.5
Expérience
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
Chances de Touche critique: 6%
Temps d'incantation: 1 sec.
Temps d'attaque: 1.5 sec.
Électrocute les Ennemis comme si vous aviez 100% Davantage de Dégâts
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.