Capataz Krow
Humanóide
Velocidade de Movimento aumentada em 20%
Overseer Krow
SpectreN
AreaAbrigo Escravo
Tagsbludgeoning_weapon, Conjurador, flesh_armour, has_dual_wield_melee, has_one_hand_axe, has_one_handed_melee, human, humanoid, large_height, lightning_affinity, medium_movement, not_int, physical_affinity, red_blood, templar
Vida
400%
Armadura
+25%
Evasão
+25%
Ailment Threshold
400%
Resistência
0 85 0 0
Damage
200%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 10
Attack Time
1.845 Second
Damage Spread
±20%
Experiência
200%
Model Size
120%
Type
TemplarSlaveDriverBoss
Metadata
TemplarSlaveDriverBoss
Nível
41
Vida
4,168
Armadura
3,838
Evasão
2,086
Escudo de Energia
0
Damage
178
Dano Mágico
178
Precisão
96
Attack Time
1.845
Experiência
7,194
Ailment Threshold
4,168
Chill
13
Shock
13
Brittle
75
Scorch
13
Sap
36
SlaverTaunt
Recarga: 60 seg
MainHandAttack
Attack, RangedAttack, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Base Damage: 143–214
Chance de Crítico: 5%
Attack Time: 1.845 seg
+1.5 metros ao Alcance de Golpes Corpo a Corpo
OffHandAttack
Attack, RangedAttack, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Base Damage: 143–214
Chance de Crítico: 5%
Attack Time: 1.845 seg
TemplarSlaveDriverBossStormBurst
Spell, Projectile, Damage, Totemable, Lightning, Area, AreaSpell
Chance de Crítico: 5%
Tempo de Conjuração: 0.35 seg
Recarga: 3 seg
Causa 43.92 a 65.88 de Dano de Raio
Velocidade de Conjuração reduzida em 80%
Velocidade de Projéteis reduzida em 40%
+300% mais Dano em Área
active skill area of effect radius +% final [-75]
base is projectile [1]
projectile uses contact position [1]
StormWhip
Attack
Base Damage: 143–214
Chance de Crítico: 5%
Attack Time: 1.845 seg
Recarga: 5 seg
60% do Dano Físico Convertido em Dano de Raio
Duração base é de 1 segundos
Dispara 7 Projéteis adicionais
+2.5 metros ao Alcance de Golpes Corpo a Corpo
40% menos Dano de Projétil
active skill area of effect radius +% final [30]

Object Type

version 2
extends "Metadata/Monsters/TemplarSlaveDriver/TemplarSlaveDriver"

Object Type Codes

version 2
extends "Metadata/Monsters/TemplarSlaveDriver/TemplarSlaveDriver"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/TemplarSlaveDriver/TemplarSlaveDriverBoss"] = {
    name = "Overseer Krow",
    life = 4,
    fireResist = 0,
    coldResist = 85,
    lightningResist = 0,
    chaosResist = 0,
    damage = 2,
    damageSpread = 0.2,
    attackTime = 1.845,
    attackRange = 10,
    accuracy = 1,
    weaponType1 = "One Hand Axe",
    weaponType2 = "One Hand Mace",
    skillList = {
        "MainHandAttack",
        "OffHandAttack",
        "SlaverTaunt",
        "TemplarSlaveDriverBossStormBurst",
        "StormWhip",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["MainHandAttack"] = {
    name = "MainHandAttack",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.RangedAttack] = 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 = {
        "melee_weapon_range_+",
    },
    levels = {
        [1] = {15, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["OffHandAttack"] = {
    name = "OffHandAttack",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.RangedAttack] = 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 = {
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["SlaverTaunt"] = {
    name = "SlaverTaunt",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["TemplarSlaveDriverBossStormBurst"] = {
    name = "TemplarSlaveDriverBossStormBurst",
    hidden = true,
    color = "3",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Projectile] = true,
        [SkillType.Damage] = true,
        [SkillType.Totemable] = true,
        [SkillType.Lightning] = true,
        [SkillType.Area] = true,
        [SkillType.AreaSpell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 0.35,
    baseFlags = {
        area = true,
        spell = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_lightning_damage",
        "spell_maximum_base_lightning_damage",
        "active_skill_area_damage_+%_final",
        "base_cast_speed_+%",
        "base_projectile_speed_+%",
        "active_skill_area_of_effect_radius_+%_final",
        "base_is_projectile",
        "projectile_uses_contact_position",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 300, -80, -40, -75, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["StormWhip"] = {
    name = "StormWhip",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Attack] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "skill_physical_damage_%_to_convert_to_lightning",
        "number_of_additional_projectiles",
        "base_skill_effect_duration",
        "active_skill_projectile_damage_+%_final",
        "active_skill_area_of_effect_radius_+%_final",
        "melee_range_+",
    },
    levels = {
        [1] = {60, 7, 1000, -40, 30, 25, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
Velocidade de Movimento aumentada em 20%
IdMonsterImplicitFastRun4
FamilyMovementVelocity
Domainsmonstro (3)
GenerationTypeunico (3)
Req. level1
Stats
  • base movement velocity +% Min: 20 Max: 20 Global
  • Craft Tagsspeed
    Capataz Krow
    Humanóide
    Velocidade de Movimento aumentada em 20%
    Overseer Krow
    SpectreN
    Tagsbludgeoning_weapon, Conjurador, flesh_armour, has_dual_wield_melee, has_one_hand_axe, has_one_handed_melee, human, humanoid, lightning_affinity, medium_movement, not_int, physical_affinity, red_blood, templar
    Vida
    400%
    Armadura
    +25%
    Evasão
    +25%
    Ailment Threshold
    400%
    Resistência
    0 85 0 0
    Damage
    200%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    6 ~ 10
    Attack Time
    1.845 Second
    Damage Spread
    ±20%
    Experiência
    200%
    Model Size
    120%
    Type
    TemplarSlaveDriverBoss
    Metadata
    TemplarSlaveDriverBossStandalone
    Nível
    68
    Vida
    25,733
    Armadura
    35,988
    Evasão
    5,924
    Escudo de Energia
    0
    Damage
    747
    Dano Mágico
    747
    Precisão
    290
    Attack Time
    1.845
    Experiência
    20,510
    Ailment Threshold
    25,733
    Chill
    81
    Shock
    81
    Brittle
    460
    Scorch
    81
    Sap
    225
    SlaverTaunt
    Recarga: 60 seg
    MainHandAttack
    Attack, RangedAttack, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Base Damage: 598–897
    Chance de Crítico: 5%
    Attack Time: 1.845 seg
    +1.5 metros ao Alcance de Golpes Corpo a Corpo
    OffHandAttack
    Attack, RangedAttack, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Base Damage: 598–897
    Chance de Crítico: 5%
    Attack Time: 1.845 seg
    TemplarSlaveDriverBossStormBurst
    Spell, Projectile, Damage, Totemable, Lightning, Area, AreaSpell
    Chance de Crítico: 5%
    Tempo de Conjuração: 0.35 seg
    Recarga: 3 seg
    Causa 126.6 a 189.9 de Dano de Raio
    Velocidade de Conjuração reduzida em 80%
    Velocidade de Projéteis reduzida em 40%
    +300% mais Dano em Área
    active skill area of effect radius +% final [-75]
    base is projectile [1]
    projectile uses contact position [1]
    StormWhip
    Attack
    Base Damage: 598–897
    Chance de Crítico: 5%
    Attack Time: 1.845 seg
    Recarga: 5 seg
    60% do Dano Físico Convertido em Dano de Raio
    Duração base é de 1 segundos
    Dispara 7 Projéteis adicionais
    +2.5 metros ao Alcance de Golpes Corpo a Corpo
    40% menos Dano de Projétil
    active skill area of effect radius +% final [30]

    Object Type

    version 2
    extends "Metadata/Monsters/TemplarSlaveDriver/TemplarSlaveDriver"
    extends "Metadata/Monsters/StandaloneMonster"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/TemplarSlaveDriver/TemplarSlaveDriver"
    extends "Metadata/Monsters/StandaloneMonster"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/TemplarSlaveDriver/TemplarSlaveDriverBossStandalone"] = {
        name = "Overseer Krow",
        life = 4,
        fireResist = 0,
        coldResist = 85,
        lightningResist = 0,
        chaosResist = 0,
        damage = 2,
        damageSpread = 0.2,
        attackTime = 1.845,
        attackRange = 10,
        accuracy = 1,
        weaponType1 = "One Hand Axe",
        weaponType2 = "One Hand Mace",
        skillList = {
            "MainHandAttack",
            "OffHandAttack",
            "SlaverTaunt",
            "TemplarSlaveDriverBossStormBurst",
            "StormWhip",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MainHandAttack"] = {
        name = "MainHandAttack",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = 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 = {
            "melee_weapon_range_+",
        },
        levels = {
            [1] = {15, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["OffHandAttack"] = {
        name = "OffHandAttack",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = 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 = {
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SlaverTaunt"] = {
        name = "SlaverTaunt",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["TemplarSlaveDriverBossStormBurst"] = {
        name = "TemplarSlaveDriverBossStormBurst",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Projectile] = true,
            [SkillType.Damage] = true,
            [SkillType.Totemable] = true,
            [SkillType.Lightning] = true,
            [SkillType.Area] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.35,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "active_skill_area_damage_+%_final",
            "base_cast_speed_+%",
            "base_projectile_speed_+%",
            "active_skill_area_of_effect_radius_+%_final",
            "base_is_projectile",
            "projectile_uses_contact_position",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 300, -80, -40, -75, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["StormWhip"] = {
        name = "StormWhip",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_physical_damage_%_to_convert_to_lightning",
            "number_of_additional_projectiles",
            "base_skill_effect_duration",
            "active_skill_projectile_damage_+%_final",
            "active_skill_area_of_effect_radius_+%_final",
            "melee_range_+",
        },
        levels = {
            [1] = {60, 7, 1000, -40, 30, 25, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    Velocidade de Movimento aumentada em 20%
    IdMonsterImplicitFastRun4
    FamilyMovementVelocity
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • base movement velocity +% Min: 20 Max: 20 Global
  • Craft Tagsspeed
    Capataz Krow Topic /1 ⍟
    NPCNome
    LaniE obrigada por acabar com aquele último capataz. Eu não consigo imaginar que tipo de mãe daria luz àquela baleia da terra, mas tivemos sorte de ele não estar aqui quando tomamos essa torre. Ele teria nos espalhado pelo chão como manteiga em um pedaço de pão.

    Aqui, leve isso, por nos ajudar nessa nossa luta sem esperança.
    Edit

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