Чёрный игольщик
Black Strider
| Spectre | N |
|---|---|
| Area | Грот Титанов, Пепельный лес, Убежище в зиккурате |
| Tags | allows_inc_aoe, beast, fast_movement, melee, physical_affinity, spider, Stab_onhit_audio |
| Packs |
Здоровье
180%
Сопротивление
Damage
180%
Меткость
100%
Критические попадания Chance
5%
Attack Distance
8 ~ 28
Время атаки
1.5 Second
Damage Spread
±20%
Опыт
180%
Model Size
160%
Type
BlackStrider
Metadata
BlackStrider
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Уровень
65
Здоровье
11,723
2,023
663
Damage
382
Урон от чар
382
Меткость
2,228
Время атаки
1.5
Опыт
38,713
Minion Life
11,308
Minion Damage
1,492
Minion Armour
2,023
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).
MeleeAtAnimationSpeedComboTEMP
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Melee, ProjectilesFromUser, AttackInPlace
Обычная атака
Base Damage: 306—459
Шанс крит. попадания: 5%
Время атаки: 1.5 сек.
action attack or cast time uses animation length [1]
projectile uses contact position [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
BlackStriderMassMortar
Projectile, ProjectilesFromUser, Attack, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AttackInPlace
Base Damage: 306—459
Шанс крит. попадания: 5%
Урон от атаки: 92%
Время атаки: 1.5 сек.
Generic monster mortar skill. Like Monster Projectile but has an impact effect.
Наносит на 8% меньше урона атаками
base deal no damage [1]
base is projectile [1]
is area damage [1]
number of projectiles override [1]
projectile minimum range [5]
projectile uses contact position [1]
use scaled contact offset [1]
GTBlackStriderMassMortar
Spell, Triggerable, AttackInPlace
Время применения: 2.33 сек.
Перезарядка: 7 сек.
spell maximum action distance +% [-65]
GABlackStriderWebMortarImpact
Triggerable, Attack, AttackInPlace
Base Damage: 306—459
Шанс крит. попадания: 5%
Урон от атаки: 45%
Время атаки: 1.5 сек.
Наносит на 55% меньше урона атаками
base is projectile [1]
base skill can be avoided by dodge roll [1]
base skill can be blocked [1]
base skill effect duration [3000]
is area damage [1]
BlackStriderWebProjectile
Projectile, ProjectilesFromUser, Attack, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AttackInPlace
Base Damage: 306—459
Шанс крит. попадания: 5%
Время атаки: 1.5 сек.
Generic monster mortar skill. Like Monster Projectile but has an impact effect.
base deal no damage [1]
base is projectile [1]
is area damage [1]
number of projectiles override [1]
projectile minimum range [15]
projectile uses contact position [1]
use scaled contact offset [1]
MPWBlackStriderWebProjectile
Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Damage, Triggerable, AttackInPlace
Base Damage: 306—459
Шанс крит. попадания: 5%
Время атаки: 1.5 сек.
action attack or cast time uses animation length [1]
base deal no damage [1]
base is projectile [1]
monster projectile variation [1150]
projectile ballistic angle from target distance [1]
projectile ballistic gravity override [1500]
projectile uses contact direction [1]
projectile uses contact position [1]
use scaled contact offset [1]
Object Type
version 2
extends "Metadata/Monsters/Monster"
Stats
{
set_base_heavy_stun_duration_ms = 2500
}Object Type Codes
version 2 extends "Metadata/Monsters/Monster"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/DemonSpiders/BlackStrider"] = {
name = "Black Strider",
life = 1.8,
fireResist = 0,
coldResist = 0,
lightningResist = 0,
chaosResist = 0,
damage = 1.8,
damageSpread = 0.2,
attackTime = 1.5,
attackRange = 28,
accuracy = 1,
skillList = {
"MeleeAtAnimationSpeedComboTEMP",
"MPWBlackStriderWebProjectile",
"BlackStriderWebProjectile",
"BlackStriderMassMortar",
"GABlackStriderWebMortarImpact",
"GTBlackStriderMassMortar",
},
modList = {
},
}
-- src\Data\Skills\spectre.lua
skills["MeleeAtAnimationSpeedComboTEMP"] = {
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 = {
"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] = {levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["MPWBlackStriderWebProjectile"] = {
name = "MPWBlackStriderWebProjectile",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Attack] = true,
[SkillType.RangedAttack] = true,
[SkillType.MirageArcherCanUse] = true,
[SkillType.Projectile] = true,
[SkillType.ProjectilesFromUser] = true,
[SkillType.Damage] = true,
[SkillType.Triggerable] = true,
[SkillType.AttackInPlace] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
projectile = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"monster_projectile_variation",
"projectile_ballistic_gravity_override",
"base_is_projectile",
"action_attack_or_cast_time_uses_animation_length",
"projectile_ballistic_angle_from_target_distance",
"projectile_uses_contact_direction",
"projectile_uses_contact_position",
"use_scaled_contact_offset",
"base_deal_no_damage",
},
levels = {
[1] = {1150, 1500, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["BlackStriderWebProjectile"] = {
name = "BlackStriderWebProjectile",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
description = "Generic monster mortar skill. Like Monster Projectile but has an impact effect.",
skillTypes = {
[SkillType.Projectile] = true,
[SkillType.ProjectilesFromUser] = true,
[SkillType.Attack] = true,
[SkillType.Damage] = true,
[SkillType.Area] = true,
[SkillType.Trappable] = true,
[SkillType.Totemable] = true,
[SkillType.Mineable] = true,
[SkillType.Multicastable] = true,
[SkillType.Triggerable] = true,
[SkillType.AttackInPlace] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
area = true,
projectile = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"projectile_minimum_range",
"number_of_projectiles_override",
"is_area_damage",
"base_is_projectile",
"projectile_uses_contact_position",
"use_scaled_contact_offset",
"base_deal_no_damage",
},
levels = {
[1] = {15, 1, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["BlackStriderMassMortar"] = {
name = "BlackStriderMassMortar",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
description = "Generic monster mortar skill. Like Monster Projectile but has an impact effect.",
skillTypes = {
[SkillType.Projectile] = true,
[SkillType.ProjectilesFromUser] = true,
[SkillType.Attack] = true,
[SkillType.Damage] = true,
[SkillType.Area] = true,
[SkillType.Trappable] = true,
[SkillType.Totemable] = true,
[SkillType.Mineable] = true,
[SkillType.Multicastable] = true,
[SkillType.Triggerable] = true,
[SkillType.AttackInPlace] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
area = true,
projectile = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"projectile_minimum_range",
"number_of_projectiles_override",
"is_area_damage",
"base_is_projectile",
"projectile_uses_contact_position",
"use_scaled_contact_offset",
"base_deal_no_damage",
},
levels = {
[1] = {5, 1, baseMultiplier = 0.92, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["GABlackStriderWebMortarImpact"] = {
name = "GABlackStriderWebMortarImpact",
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,
projectile = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"base_skill_effect_duration",
"is_area_damage",
"base_is_projectile",
"base_skill_can_be_blocked",
"base_skill_can_be_avoided_by_dodge_roll",
},
levels = {
[1] = {3000, baseMultiplier = 0.45, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["GTBlackStriderMassMortar"] = {
name = "GTBlackStriderMassMortar",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Triggerable] = true,
[SkillType.AttackInPlace] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 2.33,
baseFlags = {
spell = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_maximum_action_distance_+%",
},
levels = {
[1] = {-65, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
ignore actor scale from stats [1]
| Family | MonsterIgnoreActorScaleFromStats |
|---|---|
| Domains | Monster (3) |
| GenerationType | Уникальный (3) |
| Req. level | 1 |
| Stats |
Чёрный игольщик
Black Strider
| Spectre | N |
|---|---|
| Area | Испытание Сехем |
| Tags | allows_inc_aoe, beast, fast_movement, melee, physical_affinity, sanctum_monster, spider, Stab_onhit_audio |
| Packs |
Здоровье
180%
Сопротивление
Damage
180%
Меткость
100%
Критические попадания Chance
5%
Attack Distance
8 ~ 28
Время атаки
1.5 Second
Damage Spread
±20%
Опыт
180%
Model Size
160%
Type
BlackStriderSanctumTrial
Metadata
BlackStriderSanctumTrial
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Уровень
22
Здоровье
549
106
176
Damage
74
Урон от чар
74
Меткость
316
Время атаки
1.5
Опыт
1,433
Minion Life
1,813
Minion Damage
107
Minion Armour
106
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).
MeleeAtAnimationSpeedComboTEMP
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Melee, ProjectilesFromUser, AttackInPlace
Обычная атака
Base Damage: 59—89
Шанс крит. попадания: 5%
Время атаки: 1.5 сек.
action attack or cast time uses animation length [1]
projectile uses contact position [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
CGESanctumBlackStriderWeb
Spell, Area, Damage, Triggerable, Duration, AreaSpell, AttackInPlace
Время применения: 1 сек.
30% снижение скорости передвижения
base skill effect duration [6000]
ground web art variation [1000]
MPWBlackStriderWebProjectileSanctum
Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Damage, Triggerable, AttackInPlace
Base Damage: 59—89
Шанс крит. попадания: 5%
Время атаки: 1.5 сек.
Перезарядка: 6.5 сек.
Выпускает дополнительных снарядов:
action attack or cast time uses animation length [1]
base is projectile [1]
distribute projectiles over contact points [1]
monster projectile variation [1151]
projectile ballistic angle from target distance [1]
projectile ballistic gravity override [1300]
projectile spread radius [20]
projectile uses contact direction [1]
projectile uses contact position [1]
use scaled contact offset [1]
Object Type
version 2
extends "Metadata/Monsters/Monster"
Stats
{
set_base_heavy_stun_duration_ms = 2500
}Object Type Codes
version 2 extends "Metadata/Monsters/Monster"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/DemonSpiders/BlackStriderSanctumTrial"] = {
name = "Black Strider",
life = 1.8,
fireResist = 0,
coldResist = 0,
lightningResist = 0,
chaosResist = 0,
damage = 1.8,
damageSpread = 0.2,
attackTime = 1.5,
attackRange = 28,
accuracy = 1,
skillList = {
"MeleeAtAnimationSpeedComboTEMP",
"MPWBlackStriderWebProjectileSanctum",
"CGESanctumBlackStriderWeb",
},
modList = {
},
}
-- src\Data\Skills\spectre.lua
skills["MeleeAtAnimationSpeedComboTEMP"] = {
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 = {
"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] = {levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["MPWBlackStriderWebProjectileSanctum"] = {
name = "MPWBlackStriderWebProjectileSanctum",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Attack] = true,
[SkillType.RangedAttack] = true,
[SkillType.MirageArcherCanUse] = true,
[SkillType.Projectile] = true,
[SkillType.ProjectilesFromUser] = true,
[SkillType.Damage] = true,
[SkillType.Triggerable] = true,
[SkillType.AttackInPlace] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
projectile = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"monster_projectile_variation",
"projectile_ballistic_gravity_override",
"number_of_additional_projectiles",
"projectile_spread_radius",
"base_is_projectile",
"action_attack_or_cast_time_uses_animation_length",
"projectile_ballistic_angle_from_target_distance",
"projectile_uses_contact_direction",
"projectile_uses_contact_position",
"use_scaled_contact_offset",
"distribute_projectiles_over_contact_points",
},
levels = {
[1] = {1151, 1300, 3, 20, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["CGESanctumBlackStriderWeb"] = {
name = "CGESanctumBlackStriderWeb",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Area] = true,
[SkillType.Damage] = true,
[SkillType.Triggerable] = true,
[SkillType.Duration] = true,
[SkillType.AreaSpell] = true,
[SkillType.AttackInPlace] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
area = true,
spell = true,
duration = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"ground_web_art_variation",
"base_movement_velocity_+%",
"base_skill_effect_duration",
},
levels = {
[1] = {1000, -30, 6000, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
ignore actor scale from stats [1]
| Family | MonsterIgnoreActorScaleFromStats |
|---|---|
| Domains | Monster (3) |
| GenerationType | Уникальный (3) |
| Req. level | 1 |
| Stats |
Чёрный игольщик
Зверьignore actor scale from stats [1]
Black Strider
| Spectre | N |
|---|---|
| Tags | allows_inc_aoe, beast, cannot_be_monolith, fast_movement, melee, physical_affinity, spider, Stab_onhit_audio |
Здоровье
180%
Сопротивление
Damage
180%
Меткость
100%
Критические попадания Chance
5%
Attack Distance
8 ~ 28
Время атаки
1.5 Second
Damage Spread
±20%
Опыт
180%
Model Size
160%
Type
BlackStrider
Metadata
BlackStriderEmerge
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Уровень
68
Здоровье
13,963
2,413
708
Damage
420
Урон от чар
420
Меткость
2,502
Время атаки
1.5
Опыт
51,541
Minion Life
12,474
Minion Damage
1,744
Minion Armour
2,413
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).
MeleeAtAnimationSpeedComboTEMP
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Melee, ProjectilesFromUser, AttackInPlace
Обычная атака
Base Damage: 336—504
Шанс крит. попадания: 5%
Время атаки: 1.5 сек.
action attack or cast time uses animation length [1]
projectile uses contact position [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
BlackStriderMassMortar
Projectile, ProjectilesFromUser, Attack, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AttackInPlace
Base Damage: 336—504
Шанс крит. попадания: 5%
Урон от атаки: 92%
Время атаки: 1.5 сек.
Generic monster mortar skill. Like Monster Projectile but has an impact effect.
Наносит на 8% меньше урона атаками
base deal no damage [1]
base is projectile [1]
is area damage [1]
number of projectiles override [1]
projectile minimum range [5]
projectile uses contact position [1]
use scaled contact offset [1]
GTBlackStriderMassMortar
Spell, Triggerable, AttackInPlace
Время применения: 2.33 сек.
Перезарядка: 7 сек.
spell maximum action distance +% [-65]
GABlackStriderWebMortarImpact
Triggerable, Attack, AttackInPlace
Base Damage: 336—504
Шанс крит. попадания: 5%
Урон от атаки: 45%
Время атаки: 1.5 сек.
Наносит на 55% меньше урона атаками
base is projectile [1]
base skill can be avoided by dodge roll [1]
base skill can be blocked [1]
base skill effect duration [3000]
is area damage [1]
BlackStriderWebProjectile
Projectile, ProjectilesFromUser, Attack, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AttackInPlace
Base Damage: 336—504
Шанс крит. попадания: 5%
Время атаки: 1.5 сек.
Generic monster mortar skill. Like Monster Projectile but has an impact effect.
base deal no damage [1]
base is projectile [1]
is area damage [1]
number of projectiles override [1]
projectile minimum range [15]
projectile uses contact position [1]
use scaled contact offset [1]
MPWBlackStriderWebProjectile
Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Damage, Triggerable, AttackInPlace
Base Damage: 336—504
Шанс крит. попадания: 5%
Время атаки: 1.5 сек.
action attack or cast time uses animation length [1]
base deal no damage [1]
base is projectile [1]
monster projectile variation [1150]
projectile ballistic angle from target distance [1]
projectile ballistic gravity override [1500]
projectile uses contact direction [1]
projectile uses contact position [1]
use scaled contact offset [1]
Object Type
version 2
extends "Metadata/Monsters/DemonSpiders/BlackStrider/BlackStrider"
Actor
{
basic_action = "Emerge"
basic_action = "Emerge2"
on_start_Emerge2 = "RemoveCollidability();"
on_event_targetable_for_Emerge2 = "MakeCollidable();"
}Object Type Codes
version 2
extends "Metadata/Monsters/DemonSpiders/BlackStrider/BlackStrider"
Actor
{
on_start_Emerge2 =
"
DisableTargetable();
DisableHighlighting();
"
on_event_targetable_for_Emerge2 =
"
EnableTargetable();
EnableHighlighting();
"
} -- src\Data\Spectres.lua
minions["Metadata/Monsters/DemonSpiders/BlackStriderEmerge"] = {
name = "Black Strider",
life = 1.8,
fireResist = 0,
coldResist = 0,
lightningResist = 0,
chaosResist = 0,
damage = 1.8,
damageSpread = 0.2,
attackTime = 1.5,
attackRange = 28,
accuracy = 1,
skillList = {
"MeleeAtAnimationSpeedComboTEMP",
"MPWBlackStriderWebProjectile",
"BlackStriderWebProjectile",
"BlackStriderMassMortar",
"GABlackStriderWebMortarImpact",
"GTBlackStriderMassMortar",
},
modList = {
},
}
-- src\Data\Skills\spectre.lua
skills["MeleeAtAnimationSpeedComboTEMP"] = {
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 = {
"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] = {levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["MPWBlackStriderWebProjectile"] = {
name = "MPWBlackStriderWebProjectile",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Attack] = true,
[SkillType.RangedAttack] = true,
[SkillType.MirageArcherCanUse] = true,
[SkillType.Projectile] = true,
[SkillType.ProjectilesFromUser] = true,
[SkillType.Damage] = true,
[SkillType.Triggerable] = true,
[SkillType.AttackInPlace] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
projectile = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"monster_projectile_variation",
"projectile_ballistic_gravity_override",
"base_is_projectile",
"action_attack_or_cast_time_uses_animation_length",
"projectile_ballistic_angle_from_target_distance",
"projectile_uses_contact_direction",
"projectile_uses_contact_position",
"use_scaled_contact_offset",
"base_deal_no_damage",
},
levels = {
[1] = {1150, 1500, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["BlackStriderWebProjectile"] = {
name = "BlackStriderWebProjectile",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
description = "Generic monster mortar skill. Like Monster Projectile but has an impact effect.",
skillTypes = {
[SkillType.Projectile] = true,
[SkillType.ProjectilesFromUser] = true,
[SkillType.Attack] = true,
[SkillType.Damage] = true,
[SkillType.Area] = true,
[SkillType.Trappable] = true,
[SkillType.Totemable] = true,
[SkillType.Mineable] = true,
[SkillType.Multicastable] = true,
[SkillType.Triggerable] = true,
[SkillType.AttackInPlace] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
area = true,
projectile = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"projectile_minimum_range",
"number_of_projectiles_override",
"is_area_damage",
"base_is_projectile",
"projectile_uses_contact_position",
"use_scaled_contact_offset",
"base_deal_no_damage",
},
levels = {
[1] = {15, 1, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["BlackStriderMassMortar"] = {
name = "BlackStriderMassMortar",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
description = "Generic monster mortar skill. Like Monster Projectile but has an impact effect.",
skillTypes = {
[SkillType.Projectile] = true,
[SkillType.ProjectilesFromUser] = true,
[SkillType.Attack] = true,
[SkillType.Damage] = true,
[SkillType.Area] = true,
[SkillType.Trappable] = true,
[SkillType.Totemable] = true,
[SkillType.Mineable] = true,
[SkillType.Multicastable] = true,
[SkillType.Triggerable] = true,
[SkillType.AttackInPlace] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
area = true,
projectile = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"projectile_minimum_range",
"number_of_projectiles_override",
"is_area_damage",
"base_is_projectile",
"projectile_uses_contact_position",
"use_scaled_contact_offset",
"base_deal_no_damage",
},
levels = {
[1] = {5, 1, baseMultiplier = 0.92, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["GABlackStriderWebMortarImpact"] = {
name = "GABlackStriderWebMortarImpact",
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,
projectile = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"base_skill_effect_duration",
"is_area_damage",
"base_is_projectile",
"base_skill_can_be_blocked",
"base_skill_can_be_avoided_by_dodge_roll",
},
levels = {
[1] = {3000, baseMultiplier = 0.45, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["GTBlackStriderMassMortar"] = {
name = "GTBlackStriderMassMortar",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Triggerable] = true,
[SkillType.AttackInPlace] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 2.33,
baseFlags = {
spell = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_maximum_action_distance_+%",
},
levels = {
[1] = {-65, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
ignore actor scale from stats [1]
| Family | MonsterIgnoreActorScaleFromStats |
|---|---|
| Domains | Monster (3) |
| GenerationType | Уникальный (3) |
| Req. level | 1 |
| Stats |
Чёрный игольщик
Зверьignore actor scale from stats [1]
Black Strider
| Spectre | N |
|---|---|
| Spectre Override | Metadata/Monsters/DemonSpiders/BlackStriderSanctumTrial |
| Tags | allows_inc_aoe, beast, cannot_be_monolith, fast_movement, melee, physical_affinity, sanctum_monster, spider, Stab_onhit_audio |
Здоровье
180%
Сопротивление
Damage
180%
Меткость
100%
Критические попадания Chance
5%
Attack Distance
8 ~ 28
Время атаки
1.5 Second
Damage Spread
±20%
Опыт
180%
Model Size
160%
Type
BlackStriderSanctumTrial
Metadata
BlackStriderEmergeSanctumTrial
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Уровень
68
Здоровье
13,963
2,413
708
Damage
420
Урон от чар
420
Меткость
2,502
Время атаки
1.5
Опыт
51,541
Minion Life
12,474
Minion Damage
1,744
Minion Armour
2,413
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).
MeleeAtAnimationSpeedComboTEMP
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Melee, ProjectilesFromUser, AttackInPlace
Обычная атака
Base Damage: 336—504
Шанс крит. попадания: 5%
Время атаки: 1.5 сек.
action attack or cast time uses animation length [1]
projectile uses contact position [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
CGESanctumBlackStriderWeb
Spell, Area, Damage, Triggerable, Duration, AreaSpell, AttackInPlace
Время применения: 1 сек.
30% снижение скорости передвижения
base skill effect duration [6000]
ground web art variation [1000]
MPWBlackStriderWebProjectileSanctum
Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Damage, Triggerable, AttackInPlace
Base Damage: 336—504
Шанс крит. попадания: 5%
Время атаки: 1.5 сек.
Перезарядка: 6.5 сек.
Выпускает дополнительных снарядов:
action attack or cast time uses animation length [1]
base is projectile [1]
distribute projectiles over contact points [1]
monster projectile variation [1151]
projectile ballistic angle from target distance [1]
projectile ballistic gravity override [1300]
projectile spread radius [20]
projectile uses contact direction [1]
projectile uses contact position [1]
use scaled contact offset [1]
Object Type
version 2
extends "Metadata/Monsters/DemonSpiders/BlackStrider/BlackStriderSanctum"
Actor
{
basic_action = "Emerge"
basic_action = "Emerge2"
on_start_Emerge2 = "RemoveCollidability();"
on_event_targetable_for_Emerge2 = "MakeCollidable();"
}Object Type Codes
version 2
extends "Metadata/Monsters/DemonSpiders/BlackStrider/BlackStriderSanctum"
Actor
{
on_start_Emerge2 =
"
DisableTargetable();
DisableHighlighting();
"
on_event_targetable_for_Emerge2 =
"
EnableTargetable();
EnableHighlighting();
"
} -- src\Data\Spectres.lua
minions["Metadata/Monsters/DemonSpiders/BlackStriderEmergeSanctumTrial"] = {
name = "Black Strider",
life = 1.8,
fireResist = 0,
coldResist = 0,
lightningResist = 0,
chaosResist = 0,
damage = 1.8,
damageSpread = 0.2,
attackTime = 1.5,
attackRange = 28,
accuracy = 1,
skillList = {
"MeleeAtAnimationSpeedComboTEMP",
"MPWBlackStriderWebProjectileSanctum",
"CGESanctumBlackStriderWeb",
},
modList = {
},
}
-- src\Data\Skills\spectre.lua
skills["MeleeAtAnimationSpeedComboTEMP"] = {
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 = {
"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] = {levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["MPWBlackStriderWebProjectileSanctum"] = {
name = "MPWBlackStriderWebProjectileSanctum",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Attack] = true,
[SkillType.RangedAttack] = true,
[SkillType.MirageArcherCanUse] = true,
[SkillType.Projectile] = true,
[SkillType.ProjectilesFromUser] = true,
[SkillType.Damage] = true,
[SkillType.Triggerable] = true,
[SkillType.AttackInPlace] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
projectile = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"monster_projectile_variation",
"projectile_ballistic_gravity_override",
"number_of_additional_projectiles",
"projectile_spread_radius",
"base_is_projectile",
"action_attack_or_cast_time_uses_animation_length",
"projectile_ballistic_angle_from_target_distance",
"projectile_uses_contact_direction",
"projectile_uses_contact_position",
"use_scaled_contact_offset",
"distribute_projectiles_over_contact_points",
},
levels = {
[1] = {1151, 1300, 3, 20, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["CGESanctumBlackStriderWeb"] = {
name = "CGESanctumBlackStriderWeb",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Area] = true,
[SkillType.Damage] = true,
[SkillType.Triggerable] = true,
[SkillType.Duration] = true,
[SkillType.AreaSpell] = true,
[SkillType.AttackInPlace] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
area = true,
spell = true,
duration = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"ground_web_art_variation",
"base_movement_velocity_+%",
"base_skill_effect_duration",
},
levels = {
[1] = {1000, -30, 6000, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
ignore actor scale from stats [1]
| Family | MonsterIgnoreActorScaleFromStats |
|---|---|
| Domains | Monster (3) |
| GenerationType | Уникальный (3) |
| Req. level | 1 |
| Stats |
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.