Forca Barulhenta
undead description [1]
Rattling Gibbet
SpectreY
AreaO Refúgio Zigurate
Tags1HSword_onhit_audio, not_dex, not_int, skeleton, undead, very_slow_movement
Packs
  • O Refúgio Zigurate: Forca Barulhenta, Cascavel Miserável, Cascavel Miserável
  • Vida
    200%
    Armadura
    +70%
    Resistência
    0 0 0 0
    Damage
    200%
    Precisão
    100%
    Acertos Críticos Chance
    5%
    Bônus de Dano Crítico
    +30%
    Attack Distance
    4 ~ 13
    Tempo de Ataque
    1.5 Second
    Damage Spread
    ±20%
    Experiência
    200%
    Model Size
    100%
    Type
    CageSkeleton
    Metadata
    CageSkeleton_
    Nível
    65
    Vida
    13,026
    Armadura
    3,439
    Evasão
    440
    Damage
    425
    Dano Mágico
    425
    Precisão
    1,974
    Tempo de Ataque
    1.5
    Experiência
    43,014
    Minion Life
    11,954
    Minion Damage
    903
    Minion Armour
    6,271
    MeleeAtAnimationSpeedComboTEMP
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Melee, ProjectilesFromUser
    Ataque Básico
    Base Damage: 340–510
    Chance de Acerto Crítico: 5%
    Tempo de Ataque: 1.5 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"
    }
    
    StateMachine
    {
    	define_shared_state = "hide_skeles;"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    StateMachine
    {
    	on_or_create_state_hide_skeles_1 =
    	"
    		HideMeshSegmentsBySubstring( skeleton );
    		HideMeshSegmentsBySubstring( wrist );
    		HideMeshSegmentsBySubstring( mesh0fixed );
    	"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/CageSkeleton/CageSkeleton_"] = {
        name = "Rattling Gibbet",
        life = 2,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 2,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 13,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeedComboTEMP",
        },
        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 = { }, },
        },
    }
    
    undead description [1]
    IdMonsterNecromancerRaisable
    FamilyMonsterNecromancerRaisable
    DomainsMonster (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • undead description Min: 1 Max: 1 Global
  • Adds Tagsnecromancer_raisable
    Edit

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