啄石者鬥雞
惡魔
地區: 炙陽峽谷
+1 召喚圖騰的最大數量
怪物增加 100% 經驗值
增加 15000% 物品掉落稀有度
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Stonebeak, Battle Fowl
幽魂N
地區炙陽峽谷
標籤archer_boss, avian_beast, beast, chaos_affinity, demon, flesh_armour, gladiator, has_bow, I_see_brothers_card, medium_movement, medium_small_height, non_unique_map_boss, not_int, not_str, physical_affinity, puncturing_weapon, ranged, red_blood
生命
300%
閃避
+50%
異常狀態臨界值
300%
抗性
40 40 40 25
傷害
258%
命中
100%
暴擊率
+5%
暴擊加成
+130%
攻擊距離
6 ~ 60
攻擊間隔
1.605 秒
傷害分佈
±20%
經驗值
200%
Model Size
110%
類型
CockerelBowMapBoss
Metadata
CockerelBowMapBoss
等級
71
生命
620,137
護甲
36,473
閃避
7,890
能量護盾
0
傷害
1,314
法術傷害
1,961
命中
326
攻擊間隔
1.07535
經驗值
120,439
異常狀態臨界值
353,478
冰緩
1,118
感電
1,118
易碎
6,323
焦灼
1,118
殘喘
3,088
MeleeAtAnimationSpeed
攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
普通攻擊
基本傷害: 2087–3130
暴擊率: 5%
攻擊間隔: 1.605 秒
用強大的攻擊擊倒敵人。
action attack or cast time uses animation length [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
CockerelCausticArrowMapBoss
攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 玩家投射物, 範圍, 持續時間, 陷阱技能, 地雷技能, 圖騰技能, DoT, 混沌, 可觸發
腐蝕箭矢
基本傷害: 2087–3130
暴擊率: 5%
攻擊間隔: 1.605 秒
射出一發帶有腐蝕效果的箭矢,對擊中的敵人造成額外混沌傷害,並且產生腐蝕地面。在腐蝕地面上的敵人將會持續的受到混沌傷害。
每秒造成 221.8 基本混沌傷害
+8 秒基礎持續時間
投射物傷害同時影響此技能的持續傷害效果
獲得等同你 25% 物理傷害的額外混沌傷害
active skill area of effect radius +% final [10]
ground caustic art variation [2]
skill can fire arrows [1]
visual hit effect chaos is green [1]
CockerelMapBossVaalRainOfArrows
攻擊, 範圍攻擊, 範圍, 投射物速度, 圖騰技能, 陷阱技能, 地雷技能, 持續時間, 瓦爾, 雨
瓦爾.箭雨
基本傷害: 2087–3130
暴擊率: 5%
攻擊間隔: 1.605 秒
冷卻時間: 8 秒
對空射出無數箭矢,並在一段時間後如雨般灑落在目標區域。被擊中的敵人將被釘在原地無法移動一段時間。
+1.5 秒基礎持續時間
敵人不能移動
base is projectile [1]
is area damage [1]
rain of arrows pin [1]
CockerelMapBossSplitArrow
攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 玩家投射物, 圖騰技能, 陷阱技能, 地雷技能, 可觸發, 物理
分裂箭矢
基本傷害: 2087–3130
暴擊率: 5%
攻擊間隔: 1.605 秒
對不同的目標射出多重箭矢。
造成 20% 更少傷害
發射 5 個額外箭矢
skill can fire arrows [1]

Object Type

version 2
extends "Metadata/Monsters/Monster"

Actor
{
	basic_action = "Emerge"
}

Transitionable
{
}

Object Type Codes

version 2
extends "Metadata/Monsters/Monster"
Render
{
     //turn_duration = 0.3
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Cockerel/CockerelBowMapBoss"] = {
    name = "Stonebeak, Battle Fowl",
    life = 3,
    fireResist = 40,
    coldResist = 40,
    lightningResist = 40,
    chaosResist = 25,
    damage = 2.58,
    damageSpread = 0.2,
    attackTime = 1.605,
    attackRange = 60,
    accuracy = 1,
    weaponType1 = "Bow",
    skillList = {
        "MeleeAtAnimationSpeed",
        "CockerelCausticArrowMapBoss",
        "CockerelMapBossVaalRainOfArrows",
        "CockerelMapBossSplitArrow",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["MeleeAtAnimationSpeed"] = {
    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",
        "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["CockerelCausticArrowMapBoss"] = {
    name = "Caustic Arrow",
    hidden = true,
    color = "2",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Fires an arrow which deals chaos damage in an area on impact, and spreads caustic ground. Enemies standing on the caustic ground take chaos damage over time.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.RangedAttack] = true,
        [SkillType.MirageArcherCanUse] = true,
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.Area] = true,
        [SkillType.Duration] = true,
        [SkillType.Trappable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Totemable] = true,
        [SkillType.DamageOverTime] = true,
        [SkillType.Chaos] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        area = true,
        projectile = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_chaos_damage_to_deal_per_minute",
        "base_skill_effect_duration",
        "physical_damage_%_to_add_as_chaos",
        "ground_caustic_art_variation",
        "active_skill_area_of_effect_radius_+%_final",
        "projectile_damage_modifiers_apply_to_skill_dot",
        "visual_hit_effect_chaos_is_green",
        "skill_can_fire_arrows",
    },
    levels = {
        [1] = {1.3500000238419, 8000, 25, 2, 10, levelRequirement = 66, statInterpolation = {3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["CockerelMapBossVaalRainOfArrows"] = {
    name = "Vaal Rain of Arrows",
    hidden = true,
    color = "2",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Fires a large number of arrows into the air, to land at the target after a short delay. Enemies hit by the arrows are pinned in place, unable to move for a time.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.RangedAttack] = true,
        [SkillType.Area] = true,
        [SkillType.ProjectileSpeed] = true,
        [SkillType.Totemable] = true,
        [SkillType.Trappable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Duration] = true,
        [SkillType.Vaal] = true,
        [SkillType.Rain] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        area = true,
        duration = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_skill_effect_duration",
        "base_is_projectile",
        "is_area_damage",
        "rain_of_arrows_pin",
        "no_movement_speed",
    },
    levels = {
        [1] = {1500, levelRequirement = 66, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["CockerelMapBossSplitArrow"] = {
    name = "Split Arrow",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Fires multiple arrows at different targets.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.RangedAttack] = true,
        [SkillType.MirageArcherCanUse] = true,
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.Totemable] = true,
        [SkillType.Trappable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Physical] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "number_of_additional_arrows",
        "active_skill_damage_+%_final",
        "skill_can_fire_arrows",
    },
    levels = {
        [1] = {5, -20, levelRequirement = 66, statInterpolation = {},  cost = { }, },
    },
}
+1 召喚圖騰的最大數量
IdMonsterAdditionalTotem1
FamilyAdditionalTotems
Domains怪物 (3)
GenerationType傳奇 (3)
Req. level1
Stats
  • number of additional totems allowed Min: 1 Max: 1 全域
  • IdSummonTotemCastSpeed
    FamilySummonTotemCastSpeed
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • summon totem cast speed +% Min: 0 Max: 0 全域
  • Craft Tagsspeed
    怪物增加 100% 經驗值
    增加 15000% 物品掉落稀有度
    IdMonsterMapBoss
    FamilyMonsterMapBoss
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • monster slain experience +% Min: 100 Max: 100 全域
  • monster dropped item rarity +% Min: 15000 Max: 15000 全域
  • cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    IdStunRepeatImmunityMapBoss_
    FamilyNothing
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • cannot be stunned while stunned Min: 1 Max: 1 全域
  • cannot be stunned for ms after stun finished Min: 2000 Max: 2000 全域
  • 啄石者鬥雞
    惡魔
    +1 召喚圖騰的最大數量
    怪物增加 100% 經驗值
    增加 15000% 物品掉落稀有度
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    Stonebeak, Battle Fowl
    幽魂N
    標籤avian_beast, beast, chaos_affinity, demon, flesh_armour, gladiator, has_bow, medium_movement, medium_small_height, not_int, not_str, physical_affinity, puncturing_weapon, ranged, red_blood, standalone_map_boss
    生命
    300%
    閃避
    +50%
    異常狀態臨界值
    300%
    抗性
    40 40 40 25
    傷害
    258%
    命中
    100%
    暴擊率
    +5%
    暴擊加成
    +130%
    攻擊距離
    6 ~ 60
    攻擊間隔
    1.605 秒
    傷害分佈
    ±20%
    經驗值
    200%
    Model Size
    110%
    類型
    CockerelBowMapBoss
    Metadata
    CockerelBowMapBossStandalone
    等級
    68
    生命
    418,039
    護甲
    28,790
    閃避
    7,109
    能量護盾
    0
    傷害
    1,098
    法術傷害
    1,638
    命中
    290
    攻擊間隔
    1.07535
    經驗值
    112,805
    異常狀態臨界值
    263,365
    冰緩
    833
    感電
    833
    易碎
    4,711
    焦灼
    833
    殘喘
    2,301
    MeleeAtAnimationSpeed
    攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
    普通攻擊
    基本傷害: 1743–2615
    暴擊率: 5%
    攻擊間隔: 1.605 秒
    用強大的攻擊擊倒敵人。
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    CockerelCausticArrowMapBoss
    攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 玩家投射物, 範圍, 持續時間, 陷阱技能, 地雷技能, 圖騰技能, DoT, 混沌, 可觸發
    腐蝕箭矢
    基本傷害: 1743–2615
    暴擊率: 5%
    攻擊間隔: 1.605 秒
    射出一發帶有腐蝕效果的箭矢,對擊中的敵人造成額外混沌傷害,並且產生腐蝕地面。在腐蝕地面上的敵人將會持續的受到混沌傷害。
    每秒造成 195.5 基本混沌傷害
    +8 秒基礎持續時間
    投射物傷害同時影響此技能的持續傷害效果
    獲得等同你 25% 物理傷害的額外混沌傷害
    active skill area of effect radius +% final [10]
    ground caustic art variation [2]
    skill can fire arrows [1]
    visual hit effect chaos is green [1]
    CockerelMapBossVaalRainOfArrows
    攻擊, 範圍攻擊, 範圍, 投射物速度, 圖騰技能, 陷阱技能, 地雷技能, 持續時間, 瓦爾, 雨
    瓦爾.箭雨
    基本傷害: 1743–2615
    暴擊率: 5%
    攻擊間隔: 1.605 秒
    冷卻時間: 8 秒
    對空射出無數箭矢,並在一段時間後如雨般灑落在目標區域。被擊中的敵人將被釘在原地無法移動一段時間。
    +1.5 秒基礎持續時間
    敵人不能移動
    base is projectile [1]
    is area damage [1]
    rain of arrows pin [1]
    CockerelMapBossSplitArrow
    攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 玩家投射物, 圖騰技能, 陷阱技能, 地雷技能, 可觸發, 物理
    分裂箭矢
    基本傷害: 1743–2615
    暴擊率: 5%
    攻擊間隔: 1.605 秒
    對不同的目標射出多重箭矢。
    造成 20% 更少傷害
    發射 5 個額外箭矢
    skill can fire arrows [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/StandaloneMapBoss"
    
    Transitionable
    {
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/StandaloneMapBoss"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Cockerel/CockerelBowMapBossStandalone"] = {
        name = "Stonebeak, Battle Fowl",
        life = 3,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        damage = 2.58,
        damageSpread = 0.2,
        attackTime = 1.605,
        attackRange = 60,
        accuracy = 1,
        weaponType1 = "Bow",
        skillList = {
            "MeleeAtAnimationSpeed",
            "CockerelCausticArrowMapBoss",
            "CockerelMapBossVaalRainOfArrows",
            "CockerelMapBossSplitArrow",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        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",
            "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["CockerelCausticArrowMapBoss"] = {
        name = "Caustic Arrow",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Fires an arrow which deals chaos damage in an area on impact, and spreads caustic ground. Enemies standing on the caustic ground take chaos damage over time.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Area] = true,
            [SkillType.Duration] = true,
            [SkillType.Trappable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Totemable] = true,
            [SkillType.DamageOverTime] = true,
            [SkillType.Chaos] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
            projectile = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_chaos_damage_to_deal_per_minute",
            "base_skill_effect_duration",
            "physical_damage_%_to_add_as_chaos",
            "ground_caustic_art_variation",
            "active_skill_area_of_effect_radius_+%_final",
            "projectile_damage_modifiers_apply_to_skill_dot",
            "visual_hit_effect_chaos_is_green",
            "skill_can_fire_arrows",
        },
        levels = {
            [1] = {1.3500000238419, 8000, 25, 2, 10, levelRequirement = 66, statInterpolation = {3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["CockerelMapBossVaalRainOfArrows"] = {
        name = "Vaal Rain of Arrows",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Fires a large number of arrows into the air, to land at the target after a short delay. Enemies hit by the arrows are pinned in place, unable to move for a time.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.Area] = true,
            [SkillType.ProjectileSpeed] = true,
            [SkillType.Totemable] = true,
            [SkillType.Trappable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Duration] = true,
            [SkillType.Vaal] = true,
            [SkillType.Rain] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
            duration = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_skill_effect_duration",
            "base_is_projectile",
            "is_area_damage",
            "rain_of_arrows_pin",
            "no_movement_speed",
        },
        levels = {
            [1] = {1500, levelRequirement = 66, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["CockerelMapBossSplitArrow"] = {
        name = "Split Arrow",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Fires multiple arrows at different targets.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Totemable] = true,
            [SkillType.Trappable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Physical] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "number_of_additional_arrows",
            "active_skill_damage_+%_final",
            "skill_can_fire_arrows",
        },
        levels = {
            [1] = {5, -20, levelRequirement = 66, statInterpolation = {},  cost = { }, },
        },
    }
    
    +1 召喚圖騰的最大數量
    IdMonsterAdditionalTotem1
    FamilyAdditionalTotems
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • number of additional totems allowed Min: 1 Max: 1 全域
  • IdSummonTotemCastSpeed
    FamilySummonTotemCastSpeed
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • summon totem cast speed +% Min: 0 Max: 0 全域
  • Craft Tagsspeed
    怪物增加 100% 經驗值
    增加 15000% 物品掉落稀有度
    IdMonsterMapBoss
    FamilyMonsterMapBoss
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • monster slain experience +% Min: 100 Max: 100 全域
  • monster dropped item rarity +% Min: 15000 Max: 15000 全域
  • cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    IdStunRepeatImmunityMapBoss_
    FamilyNothing
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • cannot be stunned while stunned Min: 1 Max: 1 全域
  • cannot be stunned for ms after stun finished Min: 2000 Max: 2000 全域
  • 啄石者鬥雞
    惡魔
    +1 召喚圖騰的最大數量
    怪物增加 100% 經驗值
    增加 15000% 物品掉落稀有度
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    Stonebeak, Battle Fowl
    幽魂N
    標籤avian_beast, beast, demon, elder_map_boss, flesh_armour, gladiator, has_bow, medium_movement, medium_small_height, non_attacking, not_int, not_str, puncturing_weapon, red_blood
    生命
    300%
    閃避
    +50%
    異常狀態臨界值
    300%
    抗性
    40 40 40 25
    傷害
    258%
    命中
    100%
    暴擊率
    +5%
    暴擊加成
    +130%
    攻擊距離
    6 ~ 60
    攻擊間隔
    1.605 秒
    傷害分佈
    ±20%
    經驗值
    200%
    Model Size
    110%
    類型
    CockerelBowMapBoss
    Metadata
    CockerelBowMapBossElder

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Life
    {
    	corpse_usable = false
    }
    
    Stats
    {
    	base_cannot_be_damaged = 1
    	base_cannot_be_stunned = 1
    	cannot_be_knocked_back = 1
    	is_hidden_monster = 1
    	immune_to_curses = 1
    	immune_to_auras_from_other_entities = 1
    	set_immune_vaal_lighting_warp = 1
    }
    
    Transitionable
    {
    	
    }
    
    Preload
    {
    	preload_object = "Metadata/Monsters/ElderBosses/ElderAbsorb"
    	preload_object = "Metadata/MiscellaneousObjects/ElderPortal"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Transitionable
    {
    	on_transition = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/Elder/entrance/affecting_target.epk );"
    	create_transitioned = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/Elder/entrance/affecting_target_instant.epk );"
    }
    
    Animated
    {
    	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/Elder/entrance/entrance.ao"
    	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/Elder/absorb/absorb.ao"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Cockerel/CockerelBowMapBossElder"] = {
        name = "Stonebeak, Battle Fowl",
        life = 3,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        damage = 2.58,
        damageSpread = 0.2,
        attackTime = 1.605,
        attackRange = 60,
        accuracy = 1,
        weaponType1 = "Bow",
        skillList = {
        },
        modList = {
        },
    }
    
    +1 召喚圖騰的最大數量
    IdMonsterAdditionalTotem1
    FamilyAdditionalTotems
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • number of additional totems allowed Min: 1 Max: 1 全域
  • IdSummonTotemCastSpeed
    FamilySummonTotemCastSpeed
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • summon totem cast speed +% Min: 0 Max: 0 全域
  • Craft Tagsspeed
    怪物增加 100% 經驗值
    增加 15000% 物品掉落稀有度
    IdMonsterMapBoss
    FamilyMonsterMapBoss
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • monster slain experience +% Min: 100 Max: 100 全域
  • monster dropped item rarity +% Min: 15000 Max: 15000 全域
  • cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    IdStunRepeatImmunityMapBoss_
    FamilyNothing
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • cannot be stunned while stunned Min: 1 Max: 1 全域
  • cannot be stunned for ms after stun finished Min: 2000 Max: 2000 全域
  • Edit

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