Precursor Refractor
Construct| Spectre | |
|---|---|
| Area | The Patriarch Halls, The Matriarch Halls, Western Gateway, Ancient Gateway, Eastern Gateway |
| Tags | construct, mud_blood, not_dex, not_int, precursor_monster, slow_movement |
| Packs |
Life
126%
Armour
+60%
Resistance
Damage
105%
Accuracy
100%
Critical Hits Chance
5%
Attack Distance
4 ~ 14
Attack Time
1.5 Second
Damage Spread
±20%
Experience
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.
Level
65
Life
8,259
Armour
3,237
Evasion Rating
663
Damage
223
Spell Damage
223
Accuracy
2,228
Attack Time
1.5
Experience
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
Critical Hit Chance: 6%
Cast Time: 1 sec
Attack Time: 1.5 sec
Shocks Enemies as though dealing 100% more Damage
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.












