巨大腐屍
不死
Towering Aberration
幽魂N
標籤bludgeoning_weapon, flesh_armour, has_one_hand_mace, has_one_handed_melee, humanoid, large_height, large_model, melee, not_dex, not_int, physical_affinity, red_blood, undead, very_fast_movement
生命
360%
護甲
+50%
異常狀態臨界值
360%
抗性
37 37 37 0
傷害
140%
命中
100%
暴擊率
+5%
暴擊加成
+130%
攻擊距離
6 ~ 12
攻擊間隔
2.4 秒
傷害分佈
±20%
經驗值
200%
Model Size
150%
類型
NecromancerRaisedZombieSewerBoss
Metadata
ZombieGiantBoss
等級
68
生命
23,160
護甲
43,185
閃避
4,739
能量護盾
0
傷害
523
法術傷害
523
命中
290
攻擊間隔
2.4
經驗值
20,510
異常狀態臨界值
23,160
冰緩
73
感電
73
易碎
414
焦灼
73
殘喘
202
Melee
攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
普通攻擊
基本傷害: 418–628
暴擊率: 5%
攻擊間隔: 2.4 秒
用強大的攻擊擊倒敵人。
skill can fire arrows [1]
skill can fire wand projectiles [1]
QuakeSlamSewerZombieBoss
攻擊, 範圍, 近戰, 攻擊可重複, 持續時間, Slam, 可觸發, 圖騰技能
震地
基本傷害: 418–628
暴擊率: 5%
攻擊傷害: 80%
攻擊間隔: 2.4 秒
冷卻時間: 5 秒
猛擊地面,對附近區域造成傷害並裂開地面。在一段時間後,裂縫將爆發為強力的餘震。在第一個裂縫爆發之前製造的裂縫將不會產生自己的餘震。限定斧、錘、權杖、長杖或空手。
+1.5 秒基礎持續時間
餘震造成 +30% 更多擊中和異常狀態傷害
active skill area of effect radius +% final [-20]
is area damage [1]

Object Type

version 2
extends "Metadata/Monsters/Zombies/Zombie"

BaseEvents { }

Actor
{
	basic_action = "Emerge"
}

Life
{
}

DiesAfterTime
{
}

Object Type Codes

version 2
extends "Metadata/Monsters/Zombies/Zombie"

-- src\Data\Spectres.lua
minions["Metadata/Monsters/Zombies/ZombieGiantBoss"] = {
    name = "Towering Aberration",
    life = 3.6,
    fireResist = 37,
    coldResist = 37,
    lightningResist = 37,
    chaosResist = 0,
    damage = 1.4,
    damageSpread = 0.2,
    attackTime = 2.4,
    attackRange = 12,
    accuracy = 1,
    weaponType1 = "One Hand Mace",
    skillList = {
        "Melee",
        "QuakeSlamSewerZombieBoss",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["Melee"] = {
    name = "Default Attack",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Strike your foes down with a powerful blow.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.RangedAttack] = true,
        [SkillType.MirageArcherCanUse] = true,
        [SkillType.Projectile] = true,
        [SkillType.MeleeSingleTarget] = true,
        [SkillType.Multistrikeable] = 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",
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["QuakeSlamSewerZombieBoss"] = {
    name = "Earthquake",
    hidden = true,
    color = "1",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Smashes the ground, dealing damage in an area and cracking the earth. The crack will erupt in a powerful aftershock after a duration. Cracks created before the first one has erupted will not generate their own aftershocks. Requires an Axe, Mace, Sceptre, Staff or Unarmed.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.Area] = true,
        [SkillType.Melee] = true,
        [SkillType.Multistrikeable] = true,
        [SkillType.Duration] = true,
        [SkillType.Slam] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Totemable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        area = true,
        melee = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_skill_effect_duration",
        "quake_slam_fully_charged_explosion_damage_+%_final",
        "active_skill_area_of_effect_radius_+%_final",
        "is_area_damage",
    },
    levels = {
        [1] = {1500, 30, -20, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
Edit

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