| Spectre | N |
|---|---|
| Area | Ribera, Grieta |
| Tags | beast, fast_movement, mammal_beast, MonsterBlunt_onhit_audio, not_dex, not_int, red_blood, very_fast_movement |
Vida
250%
+50%
Resistencia
Damage
530%
Precisión
100%
Impactos críticos Chance
5%
Attack Distance
9 ~ 27
Tiempo de ataque
1.995 Second
Damage Spread
±20%
Experiencia
250%
Model Size
100%
Type
QuadrillaBossMap
Metadata
QuadrillaBossMAP
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nivel
65
Vida
16,283
3,035
663
Damage
1,126
Daño de hechizos
1,126
Precisión
2,228
Tiempo de ataque
1.995
Experiencia
53,768
Minion Life
15,705
Minion Damage
4,393
Minion Armour
5,058
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).
MeleeAtAnimationSpeedUnique
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Melee, ProjectilesFromUser, AttackInPlace
Ataque básico
Base Damage: 900—1351
Probabilidad de impacto crítico: 5%
Tiempo de ataque: 1.995 seg
action attack or cast time uses animation length [1]
monster penalty against minions damage +% final vs player minions [100]
projectile uses contact position [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
EAAQuadrillaBossCleaveLeft
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Melee, ProjectilesFromUser, AttackInPlace
Ataque básico
Base Damage: 900—1351
Probabilidad de impacto crítico: 5%
Tiempo de ataque: 1.995 seg
Tiempo de recarga: 6.5 seg
attack maximum action distance + [4]
base skill can be avoided by dodge roll [1]
base skill can be blocked [1]
is area damage [1]
monster penalty against minions damage +% final vs player minions [150]
EAAQuadrillaBossCleaveRight
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Melee, ProjectilesFromUser, AttackInPlace
Ataque básico
Base Damage: 900—1351
Probabilidad de impacto crítico: 5%
Tiempo de ataque: 1.995 seg
Tiempo de recarga: 6.5 seg
attack maximum action distance + [4]
base skill can be avoided by dodge roll [1]
base skill can be blocked [1]
is area damage [1]
monster penalty against minions damage +% final vs player minions [150]
EAAQuadrillaBossSpin
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Melee, ProjectilesFromUser, AttackInPlace
Ataque básico
Base Damage: 900—1351
Probabilidad de impacto crítico: 5%
Tiempo de ataque: 1.995 seg
Tiempo de recarga: 16 seg
attack maximum action distance + [16]
base skill can be avoided by dodge roll [1]
base skill can be blocked [1]
is area damage [1]
monster penalty against minions damage +% final vs player minions [150]
EAAQuadrillaBossSlam
Tiempo de recarga: 12 seg
attack maximum action distance + [8]
base skill can be avoided by dodge roll [1]
base skill can be blocked [1]
is area damage [1]
monster penalty against minions damage +% final vs player minions [150]
GAQuadrillaBossSlamCircle
Triggerable, Attack, AttackInPlace
Base Damage: 900—1351
Probabilidad de impacto crítico: 5%
Tiempo de ataque: 1.995 seg
base skill can be avoided by dodge roll [1]
base skill can be blocked [1]
is area damage [1]
monster penalty against minions damage +% final vs player minions [150]
GAQuadrillaBossRectSlam
Triggerable, Attack, AttackInPlace
Base Damage: 900—1351
Probabilidad de impacto crítico: 5%
Tiempo de ataque: 1.995 seg
base skill can be blocked [1]
base skill cannot be avoided by dodge roll or evaded or blocked [1]
is area damage [1]
monster penalty against minions damage +% final vs player minions [150]
voll slam damage +% final at centre [400]
GAQuadrillaBossSunder
Triggerable, Attack, AttackInPlace
Base Damage: 900—1351
Probabilidad de impacto crítico: 5%
Tiempo de ataque: 1.995 seg
base skill can be blocked [1]
base skill cannot be avoided by dodge roll or evaded or blocked [1]
is area damage [1]
monster penalty against minions damage +% final vs player minions [150]
voll slam damage +% final at centre [350]
DTTQuadrillaCommandoRoll
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Melee, ProjectilesFromUser, AttackInPlace
Ataque básico
Base Damage: 900—1351
Probabilidad de impacto crítico: 5%
Daño de ataque: 20%
Tiempo de ataque: 1.995 seg
Tiempo de recarga: 8 seg
Inflige un 80% menos de daño de ataques
attack maximum action distance + [45]
base skill can be avoided by dodge roll [1]
base skill can be blocked [1]
is area damage [1]
monster penalty against minions damage +% final vs player minions [150]
Object Type
version 2
extends "Metadata/Monsters/Monster"
extends "Metadata/Monsters/BossBase"
StateMachine
{
define_shared_state = "death; aggro;"
}
Stats
{
set_monster_delay_item_drops_millis = 2250
}Object Type Codes
version 2
extends "Metadata/Monsters/Monster"
extends "Metadata/Monsters/BossBase"
Render
{
use_ao_lights = true
}
StateMachine
{
on_state_aggro_1 = "PlayEffect( 'Metadata/Monsters/Quadrilla/QuadrillaBossAggroAudio.ao' );"
on_state_death_1 =
"
AddEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act3_FOUR/SilverBack/epk/death_blood.epk' );
this.blood = PlayEffectAttached( 'Metadata/Effects/Spells/monsters_effects/Act3_FOUR/SilverBack/ao/death_pool.ao', 0, jaw_jntBnd, 1, inherit );
"
create_state_death_1 =
"
AddEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act3_FOUR/SilverBack/epk/death_blood.epk' );
this.blood = PlayEffectAttached( 'Metadata/Effects/Spells/monsters_effects/Act3_FOUR/SilverBack/ao/death_pool.ao', 0, jaw_jntBnd, 1, inherit );
"
}
GlobalAudioParamEvents
{
player_in_range_param = "BlackfistInRange"
life_percent_param = "BlackfistLifePercentage"
range = 130
}
Preload
{
preload_environment = "G3_3_boss"
} -- src\Data\Spectres.lua
minions["Metadata/Monsters/Quadrilla/QuadrillaBossMAP"] = {
name = "Zekoa, the Headcrusher",
life = 2.5,
fireResist = 0,
coldResist = 0,
lightningResist = 0,
chaosResist = 0,
damage = 5.3,
damageSpread = 0.2,
attackTime = 1.995,
attackRange = 27,
accuracy = 1,
skillList = {
"MeleeAtAnimationSpeedUnique",
"GAQuadrillaBossSlamCircle",
"GAQuadrillaBossRectSlam",
"GAQuadrillaBossSunder",
"EAAQuadrillaBossCleaveLeft",
"EAAQuadrillaBossCleaveRight",
"EAAQuadrillaBossSpin",
"EAAQuadrillaBossSlam",
"DTTQuadrillaCommandoRoll",
},
modList = {
},
}
-- src\Data\Skills\spectre.lua
skills["MeleeAtAnimationSpeedUnique"] = {
name = "Basic Attack",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Attack] = true,
[SkillType.RangedAttack] = true,
[SkillType.MirageArcherCanUse] = true,
[SkillType.Projectile] = true,
[SkillType.MeleeSingleTarget] = true,
[SkillType.Melee] = true,
[SkillType.ProjectilesFromUser] = true,
[SkillType.AttackInPlace] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
melee = true,
projectile = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"monster_penalty_against_minions_damage_+%_final_vs_player_minions",
"skill_can_fire_arrows",
"skill_can_fire_wand_projectiles",
"action_attack_or_cast_time_uses_animation_length",
"projectile_uses_contact_position",
"use_scaled_contact_offset",
},
levels = {
[1] = {100, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["GAQuadrillaBossSlamCircle"] = {
name = "GAQuadrillaBossSlamCircle",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
[SkillType.Attack] = true,
[SkillType.AttackInPlace] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
area = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"monster_penalty_against_minions_damage_+%_final_vs_player_minions",
"is_area_damage",
"base_skill_can_be_blocked",
"base_skill_can_be_avoided_by_dodge_roll",
},
levels = {
[1] = {150, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["GAQuadrillaBossRectSlam"] = {
name = "GAQuadrillaBossRectSlam",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
[SkillType.Attack] = true,
[SkillType.AttackInPlace] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
area = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"voll_slam_damage_+%_final_at_centre",
"monster_penalty_against_minions_damage_+%_final_vs_player_minions",
"is_area_damage",
"base_skill_can_be_blocked",
"base_skill_cannot_be_avoided_by_dodge_roll_or_evaded_or_blocked",
},
levels = {
[1] = {400, 150, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["GAQuadrillaBossSunder"] = {
name = "GAQuadrillaBossSunder",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
[SkillType.Attack] = true,
[SkillType.AttackInPlace] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
area = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"voll_slam_damage_+%_final_at_centre",
"monster_penalty_against_minions_damage_+%_final_vs_player_minions",
"is_area_damage",
"base_skill_can_be_blocked",
"base_skill_cannot_be_avoided_by_dodge_roll_or_evaded_or_blocked",
},
levels = {
[1] = {350, 150, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["EAAQuadrillaBossCleaveLeft"] = {
name = "Basic Attack",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Attack] = true,
[SkillType.RangedAttack] = true,
[SkillType.MirageArcherCanUse] = true,
[SkillType.Projectile] = true,
[SkillType.MeleeSingleTarget] = true,
[SkillType.Melee] = true,
[SkillType.ProjectilesFromUser] = true,
[SkillType.AttackInPlace] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 4.17,
baseFlags = {
attack = true,
melee = true,
projectile = true,
area = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"attack_maximum_action_distance_+",
"monster_penalty_against_minions_damage_+%_final_vs_player_minions",
"is_area_damage",
"base_skill_can_be_blocked",
"base_skill_can_be_avoided_by_dodge_roll",
},
levels = {
[1] = {4, 150, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["EAAQuadrillaBossCleaveRight"] = {
name = "Basic Attack",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Attack] = true,
[SkillType.RangedAttack] = true,
[SkillType.MirageArcherCanUse] = true,
[SkillType.Projectile] = true,
[SkillType.MeleeSingleTarget] = true,
[SkillType.Melee] = true,
[SkillType.ProjectilesFromUser] = true,
[SkillType.AttackInPlace] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 4.17,
baseFlags = {
attack = true,
melee = true,
projectile = true,
area = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"attack_maximum_action_distance_+",
"monster_penalty_against_minions_damage_+%_final_vs_player_minions",
"is_area_damage",
"base_skill_can_be_blocked",
"base_skill_can_be_avoided_by_dodge_roll",
},
levels = {
[1] = {4, 150, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["EAAQuadrillaBossSpin"] = {
name = "Basic Attack",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Attack] = true,
[SkillType.RangedAttack] = true,
[SkillType.MirageArcherCanUse] = true,
[SkillType.Projectile] = true,
[SkillType.MeleeSingleTarget] = true,
[SkillType.Melee] = true,
[SkillType.ProjectilesFromUser] = true,
[SkillType.AttackInPlace] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 5.1,
baseFlags = {
attack = true,
melee = true,
projectile = true,
area = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"attack_maximum_action_distance_+",
"monster_penalty_against_minions_damage_+%_final_vs_player_minions",
"is_area_damage",
"base_skill_can_be_blocked",
"base_skill_can_be_avoided_by_dodge_roll",
},
levels = {
[1] = {16, 150, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["EAAQuadrillaBossSlam"] = {
name = "EAAQuadrillaBossSlam",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 4.17,
baseFlags = {
area = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"attack_maximum_action_distance_+",
"monster_penalty_against_minions_damage_+%_final_vs_player_minions",
"is_area_damage",
"base_skill_can_be_blocked",
"base_skill_can_be_avoided_by_dodge_roll",
},
levels = {
[1] = {8, 150, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["DTTQuadrillaCommandoRoll"] = {
name = "Basic Attack",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Attack] = true,
[SkillType.RangedAttack] = true,
[SkillType.MirageArcherCanUse] = true,
[SkillType.Projectile] = true,
[SkillType.MeleeSingleTarget] = true,
[SkillType.Melee] = true,
[SkillType.ProjectilesFromUser] = true,
[SkillType.AttackInPlace] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
melee = true,
projectile = true,
area = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"attack_maximum_action_distance_+",
"monster_penalty_against_minions_damage_+%_final_vs_player_minions",
"is_area_damage",
"base_skill_can_be_blocked",
"base_skill_can_be_avoided_by_dodge_roll",
},
levels = {
[1] = {45, 150, baseMultiplier = 0.2, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
Zekoa, el Aplastacráneos
Bestia
Zekoa, the Headcrusher
| Spectre | N |
|---|---|
| Tags | beast, fast_movement, mammal_beast, MonsterBlunt_onhit_audio, not_dex, not_int, red_blood, very_fast_movement |
Vida
250%
+50%
Resistencia
Damage
530%
Precisión
100%
Impactos críticos Chance
5%
Attack Distance
9 ~ 27
Tiempo de ataque
1.995 Second
Damage Spread
±20%
Experiencia
250%
Model Size
100%
Type
QuadrillaBossSTANDALONE
Metadata
QuadrillaBossSTANDALONE
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nivel
68
Vida
19,393
3,620
708
Damage
1,236
Daño de hechizos
1,236
Precisión
2,502
Tiempo de ataque
1.995
Experiencia
71,585
Minion Life
17,325
Minion Damage
5,134
Minion Armour
6,033
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).
MeleeAtAnimationSpeedUnique
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Melee, ProjectilesFromUser, AttackInPlace
Ataque básico
Base Damage: 988—1483
Probabilidad de impacto crítico: 5%
Tiempo de ataque: 1.995 seg
action attack or cast time uses animation length [1]
monster penalty against minions damage +% final vs player minions [100]
projectile uses contact position [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
EAAQuadrillaBossCleaveLeft
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Melee, ProjectilesFromUser, AttackInPlace
Ataque básico
Base Damage: 988—1483
Probabilidad de impacto crítico: 5%
Tiempo de ataque: 1.995 seg
Tiempo de recarga: 6.5 seg
attack maximum action distance + [4]
base skill can be avoided by dodge roll [1]
base skill can be blocked [1]
is area damage [1]
monster penalty against minions damage +% final vs player minions [150]
EAAQuadrillaBossCleaveRight
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Melee, ProjectilesFromUser, AttackInPlace
Ataque básico
Base Damage: 988—1483
Probabilidad de impacto crítico: 5%
Tiempo de ataque: 1.995 seg
Tiempo de recarga: 6.5 seg
attack maximum action distance + [4]
base skill can be avoided by dodge roll [1]
base skill can be blocked [1]
is area damage [1]
monster penalty against minions damage +% final vs player minions [150]
EAAQuadrillaBossSpin
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Melee, ProjectilesFromUser, AttackInPlace
Ataque básico
Base Damage: 988—1483
Probabilidad de impacto crítico: 5%
Tiempo de ataque: 1.995 seg
Tiempo de recarga: 16 seg
attack maximum action distance + [16]
base skill can be avoided by dodge roll [1]
base skill can be blocked [1]
is area damage [1]
monster penalty against minions damage +% final vs player minions [150]
EAAQuadrillaBossSlam
Tiempo de recarga: 12 seg
attack maximum action distance + [8]
base skill can be avoided by dodge roll [1]
base skill can be blocked [1]
is area damage [1]
monster penalty against minions damage +% final vs player minions [150]
GAQuadrillaBossSlamCircle
Triggerable, Attack, AttackInPlace
Base Damage: 988—1483
Probabilidad de impacto crítico: 5%
Tiempo de ataque: 1.995 seg
base skill can be avoided by dodge roll [1]
base skill can be blocked [1]
is area damage [1]
monster penalty against minions damage +% final vs player minions [150]
GAQuadrillaBossRectSlam
Triggerable, Attack, AttackInPlace
Base Damage: 988—1483
Probabilidad de impacto crítico: 5%
Tiempo de ataque: 1.995 seg
base skill can be blocked [1]
base skill cannot be avoided by dodge roll or evaded or blocked [1]
is area damage [1]
monster penalty against minions damage +% final vs player minions [150]
voll slam damage +% final at centre [400]
GAQuadrillaBossSunder
Triggerable, Attack, AttackInPlace
Base Damage: 988—1483
Probabilidad de impacto crítico: 5%
Tiempo de ataque: 1.995 seg
base skill can be blocked [1]
base skill cannot be avoided by dodge roll or evaded or blocked [1]
is area damage [1]
monster penalty against minions damage +% final vs player minions [150]
voll slam damage +% final at centre [350]
DTTQuadrillaCommandoRoll
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Melee, ProjectilesFromUser, AttackInPlace
Ataque básico
Base Damage: 988—1483
Probabilidad de impacto crítico: 5%
Daño de ataque: 20%
Tiempo de ataque: 1.995 seg
Tiempo de recarga: 8 seg
Inflige un 80% menos de daño de ataques
attack maximum action distance + [45]
base skill can be avoided by dodge roll [1]
base skill can be blocked [1]
is area damage [1]
monster penalty against minions damage +% final vs player minions [150]
Object Type
version 2
extends "Metadata/Monsters/Monster"
extends "Metadata/Monsters/BossBaseStandAlone"
StateMachine
{
define_shared_state = "death; aggro;"
}
Stats
{
set_monster_delay_item_drops_millis = 2250
}Object Type Codes
version 2
extends "Metadata/Monsters/Monster"
extends "Metadata/Monsters/BossBaseStandAlone"
Render
{
use_ao_lights = true
}
StateMachine
{
on_state_aggro_1 = "PlayEffect( 'Metadata/Monsters/Quadrilla/QuadrillaBossAggroAudio.ao' );"
on_state_death_1 =
"
AddEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act3_FOUR/SilverBack/epk/death_blood.epk' );
this.blood = PlayEffectAttached( 'Metadata/Effects/Spells/monsters_effects/Act3_FOUR/SilverBack/ao/death_pool.ao', 0, jaw_jntBnd, 1, inherit );
"
create_state_death_1 =
"
AddEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act3_FOUR/SilverBack/epk/death_blood.epk' );
this.blood = PlayEffectAttached( 'Metadata/Effects/Spells/monsters_effects/Act3_FOUR/SilverBack/ao/death_pool.ao', 0, jaw_jntBnd, 1, inherit );
"
}
GlobalAudioParamEvents
{
player_in_range_param = "BlackfistInRange"
life_percent_param = "BlackfistLifePercentage"
range = 130
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Quadrilla/QuadrillaBossSTANDALONE"] = {
name = "Zekoa, the Headcrusher",
life = 2.5,
fireResist = 0,
coldResist = 0,
lightningResist = 0,
chaosResist = 0,
damage = 5.3,
damageSpread = 0.2,
attackTime = 1.995,
attackRange = 27,
accuracy = 1,
skillList = {
"MeleeAtAnimationSpeedUnique",
"GAQuadrillaBossSlamCircle",
"GAQuadrillaBossRectSlam",
"GAQuadrillaBossSunder",
"EAAQuadrillaBossCleaveLeft",
"EAAQuadrillaBossCleaveRight",
"EAAQuadrillaBossSpin",
"EAAQuadrillaBossSlam",
"DTTQuadrillaCommandoRoll",
},
modList = {
},
}
-- src\Data\Skills\spectre.lua
skills["MeleeAtAnimationSpeedUnique"] = {
name = "Basic Attack",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Attack] = true,
[SkillType.RangedAttack] = true,
[SkillType.MirageArcherCanUse] = true,
[SkillType.Projectile] = true,
[SkillType.MeleeSingleTarget] = true,
[SkillType.Melee] = true,
[SkillType.ProjectilesFromUser] = true,
[SkillType.AttackInPlace] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
melee = true,
projectile = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"monster_penalty_against_minions_damage_+%_final_vs_player_minions",
"skill_can_fire_arrows",
"skill_can_fire_wand_projectiles",
"action_attack_or_cast_time_uses_animation_length",
"projectile_uses_contact_position",
"use_scaled_contact_offset",
},
levels = {
[1] = {100, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["GAQuadrillaBossSlamCircle"] = {
name = "GAQuadrillaBossSlamCircle",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
[SkillType.Attack] = true,
[SkillType.AttackInPlace] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
area = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"monster_penalty_against_minions_damage_+%_final_vs_player_minions",
"is_area_damage",
"base_skill_can_be_blocked",
"base_skill_can_be_avoided_by_dodge_roll",
},
levels = {
[1] = {150, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["GAQuadrillaBossRectSlam"] = {
name = "GAQuadrillaBossRectSlam",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
[SkillType.Attack] = true,
[SkillType.AttackInPlace] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
area = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"voll_slam_damage_+%_final_at_centre",
"monster_penalty_against_minions_damage_+%_final_vs_player_minions",
"is_area_damage",
"base_skill_can_be_blocked",
"base_skill_cannot_be_avoided_by_dodge_roll_or_evaded_or_blocked",
},
levels = {
[1] = {400, 150, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["GAQuadrillaBossSunder"] = {
name = "GAQuadrillaBossSunder",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
[SkillType.Attack] = true,
[SkillType.AttackInPlace] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
area = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"voll_slam_damage_+%_final_at_centre",
"monster_penalty_against_minions_damage_+%_final_vs_player_minions",
"is_area_damage",
"base_skill_can_be_blocked",
"base_skill_cannot_be_avoided_by_dodge_roll_or_evaded_or_blocked",
},
levels = {
[1] = {350, 150, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["EAAQuadrillaBossCleaveLeft"] = {
name = "Basic Attack",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Attack] = true,
[SkillType.RangedAttack] = true,
[SkillType.MirageArcherCanUse] = true,
[SkillType.Projectile] = true,
[SkillType.MeleeSingleTarget] = true,
[SkillType.Melee] = true,
[SkillType.ProjectilesFromUser] = true,
[SkillType.AttackInPlace] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 4.17,
baseFlags = {
attack = true,
melee = true,
projectile = true,
area = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"attack_maximum_action_distance_+",
"monster_penalty_against_minions_damage_+%_final_vs_player_minions",
"is_area_damage",
"base_skill_can_be_blocked",
"base_skill_can_be_avoided_by_dodge_roll",
},
levels = {
[1] = {4, 150, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["EAAQuadrillaBossCleaveRight"] = {
name = "Basic Attack",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Attack] = true,
[SkillType.RangedAttack] = true,
[SkillType.MirageArcherCanUse] = true,
[SkillType.Projectile] = true,
[SkillType.MeleeSingleTarget] = true,
[SkillType.Melee] = true,
[SkillType.ProjectilesFromUser] = true,
[SkillType.AttackInPlace] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 4.17,
baseFlags = {
attack = true,
melee = true,
projectile = true,
area = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"attack_maximum_action_distance_+",
"monster_penalty_against_minions_damage_+%_final_vs_player_minions",
"is_area_damage",
"base_skill_can_be_blocked",
"base_skill_can_be_avoided_by_dodge_roll",
},
levels = {
[1] = {4, 150, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["EAAQuadrillaBossSpin"] = {
name = "Basic Attack",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Attack] = true,
[SkillType.RangedAttack] = true,
[SkillType.MirageArcherCanUse] = true,
[SkillType.Projectile] = true,
[SkillType.MeleeSingleTarget] = true,
[SkillType.Melee] = true,
[SkillType.ProjectilesFromUser] = true,
[SkillType.AttackInPlace] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 5.1,
baseFlags = {
attack = true,
melee = true,
projectile = true,
area = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"attack_maximum_action_distance_+",
"monster_penalty_against_minions_damage_+%_final_vs_player_minions",
"is_area_damage",
"base_skill_can_be_blocked",
"base_skill_can_be_avoided_by_dodge_roll",
},
levels = {
[1] = {16, 150, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["EAAQuadrillaBossSlam"] = {
name = "EAAQuadrillaBossSlam",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 4.17,
baseFlags = {
area = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"attack_maximum_action_distance_+",
"monster_penalty_against_minions_damage_+%_final_vs_player_minions",
"is_area_damage",
"base_skill_can_be_blocked",
"base_skill_can_be_avoided_by_dodge_roll",
},
levels = {
[1] = {8, 150, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["DTTQuadrillaCommandoRoll"] = {
name = "Basic Attack",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Attack] = true,
[SkillType.RangedAttack] = true,
[SkillType.MirageArcherCanUse] = true,
[SkillType.Projectile] = true,
[SkillType.MeleeSingleTarget] = true,
[SkillType.Melee] = true,
[SkillType.ProjectilesFromUser] = true,
[SkillType.AttackInPlace] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
melee = true,
projectile = true,
area = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"attack_maximum_action_distance_+",
"monster_penalty_against_minions_damage_+%_final_vs_player_minions",
"is_area_damage",
"base_skill_can_be_blocked",
"base_skill_can_be_avoided_by_dodge_roll",
},
levels = {
[1] = {45, 150, baseMultiplier = 0.2, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
| key | val |
|---|---|
| StateMachine./* | |
| StateMachine.boss_life_bar - controls when to show the big life bar (also requires the checkbox in MonsterVarieties to be checked) | |
| StateMachine.0: Life bar is hidden | |
| StateMachine.1: Life bar is visible, will hide on death | |
| StateMachine.dont_hide_lifebar_on_unaggro - controls whether the boss life bar should be hidden when the boss unaggros | |
| StateMachine.0: Life bar is hidden after a short duration when the boss loses aggro | |
| StateMachine.1: Life bar remains visible the entire time, can still be controlled by setting the disable_life_bar state | |
| StateMachine.show_life_bar_when_in_range - delay the life bar from showing up, until the boss is on screen (for wild bosses) | |
| StateMachine.0: Life bar behaves as normal | |
| StateMachine.1: Life bar initially only shows up when a player can see the boss on screen, this doesn't make it get removed if the player goes off screen though | |
| StateMachine.light - controls the boss point light, attaches to head_light_attachment if it exists (otherwise uses the default) | |
| StateMachine.0: Light off, handles the fade out | |
| StateMachine.1: Light on, handles the fade in */ | |
| StateMachine.define_shared_state = | |
| StateMachine." | , |
| StateMachine.boss_life_bar; | |
| StateMachine.hidden; | |
| StateMachine.light; | |
| StateMachine.disable_life_bar; | |
| StateMachine.first_aggro; | |
| StateMachine.define_shared_state | death; aggro; |
| Actor.slow_animations_go_to_idle | false |
| Stats.corpse_cannot_be_destroyed | 1 |
| Stats.base_heavy_stun_duration_ms | 4000 |
| Stats.monster_delay_item_drops_millis | 2250 |
| Life.corpse_usable | false |
| Monster.is_boss | true |
Zekoa, el Aplastacráneos
BestiaVelocidad de acción reducida un 100%
monster dropped item quantity +% [800]
monster dropped item rarity +% [800]
monster map key of at least same tier as current map drop chance % [25]
monster slain experience +% [6000]
unique monster guarantee one rare [1]
monster dropped item rarity +% [800]
monster map key of at least same tier as current map drop chance % [25]
monster slain experience +% [6000]
unique monster guarantee one rare [1]
Zekoa, the Headcrusher
| Spectre | N |
|---|---|
| Tags | beast, fast_movement, mammal_beast, MonsterBlunt_onhit_audio, not_dex, not_int, red_blood, very_fast_movement |
Vida
250%
+50%
Resistencia
Damage
530%
Precisión
100%
Impactos críticos Chance
5%
Attack Distance
9 ~ 27
Tiempo de ataque
1.995 Second
Damage Spread
±20%
Experiencia
250%
Model Size
100%
Type
QuadrillaBossSTANDALONE
Metadata
QuadrillaBossSTANDALONEExpedition
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nivel
68
Vida
19,393
3,620
708
Damage
1,236
Daño de hechizos
1,236
Precisión
2,502
Tiempo de ataque
1.995
Experiencia
71,585
Minion Life
17,325
Minion Damage
5,134
Minion Armour
6,033
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).
MeleeAtAnimationSpeedUnique
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Melee, ProjectilesFromUser, AttackInPlace
Ataque básico
Base Damage: 988—1483
Probabilidad de impacto crítico: 5%
Tiempo de ataque: 1.995 seg
action attack or cast time uses animation length [1]
monster penalty against minions damage +% final vs player minions [100]
projectile uses contact position [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
EAAQuadrillaBossCleaveLeft
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Melee, ProjectilesFromUser, AttackInPlace
Ataque básico
Base Damage: 988—1483
Probabilidad de impacto crítico: 5%
Tiempo de ataque: 1.995 seg
Tiempo de recarga: 6.5 seg
attack maximum action distance + [4]
base skill can be avoided by dodge roll [1]
base skill can be blocked [1]
is area damage [1]
monster penalty against minions damage +% final vs player minions [150]
EAAQuadrillaBossCleaveRight
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Melee, ProjectilesFromUser, AttackInPlace
Ataque básico
Base Damage: 988—1483
Probabilidad de impacto crítico: 5%
Tiempo de ataque: 1.995 seg
Tiempo de recarga: 6.5 seg
attack maximum action distance + [4]
base skill can be avoided by dodge roll [1]
base skill can be blocked [1]
is area damage [1]
monster penalty against minions damage +% final vs player minions [150]
EAAQuadrillaBossSpin
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Melee, ProjectilesFromUser, AttackInPlace
Ataque básico
Base Damage: 988—1483
Probabilidad de impacto crítico: 5%
Tiempo de ataque: 1.995 seg
Tiempo de recarga: 16 seg
attack maximum action distance + [16]
base skill can be avoided by dodge roll [1]
base skill can be blocked [1]
is area damage [1]
monster penalty against minions damage +% final vs player minions [150]
EAAQuadrillaBossSlam
Tiempo de recarga: 12 seg
attack maximum action distance + [8]
base skill can be avoided by dodge roll [1]
base skill can be blocked [1]
is area damage [1]
monster penalty against minions damage +% final vs player minions [150]
GAQuadrillaBossSlamCircle
Triggerable, Attack, AttackInPlace
Base Damage: 988—1483
Probabilidad de impacto crítico: 5%
Tiempo de ataque: 1.995 seg
base skill can be avoided by dodge roll [1]
base skill can be blocked [1]
is area damage [1]
monster penalty against minions damage +% final vs player minions [150]
GAQuadrillaBossRectSlam
Triggerable, Attack, AttackInPlace
Base Damage: 988—1483
Probabilidad de impacto crítico: 5%
Tiempo de ataque: 1.995 seg
base skill can be blocked [1]
base skill cannot be avoided by dodge roll or evaded or blocked [1]
is area damage [1]
monster penalty against minions damage +% final vs player minions [150]
voll slam damage +% final at centre [400]
GAQuadrillaBossSunder
Triggerable, Attack, AttackInPlace
Base Damage: 988—1483
Probabilidad de impacto crítico: 5%
Tiempo de ataque: 1.995 seg
base skill can be blocked [1]
base skill cannot be avoided by dodge roll or evaded or blocked [1]
is area damage [1]
monster penalty against minions damage +% final vs player minions [150]
voll slam damage +% final at centre [350]
DTTQuadrillaCommandoRoll
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Melee, ProjectilesFromUser, AttackInPlace
Ataque básico
Base Damage: 988—1483
Probabilidad de impacto crítico: 5%
Daño de ataque: 20%
Tiempo de ataque: 1.995 seg
Tiempo de recarga: 8 seg
Inflige un 80% menos de daño de ataques
attack maximum action distance + [45]
base skill can be avoided by dodge roll [1]
base skill can be blocked [1]
is area damage [1]
monster penalty against minions damage +% final vs player minions [150]
Object Type
version 2
extends "Metadata/Monsters/Monster"
extends "Metadata/Monsters/BossBaseStandAlone"
extends "Metadata/Monsters/Quadrilla/QuadrillaBossExpeditionEncased"
StateMachine
{
define_shared_state = "death; aggro;"
}
Stats
{
set_monster_delay_item_drops_millis = 2250
}Object Type Codes
version 2
extends "Metadata/Monsters/Monster"
extends "Metadata/Monsters/BossBaseStandAlone"
extends "Metadata/Monsters/Quadrilla/QuadrillaBossExpeditionEncased"
Render
{
use_ao_lights = true
}
StateMachine
{
on_state_aggro_1 = "PlayEffect( 'Metadata/Monsters/Quadrilla/QuadrillaBossAggroAudio.ao' );"
on_state_death_1 =
"
AddEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act3_FOUR/SilverBack/epk/death_blood.epk' );
this.blood = PlayEffectAttached( 'Metadata/Effects/Spells/monsters_effects/Act3_FOUR/SilverBack/ao/death_pool.ao', 0, jaw_jntBnd, 1, inherit );
"
create_state_death_1 =
"
AddEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act3_FOUR/SilverBack/epk/death_blood.epk' );
this.blood = PlayEffectAttached( 'Metadata/Effects/Spells/monsters_effects/Act3_FOUR/SilverBack/ao/death_pool.ao', 0, jaw_jntBnd, 1, inherit );
"
}
GlobalAudioParamEvents
{
player_in_range_param = "BlackfistInRange"
life_percent_param = "BlackfistLifePercentage"
range = 130
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Quadrilla/QuadrillaBossSTANDALONEExpedition"] = {
name = "Zekoa, the Headcrusher",
life = 2.5,
fireResist = 0,
coldResist = 0,
lightningResist = 0,
chaosResist = 0,
damage = 5.3,
damageSpread = 0.2,
attackTime = 1.995,
attackRange = 27,
accuracy = 1,
skillList = {
"MeleeAtAnimationSpeedUnique",
"GAQuadrillaBossSlamCircle",
"GAQuadrillaBossRectSlam",
"GAQuadrillaBossSunder",
"EAAQuadrillaBossCleaveLeft",
"EAAQuadrillaBossCleaveRight",
"EAAQuadrillaBossSpin",
"EAAQuadrillaBossSlam",
"DTTQuadrillaCommandoRoll",
},
modList = {
},
}
-- src\Data\Skills\spectre.lua
skills["MeleeAtAnimationSpeedUnique"] = {
name = "Basic Attack",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Attack] = true,
[SkillType.RangedAttack] = true,
[SkillType.MirageArcherCanUse] = true,
[SkillType.Projectile] = true,
[SkillType.MeleeSingleTarget] = true,
[SkillType.Melee] = true,
[SkillType.ProjectilesFromUser] = true,
[SkillType.AttackInPlace] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
melee = true,
projectile = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"monster_penalty_against_minions_damage_+%_final_vs_player_minions",
"skill_can_fire_arrows",
"skill_can_fire_wand_projectiles",
"action_attack_or_cast_time_uses_animation_length",
"projectile_uses_contact_position",
"use_scaled_contact_offset",
},
levels = {
[1] = {100, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["GAQuadrillaBossSlamCircle"] = {
name = "GAQuadrillaBossSlamCircle",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
[SkillType.Attack] = true,
[SkillType.AttackInPlace] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
area = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"monster_penalty_against_minions_damage_+%_final_vs_player_minions",
"is_area_damage",
"base_skill_can_be_blocked",
"base_skill_can_be_avoided_by_dodge_roll",
},
levels = {
[1] = {150, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["GAQuadrillaBossRectSlam"] = {
name = "GAQuadrillaBossRectSlam",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
[SkillType.Attack] = true,
[SkillType.AttackInPlace] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
area = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"voll_slam_damage_+%_final_at_centre",
"monster_penalty_against_minions_damage_+%_final_vs_player_minions",
"is_area_damage",
"base_skill_can_be_blocked",
"base_skill_cannot_be_avoided_by_dodge_roll_or_evaded_or_blocked",
},
levels = {
[1] = {400, 150, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["GAQuadrillaBossSunder"] = {
name = "GAQuadrillaBossSunder",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
[SkillType.Attack] = true,
[SkillType.AttackInPlace] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
area = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"voll_slam_damage_+%_final_at_centre",
"monster_penalty_against_minions_damage_+%_final_vs_player_minions",
"is_area_damage",
"base_skill_can_be_blocked",
"base_skill_cannot_be_avoided_by_dodge_roll_or_evaded_or_blocked",
},
levels = {
[1] = {350, 150, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["EAAQuadrillaBossCleaveLeft"] = {
name = "Basic Attack",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Attack] = true,
[SkillType.RangedAttack] = true,
[SkillType.MirageArcherCanUse] = true,
[SkillType.Projectile] = true,
[SkillType.MeleeSingleTarget] = true,
[SkillType.Melee] = true,
[SkillType.ProjectilesFromUser] = true,
[SkillType.AttackInPlace] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 4.17,
baseFlags = {
attack = true,
melee = true,
projectile = true,
area = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"attack_maximum_action_distance_+",
"monster_penalty_against_minions_damage_+%_final_vs_player_minions",
"is_area_damage",
"base_skill_can_be_blocked",
"base_skill_can_be_avoided_by_dodge_roll",
},
levels = {
[1] = {4, 150, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["EAAQuadrillaBossCleaveRight"] = {
name = "Basic Attack",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Attack] = true,
[SkillType.RangedAttack] = true,
[SkillType.MirageArcherCanUse] = true,
[SkillType.Projectile] = true,
[SkillType.MeleeSingleTarget] = true,
[SkillType.Melee] = true,
[SkillType.ProjectilesFromUser] = true,
[SkillType.AttackInPlace] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 4.17,
baseFlags = {
attack = true,
melee = true,
projectile = true,
area = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"attack_maximum_action_distance_+",
"monster_penalty_against_minions_damage_+%_final_vs_player_minions",
"is_area_damage",
"base_skill_can_be_blocked",
"base_skill_can_be_avoided_by_dodge_roll",
},
levels = {
[1] = {4, 150, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["EAAQuadrillaBossSpin"] = {
name = "Basic Attack",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Attack] = true,
[SkillType.RangedAttack] = true,
[SkillType.MirageArcherCanUse] = true,
[SkillType.Projectile] = true,
[SkillType.MeleeSingleTarget] = true,
[SkillType.Melee] = true,
[SkillType.ProjectilesFromUser] = true,
[SkillType.AttackInPlace] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 5.1,
baseFlags = {
attack = true,
melee = true,
projectile = true,
area = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"attack_maximum_action_distance_+",
"monster_penalty_against_minions_damage_+%_final_vs_player_minions",
"is_area_damage",
"base_skill_can_be_blocked",
"base_skill_can_be_avoided_by_dodge_roll",
},
levels = {
[1] = {16, 150, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["EAAQuadrillaBossSlam"] = {
name = "EAAQuadrillaBossSlam",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 4.17,
baseFlags = {
area = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"attack_maximum_action_distance_+",
"monster_penalty_against_minions_damage_+%_final_vs_player_minions",
"is_area_damage",
"base_skill_can_be_blocked",
"base_skill_can_be_avoided_by_dodge_roll",
},
levels = {
[1] = {8, 150, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["DTTQuadrillaCommandoRoll"] = {
name = "Basic Attack",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Attack] = true,
[SkillType.RangedAttack] = true,
[SkillType.MirageArcherCanUse] = true,
[SkillType.Projectile] = true,
[SkillType.MeleeSingleTarget] = true,
[SkillType.Melee] = true,
[SkillType.ProjectilesFromUser] = true,
[SkillType.AttackInPlace] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
melee = true,
projectile = true,
area = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"attack_maximum_action_distance_+",
"monster_penalty_against_minions_damage_+%_final_vs_player_minions",
"is_area_damage",
"base_skill_can_be_blocked",
"base_skill_can_be_avoided_by_dodge_roll",
},
levels = {
[1] = {45, 150, baseMultiplier = 0.2, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
| Family | Nothing |
|---|---|
| Domains | Monster (3) |
| GenerationType | Único (3) |
| Req. level | 1 |
| Family | Nothing |
|---|---|
| Domains | Monster (3) |
| GenerationType | Único (3) |
| Req. level | 1 |
| Family | Nothing |
|---|---|
| Domains | Monster (3) |
| GenerationType | Único (3) |
| Req. level | 1 |
| Family | Nothing |
|---|---|
| Domains | Monster (3) |
| GenerationType | Único (3) |
| Req. level | 1 |
Velocidad de acción reducida un 100%
| Family | EncasedMonster |
|---|---|
| Domains | Monster (3) |
| GenerationType | Único (3) |
| Req. level | 1 |
| Stats |
monster dropped item quantity +% [800]
monster dropped item rarity +% [800]
monster map key of at least same tier as current map drop chance % [25]
monster slain experience +% [6000]
unique monster guarantee one rare [1]
| Family | MonsterMapBoss |
|---|---|
| Domains | Monster (3) |
| GenerationType | Único (3) |
| Req. level | 1 |
| Stats |
| key | val |
|---|---|
| Actor.basic_action | ChangeToStance1 |
| StateMachine.define_shared_state | be_free;, death; aggro; |
| MinimapIcon.icon | ExpeditionPOI |
| Stats.monster_delay_item_drops_millis | 2250 |
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.