IncursionAtziriActiveShrineStrongboxEssenceRareMonsterAliveSpiritActivatedRogueExile
Precursor Relocater
CategoryConstructชีวิตประดิษฐ์
cant possess this [1]
Spectre
Tagsconstruct, precursor_monster, Unarmed_onhit_audio, very_fast_movement
พลังชีวิต
120%
ค่าต้านทาน
IconEnemyResistanceFire0 IconEnemyResistanceCold0 IconEnemyResistanceLightning0 IconEnemyResistanceChaos0
Damage
100%
ความแม่นยำ
100%
Attack Distance
4 ~ 14
{เวลาโจมตี}
1.5 Second
Damage Spread
±20%
ค่าประสบการณ์
100%
Model Size
100%
Type
PrecursorCentipedeTrain
Metadata
PrecursorCentipedeTrainHead
เลเวล
68
พลังชีวิต
9,908
Damage
233
ความเสียหายเวท
233
ความแม่นยำ
2,502
{เวลาโจมตี}
1.5
ค่าประสบการณ์
28,634
Minion Life
8,316
Minion Damage
969
Minion Armour
2,413
GACentipedeTrainImpact
Triggerable, Attack, AttackInPlace
Base Damage: 186280
ความเสียหายโจมตี: 17%
{เวลาโจมตี}: 1.5 {วิ}
การปะทะ หักเกราะ 5000
สร้างความเสียหาย โจมตี ลดลง อีก 83%
สร้างสถานะ ขาหัก เมื่อปะทะ
action attack or cast time uses animation length [1]
base skill cannot be avoided by dodge roll or evaded or blocked [1]

Object Type

 
-- src\Data\Spectres.lua
minions["Metadata/Monsters/PrecursorCentipedeTrain/PrecursorCentipedeTrainHead"] = {
    fireResist = 0,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    name = "Precursor Relocater",
    life = 1.2,
    damage = 1,
    damageSpread = 0.2,
    attackTime = 1.5,
    attackRange = 14,
    accuracy = 1,
    skillList = {
        "GACentipedeTrainImpact",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["GACentipedeTrainImpact"] = {
    name = "GACentipedeTrainImpact",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Triggerable] = true,
        [SkillType.Attack] = true,
        [SkillType.AttackInPlace] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "apply_X_armour_break_on_hit",
        "maim_on_hit_%",
        "action_attack_or_cast_time_uses_animation_length",
        "base_skill_cannot_be_avoided_by_dodge_roll_or_evaded_or_blocked",
    },
    levels = {
        [1] = {5000, 100, baseMultiplier = 0.17, critChance = 5, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
cant possess this [1]
FamilyNothing
DomainsMonster (3)
GenerationTypeยูนิค (3)
Req. level1
Stats
  • cant possess this 1 1 Global Unscalable Value
  • Precursor Relocater
    CategoryConstructชีวิตประดิษฐ์
    cant possess this [1]
    Spectre
    Tagsconstruct, precursor_monster, Unarmed_onhit_audio, very_fast_movement
    พลังชีวิต
    120%
    ค่าต้านทาน
    IconEnemyResistanceFire0 IconEnemyResistanceCold0 IconEnemyResistanceLightning0 IconEnemyResistanceChaos0
    Damage
    100%
    ความแม่นยำ
    100%
    Attack Distance
    4 ~ 14
    {เวลาโจมตี}
    1.5 Second
    Damage Spread
    ±20%
    ค่าประสบการณ์
    100%
    Model Size
    100%
    Type
    PrecursorCentipedeTrain
    Metadata
    PrecursorCentipedeTrainMid
    เลเวล
    68
    พลังชีวิต
    9,908
    Damage
    233
    ความเสียหายเวท
    233
    ความแม่นยำ
    2,502
    {เวลาโจมตี}
    1.5
    ค่าประสบการณ์
    28,634
    Minion Life
    8,316
    Minion Damage
    969
    Minion Armour
    2,413
    GACentipedeTrainImpact
    Triggerable, Attack, AttackInPlace
    Base Damage: 186280
    ความเสียหายโจมตี: 17%
    {เวลาโจมตี}: 1.5 {วิ}
    การปะทะ หักเกราะ 5000
    สร้างความเสียหาย โจมตี ลดลง อีก 83%
    สร้างสถานะ ขาหัก เมื่อปะทะ
    action attack or cast time uses animation length [1]
    base skill cannot be avoided by dodge roll or evaded or blocked [1]

    Object Type

     
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/PrecursorCentipedeTrain/PrecursorCentipedeTrainMid"] = {
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        name = "Precursor Relocater",
        life = 1.2,
        damage = 1,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 14,
        accuracy = 1,
        skillList = {
            "GACentipedeTrainImpact",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GACentipedeTrainImpact"] = {
        name = "GACentipedeTrainImpact",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "apply_X_armour_break_on_hit",
            "maim_on_hit_%",
            "action_attack_or_cast_time_uses_animation_length",
            "base_skill_cannot_be_avoided_by_dodge_roll_or_evaded_or_blocked",
        },
        levels = {
            [1] = {5000, 100, baseMultiplier = 0.17, critChance = 5, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    cant possess this [1]
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • cant possess this 1 1 Global Unscalable Value
  • Precursor Relocater
    CategoryConstructชีวิตประดิษฐ์
    cant possess this [1]
    Spectre
    Tagsconstruct, precursor_monster, Unarmed_onhit_audio, very_fast_movement
    พลังชีวิต
    120%
    ค่าต้านทาน
    IconEnemyResistanceFire0 IconEnemyResistanceCold0 IconEnemyResistanceLightning0 IconEnemyResistanceChaos0
    Damage
    100%
    ความแม่นยำ
    100%
    Attack Distance
    4 ~ 14
    {เวลาโจมตี}
    1.5 Second
    Damage Spread
    ±20%
    ค่าประสบการณ์
    100%
    Model Size
    100%
    Type
    PrecursorCentipedeTrain
    Metadata
    PrecursorCentipedeTrainTail
    เลเวล
    68
    พลังชีวิต
    9,908
    Damage
    233
    ความเสียหายเวท
    233
    ความแม่นยำ
    2,502
    {เวลาโจมตี}
    1.5
    ค่าประสบการณ์
    28,634
    Minion Life
    8,316
    Minion Damage
    969
    Minion Armour
    2,413
    GACentipedeTrainImpact
    Triggerable, Attack, AttackInPlace
    Base Damage: 186280
    ความเสียหายโจมตี: 17%
    {เวลาโจมตี}: 1.5 {วิ}
    การปะทะ หักเกราะ 5000
    สร้างความเสียหาย โจมตี ลดลง อีก 83%
    สร้างสถานะ ขาหัก เมื่อปะทะ
    action attack or cast time uses animation length [1]
    base skill cannot be avoided by dodge roll or evaded or blocked [1]

    Object Type

     
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/PrecursorCentipedeTrain/PrecursorCentipedeTrainTail"] = {
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        name = "Precursor Relocater",
        life = 1.2,
        damage = 1,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 14,
        accuracy = 1,
        skillList = {
            "GACentipedeTrainImpact",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GACentipedeTrainImpact"] = {
        name = "GACentipedeTrainImpact",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "apply_X_armour_break_on_hit",
            "maim_on_hit_%",
            "action_attack_or_cast_time_uses_animation_length",
            "base_skill_cannot_be_avoided_by_dodge_roll_or_evaded_or_blocked",
        },
        levels = {
            [1] = {5000, 100, baseMultiplier = 0.17, critChance = 5, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    cant possess this [1]
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • cant possess this 1 1 Global Unscalable Value
  • Edit

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