| Spectre | Y |
|---|---|
| Area | 水没した海底洞窟, 海底通路 |
| Tags | beast, extra_extra_small_height, hard_armour, insect, is_unarmed, physical_affinity, ranged, red_blood, very_slow_movement |
ライフ
70%
Ailment Threshold
70%
耐性
Damage
90%
命中
100%
クリティカル率
+5%
クリティカルダメージ倍率
+130%
Attack Distance
6 ~ 30
Attack Time
0.99 Second
Damage Spread
±20%
経験値
100%
Model Size
100%
Type
SandSpitter
Metadata
SandSpitter2
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
レベル
6
ライフ
34
アーマー
59
回避力
166
Damage
7
スペルダメージ
7
命中
36
Attack Time
0.99
経験値
67
Minion Life
17
Minion Damage
7
Ailment Threshold
34
Chill
0
Shock
0
Brittle
1
Scorch
0
Sap
0
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).
MMASandSpitterProjectile
Projectile, ProjectilesFromUser, Attack, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable
Base Damage: 6–9
クリティカル率: 5%
Attack Time: 0.99 秒
一般的なモンスターの炸裂スキル。モンスターが放つ投射物に似ているが、衝撃効果を持つ。
近接ストライク距離 +1.5m
action should face away from target [1]
base is projectile [1]
is area damage [1]
maintain projectile direction when using contact position [1]
mortar projectile scale animation speed instead of projectile speed [1]
projectile minimum range [50]
projectile spread radius [3]
projectile uses contact position [1]
use scaled contact offset [1]
EASSandSpitterTaunt
Spell
キャストタイム: 1.25 秒
クールダウン時間: 4 秒
disable skill repeats [1]
MonsterWaitVeryShortWithCooldown
クールダウン時間: 4 秒
基礎持続時間は0.75秒
Object Type
version 2
extends "Metadata/Monsters/Monster"
Actor
{
basic_action = "Emerge"
basic_action = "Emerge2"
}Object Type Codes
version 2
extends "Metadata/Monsters/Monster"
BaseEvents
{
on_construction_complete = "parent.HideMeshSegment( polySurfaceShape1 );"
} -- src\Data\Spectres.lua
minions["Metadata/Monsters/SandSpitters/SandSpitter2"] = {
name = "Rock Spitter",
life = 0.7,
fireResist = 0,
coldResist = 0,
lightningResist = 40,
chaosResist = 0,
damage = 0.9,
damageSpread = 0.2,
attackTime = 0.99,
attackRange = 30,
accuracy = 1,
skillList = {
"MMASandSpitterProjectile",
"MonsterWaitVeryShortWithCooldown",
"EASSandSpitterTaunt",
},
modList = {
},
}
-- src\Data\Skills\spectre.lua
skills["MMASandSpitterProjectile"] = {
name = "MMASandSpitterProjectile",
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_+",
"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, levelRequirement = 1, statInterpolation = {}, 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 = { }, },
},
}
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.
獣