遭制服的巨靈
Subdued Behemoth
SpectreN
Spectre OverrideMetadata/Monsters/Goblins/Beast/GoblinTamedBeastNoPassengers
Area金氏島, 高地神塔庇護所
Tagsbeast, melee_mod, MonsterBlunt_onhit_audio, no_mirror_image, not_dex, not_int, physical_affinity, red_blood, reptile_beast, slow_movement
Packs
  • 金氏島: 遭制服的巨靈
  • 高地神塔庇護所: 巫者族裔, 戰鼓族裔, 遭制服的巨靈, 骷髏族裔, 野性族裔, 曲牙族裔
  • 高地神塔庇護所: 巫者族裔, 戰鼓族裔, 遭制服的巨靈, 長行族裔, 長鋒族裔, 長鋒族裔
  • 高地神塔庇護所: 巫者族裔, 戰鼓族裔, 遭制服的巨靈, 骷髏族裔, 野性族裔, 曲牙族裔, 持炬者族裔
  • 高地神塔庇護所: 巫者族裔, 戰鼓族裔, 遭制服的巨靈, 長行族裔, 長鋒族裔, 長鋒族裔, 持炬者族裔
  • 生命
    300%
    抗性
    -30 75 0 0
    傷害
    210%
    命中
    100%
    暴擊 Chance
    5%
    暴擊傷害加成
    +30%
    Attack Distance
    7 ~ 19
    攻擊時間
    1.665 Second
    Damage Spread
    ±20%
    經驗值
    300%
    Model Size
    115%
    Type
    GoblinTamedBeast
    Metadata
    GoblinTamedBeast
    等級
    65
    生命
    19,539
    傷害
    446
    法術傷害
    446
    命中
    2,214
    攻擊時間
    1.665
    經驗值
    64,521
    召喚物生命
    18,846
    召喚物傷害
    1,741
    召喚物護甲
    6,878
    MeleeAtAnimationSpeed
    攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 近戰, 玩家投射物
    基礎攻擊
    Base Damage: 357–535
    暴擊率: 5%
    攻擊時間: 1.665 秒
    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]
    GAGoblinBeastSunder
    可觸發, 攻擊
    Base Damage: 357–535
    暴擊率: 5%
    攻擊傷害: 175%
    攻擊時間: 1.665 秒
    造成 75% 更多攻擊傷害
    is area damage [1]
    TCTamedGoblinBeastGoblinRelease
    攻擊, 近戰, 近戰單一目標, 位移, 快行
    圓盾衝鋒
    Base Damage: 357–535
    暴擊率: 5%
    攻擊時間: 1.665 秒
    向一個目標衝鋒,使用盾牌對其猛擊的同時也用近戰武器順手補刀。此攻擊將會擊退目標並將其擊暈,在路徑上的敵人將會被推向兩旁。傷害與擊暈機率將視衝鋒距離而定。不能被多重打擊輔助。
    ignores proximity shield [1]
    is area damage [1]
    skill cannot be interrupted [1]
    skill cannot be knocked back [1]
    skill cannot be stunned [1]
    EAATamedGoblinBeastDisembark
    action attack or cast time uses animation length [1]

    Object Type

    Object Type Codes

     
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Goblins/Beast/GoblinTamedBeast"] = {
        name = "Subdued Behemoth",
        life = 3,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 2.1,
        damageSpread = 0.2,
        attackTime = 1.665,
        attackRange = 19,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeed",
            "TCTamedGoblinBeastGoblinRelease",
            "EAATamedGoblinBeastDisembark",
            "GAGoblinBeastSunder",
        },
        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["TCTamedGoblinBeastGoblinRelease"] = {
        name = "Table Charge",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Charges at an enemy, bashing it with the character's shield and striking it. This knocks it back and stuns it. Enemies in the way are pushed to the side. Damage and stun are proportional to distance travelled. Cannot be supported by Multistrike.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Melee] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Movement] = true,
            [SkillType.Travel] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_movement_velocity_+%",
            "ignores_proximity_shield",
            "is_area_damage",
            "skill_cannot_be_interrupted",
            "skill_cannot_be_stunned",
            "skill_cannot_be_knocked_back",
        },
        levels = {
            [1] = {0, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EAATamedGoblinBeastDisembark"] = {
        name = "EAATamedGoblinBeastDisembark",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GAGoblinBeastSunder"] = {
        name = "GAGoblinBeastSunder",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "is_area_damage",
        },
        levels = {
            [1] = {baseMultiplier = 1.75, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    遭制服的巨靈
    野獸
    地區: 火山迷窟
    Subdued Behemoth
    SpectreN
    Area火山迷窟
    Tagsbeast, melee_mod, MonsterBlunt_onhit_audio, no_mirror_image, not_dex, not_int, physical_affinity, red_blood, reptile_beast, slow_movement
    Packs
  • 火山迷窟: 遭制服的巨靈
  • 生命
    300%
    抗性
    -30 75 0 0
    傷害
    210%
    命中
    100%
    暴擊 Chance
    5%
    暴擊傷害加成
    +30%
    Attack Distance
    7 ~ 19
    攻擊時間
    1.665 Second
    Damage Spread
    ±20%
    經驗值
    300%
    Model Size
    115%
    Type
    GoblinTamedBeast
    Metadata
    GoblinTamedBeastNoPassengers
    等級
    47
    生命
    6,303
    傷害
    245
    法術傷害
    245
    命中
    1,116
    攻擊時間
    1.665
    經驗值
    20,727
    召喚物生命
    9,921
    召喚物傷害
    650
    召喚物護甲
    2,264
    MeleeAtAnimationSpeed
    攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 近戰, 玩家投射物
    基礎攻擊
    Base Damage: 196–294
    暴擊率: 5%
    攻擊時間: 1.665 秒
    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]
    GAGoblinBeastSunder
    可觸發, 攻擊
    Base Damage: 196–294
    暴擊率: 5%
    攻擊傷害: 175%
    攻擊時間: 1.665 秒
    造成 75% 更多攻擊傷害
    is area damage [1]
    TCTamedGoblinBeastGoblinRelease
    攻擊, 近戰, 近戰單一目標, 位移, 快行
    圓盾衝鋒
    Base Damage: 196–294
    暴擊率: 5%
    攻擊時間: 1.665 秒
    向一個目標衝鋒,使用盾牌對其猛擊的同時也用近戰武器順手補刀。此攻擊將會擊退目標並將其擊暈,在路徑上的敵人將會被推向兩旁。傷害與擊暈機率將視衝鋒距離而定。不能被多重打擊輔助。
    ignores proximity shield [1]
    is area damage [1]
    skill cannot be interrupted [1]
    skill cannot be knocked back [1]
    skill cannot be stunned [1]
    MeleeAtAnimationSpeedComboTEMP
    攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 近戰, 玩家投射物
    基礎攻擊
    Base Damage: 196–294
    暴擊率: 5%
    攻擊時間: 1.665 秒
    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

    Object Type Codes

     
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Goblins/Beast/GoblinTamedBeastNoPassengers"] = {
        name = "Subdued Behemoth",
        life = 3,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 2.1,
        damageSpread = 0.2,
        attackTime = 1.665,
        attackRange = 19,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeed",
            "MeleeAtAnimationSpeedComboTEMP",
            "TCTamedGoblinBeastGoblinRelease",
            "GAGoblinBeastSunder",
        },
        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["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["TCTamedGoblinBeastGoblinRelease"] = {
        name = "Table Charge",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Charges at an enemy, bashing it with the character's shield and striking it. This knocks it back and stuns it. Enemies in the way are pushed to the side. Damage and stun are proportional to distance travelled. Cannot be supported by Multistrike.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Melee] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Movement] = true,
            [SkillType.Travel] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_movement_velocity_+%",
            "ignores_proximity_shield",
            "is_area_damage",
            "skill_cannot_be_interrupted",
            "skill_cannot_be_stunned",
            "skill_cannot_be_knocked_back",
        },
        levels = {
            [1] = {0, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GAGoblinBeastSunder"] = {
        name = "GAGoblinBeastSunder",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "is_area_damage",
        },
        levels = {
            [1] = {baseMultiplier = 1.75, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    Edit

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