堅蹄羊幻象
野獸
monster no drops or experience [1]
增加 18% 傷害
增加 40% 攻擊速度
增加 40% 移動速度
減少 25% 承受傷害
Avatar of the Goat
幽魂N
標籤beast, bludgeoning_weapon, 法術, has_staff, has_two_handed_melee, humanoid, large_height, light_armour, mammal_beast, medium_movement, not_int, physical_affinity, ranged, red_blood
生命
600%
護甲
+15%
閃避
+5%
異常狀態臨界值
600%
抗性
40 0 0 0
傷害
150%
命中
100%
暴擊率
+5%
暴擊加成
+130%
攻擊距離
6 ~ 7
攻擊間隔
1.455 秒
傷害分佈
±20%
經驗值
200%
Model Size
140%
類型
GoatmanChimeraBoss
Metadata
GoatmanLeapSlamChimeraBoss
等級
68
生命
38,600
護甲
33,109
閃避
4,976
能量護盾
0
傷害
560
法術傷害
560
命中
290
攻擊間隔
1.455
經驗值
20,510
異常狀態臨界值
38,600
冰緩
122
感電
122
易碎
691
焦灼
122
殘喘
337
GoatmanGoreCascadeBoss
法術, 傷害, 範圍, 陷阱技能, 圖騰技能, 地雷技能, 法術可重複, 可觸發, 冰冷, 物理, 可齊射, 範圍法術
冰川之刺
暴擊率: 6%
附加傷害效用: 80%
施放時間: 0.8 秒
冷卻時間: 3 秒
冰柱從地面接連浮現小爆炸,對範圍內敵人造成傷害。
ChimeraBloodMortar
法術, 傷害, 範圍, 陷阱技能, 地雷技能, 圖騰技能, 可觸發, 火焰, 投射物, 玩家投射物, 法術可重複, 連鎖, 可齊射, 範圍法術
熔岩翻騰
施放時間: 0.7 秒
拋投出撞擊地面時會爆炸的岩漿球。技能可以連鎖,向前彈造成多次傷害。

Object Type

version 2
extends "Metadata/Monsters/Monster"

Actor
{
	basic_action = "Emerge"
}

Transitionable
{
	num_states = 3
}

NPC
{
	marker_enabled = false
}

Object Type Codes

version 2
extends "Metadata/Monsters/Monster"

Transitionable
{
	create_state_1 = "PlayAnimation( pit_wake_staff );"
	create_state_2 = "PlayAnimation( pit_idle_staff );"
}

Animated
{
	on_end_pit_wake_staff = "PlayAnimation( pit_idle_staff );"
}


Render
{
     //turn_duration = 0.3
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Goatman/GoatmanLeapSlamChimeraBoss"] = {
    name = "Avatar of the Goat",
    life = 6,
    fireResist = 40,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    damage = 1.5,
    damageSpread = 0.2,
    attackTime = 1.455,
    attackRange = 7,
    accuracy = 1,
    weaponType1 = "Staff",
    skillList = {
        "GoatmanGoreCascadeBoss",
        "ChimeraBloodMortar",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["GoatmanGoreCascadeBoss"] = {
    name = "Glacial Cascade",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Icicles emerge from the ground in a series of small bursts, each damaging enemies caught in the area.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
        [SkillType.Area] = true,
        [SkillType.Trappable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Cold] = true,
        [SkillType.Physical] = true,
        [SkillType.CanRapidFire] = true,
        [SkillType.AreaSpell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 0.8,
    baseFlags = {
        area = true,
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_physical_damage",
        "spell_maximum_base_physical_damage",
        "upheaval_number_of_spikes",
        "active_skill_area_of_effect_radius_+%_final",
        "is_area_damage",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 10, -34, critChance = 6, levelRequirement = 82, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["ChimeraBloodMortar"] = {
    name = "Rolling Magma",
    hidden = true,
    color = "3",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Lob a fiery orb that deals area damage as it hits the ground. The skill chains, bouncing forward to deal damage multiple times.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
        [SkillType.Area] = true,
        [SkillType.Trappable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Fire] = true,
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Chains] = true,
        [SkillType.CanRapidFire] = true,
        [SkillType.AreaSpell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 0.7,
    baseFlags = {
        area = true,
        spell = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_physical_damage",
        "spell_maximum_base_physical_damage",
        "is_area_damage",
        "base_is_projectile",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, levelRequirement = 82, statInterpolation = {3, 3},  cost = { }, },
    },
}
monster no drops or experience [1]
IdMonsterNoDropsOrExperience
FamilyMonsterNoDropsOrExperience
Domains怪物 (3)
GenerationType傳奇 (3)
Req. level1
Stats
  • monster no drops or experience Min: 1 Max: 1 全域
  • 增加 18% 傷害
    增加 40% 攻擊速度
    增加 40% 移動速度
    減少 25% 承受傷害
    IdChimeraMinionFerocityUniqueMonsters
    FamilyChimeraMinionFerocity
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • damage +% Min: 18 Max: 18 全域
  • attack speed +% Min: 40 Max: 40 全域
  • base damage taken +% Min: -25 Max: -25 全域
  • base movement velocity +% Min: 40 Max: 40 全域
  • Craft Tagsdamage attack speed
    堅蹄羊幻象
    野獸
    monster no drops or experience [1]
    增加 18% 傷害
    增加 40% 攻擊速度
    增加 40% 移動速度
    減少 25% 承受傷害
    Avatar of the Goat
    幽魂N
    標籤beast, bludgeoning_weapon, 法術, has_staff, has_two_handed_melee, humanoid, light_armour, mammal_beast, medium_movement, not_int, physical_affinity, ranged, red_blood
    生命
    600%
    護甲
    +15%
    閃避
    +5%
    異常狀態臨界值
    600%
    抗性
    40 0 0 0
    傷害
    150%
    命中
    100%
    暴擊率
    +5%
    暴擊加成
    +130%
    攻擊距離
    6 ~ 7
    攻擊間隔
    1.455 秒
    傷害分佈
    ±20%
    經驗值
    200%
    Model Size
    140%
    類型
    GoatmanChimeraBoss
    Metadata
    GoatmanLeapSlamChimeraBossStandalone
    等級
    68
    生命
    38,600
    護甲
    33,109
    閃避
    4,976
    能量護盾
    0
    傷害
    560
    法術傷害
    560
    命中
    290
    攻擊間隔
    1.455
    經驗值
    20,510
    異常狀態臨界值
    38,600
    冰緩
    122
    感電
    122
    易碎
    691
    焦灼
    122
    殘喘
    337
    GoatmanGoreCascadeBoss
    法術, 傷害, 範圍, 陷阱技能, 圖騰技能, 地雷技能, 法術可重複, 可觸發, 冰冷, 物理, 可齊射, 範圍法術
    冰川之刺
    暴擊率: 6%
    附加傷害效用: 80%
    施放時間: 0.8 秒
    冷卻時間: 3 秒
    冰柱從地面接連浮現小爆炸,對範圍內敵人造成傷害。
    ChimeraBloodMortar
    法術, 傷害, 範圍, 陷阱技能, 地雷技能, 圖騰技能, 可觸發, 火焰, 投射物, 玩家投射物, 法術可重複, 連鎖, 可齊射, 範圍法術
    熔岩翻騰
    施放時間: 0.7 秒
    拋投出撞擊地面時會爆炸的岩漿球。技能可以連鎖,向前彈造成多次傷害。

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Goatman/GoatmanLeapSlamChimeraBossStandalone"] = {
        name = "Avatar of the Goat",
        life = 6,
        fireResist = 40,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.5,
        damageSpread = 0.2,
        attackTime = 1.455,
        attackRange = 7,
        accuracy = 1,
        weaponType1 = "Staff",
        skillList = {
            "GoatmanGoreCascadeBoss",
            "ChimeraBloodMortar",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GoatmanGoreCascadeBoss"] = {
        name = "Glacial Cascade",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Icicles emerge from the ground in a series of small bursts, each damaging enemies caught in the area.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Cold] = true,
            [SkillType.Physical] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.8,
        baseFlags = {
            area = true,
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "upheaval_number_of_spikes",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 10, -34, critChance = 6, levelRequirement = 82, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ChimeraBloodMortar"] = {
        name = "Rolling Magma",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Lob a fiery orb that deals area damage as it hits the ground. The skill chains, bouncing forward to deal damage multiple times.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Trappable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Fire] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Chains] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.7,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "is_area_damage",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, levelRequirement = 82, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    monster no drops or experience [1]
    IdMonsterNoDropsOrExperience
    FamilyMonsterNoDropsOrExperience
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • monster no drops or experience Min: 1 Max: 1 全域
  • 增加 18% 傷害
    增加 40% 攻擊速度
    增加 40% 移動速度
    減少 25% 承受傷害
    IdChimeraMinionFerocityUniqueMonsters
    FamilyChimeraMinionFerocity
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • damage +% Min: 18 Max: 18 全域
  • attack speed +% Min: 40 Max: 40 全域
  • base damage taken +% Min: -25 Max: -25 全域
  • base movement velocity +% Min: 40 Max: 40 全域
  • Craft Tagsdamage attack speed
    Edit

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