羊人萨满
幽魂Y
地区奥瑞亚之道, 永恒的实验室, 孤立之音, 冻结之泉, 回忆虚空, 回忆虚空, 回忆虚空, 回忆虚空, 回忆虚空, 回忆虚空, 回忆虚空, 回忆虚空, 回忆虚空, 回忆虚空, 回忆虚空, 回忆虚空, 回忆碎片, 回忆碎片, 回忆碎片, 回忆碎片, 回忆碎片, 回忆碎片, 回忆碎片, 回忆碎片, 回忆碎片, 回忆碎片, 回忆碎片, 回忆碎片
标签beast, bludgeoning_weapon, 施法, cold_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
  • 奥瑞亚之道: 羊人萨满
  • 永恒的实验室: 尖角羊人, 羊人萨满
  • 尖角羊人, 羊人萨满
  • 回忆碎片, 回忆碎片, 回忆碎片, 回忆碎片, 回忆碎片, 回忆碎片, 回忆碎片, 回忆碎片, 回忆碎片, 回忆碎片, 回忆碎片, 回忆碎片, 回忆虚空, 回忆虚空, 回忆虚空, 回忆虚空, 回忆虚空, 回忆虚空, 回忆虚空, 回忆虚空, 回忆虚空, 回忆虚空, 回忆虚空, 回忆虚空: 尖角羊人, 羊人萨满
  • 生命
    100%
    生命转为护盾
    50%
    异常状态临界值
    100%
    抗性
    0 75 0 0
    伤害
    150%
    命中
    100%
    攻击暴击率
    +5%
    暴击伤害
    +130%
    攻击距离
    5 ~ 12
    攻击间隔
    1.5 秒
    伤害分布
    ±20%
    经验值
    100%
    Model Size
    100%
    类型
    MountainGoatmanShaman
    Metadata
    MountainGoatmanShamanIceSpear
    等级
    83
    生命
    32,017
    护甲
    92,477
    闪避值
    7,860
    能量护盾
    7,660
    伤害
    1,351
    法术伤害
    1,351
    命中
    518
    攻击间隔
    1.5
    经验值
    13,132
    异常状态临界值
    32,017
    冰缓
    101
    Shock
    101
    Brittle
    573
    Scorch
    101
    Sap
    280
    MountainGoatmanIceSpear
    法术, 投射物, 玩家投射物, 伤害, 陷阱技能, 图腾技能, 地雷技能, 法术可重复, 可触发, 冰冷, 可齐射
    冰矛
    攻击暴击率: 7%
    施放间隔: 1.33 秒
    快速接连射出寒冰碎片,飞行较短距离后变为第二形态,加快飞行速度并能穿透敌人。
    造成 1242 - 1863 冰霜伤害
    active skill chill duration +% final [20]
    base is projectile [1]
    ice spear second form damage +% [25]
    projectile uses contact position [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	main_hand_unarmed_type = "One_Hand_Mace"
    }
    
    Monster
    {
    	flip_enabled = true
    }
    
    StateMachine
    {
    	define_shared_state = "epk;"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Render
    {
         //turn_duration = 0.3
    }
    
    Animated
    {
    	on_event_leave_ground_for_leap = "PlayEffect( Metadata/Effects/Spells/monsters_effects/goat_slam_02/kickup.ao );"
    	on_event_leave_ground_for_leap_staff = "PlayEffect( Metadata/Effects/Spells/monsters_effects/goat_slam_02/kickup.ao );"
    }
    
    StateMachine
    {
    	on_or_create_state_epk_1 = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/on_death_epks/monster_on_death.epk );"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Goatman/MountainGoatmanShamanIceSpear"] = {
        name = "Alpine Shaman",
        life = 1,
        energyShield = 0.5,
        fireResist = 0,
        coldResist = 75,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.5,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 12,
        accuracy = 1,
        weaponType1 = "Staff",
        skillList = {
            "MountainGoatmanIceSpear",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MountainGoatmanIceSpear"] = {
        name = "Ice Spear",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Launches shards of ice in rapid succession. After travelling a short distance they change to a second form, which moves much faster and pierces through enemies.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Damage] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Cold] = true,
            [SkillType.CanRapidFire] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.33,
        baseFlags = {
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_cold_damage",
            "spell_maximum_base_cold_damage",
            "ice_spear_second_form_damage_+%",
            "active_skill_chill_duration_+%_final",
            "base_is_projectile",
            "projectile_uses_contact_position",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 50, 20, critChance = 7, levelRequirement = 40, statInterpolation = {3, 3, 1},  cost = { }, },
            [2] = {0.80000001192093, 1.2000000476837, 25, 20, critChance = 7, levelRequirement = 68, statInterpolation = {3, 3, 1},  cost = { }, },
        },
    }
    
    羊人萨满
    野兽
    属类: 羊人
    组别: 灵长
    科目: 荒野
    Alpine Shaman
    幽魂Y
    地区斜坡, 卡兰德之湖
    标签beast, bludgeoning_weapon, 施法, cold_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
  • 斜坡: 羊人萨满
  • 生命
    100%
    生命转为护盾
    50%
    异常状态临界值
    100%
    抗性
    0 75 0 0
    伤害
    150%
    命中
    100%
    攻击暴击率
    +5%
    暴击伤害
    +130%
    攻击距离
    5 ~ 12
    攻击间隔
    1.5 秒
    伤害分布
    ±20%
    经验值
    100%
    Model Size
    100%
    类型
    MountainGoatmanShaman
    Metadata
    MountainGoatmanShamanIceSpear2
    等级
    61
    生命
    3,942
    护甲
    16,457
    闪避值
    3,689
    能量护盾
    1,971
    伤害
    392
    法术伤害
    392
    命中
    220
    攻击间隔
    1.5
    经验值
    8,525
    异常状态临界值
    3,942
    冰缓
    12
    Shock
    12
    Brittle
    71
    Scorch
    12
    Sap
    34
    MountainGoatmanIceSpear
    法术, 投射物, 玩家投射物, 伤害, 陷阱技能, 图腾技能, 地雷技能, 法术可重复, 可触发, 冰冷, 可齐射
    冰矛
    攻击暴击率: 7%
    施放间隔: 1.33 秒
    快速接连射出寒冰碎片,飞行较短距离后变为第二形态,加快飞行速度并能穿透敌人。
    造成 546.8 - 820.2 冰霜伤害
    active skill chill duration +% final [20]
    base is projectile [1]
    ice spear second form damage +% [50]
    projectile uses contact position [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	main_hand_unarmed_type = "One_Hand_Mace"
    }
    
    Monster
    {
    	flip_enabled = true
    }
    
    StateMachine
    {
    	define_shared_state = "epk;"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Render
    {
         //turn_duration = 0.3
    }
    
    Animated
    {
    	on_event_leave_ground_for_leap = "PlayEffect( Metadata/Effects/Spells/monsters_effects/goat_slam_02/kickup.ao );"
    	on_event_leave_ground_for_leap_staff = "PlayEffect( Metadata/Effects/Spells/monsters_effects/goat_slam_02/kickup.ao );"
    }
    
    StateMachine
    {
    	on_or_create_state_epk_1 = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/on_death_epks/monster_on_death.epk );"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Goatman/MountainGoatmanShamanIceSpear2"] = {
        name = "Alpine Shaman",
        life = 1,
        energyShield = 0.5,
        fireResist = 0,
        coldResist = 75,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.5,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 12,
        accuracy = 1,
        weaponType1 = "Staff",
        skillList = {
            "MountainGoatmanIceSpear",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MountainGoatmanIceSpear"] = {
        name = "Ice Spear",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Launches shards of ice in rapid succession. After travelling a short distance they change to a second form, which moves much faster and pierces through enemies.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Damage] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Cold] = true,
            [SkillType.CanRapidFire] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.33,
        baseFlags = {
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_cold_damage",
            "spell_maximum_base_cold_damage",
            "ice_spear_second_form_damage_+%",
            "active_skill_chill_duration_+%_final",
            "base_is_projectile",
            "projectile_uses_contact_position",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 50, 20, critChance = 7, levelRequirement = 40, statInterpolation = {3, 3, 1},  cost = { }, },
            [2] = {0.80000001192093, 1.2000000476837, 25, 20, critChance = 7, levelRequirement = 68, statInterpolation = {3, 3, 1},  cost = { }, },
        },
    }
    
    Edit

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