Arrastrapiés restringido
No muerto
stance movement speed +% final [142]
Envenena al impactar
Constricted Shambler
SpectreY
AreaRuinas de la jungla, Las criptas venenosas, El refugio del zigurat, Ruinas de la jungla, Las criptas venenosas, Estanques
Tagsbeast, melee, monster_applies_poison, physical_affinity, red_blood, reptile_beast, Unarmed_onhit_audio, undead, very_slow_movement
Packs
  • Ruinas de la jungla, Ruinas de la jungla: Arrastrapiés restringido, Escupidor restringido, Arrastrapiés cuelloserpiente
  • Las criptas venenosas, Las criptas venenosas: Arrastrapiés cuelloserpiente, Escupidor restringido, Arrastrapiés restringido
  • El refugio del zigurat: Arrastrapiés restringido, Arrastrapiés cuelloserpiente
  • Vida
    150%
    Resistencia
    -30 30 0 0
    Damage
    150%
    Precisión
    100%
    Impactos críticos Chance
    6%
    Bonificación de daño crítico
    +30%
    Attack Distance
    8 ~ 16
    Tiempo de ataque
    1.395 Second
    Damage Spread
    ±20%
    Experiencia
    150%
    Model Size
    120%
    Type
    ConstrictorCorpse
    Metadata
    ConstrictorCorpse
    Nivel
    65
    Vida
    9,770
    Armadura
    2,023
    Evasión
    440
    Damage
    319
    Daño de hechizos
    319
    Precisión
    1,974
    Tiempo de ataque
    1.395
    Experiencia
    32,261
    Minion Life
    9,423
    Minion Damage
    1,243
    Minion Armour
    2,023
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Melee, ProjectilesFromUser
    Ataque básico
    Base Damage: 255–382
    Probabilidad de impacto crítico: 5%
    Tiempo de ataque: 1.395 seg
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	basic_action = "ChangeToStance1"
    	basic_action = "ChangeToStance2"
    }
    
    Transitionable
    {
    	
    }
    
    Stats
    {
    
    	set_base_heavy_stun_duration_ms = 3000	
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Life
    {
    	on_spawned_alive = "AddEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act3_FOUR/ConstrictorCorpse/EPK/body_venom.epk' );"
    	on_death = "RemoveEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act3_FOUR/ConstrictorCorpse/EPK/body_venom.epk' );"
    }
    
    Transitionable
    {
    	on_transition =
    	"
    		Roll( 1, 2, { PlayEffect( 'Metadata/Monsters/ConstrictorCorpse/ConstrictorCorpseAggroAudio.ao' ); } );
    	"
    }
    
    Render
    {
    	selection_size_override = "125, 125, 175"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/ConstrictorCorpse/ConstrictorCorpse"] = {
        name = "Constricted Shambler",
        life = 1.5,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.5,
        damageSpread = 0.2,
        attackTime = 1.395,
        attackRange = 16,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeed",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        name = "Basic Attack",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.MeleeSingleTarget] = 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 = { }, },
        },
    }
    
    IdNothing
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeÚnico (3)
    Req. level1
    stance movement speed +% final [142]
    IdStanceMovementSpeed142
    FamilyStance
    DomainsMonster (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: 142 Max: 142 Global
  • Envenena al impactar
    IdMaligaroSpiderPoisonOnHit
    FamilyRatTalismanPoisonOnHit
    DomainsMonster (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • global poison on hit Min: 1 Max: 1 Global
  • base poison duration +% Min: 0 Max: 0 Global
  • Craft Tagspoison chaos ailment
    Edit

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