IncursionAtziriActiveShrineStrongboxEssenceRareMonsterAliveSpiritActivatedRogueExile
Escravo do Brejo
Bogfelled Slave
Spectre
AreaPântano das Areias, Lagoa Glacial, O Refúgio Zigurate
Tagshumanoid, melee, monster_barely_moves, physical_affinity, Unarmed_onhit_audio, undead, uses_suicide_explode, very_slow_movement, zombie
Packs
  • Pântano das Areias: Ínfero Dragador, Escravo do Brejo, Plebe do Brejo
  • Lagoa Glacial: Ínfero Dragador, Escravo do Brejo, Plebe do Brejo
  • O Refúgio Zigurate: Ínfero Dragador, Escravo do Brejo, Plebe do Brejo
  • O Refúgio Zigurate: Brutamontes Apodrecido, Escravo do Brejo, Plebe do Brejo
  • Vida
    100%
    Resistência
    IconEnemyResistanceFire0 IconEnemyResistanceCold30 IconEnemyResistanceLightning0 IconEnemyResistanceChaos0
    Damage
    100%
    Precisão
    100%
    Attack Distance
    3 ~ 6
    Tempo de Ataque
    2.25 Second
    Damage Spread
    ±30%
    Experiência
    100%
    Model Size
    100%
    Type
    BogCorpseUnarmed
    Metadata
    BogCorpseUnarmed
    Nível
    65
    Vida
    6,555
    Damage
    212
    Dano Mágico
    212
    Precisão
    2,228
    Tempo de Ataque
    2.25
    Experiência
    21,507
    Minion Life
    6,282
    Minion Damage
    829
    Minion Armour
    2,023
    BogCorpseVolatileExplosion
    Spell, Area, Damage, AreaSpell, Triggerable, AttackInPlace
    Chance de Golpe Crítico: 5%
    Tempo de Conjuração: 1 s
    Causa de 582.8 a 874.2 de dano físico
    action attack or cast time uses animation length [1]
    base skill cannot be avoided by dodge roll or evaded or blocked [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, AttackInPlace
    Ataque Básico
    Base Damage: 149276
    Chance de Golpe Crítico: 5%
    Tempo de Ataque: 2.25 s
    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]
    iconbasicattack

    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 );"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/BogBodies/BogCorpseUnarmed"] = {
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        name = "Bogfelled Slave",
        life = 1,
        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,
            [SkillType.AttackInPlace] = 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,
            [SkillType.AttackInPlace] = 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",
            "base_skill_cannot_be_avoided_by_dodge_roll_or_evaded_or_blocked",
        },
        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.