Esclavo de la ciénaga
Bogfelled Slave
SpectreY
AreaCiénaga de arena, El refugio del zigurat, Ciénaga de arena
Tagshumanoid, melee, monster_barely_moves, physical_affinity, Unarmed_onhit_audio, undead, uses_suicide_explode, very_slow_movement, zombie
Packs
  • Ciénaga de arena, Ciénaga de arena: Demonio dregado, Esclavo de la ciénaga, Plebeyo de la ciénaga, Plebeyo de la ciénaga
  • El refugio del zigurat: Demonio dregado, Esclavo de la ciénaga, Plebeyo de la ciénaga, Plebeyo de la ciénaga
  • El refugio del zigurat: Gigante putrefacto, Esclavo de la ciénaga, Plebeyo de la ciénaga, Plebeyo de la ciénaga
  • Vida
    100%
    Resistencia
    0 30 0 0
    Damage
    100%
    Precisión
    100%
    Impactos críticos Chance
    5%
    Bonificación de daño crítico
    +30%
    Attack Distance
    3 ~ 6
    Tiempo de ataque
    2.25 Second
    Damage Spread
    ±30%
    Experiencia
    100%
    Model Size
    100%
    Type
    BogCorpseUnarmed
    Metadata
    BogCorpseUnarmed
    Nivel
    65
    Vida
    6,513
    Armadura
    2,023
    Evasión
    440
    Damage
    212
    Daño de hechizos
    212
    Precisión
    1,974
    Tiempo de ataque
    2.25
    Experiencia
    21,507
    Minion Life
    6,282
    Minion Damage
    829
    Minion Armour
    2,023
    BogCorpseVolatileExplosion
    Spell, Area, Damage, AreaSpell, Triggerable
    Probabilidad de impacto crítico: 5%
    Tiempo de lanzamiento: 1 seg
    Inflige de 582.8 a 874.2 de daño físico
    action attack or cast time uses animation length [1]
    is area damage [1]
    skill cannot be interrupted [1]
    skill cannot be stunned [1]
    spell maximum action distance +% [-90]
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Melee, ProjectilesFromUser
    Ataque básico
    Base Damage: 149–276
    Probabilidad de impacto crítico: 5%
    Tiempo de ataque: 2.25 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"
    
    Positioned
    {
    	collision_hull_type = "projectile"
    	force_placement = true
    }
    
    Actor
    {
    	basic_action = "Emerge"
    	basic_action = "MoveForced"
    	basic_action = "ChangeToStance5"
    }
    
    Stats
    {
    	set_base_heavy_stun_duration_ms = 3000
    }
    
    StateMachine
    {
    	define_shared_state =
    	"
    		make_walk;
    		det_dead;
    		vol_dead;
    	"
    
    	on_or_create_state_make_walk_1 = "OverrideBaseHullType( walk );"
    	on_state_vol_dead_1 = "OverrideBaseHullType( projectile );"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    StateMachine
    {
    	on_state_det_dead_1 =
    	"
    		IfAlive( (){ PlayAnimation( flinch_small_unarmed_01 ); } );
    		AddEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act3_FOUR/DredgeFiendBoss/epk/DetonateDead.epk' );
    	"
    
    	on_state_vol_dead_1 = "AddEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act3_FOUR/DredgeFiendBoss/epk/volatile.epk' );"
    }
    
    Preload
    {
    	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/Act3_FOUR/DredgeFiendBoss/ao/VolatileDead/lift.ao"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/BogBodies/BogCorpseUnarmed"] = {
        name = "Bogfelled Slave",
        life = 1,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1,
        damageSpread = 0.3,
        attackTime = 2.25,
        attackRange = 6,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeed",
            "BogCorpseVolatileExplosion",
        },
        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 = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BogCorpseVolatileExplosion"] = {
        name = "BogCorpseVolatileExplosion",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Area] = true,
            [SkillType.Damage] = true,
            [SkillType.AreaSpell] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            area = true,
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "spell_maximum_action_distance_+%",
            "is_area_damage",
            "skill_cannot_be_interrupted",
            "skill_cannot_be_stunned",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, -90, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    Edit

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