羊人炎咒师
野兽
区域: 监狱大门
属类: 羊人
组别: 灵长
科目: 荒野
Goatman Fire-raiser
幽魂Y
地区监狱大门
标签beast, bludgeoning_weapon, 施法, fire_affinity, goatman, has_staff, has_two_handed_melee, humanoid, light_armour, mammal_beast, medium_height, not_dex, not_str, ranged, red_blood, slow_movement
Packs
  • 监狱大门: 羊人炎咒师
  • 羊人炎咒师, 羊人术师
  • 羊人, 羊人术师, 羊人炎咒师
  • 生命
    140%
    生命转为护盾
    50%
    异常状态临界值
    140%
    抗性
    75 0 0 0
    伤害
    100%
    命中
    100%
    攻击暴击率
    +5%
    暴击伤害
    +130%
    攻击距离
    4 ~ 12
    攻击间隔
    1.5 秒
    伤害分布
    ±20%
    经验值
    100%
    Model Size
    110%
    类型
    GoatmanShamanFireChampion
    Metadata
    GoatmanShamanFireChampion
    等级
    47
    生命
    2,205
    护甲
    5,163
    闪避值
    2,150
    能量护盾
    788
    伤害
    125
    法术伤害
    125
    命中
    124
    攻击间隔
    1.5
    经验值
    4,854
    异常状态临界值
    2,205
    冰缓
    7
    Shock
    7
    Brittle
    39
    Scorch
    7
    Sap
    19
    MonsterFireballContactPos
    投射物, 玩家投射物, 法术, 伤害, 范围, 陷阱技能, 图腾技能, 地雷技能, 法术可重复, 可触发, 火焰, 可齐射, 范围法术
    火球
    攻击暴击率: 6%
    施放间隔: 1.33 秒
    释放一颗球型火焰向前飞射,接触到怪物时会爆炸并对周围敌人造成伤害。
    造成 242 - 363 火焰伤害
    基础范围为 0.9
    base is projectile [1]
    maintain projectile direction when using contact position [1]
    projectile uses contact position [1]
    spell maximum action distance +% [-50]
    use scaled contact offset [1]
    GoatmanMoltenShell
    法术, 伤害, 范围, 持续时间, 图腾技能, 图腾未附著施放, 可触发, 火焰, 立即, 范围法术, 物理, 冷却
    熔岩护盾
    攻击暴击率: 5%
    施放间隔: 1.17 秒
    冷却时间: 7.5 秒
    召唤炽热的火焰之盾, 在一定时间内提供额外的护甲. 当格挡或是护甲所累积受到的物理伤害达到限界值时, 火焰之盾将会爆开, 并对周围的敌人造成伤害.
    你的击中始终具有点燃效果
    基础持续时间为 5
    造成 486.8 - 730.2 火焰伤害
    吸收 565 伤害后护盾破裂
    护甲提高 7030
    active skill area of effect radius +% final [54]
    is area damage [1]
    molten shell expire after x hits [1]
    GoatmanFireMagmaOrb
    法术, 伤害, 范围, 陷阱技能, 地雷技能, 图腾技能, 可触发, 火焰, 投射物, 玩家投射物, 法术可重复, 连锁, 可齐射, 范围法术
    熔岩奔涌
    攻击暴击率: 5%
    施放间隔: 1.33 秒
    冷却时间: 3 秒
    抛投出岩浆球,击中地面会造成范围伤害。技能可以连锁,向前弹射多次造成伤害。
    造成 231.3 - 346.9 火焰伤害
    连锁弹射 +2
    施法速度加快 30%
    base is projectile [1]
    is area damage [1]
    maintain projectile direction when using contact position [1]
    projectile uses contact position [1]
    use scaled contact offset [1]
    EASGoatmanShamanTaunt
    法术
    施放间隔: 0.83 秒
    冷却时间: 7.5 秒
    action attack or cast time uses animation length [1]
    disable skill repeats [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Goatman/GoatmanShaman"
    
    Monster
    {
    	flip_enabled = true
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Goatman/GoatmanShaman"
    
    Targetable
    {
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Goatman/GoatmanShamanFireChampion"] = {
        name = "Goatman Fire-raiser",
        life = 1.4,
        energyShield = 0.5,
        fireResist = 75,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 12,
        accuracy = 1,
        weaponType1 = "Staff",
        skillList = {
            "MonsterFireballContactPos",
            "GoatmanMoltenShell",
            "GoatmanFireMagmaOrb",
            "EASGoatmanShamanTaunt",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MonsterFireballContactPos"] = {
        name = "Fireball",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Unleashes a ball of fire towards a target which explodes, damaging nearby foes.",
        skillTypes = {
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [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.Fire] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.33,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "spell_maximum_action_distance_+%",
            "active_skill_base_area_of_effect_radius",
            "base_is_projectile",
            "use_scaled_contact_offset",
            "projectile_uses_contact_position",
            "maintain_projectile_direction_when_using_contact_position",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, -50, 9, critChance = 6, levelRequirement = 3, statInterpolation = {3, 3},  cost = { }, },
            [2] = {1.9400000572205, 3.0099999904633, -50, 9, critChance = 6, levelRequirement = 68, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GoatmanMoltenShell"] = {
        name = "Molten Shell",
        hidden = true,
        color = "1",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Summons fiery elemental shields providing additional armour for a short duration. If cumulative physical damage prevented by your blocking or armour reaches a threshold, the shields explode outwards, dealing fire damage to surrounding enemies.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Duration] = true,
            [SkillType.Totemable] = true,
            [SkillType.TotemCastsWhenNotDetached] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Fire] = true,
            [SkillType.Instant] = true,
            [SkillType.AreaSpell] = true,
            [SkillType.Physical] = true,
            [SkillType.Cooldown] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.17,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "fire_shield_damage_threshold",
            "base_physical_damage_reduction_rating",
            "active_skill_area_of_effect_radius_+%_final",
            "molten_shell_expire_after_x_hits",
            "base_skill_effect_duration",
            "is_area_damage",
            "always_ignite",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 20, 335, 54, 1, 5000, critChance = 5, levelRequirement = 3, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [2] = {0.80000001192093, 1.2000000476837, 25, 649, 54, 1, 5000, critChance = 5, levelRequirement = 5, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [3] = {0.80000001192093, 1.2000000476837, 36, 1000, 54, 1, 5000, critChance = 5, levelRequirement = 8, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [4] = {0.80000001192093, 1.2000000476837, 49, 1633, 54, 1, 5000, critChance = 5, levelRequirement = 12, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [5] = {0.80000001192093, 1.2000000476837, 64, 2075, 54, 1, 5000, critChance = 5, levelRequirement = 15, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [6] = {0.80000001192093, 1.2000000476837, 91, 2573, 54, 1, 5000, critChance = 5, levelRequirement = 19, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [7] = {0.80000001192093, 1.2000000476837, 116, 3094, 54, 1, 5000, critChance = 5, levelRequirement = 22, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [8] = {0.80000001192093, 1.2000000476837, 160, 3641, 54, 1, 5000, critChance = 5, levelRequirement = 26, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [9] = {0.80000001192093, 1.2000000476837, 209, 4352, 54, 1, 5000, critChance = 5, levelRequirement = 30, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [10] = {0.80000001192093, 1.2000000476837, 315, 5313, 54, 1, 5000, critChance = 5, levelRequirement = 36, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [11] = {0.80000001192093, 1.2000000476837, 374, 5890, 54, 1, 5000, critChance = 5, levelRequirement = 39, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [12] = {0.80000001192093, 1.2000000476837, 377, 6189, 54, 1, 5000, critChance = 5, levelRequirement = 40, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [13] = {0.80000001192093, 1.2000000476837, 565, 7030, 54, 1, 5000, critChance = 5, levelRequirement = 45, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [14] = {0.80000001192093, 1.2000000476837, 752, 7870, 54, 1, 5000, critChance = 5, levelRequirement = 50, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [15] = {0.80000001192093, 1.2000000476837, 1194, 9159, 54, 1, 5000, critChance = 5, levelRequirement = 57, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [16] = {0.80000001192093, 1.2000000476837, 1403, 9867, 54, 1, 5000, critChance = 5, levelRequirement = 60, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [17] = {0.80000001192093, 1.2000000476837, 2091, 11090, 54, 1, 5000, critChance = 5, levelRequirement = 66, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [18] = {0.80000001192093, 1.2000000476837, 2211, 11524, 54, 1, 5000, critChance = 5, levelRequirement = 67, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [19] = {0.80000001192093, 1.2000000476837, 2334, 11966, 54, 1, 5000, critChance = 5, levelRequirement = 68, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [20] = {0.80000001192093, 1.2000000476837, 2456, 12428, 54, 1, 5000, critChance = 5, levelRequirement = 69, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [21] = {0.80000001192093, 1.2000000476837, 2579, 12894, 54, 1, 5000, critChance = 5, levelRequirement = 70, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [22] = {0.80000001192093, 1.2000000476837, 2746, 13369, 54, 1, 5000, critChance = 5, levelRequirement = 71, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [23] = {0.80000001192093, 1.2000000476837, 2912, 13857, 54, 1, 5000, critChance = 5, levelRequirement = 72, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [24] = {0.80000001192093, 1.2000000476837, 3074, 14358, 54, 1, 5000, critChance = 5, levelRequirement = 73, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [25] = {0.80000001192093, 1.2000000476837, 3237, 14875, 54, 1, 5000, critChance = 5, levelRequirement = 74, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [26] = {0.80000001192093, 1.2000000476837, 3397, 15397, 54, 1, 5000, critChance = 5, levelRequirement = 75, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [27] = {0.80000001192093, 1.2000000476837, 3552, 15931, 54, 1, 5000, critChance = 5, levelRequirement = 76, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [28] = {0.80000001192093, 1.2000000476837, 3703, 16480, 54, 1, 5000, critChance = 5, levelRequirement = 77, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [29] = {0.80000001192093, 1.2000000476837, 3847, 17039, 54, 1, 5000, critChance = 5, levelRequirement = 78, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [30] = {0.80000001192093, 1.2000000476837, 3981, 17613, 54, 1, 5000, critChance = 5, levelRequirement = 79, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [31] = {0.80000001192093, 1.2000000476837, 4110, 18195, 54, 1, 5000, critChance = 5, levelRequirement = 80, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [32] = {0.80000001192093, 1.2000000476837, 4230, 18790, 54, 1, 5000, critChance = 5, levelRequirement = 81, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [33] = {0.80000001192093, 1.2000000476837, 4334, 19399, 54, 1, 5000, critChance = 5, levelRequirement = 82, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GoatmanFireMagmaOrb"] = {
        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 = 1.33,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "base_cast_speed_+%",
            "number_of_chains",
            "is_area_damage",
            "base_is_projectile",
            "use_scaled_contact_offset",
            "projectile_uses_contact_position",
            "maintain_projectile_direction_when_using_contact_position",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 30, 2, critChance = 5, levelRequirement = 3, statInterpolation = {3, 3},  cost = { }, },
            [2] = {1.3799999952316, 1.8400000333786, 30, 2, critChance = 5, levelRequirement = 68, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EASGoatmanShamanTaunt"] = {
        name = "EASGoatmanShamanTaunt",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.83,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "action_attack_or_cast_time_uses_animation_length",
            "disable_skill_repeats",
        },
        levels = {
            [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    
    Edit

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