감전 전갈
야수
monster no drops or experience [1]
monster no map drops [1]
Shock Spitter
SpectreY
Tagsbeast, 시전, extra_extra_small_height, hard_armour, insect, is_unarmed, lightning_affinity, ranged, red_blood, very_slow_movement
생명력
70%
Ailment Threshold
70%
저항
0 0 40 0
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
레벨
68
생명력
4,503
방어구
28,790
회피
4,739
에너지 보호막
0
Damage
336
주문 피해
336
정확도
290
Attack Time
0.99
경험치
10,255
Ailment Threshold
4,503
Chill
14
Shock
14
Brittle
81
Scorch
14
Sap
39
MMASandSpitterProjectileLightning
Projectile, ProjectilesFromUser, Attack, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable
Base Damage: 269–403
치명타 확률: 5%
Attack Time: 0.99 초
일반적인 몬스터 박격포 스킬입니다. 몬스터 투사체와 같지만 충격 효과를 가집니다.
물리 피해의 50%를 번개 피해로 전환
주는 피해 45.25% 증폭
근접 타격 범위 +1.5미터
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]
DexMissionBallLightningOnDeath
Spell, Damage, Projectile, ProjectilesFromUser, Area, Totemable, Trappable, Mineable, Multicastable, Triggerable, Lightning, CanRapidFire, AreaSpell
구형 번개
추가 피해 효율: 20%
시전 속도: 0.8 초
천천히 움직이며 번개로 주변 범위 내의 모든 적에게 반복적인 피해를 주는 투사체를 1개 발사합니다.
151.1~280.7 번개 피해
투사체 속도 200% 감소
사망 시 100%의 확률로 이 주문 발동
기본 반경 1.8미터
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 = {
        "active_skill_damage_+%_final",
        "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] = {-30, 3, 50, 15, 50, levelRequirement = 1, statInterpolation = {2},  cost = { }, },
        [2] = {0, 3, 50, 15, 50, levelRequirement = 19, statInterpolation = {2},  cost = { }, },
        [3] = {1, 3, 50, 15, 50, levelRequirement = 20, statInterpolation = {2},  cost = { }, },
        [4] = {60, 3, 50, 15, 50, levelRequirement = 84, statInterpolation = {2},  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]
IdMonsterNoDropsOrExperience
FamilyMonsterNoDropsOrExperience
Domains몬스터 (3)
GenerationType고유 (3)
Req. level1
Stats
  • monster no drops or experience Min: 1 Max: 1 Global
  • monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 Global
  • Edit

    Wikis Content is available under CC BY-NC-SA 3.0 unless otherwise noted.