잽싼 골렘
Skitter Golem
SpectreY
Spectre OverrideMetadata/Monsters/Bugbot/BugbotRockyNoEmerge
Area배반자의 통로, 지구라트 피난처
Tagscannot_be_monolith, construct, medium_movement, melee, not_dex, not_int, physical_affinity, StaffWood_onhit_audio
Packs
  • 배반자의 통로: 진동 골렘, 잽싼 골렘
  • 지구라트 피난처: 진동 골렘, 잽싼 골렘
  • 생명력
    60%
    저항
    30 30 0 0
    Damage
    60%
    정확도
    100%
    치명타 명중 Chance
    5%
    치명타 피해 보너스
    +30%
    Attack Distance
    6 ~ 10
    공격 속도
    1.005 Second
    Damage Spread
    ±20%
    경험치
    60%
    Model Size
    100%
    Type
    Bugbot
    Metadata
    BugbotRocky_
    레벨
    65
    생명력
    3,908
    Damage
    127
    주문 피해
    127
    정확도
    2,214
    공격 속도
    1.005
    경험치
    12,904
    Minion Life
    3,769
    Minion Damage
    497
    Minion Armour
    5,664
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Melee, ProjectilesFromUser
    기본 공격
    Base Damage: 102–153
    치명타 명중 확률: 5%
    공격 속도: 1.005 초
    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/Bugbot/BugbotRockyNoEmerge"
    extends "Metadata/Monsters/Bugbot/BugbotEmerge"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Bugbot/BugbotRockyNoEmerge"
    extends "Metadata/Monsters/Bugbot/BugbotEmerge"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Bugbot/BugbotRocky_"] = {
        name = "Skitter Golem",
        life = 0.6,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 0.6,
        damageSpread = 0.2,
        attackTime = 1.005,
        attackRange = 10,
        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 = { }, },
        },
    }
    
    잽싼 골렘
    구조물
    Skitter Golem
    SpectreY
    Tagscannot_be_monolith, construct, medium_movement, melee, not_dex, not_int, physical_affinity, sanctum_monster, StaffWood_onhit_audio
    생명력
    60%
    저항
    30 30 0 0
    Damage
    60%
    정확도
    100%
    치명타 명중 Chance
    5%
    치명타 피해 보너스
    +30%
    Attack Distance
    6 ~ 10
    공격 속도
    1.005 Second
    Damage Spread
    ±20%
    경험치
    60%
    Model Size
    100%
    Type
    Bugbot
    Metadata
    BugbotRockyNoEmerge
    레벨
    68
    생명력
    4,654
    Damage
    140
    주문 피해
    140
    정확도
    2,464
    공격 속도
    1.005
    경험치
    17,180
    Minion Life
    4,158
    Minion Damage
    581
    Minion Armour
    6,756
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Melee, ProjectilesFromUser
    기본 공격
    Base Damage: 112–168
    치명타 명중 확률: 5%
    공격 속도: 1.005 초
    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/Bugbot/BugbotNoEmerge"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Bugbot/BugbotNoEmerge"
    
    BaseEvents
    {
    	on_construction_complete =
    	"
    		IfState( head, 1, { DetachAllOfType( 'Metadata/Monsters/Bugbot/attachments/RockyBugBotHead02.ao' ); DetachAllOfType( 'Metadata/Monsters/Bugbot/attachments/RockyBugBotHead03.ao' ); DetachAllOfType( 'Metadata/Monsters/Bugbot/attachments/RockyBugBotHead04.ao' ); } );
    		IfState( head, 2, { DetachAllOfType( 'Metadata/Monsters/Bugbot/attachments/RockyBugBotHead01.ao' ); DetachAllOfType( 'Metadata/Monsters/Bugbot/attachments/RockyBugBotHead03.ao' ); DetachAllOfType( 'Metadata/Monsters/Bugbot/attachments/RockyBugBotHead04.ao' ); } );
    		IfState( head, 3, { DetachAllOfType( 'Metadata/Monsters/Bugbot/attachments/RockyBugBotHead01.ao' ); DetachAllOfType( 'Metadata/Monsters/Bugbot/attachments/RockyBugBotHead02.ao' ); DetachAllOfType( 'Metadata/Monsters/Bugbot/attachments/RockyBugBotHead04.ao' ); } );
    		IfState( head, 4, { DetachAllOfType( 'Metadata/Monsters/Bugbot/attachments/RockyBugBotHead01.ao' ); DetachAllOfType( 'Metadata/Monsters/Bugbot/attachments/RockyBugBotHead02.ao' ); DetachAllOfType( 'Metadata/Monsters/Bugbot/attachments/RockyBugBotHead03.ao' ); } );
    		IfState( head, 5, { DetachAllOfType( 'Metadata/Monsters/Bugbot/attachments/RockyBugBotHead01.ao' ); DetachAllOfType( 'Metadata/Monsters/Bugbot/attachments/RockyBugBotHead02.ao' ); DetachAllOfType( 'Metadata/Monsters/Bugbot/attachments/RockyBugBotHead03.ao' ); DetachAllOfType( 'Metadata/Monsters/Bugbot/attachments/RockyBugBotHead04.ao' ); } );
    
    		IfState( back, 1, { DetachAllOfType( 'Metadata/Monsters/Bugbot/attachments/RockyBugBotBack02.ao' ); DetachAllOfType( 'Metadata/Monsters/Bugbot/attachments/RockyBugBotBack03.ao' ); } );
    		IfState( back, 2, { DetachAllOfType( 'Metadata/Monsters/Bugbot/attachments/RockyBugBotBack01.ao' ); DetachAllOfType( 'Metadata/Monsters/Bugbot/attachments/RockyBugBotBack03.ao' ); } );
    		IfState( back, 3, { DetachAllOfType( 'Metadata/Monsters/Bugbot/attachments/RockyBugBotBack01.ao' ); DetachAllOfType( 'Metadata/Monsters/Bugbot/attachments/RockyBugBotBack02.ao' ); } );
    		IfState( back, 4, { DetachAllOfType( 'Metadata/Monsters/Bugbot/attachments/RockyBugBotBack01.ao' ); DetachAllOfType( 'Metadata/Monsters/Bugbot/attachments/RockyBugBotBack02.ao' ); DetachAllOfType( 'Metadata/Monsters/Bugbot/attachments/RockyBugBotBack03.ao' ); } );
    	"
    }
    
    StateMachine
    {
    	create_state_first_aggro_0 = "AddEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act2_FOUR/Bugbot/bugbot_glow_inert.epk' );"
    
    	on_or_create_state_first_aggro_1 =
    	"
    		AddEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act2_FOUR/Bugbot/bugbot_glow_aggro.epk' );
    		RemoveEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act2_FOUR/Bugbot/bugbot_glow_inert.epk' );
    	"
    }
    
    Life
    {
    	on_death =
    	"
    		RemoveEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act2_FOUR/Bugbot/bugbot_glow_aggro.epk' );
    		AddEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act2_FOUR/Bugbot/bugbot_glow_fade.epk' );
    		RemoveEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act2_FOUR/Bugbot/bugbot_glow_inert.epk' );
    	"
    
    	on_spawned_dead =
    	"
    		AddEffectPack( 'Metadata/Effects/Spells/monsters_effects/on_death_epks/monster_on_death.epk' );
    		RemoveEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act2_FOUR/Bugbot/bugbot_glow_inert.epk' );
    	"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Bugbot/BugbotRockyNoEmerge"] = {
        name = "Skitter Golem",
        life = 0.6,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 0.6,
        damageSpread = 0.2,
        attackTime = 1.005,
        attackRange = 10,
        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 = { }, },
        },
    }
    
    잽싼 골렘
    구조물
    Skitter Golem
    SpectreN
    Spectre OverrideMetadata/Monsters/Bugbot/BugbotRockyNoEmergeSanctumTrial
    Area세케마의 시련
    Tagsallows_inc_aoe, cannot_be_monolith, construct, fire_affinity, medium_movement, melee, not_dex, not_int, sanctum_monster, StaffWood_onhit_audio, uses_suicide_explode
    Packs
  • 세케마의 시련: 진동 골렘, 잽싼 골렘
  • 생명력
    60%
    저항
    30 30 0 0
    Damage
    60%
    정확도
    100%
    치명타 명중 Chance
    5%
    치명타 피해 보너스
    +30%
    Attack Distance
    6 ~ 10
    공격 속도
    1.005 Second
    Damage Spread
    ±20%
    경험치
    60%
    Model Size
    100%
    Type
    BugbotSanctumTrial
    Metadata
    BugbotRockySanctumTrial
    레벨
    22
    생명력
    183
    Damage
    25
    주문 피해
    25
    정확도
    340
    공격 속도
    1.005
    경험치
    478
    Minion Life
    604
    Minion Damage
    36
    Minion Armour
    297
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Melee, ProjectilesFromUser
    기본 공격
    Base Damage: 20–30
    치명타 명중 확률: 5%
    공격 속도: 1.005 초
    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]
    GSBugbotRockySanctumTrialDetonate
    Triggerable, Spell, Damage
    치명타 명중 확률: 5%
    시전 속도: 1 초
    83.22~124.8 화염 피해
    action attack or cast time uses animation length [1]
    is area damage [1]
    spell maximum action distance +% [-95]

    Object Type

    version 2
    extends "Metadata/Monsters/Bugbot/BugbotRockyNoEmerge"
    extends "Metadata/Monsters/Bugbot/BugbotEmerge"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Bugbot/BugbotRockyNoEmerge"
    extends "Metadata/Monsters/Bugbot/BugbotEmerge"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Bugbot/BugbotRockySanctumTrial"] = {
        name = "Skitter Golem",
        life = 0.6,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 0.6,
        damageSpread = 0.2,
        attackTime = 1.005,
        attackRange = 10,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeed",
            "GSBugbotRockySanctumTrialDetonate",
        },
        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["GSBugbotRockySanctumTrialDetonate"] = {
        name = "GSBugbotRockySanctumTrialDetonate",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
        },
        statDescriptionScope = "geometry_spell",
        castTime = 1,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "spell_maximum_action_distance_+%",
            "is_area_damage",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, -95, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    잽싼 골렘
    구조물
    Skitter Golem
    SpectreN
    Tagsallows_inc_aoe, cannot_be_monolith, construct, fire_affinity, medium_movement, melee, not_dex, not_int, sanctum_monster, StaffWood_onhit_audio, uses_suicide_explode
    생명력
    60%
    저항
    30 30 0 0
    Damage
    60%
    정확도
    100%
    치명타 명중 Chance
    5%
    치명타 피해 보너스
    +30%
    Attack Distance
    6 ~ 10
    공격 속도
    1.005 Second
    Damage Spread
    ±20%
    경험치
    60%
    Model Size
    100%
    Type
    BugbotSanctumTrial
    Metadata
    BugbotRockyNoEmergeSanctumTrial
    레벨
    68
    생명력
    4,654
    Damage
    140
    주문 피해
    140
    정확도
    2,464
    공격 속도
    1.005
    경험치
    17,180
    Minion Life
    4,158
    Minion Damage
    581
    Minion Armour
    6,756
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Melee, ProjectilesFromUser
    기본 공격
    Base Damage: 112–168
    치명타 명중 확률: 5%
    공격 속도: 1.005 초
    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]
    GSBugbotRockySanctumTrialDetonate
    Triggerable, Spell, Damage
    치명타 명중 확률: 5%
    시전 속도: 1 초
    459.1~688.7 화염 피해
    action attack or cast time uses animation length [1]
    is area damage [1]
    spell maximum action distance +% [-95]

    Object Type

    version 2
    extends "Metadata/Monsters/Bugbot/BugbotNoEmerge"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Bugbot/BugbotNoEmerge"
    
    BaseEvents
    {
    	on_construction_complete =
    	"
    		IfState( head, 1, { DetachAllOfType( 'Metadata/Monsters/Bugbot/attachments/RockyBugBotHead02.ao' ); DetachAllOfType( 'Metadata/Monsters/Bugbot/attachments/RockyBugBotHead03.ao' ); DetachAllOfType( 'Metadata/Monsters/Bugbot/attachments/RockyBugBotHead04.ao' ); } );
    		IfState( head, 2, { DetachAllOfType( 'Metadata/Monsters/Bugbot/attachments/RockyBugBotHead01.ao' ); DetachAllOfType( 'Metadata/Monsters/Bugbot/attachments/RockyBugBotHead03.ao' ); DetachAllOfType( 'Metadata/Monsters/Bugbot/attachments/RockyBugBotHead04.ao' ); } );
    		IfState( head, 3, { DetachAllOfType( 'Metadata/Monsters/Bugbot/attachments/RockyBugBotHead01.ao' ); DetachAllOfType( 'Metadata/Monsters/Bugbot/attachments/RockyBugBotHead02.ao' ); DetachAllOfType( 'Metadata/Monsters/Bugbot/attachments/RockyBugBotHead04.ao' ); } );
    		IfState( head, 4, { DetachAllOfType( 'Metadata/Monsters/Bugbot/attachments/RockyBugBotHead01.ao' ); DetachAllOfType( 'Metadata/Monsters/Bugbot/attachments/RockyBugBotHead02.ao' ); DetachAllOfType( 'Metadata/Monsters/Bugbot/attachments/RockyBugBotHead03.ao' ); } );
    		IfState( head, 5, { DetachAllOfType( 'Metadata/Monsters/Bugbot/attachments/RockyBugBotHead01.ao' ); DetachAllOfType( 'Metadata/Monsters/Bugbot/attachments/RockyBugBotHead02.ao' ); DetachAllOfType( 'Metadata/Monsters/Bugbot/attachments/RockyBugBotHead03.ao' ); DetachAllOfType( 'Metadata/Monsters/Bugbot/attachments/RockyBugBotHead04.ao' ); } );
    
    		IfState( back, 1, { DetachAllOfType( 'Metadata/Monsters/Bugbot/attachments/RockyBugBotBack02.ao' ); DetachAllOfType( 'Metadata/Monsters/Bugbot/attachments/RockyBugBotBack03.ao' ); } );
    		IfState( back, 2, { DetachAllOfType( 'Metadata/Monsters/Bugbot/attachments/RockyBugBotBack01.ao' ); DetachAllOfType( 'Metadata/Monsters/Bugbot/attachments/RockyBugBotBack03.ao' ); } );
    		IfState( back, 3, { DetachAllOfType( 'Metadata/Monsters/Bugbot/attachments/RockyBugBotBack01.ao' ); DetachAllOfType( 'Metadata/Monsters/Bugbot/attachments/RockyBugBotBack02.ao' ); } );
    		IfState( back, 4, { DetachAllOfType( 'Metadata/Monsters/Bugbot/attachments/RockyBugBotBack01.ao' ); DetachAllOfType( 'Metadata/Monsters/Bugbot/attachments/RockyBugBotBack02.ao' ); DetachAllOfType( 'Metadata/Monsters/Bugbot/attachments/RockyBugBotBack03.ao' ); } );
    	"
    }
    
    StateMachine
    {
    	create_state_first_aggro_0 = "AddEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act2_FOUR/Bugbot/bugbot_glow_inert.epk' );"
    
    	on_or_create_state_first_aggro_1 =
    	"
    		AddEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act2_FOUR/Bugbot/bugbot_glow_aggro.epk' );
    		RemoveEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act2_FOUR/Bugbot/bugbot_glow_inert.epk' );
    	"
    }
    
    Life
    {
    	on_death =
    	"
    		RemoveEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act2_FOUR/Bugbot/bugbot_glow_aggro.epk' );
    		AddEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act2_FOUR/Bugbot/bugbot_glow_fade.epk' );
    		RemoveEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act2_FOUR/Bugbot/bugbot_glow_inert.epk' );
    	"
    
    	on_spawned_dead =
    	"
    		AddEffectPack( 'Metadata/Effects/Spells/monsters_effects/on_death_epks/monster_on_death.epk' );
    		RemoveEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act2_FOUR/Bugbot/bugbot_glow_inert.epk' );
    	"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Bugbot/BugbotRockyNoEmergeSanctumTrial"] = {
        name = "Skitter Golem",
        life = 0.6,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 0.6,
        damageSpread = 0.2,
        attackTime = 1.005,
        attackRange = 10,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeed",
            "GSBugbotRockySanctumTrialDetonate",
        },
        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["GSBugbotRockySanctumTrialDetonate"] = {
        name = "GSBugbotRockySanctumTrialDetonate",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
        },
        statDescriptionScope = "geometry_spell",
        castTime = 1,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "spell_maximum_action_distance_+%",
            "is_area_damage",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, -95, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    잽싼 골렘
    Skitter Golem
    SpectreY
    Spectre OverrideMetadata/Monsters/Bugbot/BugbotBlackNoEmerge
    Area거신의 계곡, 숨겨진 석굴, 지구라트 피난처
    Tagscannot_be_monolith, construct, medium_movement, melee, not_dex, not_int, physical_affinity, StaffWood_onhit_audio
    Packs
  • 거신의 계곡: 진동 골렘, 잽싼 골렘
  • 지구라트 피난처: 진동 골렘, 잽싼 골렘
  • 지구라트 피난처: 화산 골렘, 지층 골렘, 잽싼 골렘
  • 생명력
    60%
    저항
    30 30 0 0
    Damage
    60%
    정확도
    100%
    치명타 명중 Chance
    5%
    치명타 피해 보너스
    +30%
    Attack Distance
    6 ~ 10
    공격 속도
    1.005 Second
    Damage Spread
    ±20%
    경험치
    60%
    Model Size
    100%
    Type
    Bugbot
    Metadata
    BugbotBlack
    레벨
    65
    생명력
    3,908
    Damage
    127
    주문 피해
    127
    정확도
    2,214
    공격 속도
    1.005
    경험치
    12,904
    Minion Life
    3,769
    Minion Damage
    497
    Minion Armour
    5,664
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Melee, ProjectilesFromUser
    기본 공격
    Base Damage: 102–153
    치명타 명중 확률: 5%
    공격 속도: 1.005 초
    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/Bugbot/Bugbot"
    
    Stats
    {
    	set_base_heavy_stun_duration_ms = 2444
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Bugbot/Bugbot"
    
    BaseEvents
    {
    	on_construction_complete =
    	"
    		IfState( head, 1, { DetachAllOfType( 'Metadata/Monsters/Bugbot/attachments/ValleyBugBotHead02.ao' ); DetachAllOfType( 'Metadata/Monsters/Bugbot/attachments/ValleyBugBotHead03.ao' ); DetachAllOfType( 'Metadata/Monsters/Bugbot/attachments/ValleyBugBotHead04.ao' ); } );
    		IfState( head, 2, { DetachAllOfType( 'Metadata/Monsters/Bugbot/attachments/ValleyBugBotHead01.ao' ); DetachAllOfType( 'Metadata/Monsters/Bugbot/attachments/ValleyBugBotHead03.ao' ); DetachAllOfType( 'Metadata/Monsters/Bugbot/attachments/ValleyBugBotHead04.ao' ); } );
    		IfState( head, 3, { DetachAllOfType( 'Metadata/Monsters/Bugbot/attachments/ValleyBugBotHead01.ao' ); DetachAllOfType( 'Metadata/Monsters/Bugbot/attachments/ValleyBugBotHead02.ao' ); DetachAllOfType( 'Metadata/Monsters/Bugbot/attachments/ValleyBugBotHead04.ao' ); } );
    		IfState( head, 4, { DetachAllOfType( 'Metadata/Monsters/Bugbot/attachments/ValleyBugBotHead01.ao' ); DetachAllOfType( 'Metadata/Monsters/Bugbot/attachments/ValleyBugBotHead02.ao' ); DetachAllOfType( 'Metadata/Monsters/Bugbot/attachments/ValleyBugBotHead03.ao' ); } );
    		IfState( head, 5, { DetachAllOfType( 'Metadata/Monsters/Bugbot/attachments/ValleyBugBotHead01.ao' ); DetachAllOfType( 'Metadata/Monsters/Bugbot/attachments/ValleyBugBotHead02.ao' ); DetachAllOfType( 'Metadata/Monsters/Bugbot/attachments/ValleyBugBotHead03.ao' ); DetachAllOfType( 'Metadata/Monsters/Bugbot/attachments/ValleyBugBotHead04.ao' ); } );
    
    		IfState( back, 1, { DetachAllOfType( 'Metadata/Monsters/Bugbot/attachments/ValleyBugBotBack02.ao' ); DetachAllOfType( 'Metadata/Monsters/Bugbot/attachments/ValleyBugBotBack03.ao' ); } );
    		IfState( back, 2, { DetachAllOfType( 'Metadata/Monsters/Bugbot/attachments/ValleyBugBotBack01.ao' ); DetachAllOfType( 'Metadata/Monsters/Bugbot/attachments/ValleyBugBotBack03.ao' ); } );
    		IfState( back, 3, { DetachAllOfType( 'Metadata/Monsters/Bugbot/attachments/ValleyBugBotBack01.ao' ); DetachAllOfType( 'Metadata/Monsters/Bugbot/attachments/ValleyBugBotBack02.ao' ); } );
    		IfState( back, 4, { DetachAllOfType( 'Metadata/Monsters/Bugbot/attachments/ValleyBugBotBack01.ao' ); DetachAllOfType( 'Metadata/Monsters/Bugbot/attachments/ValleyBugBotBack02.ao' ); DetachAllOfType( 'Metadata/Monsters/Bugbot/attachments/ValleyBugBotBack03.ao' ); } );
    	"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Bugbot/BugbotBlack"] = {
        name = "Skitter Golem",
        life = 0.6,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 0.6,
        damageSpread = 0.2,
        attackTime = 1.005,
        attackRange = 10,
        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 = { }, },
        },
    }
    
    잽싼 골렘
    구조물
    Skitter Golem
    SpectreY
    Tagscannot_be_monolith, construct, medium_movement, melee, not_dex, not_int, physical_affinity, StaffWood_onhit_audio
    생명력
    60%
    저항
    30 30 0 0
    Damage
    60%
    정확도
    100%
    치명타 명중 Chance
    5%
    치명타 피해 보너스
    +30%
    Attack Distance
    6 ~ 10
    공격 속도
    1.005 Second
    Damage Spread
    ±20%
    경험치
    60%
    Model Size
    100%
    Type
    Bugbot
    Metadata
    BugbotBlackNoEmerge
    레벨
    68
    생명력
    4,654
    Damage
    140
    주문 피해
    140
    정확도
    2,464
    공격 속도
    1.005
    경험치
    17,180
    Minion Life
    4,158
    Minion Damage
    581
    Minion Armour
    6,756
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Melee, ProjectilesFromUser
    기본 공격
    Base Damage: 112–168
    치명타 명중 확률: 5%
    공격 속도: 1.005 초
    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/Bugbot/BugbotNoEmerge"
    
    Stats
    {
    	set_base_heavy_stun_duration_ms = 2444
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Bugbot/BugbotNoEmerge"
    
    BaseEvents
    {
    	on_construction_complete =
    	"
    		IfState( head, 1, { DetachAllOfType( 'Metadata/Monsters/Bugbot/attachments/ValleyBugBotHead02.ao' ); DetachAllOfType( 'Metadata/Monsters/Bugbot/attachments/ValleyBugBotHead03.ao' ); DetachAllOfType( 'Metadata/Monsters/Bugbot/attachments/ValleyBugBotHead04.ao' ); } );
    		IfState( head, 2, { DetachAllOfType( 'Metadata/Monsters/Bugbot/attachments/ValleyBugBotHead01.ao' ); DetachAllOfType( 'Metadata/Monsters/Bugbot/attachments/ValleyBugBotHead03.ao' ); DetachAllOfType( 'Metadata/Monsters/Bugbot/attachments/ValleyBugBotHead04.ao' ); } );
    		IfState( head, 3, { DetachAllOfType( 'Metadata/Monsters/Bugbot/attachments/ValleyBugBotHead01.ao' ); DetachAllOfType( 'Metadata/Monsters/Bugbot/attachments/ValleyBugBotHead02.ao' ); DetachAllOfType( 'Metadata/Monsters/Bugbot/attachments/ValleyBugBotHead04.ao' ); } );
    		IfState( head, 4, { DetachAllOfType( 'Metadata/Monsters/Bugbot/attachments/ValleyBugBotHead01.ao' ); DetachAllOfType( 'Metadata/Monsters/Bugbot/attachments/ValleyBugBotHead02.ao' ); DetachAllOfType( 'Metadata/Monsters/Bugbot/attachments/ValleyBugBotHead03.ao' ); } );
    		IfState( head, 5, { DetachAllOfType( 'Metadata/Monsters/Bugbot/attachments/ValleyBugBotHead01.ao' ); DetachAllOfType( 'Metadata/Monsters/Bugbot/attachments/ValleyBugBotHead02.ao' ); DetachAllOfType( 'Metadata/Monsters/Bugbot/attachments/ValleyBugBotHead03.ao' ); DetachAllOfType( 'Metadata/Monsters/Bugbot/attachments/ValleyBugBotHead04.ao' ); } );
    
    		IfState( back, 1, { DetachAllOfType( 'Metadata/Monsters/Bugbot/attachments/ValleyBugBotBack02.ao' ); DetachAllOfType( 'Metadata/Monsters/Bugbot/attachments/ValleyBugBotBack03.ao' ); } );
    		IfState( back, 2, { DetachAllOfType( 'Metadata/Monsters/Bugbot/attachments/ValleyBugBotBack01.ao' ); DetachAllOfType( 'Metadata/Monsters/Bugbot/attachments/ValleyBugBotBack03.ao' ); } );
    		IfState( back, 3, { DetachAllOfType( 'Metadata/Monsters/Bugbot/attachments/ValleyBugBotBack01.ao' ); DetachAllOfType( 'Metadata/Monsters/Bugbot/attachments/ValleyBugBotBack02.ao' ); } );
    		IfState( back, 4, { DetachAllOfType( 'Metadata/Monsters/Bugbot/attachments/ValleyBugBotBack01.ao' ); DetachAllOfType( 'Metadata/Monsters/Bugbot/attachments/ValleyBugBotBack02.ao' ); DetachAllOfType( 'Metadata/Monsters/Bugbot/attachments/ValleyBugBotBack03.ao' ); } );
    	"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Bugbot/BugbotBlackNoEmerge"] = {
        name = "Skitter Golem",
        life = 0.6,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 0.6,
        damageSpread = 0.2,
        attackTime = 1.005,
        attackRange = 10,
        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 = { }, },
        },
    }
    
    잽싼 골렘
    구조물
    Skitter Golem
    SpectreN
    Tagscannot_be_monolith, construct, medium_movement, melee, not_dex, not_int, physical_affinity, StaffWood_onhit_audio
    생명력
    60%
    저항
    30 30 0 0
    Damage
    60%
    정확도
    100%
    치명타 명중 Chance
    5%
    치명타 피해 보너스
    +30%
    Attack Distance
    6 ~ 10
    공격 속도
    1.005 Second
    Damage Spread
    ±20%
    경험치
    60%
    Model Size
    100%
    Type
    Bugbot
    Metadata
    BugbotSulphiteIsleOfKinLandmark
    레벨
    68
    생명력
    4,654
    Damage
    140
    주문 피해
    140
    정확도
    2,464
    공격 속도
    1.005
    경험치
    17,180
    Minion Life
    4,158
    Minion Damage
    581
    Minion Armour
    6,756
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Melee, ProjectilesFromUser
    기본 공격
    Base Damage: 112–168
    치명타 명중 확률: 5%
    공격 속도: 1.005 초
    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/Bugbot/Bugbot"
    
    Stats
    {
    	set_base_heavy_stun_duration_ms = 2444
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Bugbot/Bugbot"
    
    BaseEvents
    {
    	on_construction_complete =
    	"
    		IfState( head, 1, { DetachAllOfType( 'Metadata/Monsters/Bugbot/attachments/ValleyBugBotHead02.ao' ); DetachAllOfType( 'Metadata/Monsters/Bugbot/attachments/ValleyBugBotHead03.ao' ); DetachAllOfType( 'Metadata/Monsters/Bugbot/attachments/ValleyBugBotHead04.ao' ); } );
    		IfState( head, 2, { DetachAllOfType( 'Metadata/Monsters/Bugbot/attachments/ValleyBugBotHead01.ao' ); DetachAllOfType( 'Metadata/Monsters/Bugbot/attachments/ValleyBugBotHead03.ao' ); DetachAllOfType( 'Metadata/Monsters/Bugbot/attachments/ValleyBugBotHead04.ao' ); } );
    		IfState( head, 3, { DetachAllOfType( 'Metadata/Monsters/Bugbot/attachments/ValleyBugBotHead01.ao' ); DetachAllOfType( 'Metadata/Monsters/Bugbot/attachments/ValleyBugBotHead02.ao' ); DetachAllOfType( 'Metadata/Monsters/Bugbot/attachments/ValleyBugBotHead04.ao' ); } );
    		IfState( head, 4, { DetachAllOfType( 'Metadata/Monsters/Bugbot/attachments/ValleyBugBotHead01.ao' ); DetachAllOfType( 'Metadata/Monsters/Bugbot/attachments/ValleyBugBotHead02.ao' ); DetachAllOfType( 'Metadata/Monsters/Bugbot/attachments/ValleyBugBotHead03.ao' ); } );
    		IfState( head, 5, { DetachAllOfType( 'Metadata/Monsters/Bugbot/attachments/ValleyBugBotHead01.ao' ); DetachAllOfType( 'Metadata/Monsters/Bugbot/attachments/ValleyBugBotHead02.ao' ); DetachAllOfType( 'Metadata/Monsters/Bugbot/attachments/ValleyBugBotHead03.ao' ); DetachAllOfType( 'Metadata/Monsters/Bugbot/attachments/ValleyBugBotHead04.ao' ); } );
    
    		IfState( back, 1, { DetachAllOfType( 'Metadata/Monsters/Bugbot/attachments/ValleyBugBotBack02.ao' ); DetachAllOfType( 'Metadata/Monsters/Bugbot/attachments/ValleyBugBotBack03.ao' ); } );
    		IfState( back, 2, { DetachAllOfType( 'Metadata/Monsters/Bugbot/attachments/ValleyBugBotBack01.ao' ); DetachAllOfType( 'Metadata/Monsters/Bugbot/attachments/ValleyBugBotBack03.ao' ); } );
    		IfState( back, 3, { DetachAllOfType( 'Metadata/Monsters/Bugbot/attachments/ValleyBugBotBack01.ao' ); DetachAllOfType( 'Metadata/Monsters/Bugbot/attachments/ValleyBugBotBack02.ao' ); } );
    		IfState( back, 4, { DetachAllOfType( 'Metadata/Monsters/Bugbot/attachments/ValleyBugBotBack01.ao' ); DetachAllOfType( 'Metadata/Monsters/Bugbot/attachments/ValleyBugBotBack02.ao' ); DetachAllOfType( 'Metadata/Monsters/Bugbot/attachments/ValleyBugBotBack03.ao' ); } );
    	"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Bugbot/BugbotSulphiteIsleOfKinLandmark"] = {
        name = "Skitter Golem",
        life = 0.6,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 0.6,
        damageSpread = 0.2,
        attackTime = 1.005,
        attackRange = 10,
        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 = { }, },
        },
    }
    
    Edit

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