SpectreY
Area솔라리스 사원 1층, 솔라리스 사원 2층, 템플러의 실험실, 영원한 실험실, 신성한 방, 신성한 방, 기억의 공허, 기억의 공허, 기억의 공허, 기억의 공허, 기억의 공허, 기억의 공허, 기억의 공허, 기억의 공허, 기억의 공허, 기억의 공허, 기억의 공허, 기억의 공허, 분열된 기억, 분열된 기억, 분열된 기억, 분열된 기억, 분열된 기억, 분열된 기억, 분열된 기억, 분열된 기억, 분열된 기억, 분열된 기억, 분열된 기억, 분열된 기억, 상점가 지도, 올멕의 지성소, InvasionBoss
Tags시전, construct, ghost_armour, has_claw, has_one_handed_melee, large_height, large_model, lightning_affinity, mud_blood, not_str, slow_movement
Packs
  • 솔라리스 사원 1층, 솔라리스 사원 2층: 충격의 리본, 화염 파수꾼, 맹공의 리본
  • 영원한 실험실: 충격의 리본, 맹공의 리본
  • WorldAreas#820, WorldAreas#887, WorldAreas#980, 올멕의 지성소: 감전된 기형물, 충격의 리본
  • WorldAreas#1334: 충격의 리본, 화염 파수꾼
  • WorldAreas#1378: 맹공의 리본, 충격의 리본
  • WorldAreas#1339: 충격의 리본, 맹공의 리본
  • InvasionBoss: 동요하는 가면, 충격의 리본, 맹공의 리본
  • 충격의 리본
  • 충격의 리본, 맹공의 리본
  • 분열된 기억, 분열된 기억, 분열된 기억, 분열된 기억, 분열된 기억, 분열된 기억, 분열된 기억, 분열된 기억, 분열된 기억, 분열된 기억, 분열된 기억, 분열된 기억, 기억의 공허, 기억의 공허, 기억의 공허, 기억의 공허, 기억의 공허, 기억의 공허, 기억의 공허, 기억의 공허, 기억의 공허, 기억의 공허, 기억의 공허, 기억의 공허: 충격의 리본, 맹공의 리본
  • 생명력
    180%
    Energy Shield From Life
    100%
    회피
    +10%
    Ailment Threshold
    180%
    저항
    0 85 0 0
    Damage
    180%
    정확도
    100%
    치명타 확률
    +5%
    치명타 피해 배율
    +130%
    Attack Distance
    6 ~ 6
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    경험치
    120%
    Model Size
    100%
    Type
    GuardianCasterLightning
    Metadata
    GuardianLightning
    레벨
    83
    생명력
    57,630
    방어도
    92,477
    회피
    8,646
    에너지 보호막
    15,319
    Damage
    1,621
    주문 피해
    1,621
    정확도
    518
    Attack Time
    1.5
    경험치
    15,758
    Ailment Threshold
    57,630
    Chill
    182
    Shock
    182
    Brittle
    1,031
    Scorch
    182
    Sap
    503
    GuardianArc
    Spell, Damage, Trappable, Totemable, Mineable, Chains, Multicastable, Triggerable, Lightning, CanRapidFire
    연쇄 번개
    치명타 확률: 5%
    추가 피해 효율: 70%
    시전 속도: 0.8 초
    시전자로부터 대상 적에게 원호 형태의 번개 줄기가 뻗어 나가 다른 적들에게 연쇄되지만, 직전에 연쇄한 적에게 바로 돌아가지는 않습니다. 연쇄될 때마다 본래의 번개 줄기가 명중하지 않은 다른 적 1명에게 2차 번개 줄기가 연쇄로 뻗어 나가며, 2차 줄기는 다시 연쇄되지 않습니다.
    192.4~577.3 번개 피해
    시전 속도 80% 감폭
    5%의 확률로 적을 감전
    spell maximum action distance +% [-50]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    Actor
    {
    	main_hand_unarmed_type = "Claw"
    	off_hand_unarmed_type = "Shield"
    }
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Life
    {
    	on_death = "DetachAllContainingText( head );"
    	on_spawned_dead = "DetachAllContainingText( head );"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Guardians/GuardianLightning"] = {
        name = "Galvanic Ribbon",
        life = 1.8,
        energyShield = 1,
        fireResist = 0,
        coldResist = 85,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.8,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 6,
        accuracy = 1,
        skillList = {
            "GuardianArc",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GuardianArc"] = {
        name = "Arc",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "An arc of lightning reaches from the caster to a targeted enemy and chains to other enemies, but not immediately back. Each time the arc chains, it will also chain a secondary arc to another enemy that the main arc has not already hit, which cannot chain further.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Chains] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Lightning] = true,
            [SkillType.CanRapidFire] = true,
        },
        statDescriptionScope = "beam_skill_stat_descriptions",
        castTime = 0.8,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "base_chance_to_shock_%",
            "active_skill_cast_speed_+%_final",
            "spell_maximum_action_distance_+%",
        },
        levels = {
            [1] = {0.5, 1.5, 5, -80, -50, critChance = 5, levelRequirement = 2, statInterpolation = {3, 3},  cost = { }, },
            [2] = {0.60000002384186, 1.7999999523163, 5, -80, -50, critChance = 5, levelRequirement = 70, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    충격의 리본
    구조물
    Galvanic Ribbon
    SpectreY
    Tags시전, construct, ghost_armour, has_claw, has_one_handed_melee, large_height, large_model, lightning_affinity, mud_blood, not_str, slow_movement
    생명력
    180%
    Energy Shield From Life
    100%
    회피
    +10%
    Ailment Threshold
    180%
    저항
    0 85 0 0
    Damage
    180%
    정확도
    100%
    치명타 확률
    +5%
    치명타 피해 배율
    +130%
    Attack Distance
    6 ~ 6
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    경험치
    120%
    Model Size
    100%
    Type
    GuardianCasterLightning
    Metadata
    GuardianLightning_RedNewTeam
    레벨
    68
    생명력
    11,580
    방어도
    28,790
    회피
    5,213
    에너지 보호막
    6,127
    Damage
    672
    주문 피해
    672
    정확도
    290
    Attack Time
    1.5
    경험치
    12,306
    Ailment Threshold
    11,580
    Chill
    37
    Shock
    37
    Brittle
    207
    Scorch
    37
    Sap
    101
    GuardianArc
    Spell, Damage, Trappable, Totemable, Mineable, Chains, Multicastable, Triggerable, Lightning, CanRapidFire
    연쇄 번개
    치명타 확률: 5%
    추가 피해 효율: 70%
    시전 속도: 0.8 초
    시전자로부터 대상 적에게 원호 형태의 번개 줄기가 뻗어 나가 다른 적들에게 연쇄되지만, 직전에 연쇄한 적에게 바로 돌아가지는 않습니다. 연쇄될 때마다 본래의 번개 줄기가 명중하지 않은 다른 적 1명에게 2차 번개 줄기가 연쇄로 뻗어 나가며, 2차 줄기는 다시 연쇄되지 않습니다.
    102.9~308.8 번개 피해
    시전 속도 80% 감폭
    5%의 확률로 적을 감전
    spell maximum action distance +% [-50]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    Actor
    {
    	main_hand_unarmed_type = "Claw"
    	off_hand_unarmed_type = "Shield"
    }
    
    Positioned 
    { 
    	team = 126
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Life
    {
    	on_death = "DetachAllContainingText( head );"
    	on_spawned_dead = "DetachAllContainingText( head );"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Guardians/GuardianLightning_RedNewTeam"] = {
        name = "Galvanic Ribbon",
        life = 1.8,
        energyShield = 1,
        fireResist = 0,
        coldResist = 85,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.8,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 6,
        accuracy = 1,
        skillList = {
            "GuardianArc",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GuardianArc"] = {
        name = "Arc",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "An arc of lightning reaches from the caster to a targeted enemy and chains to other enemies, but not immediately back. Each time the arc chains, it will also chain a secondary arc to another enemy that the main arc has not already hit, which cannot chain further.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Chains] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Lightning] = true,
            [SkillType.CanRapidFire] = true,
        },
        statDescriptionScope = "beam_skill_stat_descriptions",
        castTime = 0.8,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "base_chance_to_shock_%",
            "active_skill_cast_speed_+%_final",
            "spell_maximum_action_distance_+%",
        },
        levels = {
            [1] = {0.5, 1.5, 5, -80, -50, critChance = 5, levelRequirement = 2, statInterpolation = {3, 3},  cost = { }, },
            [2] = {0.60000002384186, 1.7999999523163, 5, -80, -50, critChance = 5, levelRequirement = 70, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    충격의 리본
    구조물
    지역: 전쟁터
    Galvanic Ribbon
    SpectreY
    Area전쟁터
    Tags시전, construct, ghost_armour, has_claw, has_one_handed_melee, large_height, large_model, lightning_affinity, mud_blood, not_str, slow_movement
    Packs
  • 전쟁터: 화염 파수꾼, 충격의 리본, 맹공의 리본
  • 전쟁터: 검은 근위대 병사, 검은 근위대 마법사, 맹공의 리본, 충격의 리본, 화염 파수꾼
  • 생명력
    180%
    Energy Shield From Life
    100%
    회피
    +10%
    Ailment Threshold
    180%
    저항
    0 85 0 0
    Damage
    180%
    정확도
    100%
    치명타 확률
    +5%
    치명타 피해 배율
    +130%
    Attack Distance
    6 ~ 6
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    경험치
    120%
    Model Size
    100%
    Type
    GuardianCasterLightning
    Metadata
    GuardianLightning_Battlefront
    레벨
    27
    생명력
    666
    방어도
    835
    회피
    934
    에너지 보호막
    370
    Damage
    70
    주문 피해
    70
    정확도
    52
    Attack Time
    1.5
    경험치
    1,724
    Ailment Threshold
    666
    Chill
    2
    Shock
    2
    Brittle
    12
    Scorch
    2
    Sap
    6
    GuardianArc
    Spell, Damage, Trappable, Totemable, Mineable, Chains, Multicastable, Triggerable, Lightning, CanRapidFire
    연쇄 번개
    치명타 확률: 5%
    추가 피해 효율: 70%
    시전 속도: 0.8 초
    시전자로부터 대상 적에게 원호 형태의 번개 줄기가 뻗어 나가 다른 적들에게 연쇄되지만, 직전에 연쇄한 적에게 바로 돌아가지는 않습니다. 연쇄될 때마다 본래의 번개 줄기가 명중하지 않은 다른 적 1명에게 2차 번개 줄기가 연쇄로 뻗어 나가며, 2차 줄기는 다시 연쇄되지 않습니다.
    30.64~91.91 번개 피해
    시전 속도 80% 감폭
    5%의 확률로 적을 감전
    spell maximum action distance +% [-50]

    Object Type

    version 2
    extends "Metadata/Monsters/Guardians/Lightning/LightningGuardianCaster"
    
    Positioned 
    { 
    	team = 127
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Guardians/Lightning/LightningGuardianCaster"
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Guardians/GuardianLightning_Battlefront"] = {
        name = "Galvanic Ribbon",
        life = 1.8,
        energyShield = 1,
        fireResist = 0,
        coldResist = 85,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.8,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 6,
        accuracy = 1,
        skillList = {
            "GuardianArc",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GuardianArc"] = {
        name = "Arc",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "An arc of lightning reaches from the caster to a targeted enemy and chains to other enemies, but not immediately back. Each time the arc chains, it will also chain a secondary arc to another enemy that the main arc has not already hit, which cannot chain further.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Chains] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Lightning] = true,
            [SkillType.CanRapidFire] = true,
        },
        statDescriptionScope = "beam_skill_stat_descriptions",
        castTime = 0.8,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "base_chance_to_shock_%",
            "active_skill_cast_speed_+%_final",
            "spell_maximum_action_distance_+%",
        },
        levels = {
            [1] = {0.5, 1.5, 5, -80, -50, critChance = 5, levelRequirement = 2, statInterpolation = {3, 3},  cost = { }, },
            [2] = {0.60000002384186, 1.7999999523163, 5, -80, -50, critChance = 5, levelRequirement = 70, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    Edit

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