Rastrero ahogado
No muerto
stance movement speed +% final [-86]
Drowned Crawler
SpectreN
AreaLa ciudad sumergida, Bahía de las anclas, Naufragio, El refugio del zigurat
Tagsfast_movement, humanoid, melee, not_int, not_str, physical_affinity, Unarmed_onhit_audio, undead, very_fast_movement
Packs
  • La ciudad sumergida: Rastrero ahogado
  • Bahía de las anclas, Naufragio: Rastrero ahogado
  • El refugio del zigurat: Rastrero ahogado
  • Vida
    150%
    Evasión
    +60%
    Resistencia
    0 30 -30 0
    Damage
    150%
    Precisión
    100%
    Attack Distance
    3 ~ 8
    Tiempo de ataque
    1.17 Second
    Damage Spread
    ±20%
    Experiencia
    150%
    Model Size
    100%
    Type
    DrownedCrawler
    Metadata
    DrownedCrawler__
    Nivel
    65
    Vida
    9,770
    Damage
    319
    Daño de hechizos
    319
    Precisión
    2,214
    Tiempo de ataque
    1.17
    Experiencia
    32,261
    Minion Life
    9,423
    Minion Damage
    1,243
    Minion Armour
    2,023
    GADrownedCrawlerSwipe
    Triggerable, Attack
    Base Damage: 255–382
    Probabilidad de impacto crítico: 5%
    Daño de ataque: 120%
    Tiempo de ataque: 1.17 seg
    Inflige un 20% más de daño de ataques
    base skill can be avoided by dodge roll [1]
    base skill can be blocked [1]
    DTTDrownedCrawlerLeap
    Spell, Movement
    Tiempo de lanzamiento: 0.733 seg
    Tiempo de recarga: 8 seg
    leap slam minimum distance [35]
    spell maximum action distance +% [-50]
    walk emerge extra distance [-6]
    MeleeAtAnimationSpeedComboTEMP
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Melee, ProjectilesFromUser
    Ataque básico
    Base Damage: 255–382
    Probabilidad de impacto crítico: 5%
    Tiempo de ataque: 1.17 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 = 2533
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Transitionable
    {
    	on_transition =
    	"
    		Roll( 1, 2, { PlayEffect( 'Metadata/Monsters/DrownedCrawler/DrownedCrawlerAggroAudio.ao' ); } );
    	"
    }
    
    Animated
    {
    	preload_animated_object = "Metadata/Monsters/DrownedCrawler/DrownedCrawlerAggroAudio.ao"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/DrownedCrawler/DrownedCrawler__"] = {
        name = "Drowned Crawler",
        life = 1.5,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.5,
        damageSpread = 0.2,
        attackTime = 1.17,
        attackRange = 8,
        accuracy = 1,
        weaponType1 = "Unarmed",
        skillList = {
            "MeleeAtAnimationSpeedComboTEMP",
            "GADrownedCrawlerSwipe",
            "DTTDrownedCrawlerLeap",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeedComboTEMP"] = {
        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 = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GADrownedCrawlerSwipe"] = {
        name = "GADrownedCrawlerSwipe",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_skill_can_be_blocked",
            "base_skill_can_be_avoided_by_dodge_roll",
        },
        levels = {
            [1] = {baseMultiplier = 1.2, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["DTTDrownedCrawlerLeap"] = {
        name = "DTTDrownedCrawlerLeap",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Movement] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.733,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "walk_emerge_extra_distance",
            "leap_slam_minimum_distance",
            "spell_maximum_action_distance_+%",
        },
        levels = {
            [1] = {-6, 35, -50, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeÚnico (3)
    Req. level1
    stance movement speed +% final [-86]
    FamilyStance
    DomainsMonster (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: -86 Max: -86 Global
  • Craft Tagsspeed
    Rastrero ahogado
    No muerto
    stance movement speed +% final [-86]
    Drowned Crawler
    SpectreN
    Tagshumanoid, melee, not_int, not_str, physical_affinity, Unarmed_onhit_audio, undead, very_fast_movement
    Vida
    150%
    Evasión
    +60%
    Resistencia
    0 30 -30 0
    Damage
    150%
    Precisión
    100%
    Attack Distance
    3 ~ 8
    Tiempo de ataque
    1.17 Second
    Damage Spread
    ±20%
    Experiencia
    150%
    Model Size
    100%
    Type
    DrownedCrawler
    Metadata
    DrownedCrawlerWallWalk
    Nivel
    68
    Vida
    11,636
    Damage
    350
    Daño de hechizos
    350
    Precisión
    2,464
    Tiempo de ataque
    1.17
    Experiencia
    42,951
    Minion Life
    10,395
    Minion Damage
    1,453
    Minion Armour
    2,413
    GADrownedCrawlerSwipe
    Triggerable, Attack
    Base Damage: 280–420
    Probabilidad de impacto crítico: 5%
    Daño de ataque: 120%
    Tiempo de ataque: 1.17 seg
    Inflige un 20% más de daño de ataques
    base skill can be avoided by dodge roll [1]
    base skill can be blocked [1]
    DTTDrownedCrawlerLeap
    Spell, Movement
    Tiempo de lanzamiento: 0.733 seg
    Tiempo de recarga: 8 seg
    leap slam minimum distance [35]
    spell maximum action distance +% [-50]
    walk emerge extra distance [-6]
    MeleeAtAnimationSpeedComboTEMP
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Melee, ProjectilesFromUser
    Ataque básico
    Base Damage: 280–420
    Probabilidad de impacto crítico: 5%
    Tiempo de ataque: 1.17 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/DrownedCrawler/DrownedCrawler"
    
    Positioned
    {
    	collision_hull_type = "projectile"
    	force_placement = true
    }
    
    StateMachine
    {
    	define_shared_state = "make_walk;"
    	on_or_create_state_make_walk_1 = "OverrideBaseHullType( walk );"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/DrownedCrawler/DrownedCrawler"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/DrownedCrawler/DrownedCrawlerWallWalk"] = {
        name = "Drowned Crawler",
        life = 1.5,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.5,
        damageSpread = 0.2,
        attackTime = 1.17,
        attackRange = 8,
        accuracy = 1,
        weaponType1 = "Unarmed",
        skillList = {
            "MeleeAtAnimationSpeedComboTEMP",
            "GADrownedCrawlerSwipe",
            "DTTDrownedCrawlerLeap",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeedComboTEMP"] = {
        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 = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GADrownedCrawlerSwipe"] = {
        name = "GADrownedCrawlerSwipe",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_skill_can_be_blocked",
            "base_skill_can_be_avoided_by_dodge_roll",
        },
        levels = {
            [1] = {baseMultiplier = 1.2, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["DTTDrownedCrawlerLeap"] = {
        name = "DTTDrownedCrawlerLeap",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Movement] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.733,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "walk_emerge_extra_distance",
            "leap_slam_minimum_distance",
            "spell_maximum_action_distance_+%",
        },
        levels = {
            [1] = {-6, 35, -50, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeÚnico (3)
    Req. level1
    stance movement speed +% final [-86]
    FamilyStance
    DomainsMonster (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: -86 Max: -86 Global
  • Craft Tagsspeed
    Edit

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