유독성 파행 벌레
SpectreY
Area성역 지도, 성채 지도, 요새 지도, 흉물 지도, 지구라트 지도
Tagsanimal_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
    레벨
    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
    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]
    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]

    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 = { }, },
        },
    }
    
    Edit

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