Mine grouillante
Fabrication
Skitter Mine
| Spectre | Y |
|---|---|
| Tags | 2HBluntMetal_onhit_audio, Lanceur de sorts, construct, fast_movement, golem, is_unarmed, metal_armour, mud_blood, no_final_gasp, no_shroud_walker, not_dex, uses_suicide_explode, vaal, very_fast_movement |
Vie
80%
Energy Shield From Life
15%
+100%
Résistance
Damage
80%
Précision
100%
Touches critiques Chance
5%
Attack Distance
4 ~ 10
Temps d'attaque
1.5 Second
Damage Spread
±20%
Expérience
80%
Model Size
50%
Type
VaalHumanoidCannonSkitterMine
Metadata
VaalHumanoidCannonLightningSkitterMine_
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Niveau
68
Vie
5,275
4,826
Damage
186
Dégâts des sorts
186
Précision
2,502
Temps d'attaque
1.5
Expérience
22,907
Minion Life
4,712
Minion Energy Shield
832
Minion Damage
775
Minion Armour
9,652
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).
SkitterMineDetonate
Spell, Area, Damage, AreaSpell, Triggerable
Chances de Touche critique: 6%
Temps d'incantation: 1 sec.
is area damage [1]
spell maximum action distance +% [150]
Object Type
version 2
extends "Metadata/Monsters/Monster"
Actor
{
basic_action = "ChangeToStance2"
leveled_starting_effects = "DoLiterallyNothing"
}
StateMachine
{
define_shared_state = "activated = 1;"
on_or_create_state_activated_0 = "RemoveCollidability();"
on_or_create_state_activated_1 = "MakeCollidable();"
}Object Type Codes
version 2
extends "Metadata/Monsters/Monster"
Life
{
on_spawned_alive = "AddEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act3_FOUR/VaalHumanoidCannon/epk/skitterbot_volatile.epk' );"
on_death = "RemoveEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act3_FOUR/VaalHumanoidCannon/epk/skitterbot_volatile.epk' );"
} -- src\Data\Spectres.lua
minions["Metadata/Monsters/VaalHumanoids/VaalHumanoidCannon/VaalHumanoidCannonLightningSkitterMine_"] = {
name = "Skitter Mine",
life = 0.8,
energyShield = 0.15,
fireResist = 0,
coldResist = 0,
lightningResist = 0,
chaosResist = 0,
damage = 0.8,
damageSpread = 0.2,
attackTime = 1.5,
attackRange = 10,
accuracy = 1,
skillList = {
"SkitterMineDetonate",
},
modList = {
},
}
-- src\Data\Skills\spectre.lua
skills["SkitterMineDetonate"] = {
name = "SkitterMineDetonate",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Area] = true,
[SkillType.Damage] = true,
[SkillType.AreaSpell] = true,
[SkillType.Triggerable] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
area = true,
spell = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_lightning_damage",
"spell_maximum_base_lightning_damage",
"spell_maximum_action_distance_+%",
"is_area_damage",
},
levels = {
[1] = {0.5, 1.5, 150, critChance = 6, levelRequirement = 1, statInterpolation = {3, 3}, 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.