ショック・スピッター
獣monster no drops or experience [1]
monster no map drops [1]
monster no map drops [1]
cannot be afflicted [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
Shock Spitter
| Spectre | Y |
|---|---|
| Tags | beast, キャスター, extra_extra_small_height, hard_armour, insect, is_unarmed, lightning_affinity, ranged, red_blood, very_slow_movement |
ライフ
70%
Ailment Threshold
70%
耐性
Damage
90%
命中
100%
クリティカル率
+5%
クリティカルダメージ倍率
+130%
Attack Distance
6 ~ 50
Attack Time
0.99 Second
Damage Spread
±20%
経験値
100%
Model Size
90%
Type
SandSpitterEmerge
Metadata
SandSpitterEmergeMinionDexMission
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
レベル
68
ライフ
4,503
アーマー
28,790
回避力
4,739
Damage
336
スペルダメージ
336
命中
580
Attack Time
0.99
経験値
10,255
Minion Life
977
Minion Damage
268
Ailment Threshold
4,503
Chill
14
Shock
14
Brittle
81
Scorch
14
Sap
39
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).
MMASandSpitterProjectileLightning
Projectile, ProjectilesFromUser, Attack, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable
Base Damage: 269–403
クリティカル率: 5%
Attack Time: 0.99 秒
一般的なモンスターの炸裂スキル。モンスターが放つ投射物に似ているが、衝撃効果を持つ。
DexMissionBallLightningOnDeath
Spell, Damage, Projectile, ProjectilesFromUser, Area, Totemable, Trappable, Mineable, Multicastable, Triggerable, Lightning, CanRapidFire, AreaSpell
ボールライトニング
追加ダメージ効率: 20%
キャストタイム: 0.8 秒
動きの遅い投射物を発射し、稲妻で範囲内の敵に繰り返しダメージを与える。
151.1から280.7の雷ダメージを与える
投射物スピードが200%減少する
死亡すると100%の確率でこのスペルをトリガーする
基礎半径は1.8m
active skill area of effect radius +% final [-33]
base is projectile [1]
spell uncastable if triggerable [1]
EASSandSpitterTaunt
Spell
キャストタイム: 1.25 秒
クールダウン時間: 4 秒
disable skill repeats [1]
MonsterWaitVeryShortWithCooldown
クールダウン時間: 4 秒
基礎持続時間は0.75秒
Object Type
version 2 extends "Metadata/Monsters/SandSpitters/SandSpitter"
Object Type Codes
version 2 extends "Metadata/Monsters/SandSpitters/SandSpitter"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/SandSpitterEmerge/SandSpitterEmergeMinionDexMission"] = {
name = "Shock Spitter",
life = 0.7,
fireResist = 0,
coldResist = 0,
lightningResist = 40,
chaosResist = 0,
damage = 0.9,
damageSpread = 0.2,
attackTime = 0.99,
attackRange = 50,
accuracy = 1,
skillList = {
"MMASandSpitterProjectileLightning",
"DexMissionBallLightningOnDeath",
"MonsterWaitVeryShortWithCooldown",
"EASSandSpitterTaunt",
},
modList = {
},
}
-- src\Data\Skills\spectre.lua
skills["MMASandSpitterProjectileLightning"] = {
name = "MMASandSpitterProjectileLightning",
hidden = true,
color = "4",
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,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
area = true,
projectile = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"projectile_spread_radius",
"projectile_minimum_range",
"melee_range_+",
"skill_physical_damage_%_to_convert_to_lightning",
"is_area_damage",
"base_is_projectile",
"projectile_uses_contact_position",
"use_scaled_contact_offset",
"action_should_face_away_from_target",
"maintain_projectile_direction_when_using_contact_position",
"mortar_projectile_scale_animation_speed_instead_of_projectile_speed",
},
levels = {
[1] = {3, 50, 15, 50, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["DexMissionBallLightningOnDeath"] = {
name = "Ball Lightning",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
description = "Fires a slow-moving projectile that damages each enemy in an area around it repeatedly with bolts of lightning.",
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Damage] = true,
[SkillType.Projectile] = true,
[SkillType.ProjectilesFromUser] = true,
[SkillType.Area] = true,
[SkillType.Totemable] = true,
[SkillType.Trappable] = true,
[SkillType.Mineable] = true,
[SkillType.Multicastable] = true,
[SkillType.Triggerable] = true,
[SkillType.Lightning] = true,
[SkillType.CanRapidFire] = true,
[SkillType.AreaSpell] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 0.8,
baseFlags = {
area = true,
spell = true,
projectile = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_lightning_damage",
"spell_maximum_base_lightning_damage",
"base_projectile_speed_+%",
"cast_on_death_%",
"active_skill_area_of_effect_radius_+%_final",
"active_skill_base_area_of_effect_radius",
"base_is_projectile",
"spell_uncastable_if_triggerable",
},
levels = {
[1] = {0.69999998807907, 1.2999999523163, -200, 100, -33, 18, levelRequirement = 3, statInterpolation = {3, 3}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["MonsterWaitVeryShortWithCooldown"] = {
name = "MonsterWaitVeryShortWithCooldown",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
},
baseMods = {
},
qualityStats = {
},
stats = {
"base_skill_effect_duration",
},
levels = {
[1] = {750, levelRequirement = 0, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["EASSandSpitterTaunt"] = {
name = "EASSandSpitterTaunt",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1.25,
baseFlags = {
spell = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"disable_skill_repeats",
},
levels = {
[1] = {levelRequirement = 0, statInterpolation = {}, cost = { }, },
},
}
monster no drops or experience [1]
| Family | MonsterNoDropsOrExperience |
|---|---|
| Domains | モンスター (3) |
| GenerationType | ユニーク (3) |
| Req. level | 1 |
| Stats |
monster no map drops [1]
| Family | MonsterNoMapDrops |
|---|---|
| Domains | モンスター (3) |
| GenerationType | ユニーク (3) |
| Req. level | 1 |
| Stats |
cannot be afflicted [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
| Family | Nothing |
|---|---|
| Domains | モンスター (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.