오물더듬이
야수monster dropped item rarity +% [15000]
monster slain experience +% [100]
동작 속도가 기본 수치 50% 밑으로 내려가지 않음
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
monster slain experience +% [100]
동작 속도가 기본 수치 50% 밑으로 내려가지 않음
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
밀려날 수 없음
Filthscrabble
| Spectre | |
|---|---|
| Tags | beast, is_unarmed, lightning_affinity, medium_movement, not_str, red_blood |
생명력
1300%
Energy Shield From Life
20%
회피
+20%
Ailment Threshold
1300%
저항
Damage
200%
정확도
100%
치명타 확률
+5%
치명타 피해 배율
+130%
Attack Distance
10 ~ 25
Attack Time
1.5 Second
Damage Spread
±20%
경험치
200%
Model Size
100%
Type
DeepwaterOctopusParasiteGiant
Metadata
OctopusParasiteGiant
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
레벨
68
생명력
1,811,503
방어도
28,790
회피
5,687
에너지 보호막
15,930
Damage
851
주문 피해
1,270
정확도
580
Attack Time
1.005
경험치
112,805
Minion Life
392,931
Minion Energy Shield
3,455
Minion Damage
680
Ailment Threshold
1,141,247
Chill
3,609
Shock
3,609
Brittle
20,416
Scorch
3,609
Sap
9,970
Phys Convert Ele
240%
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).
MeleeAtAnimationSpeedLightningUnique
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
기본 공격
Base Damage: 1351—2027
치명타 확률: 5%
공격 피해: 75%
Attack Time: 1.5 초
강력한 일격으로 적들을 쓰러트립니다.
물리 피해의 75%를 번개 피해로 전환
주는 공격 피해 25% 감폭
action attack or cast time uses animation length [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
GADeepwaterParasiteGiantSlam
Triggerable, Attack
Base Damage: 1351—2027
치명타 확률: 5%
Attack Time: 1.5 초
재사용 대기시간: 3 초
action attack or cast time uses animation length [1]
attack maximum action distance + [30]
is area damage [1]
DoLiterallyNothing
MMSDeepwaterParasiteZapBurst
Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell
치명타 확률: 5%
시전 속도: 1 초
일반적인 몬스터 박격포 스킬입니다. 몬스터 투사체와 같지만 충격 효과를 가집니다.
213.3~640 번개 피해
40%의 확률로 적을 감전
base is projectile [1]
is area damage [1]
number of projectiles override [1]
projectile uses contact position [1]
GADeepwaterGiantParasiteSlam
Triggerable, Attack
Base Damage: 1351—2027
치명타 확률: 5%
공격 피해: 125%
공격 피해: 125%
Attack Time: 1.5 초
주는 공격 피해 25% 증폭
action attack or cast time uses animation length [1]
attack maximum action distance + [15]
is area damage [1]
GTOctopusMinibossLightningSunder
Triggerable, Spell
시전 속도: 1 초
재사용 대기시간: 9 초
action attack or cast time uses animation length [1]
GTDeepwaterParasiteZap
Triggerable, Spell
시전 속도: 1 초
재사용 대기시간: 10 초
action attack or cast time uses animation length [1]
Object Type
-- src\Data\Spectres.lua
minions["Metadata/Monsters/DeepwaterLeague/OctopusParasiteGiant"] = {
fireResist = 30,
coldResist = 30,
lightningResist = 30,
chaosResist = 20,
name = "Filthscrabble",
life = 13,
energyShield = 0.2,
damage = 2,
damageSpread = 0.2,
attackTime = 1.5,
attackRange = 25,
accuracy = 1,
skillList = {
"MeleeAtAnimationSpeedLightningUnique",
"MMSDeepwaterParasiteZapBurst",
"GADeepwaterGiantParasiteSlam",
"GADeepwaterParasiteGiantSlam",
"GTDeepwaterParasiteZap",
"GTOctopusMinibossLightningSunder",
"DoLiterallyNothing",
},
modList = {
},
}
-- src\Data\Skills\spectre.lua
skills["MeleeAtAnimationSpeedLightningUnique"] = {
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_physical_damage_%_to_convert_to_lightning",
"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] = {75, baseMultiplier = 0.75, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["MMSDeepwaterParasiteZapBurst"] = {
name = "MMSDeepwaterParasiteZapBurst",
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.Spell] = true,
[SkillType.Damage] = true,
[SkillType.Area] = true,
[SkillType.Trappable] = true,
[SkillType.Totemable] = true,
[SkillType.Mineable] = true,
[SkillType.Multicastable] = true,
[SkillType.Triggerable] = true,
[SkillType.AreaSpell] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
area = true,
spell = true,
projectile = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_lightning_damage",
"spell_maximum_base_lightning_damage",
"number_of_projectiles_override",
"base_chance_to_shock_%",
"is_area_damage",
"base_is_projectile",
"projectile_uses_contact_position",
},
levels = {
[1] = {0.5, 1.5, 1, 40, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["GADeepwaterGiantParasiteSlam"] = {
name = "GADeepwaterGiantParasiteSlam",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
[SkillType.Attack] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
area = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"attack_maximum_action_distance_+",
"is_area_damage",
"action_attack_or_cast_time_uses_animation_length",
},
levels = {
[1] = {15, baseMultiplier = 1.25, levelRequirement = 0, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["GADeepwaterParasiteGiantSlam"] = {
name = "GADeepwaterParasiteGiantSlam",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
[SkillType.Attack] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
area = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"attack_maximum_action_distance_+",
"is_area_damage",
"action_attack_or_cast_time_uses_animation_length",
},
levels = {
[1] = {30, levelRequirement = 0, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["GTDeepwaterParasiteZap"] = {
name = "GTDeepwaterParasiteZap",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
[SkillType.Spell] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
spell = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"action_attack_or_cast_time_uses_animation_length",
},
levels = {
[1] = {levelRequirement = 0, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["GTOctopusMinibossLightningSunder"] = {
name = "GTOctopusMinibossLightningSunder",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
[SkillType.Spell] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
spell = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"action_attack_or_cast_time_uses_animation_length",
},
levels = {
[1] = {levelRequirement = 0, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["DoLiterallyNothing"] = {
name = "DoLiterallyNothing",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
},
baseMods = {
},
qualityStats = {
},
stats = {
},
levels = {
[1] = {levelRequirement = 0, statInterpolation = {}, cost = { }, },
},
}
monster dropped item rarity +% [15000]
monster slain experience +% [100]
| Family | MonsterMapBoss |
|---|---|
| Domains | 몬스터 (3) |
| GenerationType | 고유 (3) |
| Req. level | 1 |
| Stats |
동작 속도가 기본 수치 50% 밑으로 내려가지 않음
| Family | CannotBeSlowedBelowValue |
|---|---|
| Domains | 몬스터 (3) |
| GenerationType | 고유 (3) |
| Req. level | 1 |
| Stats | |
| Craft Tags | 속도 |
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
| Family | Nothing |
|---|---|
| Domains | 몬스터 (3) |
| GenerationType | 고유 (3) |
| Req. level | 1 |
| Stats |
밀려날 수 없음
| Family | ImmuneToKnockback |
|---|---|
| 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.




















