MirageVillageShippingSanctumArchnemesisExpeditionDetonatorUltimatumAltarRitualRuneHeistSumgglersCacheHarvestPortalAfflictionInitiatorBlightCoreLegionInitiatorBetrayalSymbolCatarinaDelveMineralVeinIncursionCraftingBenchBestiaryRareMonsterAbyssBreachEssenceStrongboxShrine
Agua contaminada
Constructo
IconEnemyResistanceFire IconEnemyResistanceChaos
monster base type attack cast speed +% and damage -% final [11]
Tainted Water
Spectre
Tagscannot_be_monolith, cleaving_weapon, construct, has_one_hand_mace, has_one_handed_melee, hidden_monster, liquid_armour, melee, mud_blood, not_dex, not_str, physical_affinity, small_height, unusable_corpse, very_slow_movement, water_elemental
Vida
102%
Energy Shield From Life
50%
Ailment Threshold
102%
Resistencia
IconEnemyResistanceFire30% IconEnemyResistanceCold0% IconEnemyResistanceLightning0% IconEnemyResistanceChaos30%
Damage
102%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de golpe crítico
+130%
Attack Distance
6 ~ 13
Attack Time
1.5 Second
Damage Spread
±20%
Experiencia
120%
Model Size
65%
Type
PusElementalMinion
Metadata
PusElementalChaosLeaderMinion
Nivel
68
Vida
6,562
Armadura
28,790
Evasión
4,739
Escudo de energía
3,125
Damage
381
Daño de hechizos
381
Precisión
580
Attack Time
1.5
Experiencia
12,306
Minion Life
1,423
Minion Energy Shield
678
Minion Damage
304
Ailment Threshold
6,562
Chill
21
Shock
21
Brittle
117
Scorch
21
Sap
57
Phys Convert Ele
240%
MeleeAtAnimationSpeed
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque estándar
Base Damage: 305457
Probabilidad de golpe crítico: 5%
Attack Time: 1.5 seg
Derriba a tus enemigos con un golpe poderoso.
action attack or cast time uses animation length [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
iconbasicattack
WbChaosLeaderSearingBond
Spell, DamageOverTime, Trappable, Mineable, TotemCastsAlone, CausesBurning, SummonsTotem, Triggerable, Fire, DegenOnlySpellDamage
Atadura abrasadora
Tiempo de lanzamiento: 1 seg
Tiempo de recarga: 120 seg
Invoca un tótem que lanza un haz de fuego hacia ti y otros tótems que controles. El haz inflige daño de incendio a los enemigos atrapados en él y a los enemigos que estén cerca de un extremo de un haz.
Invoca un tótem que usa esta habilidad
base active skill totem level [100]
base fire damage to deal per minute [204586]
base skill is totemified [1]
base totem duration [59000]
base totem range [100]
totem life +% [10000]
SearingBond

Object Type

version 2
extends "Metadata/Monsters/Monster"

Actor
{
	basic_action = "Emerge"
	main_hand_unarmed_type = "One_Hand_Mace"
}

Transitionable
{
}

DiesAfterTime
{
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/BloodElemental/PusElementalChaosLeaderMinion"] = {
    fireResist = 30,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 30,
    name = "Tainted Water",
    life = 1.02,
    energyShield = 0.5,
    damage = 1.02,
    damageSpread = 0.2,
    attackTime = 1.5,
    attackRange = 13,
    accuracy = 1,
    skillList = {
        "MeleeAtAnimationSpeed",
        "WbChaosLeaderSearingBond",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["MeleeAtAnimationSpeed"] = {
    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",
        "action_attack_or_cast_time_uses_animation_length",
        "projectile_uses_contact_position",
        "use_scaled_contact_offset",
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["WbChaosLeaderSearingBond"] = {
    name = "Searing Bond",
    hidden = true,
    color = "1",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Summons a totem that casts a beam of fire at you and each other totem you control, dealing burning damage to enemies caught in the beam. Enemies near either end of a beam also suffer burning damage.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.DamageOverTime] = true,
        [SkillType.Trappable] = true,
        [SkillType.Mineable] = true,
        [SkillType.TotemCastsAlone] = true,
        [SkillType.CausesBurning] = true,
        [SkillType.SummonsTotem] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Fire] = true,
        [SkillType.DegenOnlySpellDamage] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
        totem = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_fire_damage_to_deal_per_minute",
        "base_totem_duration",
        "base_totem_range",
        "base_active_skill_totem_level",
        "totem_life_+%",
        "is_totem",
        "base_skill_is_totemified",
    },
    levels = {
        [1] = {1, 59000, 100, 100, 10000, levelRequirement = 3, statInterpolation = {3},  cost = { }, },
    },
}
monster base type attack cast speed +% and damage -% final [11]
FamilyMonsterSpeedAndDamageFixup
Domainsmonstruo (3)
GenerationTypeÚnicos (3)
Req. level1
Stats
  • monster base type attack cast speed +% and damage -% final 11 11 Global
  • Craft Tagscaster_damage Daño Ataque Lanzador de hechizos Velocidad
    Edit

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