Refrator Precursor
Construto
Precursor Refractor
| Spectre | |
|---|---|
| Area | Os Salões Patriarcais, Os Salões Matriarcais, Portal Ocidental, Portal Antigo, Portal Oriental |
| Tags | construct, mud_blood, not_dex, not_int, precursor_monster, slow_movement |
| Packs |
Vida
126%
+60%
Resistência
Damage
105%
Precisão
100%
Acertos Críticos Chance
5%
Attack Distance
4 ~ 14
Tempo de Ataque
1.5 Second
Damage Spread
±20%
Experiência
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.
Nível
65
Vida
8,259
3,237
663
Damage
223
Dano Mágico
223
Precisão
2,228
Tempo de Ataque
1.5
Experiência
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
Chance de Golpe Crítico: 6%
Tempo de Conjuração: 1 s
Tempo de Ataque: 1.5 s
Eletrifica inimigos como se causasse +100% de dano
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.