Spectre | Y |
---|---|
Area | 聖域のマップ, 城塞のマップ, 要塞のマップ, 醜態のマップ, ジッグラトのマップ |
Tags | animal_claw_weapon, beast, キャスター, extra_small_height, flesh_armour, insect_blood, is_unarmed, lightning_affinity, melee, physical_affinity, ranged, slow_movement, spider |
Packs |
ライフ
194%
Ailment Threshold
194%
耐性
0 0 30 30
Damage
102%
命中
100%
クリティカル率
+5%
クリティカルダメージ倍率
+130%
Attack Distance
6 ~ 9
Attack Time
1.95 Second
Damage Spread
±20%
経験値
185%
Model Size
85%
Type
SpiderPlagueChampionAtlasUber
Metadata
SpiderPlagueMaligaroAtlasUber
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
レベル
84
ライフ
68,472
アーマー
99,834
回避力
8,120
エナジーシールド
0
Damage
972
スペルダメージ
972
命中
538
Attack Time
1.95
経験値
24,513
Ailment Threshold
68,472
Chill
217
Shock
217
Brittle
1,225
Scorch
217
Sap
598
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).
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
通常攻撃
Base Damage: 778–1167
クリティカル率: 5%
Attack Time: 1.95 秒
強力な一撃で敵を打ち倒す。
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
NovaProjectileSpellSpiderCausticGroundAtlasUber
Spell, Projectile, Triggerable
キャストタイム: 1 秒
クールダウン時間: 5 秒
219から262.8の雷ダメージを与える
投射物は全ての対象を貫通する
衰弱は4秒間持続する
基礎持続時間は4秒
雷ダメージの70%を混沌ダメージに変換する
ヒット時に衰弱を付与する
active skill area of effect radius +% final [-60]
base is projectile [1]
base projectile ground caustic cloud damage per minute [39055]
ground caustic art variation [3]
is area damage [1]
skill visual scale +% [-45]
投射物は全ての対象を貫通する
衰弱は4秒間持続する
基礎持続時間は4秒
雷ダメージの70%を混沌ダメージに変換する
ヒット時に衰弱を付与する
active skill area of effect radius +% final [-60]
base is projectile [1]
base projectile ground caustic cloud damage per minute [39055]
ground caustic art variation [3]
is area damage [1]
skill visual scale +% [-45]
Object Type
version 2 extends "Metadata/Monsters/Monster"
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" Render { //turn_duration = 0.35 } Monster { }
-- src\Data\Spectres.lua minions["Metadata/Monsters/SpiderPlague/SpiderPlagueMaligaroAtlasUber"] = { name = "Noxious Crawler", life = 1.94, fireResist = 0, coldResist = 0, lightningResist = 30, chaosResist = 30, damage = 1.02, damageSpread = 0.2, attackTime = 1.95, attackRange = 9, accuracy = 1, skillList = { "Melee", "NovaProjectileSpellSpiderCausticGroundAtlasUber", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["Melee"] = { name = "Default Attack", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Strike your foes down with a powerful blow.", skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.MirageArcherCanUse] = true, [SkillType.Projectile] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.Multistrikeable] = true, [SkillType.Melee] = true, [SkillType.ProjectilesFromUser] = 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", }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["NovaProjectileSpellSpiderCausticGroundAtlasUber"] = { name = "NovaProjectileSpellSpiderCausticGroundAtlasUber", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Projectile] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, projectile = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_lightning_damage", "spell_maximum_base_lightning_damage", "base_projectile_ground_caustic_cloud_damage_per_minute", "ground_caustic_art_variation", "base_skill_effect_duration", "skill_lightning_damage_%_to_convert_to_chaos", "skill_visual_scale_+%", "active_skill_area_of_effect_radius_+%_final", "withered_on_hit_chance_%", "active_skill_withered_base_duration_ms", "always_pierce", "is_area_damage", "base_is_projectile", }, levels = { [1] = {0.10000000149012, 0.11999999731779, 1.0700000524521, 3, 4000, 70, -45, -60, 100, 4000, levelRequirement = 1, statInterpolation = {3, 3, 3}, cost = { }, }, }, }