勁風之主寇努
野獸
增加 % 物品掉落稀有度
增加 50% 移動速度
monster additional quantity of dropped items in cruel +% [300]
monster additional quantity of dropped items in merciless +% [600]
monster additional rarity of dropped items in cruel +% [300]
monster additional rarity of dropped items in merciless +% [600]
增加 10% 攻擊速度
monster penalty against minions damage +% final vs player minions [-25]
monster no map drops [1]
level 33 or lower damage +% final [-20]
level 33 or lower life +% final [-20]
Konu, Maker of Wind
幽魂N
標籤beast, 法術, fire_affinity, goatman, has_one_hand_mace, has_one_handed_melee, humanoid, large_height, large_model, light_armour, mammal_beast, medium_movement, melee, not_int, physical_affinity, red_blood
生命
220%
護甲
+15%
閃避
+5%
異常狀態臨界值
220%
抗性
30 30 30 20
傷害
118%
命中
100%
暴擊率
+5%
暴擊加成
+130%
攻擊距離
5 ~ 7
攻擊間隔
1.455 秒
傷害分佈
±20%
經驗值
200%
Model Size
143%
類型
GoatmanBossSideArea
Metadata
GoatmanLeapBossSideArea
等級
68
生命
14,153
護甲
33,109
閃避
4,976
能量護盾
0
傷害
441
法術傷害
441
命中
290
攻擊間隔
1.455
經驗值
20,510
異常狀態臨界值
14,153
冰緩
45
感電
45
易碎
253
焦灼
45
殘喘
124
MeleeAtAnimationSpeed
攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
普通攻擊
基本傷害: 353–529
暴擊率: 5%
攻擊間隔: 1.455 秒
用強大的攻擊擊倒敵人。
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]
LeapSlamGroundFireBossSideArea
攻擊, 範圍, 近戰, 位移, 快行, Slam, 圖騰技能
躍擊
基本傷害: 353–529
暴擊率: 5%
攻擊間隔: 1.455 秒
冷卻時間: 2 秒
朝著目標區域躍起,並在落地時以你的武器重擊並擊退範圍內的敵人。被踩到的敵人將會被推出去。限定斧、錘、權杖、劍或是長杖。不能被多重打擊輔助。
造成 50% 更多傷害
+15 秒基礎持續時間
基礎範圍為 1.5
active skill area of effect radius +% final [80]
cast time overrides attack duration [1]
is area damage [1]
leap slam base ground fire damage to deal per minute [61773]
GoatmanMoltenShellOnDamageTaken
法術, 傷害, 範圍, 持續時間, 圖騰技能, 圖騰未附著施放, 可觸發, 火焰, 立即, 範圍法術, 物理, 冷卻
熔岩護盾
暴擊率: 5%
施放時間: 0.5 秒
冷卻時間: 1 秒
召喚熾熱的火焰之盾,在一定時間內提供額外的護甲。當格擋或是護甲所累積受到的物理傷害達到限界值時,火焰之盾將會爆開,並對周圍的敵人造成傷害。
當你承受來自擊中總傷害 16331 時,觸發被輔助的法術
+4 秒基礎持續時間
造成 25093764 火焰傷害
吸收 1626 傷害後護盾破裂
增加 3189 護甲
active skill area of effect radius +% final [50]
cast on damage taken also tracks dot [1]
is area damage [1]

Object Type

version 2
extends "Metadata/Monsters/Monster"

Actor
{
	main_hand_unarmed_type = "One_Hand_Mace"
}

Actor
{
	basic_action = "Emerge"
}

Monster
{
	flip_enabled = true
}

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_effect_for_cliffjump = "PlayEffect( Metadata/Effects/Spells/monsters_effects/goat_slam_02/land_dust.ao );"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Goatman/GoatmanLeapBossSideArea"] = {
    name = "Konu, Maker of Wind",
    life = 2.2,
    fireResist = 30,
    coldResist = 30,
    lightningResist = 30,
    chaosResist = 20,
    damage = 1.18,
    damageSpread = 0.2,
    attackTime = 1.455,
    attackRange = 7,
    accuracy = 1,
    skillList = {
        "MeleeAtAnimationSpeed",
        "LeapSlamGroundFireBossSideArea",
        "GoatmanMoltenShellOnDamageTaken",
    },
    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["LeapSlamGroundFireBossSideArea"] = {
    name = "Leap Slam",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Jump through the air, damaging and knocking back enemies with your weapon where you land. Enemies you would land on are pushed out of the way. Requires an Axe, Mace, Sceptre, Sword or Staff. Cannot be supported by Multistrike.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.Area] = true,
        [SkillType.Melee] = true,
        [SkillType.Movement] = true,
        [SkillType.Travel] = true,
        [SkillType.Slam] = true,
        [SkillType.Totemable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1.4,
    baseFlags = {
        attack = true,
        area = true,
        melee = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "leap_slam_base_ground_fire_damage_to_deal_per_minute",
        "base_skill_effect_duration",
        "active_skill_area_of_effect_radius_+%_final",
        "active_skill_damage_+%_final",
        "active_skill_base_area_of_effect_radius",
        "is_area_damage",
        "cast_time_overrides_attack_duration",
    },
    levels = {
        [1] = {2.4000000953674, 4000, 30, 50, 15, levelRequirement = 3, statInterpolation = {3, 1, 1},  cost = { }, },
        [2] = {2.4000000953674, 8000, 30, 50, 15, levelRequirement = 36, statInterpolation = {3, 1, 1},  cost = { }, },
        [3] = {2.4000000953674, 8000, 50, 50, 15, levelRequirement = 41, statInterpolation = {3, 1, 1},  cost = { }, },
        [4] = {2.4000000953674, 15000, 80, 50, 15, levelRequirement = 57, statInterpolation = {3, 1, 1},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GoatmanMoltenShellOnDamageTaken"] = {
    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 = 0.5,
    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",
        "cast_on_damage_taken_threshold",
        "base_skill_effect_duration",
        "cast_on_damage_taken_%",
        "active_skill_area_of_effect_radius_+%_final",
        "is_area_damage",
        "cast_on_damage_taken_also_tracks_dot",
    },
    levels = {
        [1] = {0.69999998807907, 1.1000000238419, 37, 178, 61, 4000, 100, 50, levelRequirement = 3, statInterpolation = {3, 3, 1, 1, 1},  cost = { }, },
        [2] = {0.69999998807907, 1.1000000238419, 44, 344, 77, 4000, 100, 50, levelRequirement = 5, statInterpolation = {3, 3, 1, 1, 1},  cost = { }, },
        [3] = {0.69999998807907, 1.1000000238419, 55, 530, 112, 4000, 100, 50, levelRequirement = 8, statInterpolation = {3, 3, 1, 1, 1},  cost = { }, },
        [4] = {0.69999998807907, 1.1000000238419, 65, 701, 141, 4000, 100, 50, levelRequirement = 10, statInterpolation = {3, 3, 1, 1, 1},  cost = { }, },
        [5] = {0.69999998807907, 1.1000000238419, 73, 747, 174, 4000, 100, 50, levelRequirement = 12, statInterpolation = {3, 3, 1, 1, 1},  cost = { }, },
        [6] = {0.69999998807907, 1.1000000238419, 84, 944, 215, 4000, 100, 50, levelRequirement = 14, statInterpolation = {3, 3, 1, 1, 1},  cost = { }, },
        [7] = {0.69999998807907, 1.1000000238419, 97, 1091, 290, 4000, 100, 50, levelRequirement = 17, statInterpolation = {3, 3, 1, 1, 1},  cost = { }, },
        [8] = {0.69999998807907, 1.1000000238419, 112, 1237, 386, 4000, 100, 50, levelRequirement = 20, statInterpolation = {3, 3, 1, 1, 1},  cost = { }, },
        [9] = {0.69999998807907, 1.1000000238419, 142, 1381, 556, 4000, 100, 50, levelRequirement = 24, statInterpolation = {3, 3, 1, 1, 1},  cost = { }, },
        [10] = {0.69999998807907, 1.1000000238419, 189, 1525, 931, 4000, 100, 50, levelRequirement = 30, statInterpolation = {3, 3, 1, 1, 1},  cost = { }, },
        [11] = {0.69999998807907, 1.1000000238419, 201, 1668, 1023, 4000, 100, 50, levelRequirement = 31, statInterpolation = {3, 3, 1, 1, 1},  cost = { }, },
        [12] = {0.80000001192093, 1.2000000476837, 261, 1811, 1542, 4000, 100, 50, critChance = 5, levelRequirement = 36, statInterpolation = {3, 3, 1, 1, 1},  cost = { }, },
        [13] = {0.80000001192093, 1.2000000476837, 378, 1953, 2296, 4000, 100, 50, critChance = 5, levelRequirement = 41, statInterpolation = {3, 3, 1, 1, 1},  cost = { }, },
        [14] = {0.80000001192093, 1.2000000476837, 462, 2093, 2911, 4000, 100, 50, critChance = 5, levelRequirement = 44, statInterpolation = {3, 3, 1, 1, 1},  cost = { }, },
        [15] = {0.80000001192093, 1.2000000476837, 758, 2233, 4964, 4000, 100, 50, critChance = 5, levelRequirement = 51, statInterpolation = {3, 3, 1, 1, 1},  cost = { }, },
        [16] = {0.80000001192093, 1.2000000476837, 789, 2372, 5376, 4000, 100, 50, critChance = 5, levelRequirement = 52, statInterpolation = {3, 3, 1, 1, 1},  cost = { }, },
        [17] = {0.80000001192093, 1.2000000476837, 1100, 2510, 7804, 4000, 100, 50, critChance = 5, levelRequirement = 57, statInterpolation = {3, 3, 1, 1, 1},  cost = { }, },
        [18] = {0.80000001192093, 1.2000000476837, 1318, 2648, 9746, 4000, 100, 50, critChance = 5, levelRequirement = 60, statInterpolation = {3, 3, 1, 1, 1},  cost = { }, },
        [19] = {0.80000001192093, 1.2000000476837, 1562, 2784, 13869, 4000, 100, 50, critChance = 5, levelRequirement = 65, statInterpolation = {3, 3, 1, 1, 1},  cost = { }, },
        [20] = {0.80000001192093, 1.2000000476837, 1584, 2920, 14651, 4000, 100, 50, critChance = 5, levelRequirement = 66, statInterpolation = {3, 3, 1, 1, 1},  cost = { }, },
        [21] = {0.80000001192093, 1.2000000476837, 1605, 3055, 15472, 4000, 100, 50, critChance = 5, levelRequirement = 67, statInterpolation = {3, 3, 1, 1, 1},  cost = { }, },
        [22] = {0.80000001192093, 1.2000000476837, 1626, 3189, 16331, 4000, 100, 50, critChance = 5, levelRequirement = 68, statInterpolation = {3, 3, 1, 1, 1},  cost = { }, },
        [23] = {0.80000001192093, 1.2000000476837, 1646, 3323, 17233, 4000, 100, 50, critChance = 5, levelRequirement = 69, statInterpolation = {3, 3, 1, 1, 1},  cost = { }, },
        [24] = {0.80000001192093, 1.2000000476837, 1667, 3455, 18174, 4000, 100, 50, critChance = 5, levelRequirement = 70, statInterpolation = {3, 3, 1, 1, 1},  cost = { }, },
        [25] = {0.80000001192093, 1.2000000476837, 1687, 3588, 19161, 4000, 100, 50, critChance = 5, levelRequirement = 71, statInterpolation = {3, 3, 1, 1, 1},  cost = { }, },
        [26] = {0.80000001192093, 1.2000000476837, 1706, 3718, 20189, 4000, 100, 50, critChance = 5, levelRequirement = 72, statInterpolation = {3, 3, 1, 1, 1},  cost = { }, },
        [27] = {0.80000001192093, 1.2000000476837, 1725, 3848, 21261, 4000, 100, 50, critChance = 5, levelRequirement = 73, statInterpolation = {3, 3, 1, 1, 1},  cost = { }, },
        [28] = {0.80000001192093, 1.2000000476837, 1744, 3978, 22380, 4000, 100, 50, critChance = 5, levelRequirement = 74, statInterpolation = {3, 3, 1, 1, 1},  cost = { }, },
        [29] = {0.80000001192093, 1.2000000476837, 1763, 4106, 23547, 4000, 100, 50, critChance = 5, levelRequirement = 75, statInterpolation = {3, 3, 1, 1, 1},  cost = { }, },
        [30] = {0.80000001192093, 1.2000000476837, 1781, 4234, 24762, 4000, 100, 50, critChance = 5, levelRequirement = 76, statInterpolation = {3, 3, 1, 1, 1},  cost = { }, },
        [31] = {0.80000001192093, 1.2000000476837, 1799, 4361, 26027, 4000, 100, 50, critChance = 5, levelRequirement = 77, statInterpolation = {3, 3, 1, 1, 1},  cost = { }, },
        [32] = {0.80000001192093, 1.2000000476837, 1817, 4487, 27903, 4000, 100, 50, critChance = 5, levelRequirement = 78, statInterpolation = {3, 3, 1, 1, 1},  cost = { }, },
        [33] = {0.80000001192093, 1.2000000476837, 1834, 4613, 29904, 4000, 100, 50, critChance = 5, levelRequirement = 79, statInterpolation = {3, 3, 1, 1, 1},  cost = { }, },
        [34] = {0.80000001192093, 1.2000000476837, 1851, 4737, 32051, 4000, 100, 50, critChance = 5, levelRequirement = 80, statInterpolation = {3, 3, 1, 1, 1},  cost = { }, },
        [35] = {0.80000001192093, 1.2000000476837, 1867, 4860, 34343, 4000, 100, 50, critChance = 5, levelRequirement = 81, statInterpolation = {3, 3, 1, 1, 1},  cost = { }, },
        [36] = {0.80000001192093, 1.2000000476837, 1883, 4983, 36756, 4000, 100, 50, critChance = 5, levelRequirement = 82, statInterpolation = {3, 3, 1, 1, 1},  cost = { }, },
    },
}
增加 % 物品掉落稀有度
IdMonsterSideAreaBoss
FamilyMonsterSideAreaBoss
Domains怪物 (3)
GenerationType傳奇 (3)
Req. level1
Stats
  • monster dropped item rarity +% Min: 0 Max: 0 全域
  • 增加 50% 移動速度
    IdMonsterImplicitFastRun1
    FamilyMovementVelocity
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • base movement velocity +% Min: 50 Max: 50 全域
  • Craft Tagsspeed
    monster additional quantity of dropped items in cruel +% [300]
    monster additional quantity of dropped items in merciless +% [600]
    monster additional rarity of dropped items in cruel +% [300]
    monster additional rarity of dropped items in merciless +% [600]
    IdMonsterInvasionMercilessDrops1
    FamilyMonsterMercilessDrops
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • monster additional rarity of dropped items in cruel +% Min: 300 Max: 300 全域
  • monster additional quantity of dropped items in cruel +% Min: 300 Max: 300 全域
  • monster additional rarity of dropped items in merciless +% Min: 600 Max: 600 全域
  • monster additional quantity of dropped items in merciless +% Min: 600 Max: 600 全域
  • 增加 10% 攻擊速度
    IdMonsterImplicitFastAttackGoatmanBoss
    FamilyIncreasedAttackSpeed
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • attack speed +% Min: 10 Max: 10 全域
  • Craft Tagsattack speed
    monster penalty against minions damage +% final vs player minions [-25]
    IdMonsterDamageVersusPlayerMinions25
    FamilyMonsterDamageVersusMinions
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • monster penalty against minions damage +% final vs player minions Min: -25 Max: -25 全域
  • Craft Tagsdamage
    monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 全域
  • level 33 or lower damage +% final [-20]
    level 33 or lower life +% final [-20]
    IdMonsterLifeAndDamageLessBelowLevel33
    FamilyMoreLifeBelowLevelThreshold
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • level 33 or lower life +% final Min: -20 Max: -20 全域
  • level 33 or lower damage +% final Min: -20 Max: -20 全域
  • Craft Tagsresource life damage
    勁風之主寇努
    野獸
    地區: 霧嶺
    種類: 羊人
    屬類: 靈長動物
    科類: 獸性
    增加 % 物品掉落稀有度
    增加 10% 攻擊速度
    增加 50% 移動速度
    monster penalty against minions damage +% final vs player minions [-25]
    monster no map drops [1]
    level 33 or lower damage +% final [-20]
    level 33 or lower life +% final [-20]
    Konu, Maker of Wind
    幽魂N
    地區霧嶺, 霧嶺
    標籤beast, 法術, fire_affinity, goatman, has_one_hand_mace, has_one_handed_melee, humanoid, large_height, large_model, light_armour, mammal_beast, medium_movement, melee, not_int, physical_affinity, red_blood, vaalsidearea_boss
    生命
    220%
    護甲
    +15%
    閃避
    +5%
    異常狀態臨界值
    220%
    抗性
    30 30 30 20
    傷害
    118%
    命中
    100%
    暴擊率
    +5%
    暴擊加成
    +130%
    攻擊距離
    5 ~ 7
    攻擊間隔
    1.455 秒
    傷害分佈
    ±20%
    經驗值
    200%
    Model Size
    143%
    類型
    GoatmanBossSideAreaLowbie
    Metadata
    GoatmanLeapBossSideAreaLowbie
    等級
    68
    生命
    14,153
    護甲
    33,109
    閃避
    4,976
    能量護盾
    0
    傷害
    441
    法術傷害
    441
    命中
    290
    攻擊間隔
    1.455
    經驗值
    20,510
    異常狀態臨界值
    14,153
    冰緩
    45
    感電
    45
    易碎
    253
    焦灼
    45
    殘喘
    124
    MeleeAtAnimationSpeed
    攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
    普通攻擊
    基本傷害: 353–529
    暴擊率: 5%
    攻擊間隔: 1.455 秒
    用強大的攻擊擊倒敵人。
    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]
    LeapSlamGroundFireBossSideArea
    攻擊, 範圍, 近戰, 位移, 快行, Slam, 圖騰技能
    躍擊
    基本傷害: 353–529
    暴擊率: 5%
    攻擊間隔: 1.455 秒
    冷卻時間: 2 秒
    朝著目標區域躍起,並在落地時以你的武器重擊並擊退範圍內的敵人。被踩到的敵人將會被推出去。限定斧、錘、權杖、劍或是長杖。不能被多重打擊輔助。
    造成 50% 更多傷害
    +15 秒基礎持續時間
    基礎範圍為 1.5
    active skill area of effect radius +% final [80]
    cast time overrides attack duration [1]
    is area damage [1]
    leap slam base ground fire damage to deal per minute [61773]
    GoatmanMoltenShellOnDamageTaken
    法術, 傷害, 範圍, 持續時間, 圖騰技能, 圖騰未附著施放, 可觸發, 火焰, 立即, 範圍法術, 物理, 冷卻
    熔岩護盾
    暴擊率: 5%
    施放時間: 0.5 秒
    冷卻時間: 1 秒
    召喚熾熱的火焰之盾,在一定時間內提供額外的護甲。當格擋或是護甲所累積受到的物理傷害達到限界值時,火焰之盾將會爆開,並對周圍的敵人造成傷害。
    當你承受來自擊中總傷害 16331 時,觸發被輔助的法術
    +4 秒基礎持續時間
    造成 25093764 火焰傷害
    吸收 1626 傷害後護盾破裂
    增加 3189 護甲
    active skill area of effect radius +% final [50]
    cast on damage taken also tracks dot [1]
    is area damage [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	main_hand_unarmed_type = "One_Hand_Mace"
    }
    
    Actor
    {
    	basic_action = "Emerge"
    }
    
    Monster
    {
    	flip_enabled = true
    }

    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_effect_for_cliffjump = "PlayEffect( Metadata/Effects/Spells/monsters_effects/goat_slam_02/land_dust.ao );"
    }
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Goatman/GoatmanLeapBossSideAreaLowbie"] = {
        name = "Konu, Maker of Wind",
        life = 2.2,
        fireResist = 30,
        coldResist = 30,
        lightningResist = 30,
        chaosResist = 20,
        damage = 1.18,
        damageSpread = 0.2,
        attackTime = 1.455,
        attackRange = 7,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeed",
            "LeapSlamGroundFireBossSideArea",
            "GoatmanMoltenShellOnDamageTaken",
        },
        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["LeapSlamGroundFireBossSideArea"] = {
        name = "Leap Slam",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Jump through the air, damaging and knocking back enemies with your weapon where you land. Enemies you would land on are pushed out of the way. Requires an Axe, Mace, Sceptre, Sword or Staff. Cannot be supported by Multistrike.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
            [SkillType.Melee] = true,
            [SkillType.Movement] = true,
            [SkillType.Travel] = true,
            [SkillType.Slam] = true,
            [SkillType.Totemable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.4,
        baseFlags = {
            attack = true,
            area = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "leap_slam_base_ground_fire_damage_to_deal_per_minute",
            "base_skill_effect_duration",
            "active_skill_area_of_effect_radius_+%_final",
            "active_skill_damage_+%_final",
            "active_skill_base_area_of_effect_radius",
            "is_area_damage",
            "cast_time_overrides_attack_duration",
        },
        levels = {
            [1] = {2.4000000953674, 4000, 30, 50, 15, levelRequirement = 3, statInterpolation = {3, 1, 1},  cost = { }, },
            [2] = {2.4000000953674, 8000, 30, 50, 15, levelRequirement = 36, statInterpolation = {3, 1, 1},  cost = { }, },
            [3] = {2.4000000953674, 8000, 50, 50, 15, levelRequirement = 41, statInterpolation = {3, 1, 1},  cost = { }, },
            [4] = {2.4000000953674, 15000, 80, 50, 15, levelRequirement = 57, statInterpolation = {3, 1, 1},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GoatmanMoltenShellOnDamageTaken"] = {
        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 = 0.5,
        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",
            "cast_on_damage_taken_threshold",
            "base_skill_effect_duration",
            "cast_on_damage_taken_%",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
            "cast_on_damage_taken_also_tracks_dot",
        },
        levels = {
            [1] = {0.69999998807907, 1.1000000238419, 37, 178, 61, 4000, 100, 50, levelRequirement = 3, statInterpolation = {3, 3, 1, 1, 1},  cost = { }, },
            [2] = {0.69999998807907, 1.1000000238419, 44, 344, 77, 4000, 100, 50, levelRequirement = 5, statInterpolation = {3, 3, 1, 1, 1},  cost = { }, },
            [3] = {0.69999998807907, 1.1000000238419, 55, 530, 112, 4000, 100, 50, levelRequirement = 8, statInterpolation = {3, 3, 1, 1, 1},  cost = { }, },
            [4] = {0.69999998807907, 1.1000000238419, 65, 701, 141, 4000, 100, 50, levelRequirement = 10, statInterpolation = {3, 3, 1, 1, 1},  cost = { }, },
            [5] = {0.69999998807907, 1.1000000238419, 73, 747, 174, 4000, 100, 50, levelRequirement = 12, statInterpolation = {3, 3, 1, 1, 1},  cost = { }, },
            [6] = {0.69999998807907, 1.1000000238419, 84, 944, 215, 4000, 100, 50, levelRequirement = 14, statInterpolation = {3, 3, 1, 1, 1},  cost = { }, },
            [7] = {0.69999998807907, 1.1000000238419, 97, 1091, 290, 4000, 100, 50, levelRequirement = 17, statInterpolation = {3, 3, 1, 1, 1},  cost = { }, },
            [8] = {0.69999998807907, 1.1000000238419, 112, 1237, 386, 4000, 100, 50, levelRequirement = 20, statInterpolation = {3, 3, 1, 1, 1},  cost = { }, },
            [9] = {0.69999998807907, 1.1000000238419, 142, 1381, 556, 4000, 100, 50, levelRequirement = 24, statInterpolation = {3, 3, 1, 1, 1},  cost = { }, },
            [10] = {0.69999998807907, 1.1000000238419, 189, 1525, 931, 4000, 100, 50, levelRequirement = 30, statInterpolation = {3, 3, 1, 1, 1},  cost = { }, },
            [11] = {0.69999998807907, 1.1000000238419, 201, 1668, 1023, 4000, 100, 50, levelRequirement = 31, statInterpolation = {3, 3, 1, 1, 1},  cost = { }, },
            [12] = {0.80000001192093, 1.2000000476837, 261, 1811, 1542, 4000, 100, 50, critChance = 5, levelRequirement = 36, statInterpolation = {3, 3, 1, 1, 1},  cost = { }, },
            [13] = {0.80000001192093, 1.2000000476837, 378, 1953, 2296, 4000, 100, 50, critChance = 5, levelRequirement = 41, statInterpolation = {3, 3, 1, 1, 1},  cost = { }, },
            [14] = {0.80000001192093, 1.2000000476837, 462, 2093, 2911, 4000, 100, 50, critChance = 5, levelRequirement = 44, statInterpolation = {3, 3, 1, 1, 1},  cost = { }, },
            [15] = {0.80000001192093, 1.2000000476837, 758, 2233, 4964, 4000, 100, 50, critChance = 5, levelRequirement = 51, statInterpolation = {3, 3, 1, 1, 1},  cost = { }, },
            [16] = {0.80000001192093, 1.2000000476837, 789, 2372, 5376, 4000, 100, 50, critChance = 5, levelRequirement = 52, statInterpolation = {3, 3, 1, 1, 1},  cost = { }, },
            [17] = {0.80000001192093, 1.2000000476837, 1100, 2510, 7804, 4000, 100, 50, critChance = 5, levelRequirement = 57, statInterpolation = {3, 3, 1, 1, 1},  cost = { }, },
            [18] = {0.80000001192093, 1.2000000476837, 1318, 2648, 9746, 4000, 100, 50, critChance = 5, levelRequirement = 60, statInterpolation = {3, 3, 1, 1, 1},  cost = { }, },
            [19] = {0.80000001192093, 1.2000000476837, 1562, 2784, 13869, 4000, 100, 50, critChance = 5, levelRequirement = 65, statInterpolation = {3, 3, 1, 1, 1},  cost = { }, },
            [20] = {0.80000001192093, 1.2000000476837, 1584, 2920, 14651, 4000, 100, 50, critChance = 5, levelRequirement = 66, statInterpolation = {3, 3, 1, 1, 1},  cost = { }, },
            [21] = {0.80000001192093, 1.2000000476837, 1605, 3055, 15472, 4000, 100, 50, critChance = 5, levelRequirement = 67, statInterpolation = {3, 3, 1, 1, 1},  cost = { }, },
            [22] = {0.80000001192093, 1.2000000476837, 1626, 3189, 16331, 4000, 100, 50, critChance = 5, levelRequirement = 68, statInterpolation = {3, 3, 1, 1, 1},  cost = { }, },
            [23] = {0.80000001192093, 1.2000000476837, 1646, 3323, 17233, 4000, 100, 50, critChance = 5, levelRequirement = 69, statInterpolation = {3, 3, 1, 1, 1},  cost = { }, },
            [24] = {0.80000001192093, 1.2000000476837, 1667, 3455, 18174, 4000, 100, 50, critChance = 5, levelRequirement = 70, statInterpolation = {3, 3, 1, 1, 1},  cost = { }, },
            [25] = {0.80000001192093, 1.2000000476837, 1687, 3588, 19161, 4000, 100, 50, critChance = 5, levelRequirement = 71, statInterpolation = {3, 3, 1, 1, 1},  cost = { }, },
            [26] = {0.80000001192093, 1.2000000476837, 1706, 3718, 20189, 4000, 100, 50, critChance = 5, levelRequirement = 72, statInterpolation = {3, 3, 1, 1, 1},  cost = { }, },
            [27] = {0.80000001192093, 1.2000000476837, 1725, 3848, 21261, 4000, 100, 50, critChance = 5, levelRequirement = 73, statInterpolation = {3, 3, 1, 1, 1},  cost = { }, },
            [28] = {0.80000001192093, 1.2000000476837, 1744, 3978, 22380, 4000, 100, 50, critChance = 5, levelRequirement = 74, statInterpolation = {3, 3, 1, 1, 1},  cost = { }, },
            [29] = {0.80000001192093, 1.2000000476837, 1763, 4106, 23547, 4000, 100, 50, critChance = 5, levelRequirement = 75, statInterpolation = {3, 3, 1, 1, 1},  cost = { }, },
            [30] = {0.80000001192093, 1.2000000476837, 1781, 4234, 24762, 4000, 100, 50, critChance = 5, levelRequirement = 76, statInterpolation = {3, 3, 1, 1, 1},  cost = { }, },
            [31] = {0.80000001192093, 1.2000000476837, 1799, 4361, 26027, 4000, 100, 50, critChance = 5, levelRequirement = 77, statInterpolation = {3, 3, 1, 1, 1},  cost = { }, },
            [32] = {0.80000001192093, 1.2000000476837, 1817, 4487, 27903, 4000, 100, 50, critChance = 5, levelRequirement = 78, statInterpolation = {3, 3, 1, 1, 1},  cost = { }, },
            [33] = {0.80000001192093, 1.2000000476837, 1834, 4613, 29904, 4000, 100, 50, critChance = 5, levelRequirement = 79, statInterpolation = {3, 3, 1, 1, 1},  cost = { }, },
            [34] = {0.80000001192093, 1.2000000476837, 1851, 4737, 32051, 4000, 100, 50, critChance = 5, levelRequirement = 80, statInterpolation = {3, 3, 1, 1, 1},  cost = { }, },
            [35] = {0.80000001192093, 1.2000000476837, 1867, 4860, 34343, 4000, 100, 50, critChance = 5, levelRequirement = 81, statInterpolation = {3, 3, 1, 1, 1},  cost = { }, },
            [36] = {0.80000001192093, 1.2000000476837, 1883, 4983, 36756, 4000, 100, 50, critChance = 5, levelRequirement = 82, statInterpolation = {3, 3, 1, 1, 1},  cost = { }, },
        },
    }
    
    增加 % 物品掉落稀有度
    IdMonsterSideAreaBoss
    FamilyMonsterSideAreaBoss
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • monster dropped item rarity +% Min: 0 Max: 0 全域
  • 增加 10% 攻擊速度
    IdMonsterImplicitFastAttackGoatmanBoss
    FamilyIncreasedAttackSpeed
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • attack speed +% Min: 10 Max: 10 全域
  • Craft Tagsattack speed
    增加 50% 移動速度
    IdMonsterImplicitFastRun1
    FamilyMovementVelocity
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • base movement velocity +% Min: 50 Max: 50 全域
  • Craft Tagsspeed
    monster penalty against minions damage +% final vs player minions [-25]
    IdMonsterDamageVersusPlayerMinions25
    FamilyMonsterDamageVersusMinions
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • monster penalty against minions damage +% final vs player minions Min: -25 Max: -25 全域
  • Craft Tagsdamage
    monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 全域
  • level 33 or lower damage +% final [-20]
    level 33 or lower life +% final [-20]
    IdMonsterLifeAndDamageLessBelowLevel33
    FamilyMoreLifeBelowLevelThreshold
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • level 33 or lower life +% final Min: -20 Max: -20 全域
  • level 33 or lower damage +% final Min: -20 Max: -20 全域
  • Craft Tagsresource life damage
    勁風之主寇努
    野獸
    地區: InvasionBoss
    種類: 羊人
    屬類: 靈長動物
    科類: 獸性
    增加 % 物品掉落稀有度
    增加 50% 移動速度
    monster additional quantity of dropped items in cruel +% [300]
    monster additional quantity of dropped items in merciless +% [600]
    monster additional rarity of dropped items in cruel +% [300]
    monster additional rarity of dropped items in merciless +% [600]
    增加 10% 攻擊速度
    monster penalty against minions damage +% final vs player minions [-25]
    monster no map drops [1]
    monster is invasion boss [1]
    level 33 or lower damage +% final [-20]
    level 33 or lower life +% final [-20]
    Konu, Maker of Wind
    幽魂N
    地區InvasionBoss
    End Game增加 50% 最大生命
    標籤beast, 法術, fire_affinity, goatman, has_one_hand_mace, has_one_handed_melee, humanoid, invasion_boss, large_height, large_model, light_armour, mammal_beast, medium_movement, melee, not_int, physical_affinity, red_blood
    Packs
  • InvasionBoss: 勁風之主寇努, 堅蹄羊人
  • 生命
    220%
    護甲
    +15%
    閃避
    +5%
    異常狀態臨界值
    220%
    抗性
    30 30 30 20
    傷害
    118%
    命中
    100%
    暴擊率
    +5%
    暴擊加成
    +130%
    攻擊距離
    5 ~ 7
    攻擊間隔
    1.455 秒
    傷害分佈
    ±20%
    經驗值
    200%
    Model Size
    143%
    類型
    GoatmanBossSideArea
    Metadata
    GoatmanLeapBossSideAreaInvasion
    等級
    68
    生命
    14,153
    護甲
    33,109
    閃避
    4,976
    能量護盾
    0
    傷害
    441
    法術傷害
    441
    命中
    290
    攻擊間隔
    1.455
    經驗值
    20,510
    異常狀態臨界值
    14,153
    冰緩
    45
    感電
    45
    易碎
    253
    焦灼
    45
    殘喘
    124
    MeleeAtAnimationSpeed
    攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
    普通攻擊
    基本傷害: 353–529
    暴擊率: 5%
    攻擊間隔: 1.455 秒
    用強大的攻擊擊倒敵人。
    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]
    LeapSlamGroundFireBossSideArea
    攻擊, 範圍, 近戰, 位移, 快行, Slam, 圖騰技能
    躍擊
    基本傷害: 353–529
    暴擊率: 5%
    攻擊間隔: 1.455 秒
    冷卻時間: 2 秒
    朝著目標區域躍起,並在落地時以你的武器重擊並擊退範圍內的敵人。被踩到的敵人將會被推出去。限定斧、錘、權杖、劍或是長杖。不能被多重打擊輔助。
    造成 50% 更多傷害
    +15 秒基礎持續時間
    基礎範圍為 1.5
    active skill area of effect radius +% final [80]
    cast time overrides attack duration [1]
    is area damage [1]
    leap slam base ground fire damage to deal per minute [61773]
    GoatmanMoltenShellOnDamageTaken
    法術, 傷害, 範圍, 持續時間, 圖騰技能, 圖騰未附著施放, 可觸發, 火焰, 立即, 範圍法術, 物理, 冷卻
    熔岩護盾
    暴擊率: 5%
    施放時間: 0.5 秒
    冷卻時間: 1 秒
    召喚熾熱的火焰之盾,在一定時間內提供額外的護甲。當格擋或是護甲所累積受到的物理傷害達到限界值時,火焰之盾將會爆開,並對周圍的敵人造成傷害。
    當你承受來自擊中總傷害 16331 時,觸發被輔助的法術
    +4 秒基礎持續時間
    造成 25093764 火焰傷害
    吸收 1626 傷害後護盾破裂
    增加 3189 護甲
    active skill area of effect radius +% final [50]
    cast on damage taken also tracks dot [1]
    is area damage [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	main_hand_unarmed_type = "One_Hand_Mace"
    }
    
    Actor
    {
    	basic_action = "Emerge"
    }
    
    Monster
    {
    	flip_enabled = true
    }

    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_effect_for_cliffjump = "PlayEffect( Metadata/Effects/Spells/monsters_effects/goat_slam_02/land_dust.ao );"
    }
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Goatman/GoatmanLeapBossSideAreaInvasion"] = {
        name = "Konu, Maker of Wind",
        life = 2.2,
        fireResist = 30,
        coldResist = 30,
        lightningResist = 30,
        chaosResist = 20,
        damage = 1.18,
        damageSpread = 0.2,
        attackTime = 1.455,
        attackRange = 7,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeed",
            "LeapSlamGroundFireBossSideArea",
            "GoatmanMoltenShellOnDamageTaken",
        },
        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["LeapSlamGroundFireBossSideArea"] = {
        name = "Leap Slam",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Jump through the air, damaging and knocking back enemies with your weapon where you land. Enemies you would land on are pushed out of the way. Requires an Axe, Mace, Sceptre, Sword or Staff. Cannot be supported by Multistrike.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
            [SkillType.Melee] = true,
            [SkillType.Movement] = true,
            [SkillType.Travel] = true,
            [SkillType.Slam] = true,
            [SkillType.Totemable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.4,
        baseFlags = {
            attack = true,
            area = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "leap_slam_base_ground_fire_damage_to_deal_per_minute",
            "base_skill_effect_duration",
            "active_skill_area_of_effect_radius_+%_final",
            "active_skill_damage_+%_final",
            "active_skill_base_area_of_effect_radius",
            "is_area_damage",
            "cast_time_overrides_attack_duration",
        },
        levels = {
            [1] = {2.4000000953674, 4000, 30, 50, 15, levelRequirement = 3, statInterpolation = {3, 1, 1},  cost = { }, },
            [2] = {2.4000000953674, 8000, 30, 50, 15, levelRequirement = 36, statInterpolation = {3, 1, 1},  cost = { }, },
            [3] = {2.4000000953674, 8000, 50, 50, 15, levelRequirement = 41, statInterpolation = {3, 1, 1},  cost = { }, },
            [4] = {2.4000000953674, 15000, 80, 50, 15, levelRequirement = 57, statInterpolation = {3, 1, 1},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GoatmanMoltenShellOnDamageTaken"] = {
        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 = 0.5,
        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",
            "cast_on_damage_taken_threshold",
            "base_skill_effect_duration",
            "cast_on_damage_taken_%",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
            "cast_on_damage_taken_also_tracks_dot",
        },
        levels = {
            [1] = {0.69999998807907, 1.1000000238419, 37, 178, 61, 4000, 100, 50, levelRequirement = 3, statInterpolation = {3, 3, 1, 1, 1},  cost = { }, },
            [2] = {0.69999998807907, 1.1000000238419, 44, 344, 77, 4000, 100, 50, levelRequirement = 5, statInterpolation = {3, 3, 1, 1, 1},  cost = { }, },
            [3] = {0.69999998807907, 1.1000000238419, 55, 530, 112, 4000, 100, 50, levelRequirement = 8, statInterpolation = {3, 3, 1, 1, 1},  cost = { }, },
            [4] = {0.69999998807907, 1.1000000238419, 65, 701, 141, 4000, 100, 50, levelRequirement = 10, statInterpolation = {3, 3, 1, 1, 1},  cost = { }, },
            [5] = {0.69999998807907, 1.1000000238419, 73, 747, 174, 4000, 100, 50, levelRequirement = 12, statInterpolation = {3, 3, 1, 1, 1},  cost = { }, },
            [6] = {0.69999998807907, 1.1000000238419, 84, 944, 215, 4000, 100, 50, levelRequirement = 14, statInterpolation = {3, 3, 1, 1, 1},  cost = { }, },
            [7] = {0.69999998807907, 1.1000000238419, 97, 1091, 290, 4000, 100, 50, levelRequirement = 17, statInterpolation = {3, 3, 1, 1, 1},  cost = { }, },
            [8] = {0.69999998807907, 1.1000000238419, 112, 1237, 386, 4000, 100, 50, levelRequirement = 20, statInterpolation = {3, 3, 1, 1, 1},  cost = { }, },
            [9] = {0.69999998807907, 1.1000000238419, 142, 1381, 556, 4000, 100, 50, levelRequirement = 24, statInterpolation = {3, 3, 1, 1, 1},  cost = { }, },
            [10] = {0.69999998807907, 1.1000000238419, 189, 1525, 931, 4000, 100, 50, levelRequirement = 30, statInterpolation = {3, 3, 1, 1, 1},  cost = { }, },
            [11] = {0.69999998807907, 1.1000000238419, 201, 1668, 1023, 4000, 100, 50, levelRequirement = 31, statInterpolation = {3, 3, 1, 1, 1},  cost = { }, },
            [12] = {0.80000001192093, 1.2000000476837, 261, 1811, 1542, 4000, 100, 50, critChance = 5, levelRequirement = 36, statInterpolation = {3, 3, 1, 1, 1},  cost = { }, },
            [13] = {0.80000001192093, 1.2000000476837, 378, 1953, 2296, 4000, 100, 50, critChance = 5, levelRequirement = 41, statInterpolation = {3, 3, 1, 1, 1},  cost = { }, },
            [14] = {0.80000001192093, 1.2000000476837, 462, 2093, 2911, 4000, 100, 50, critChance = 5, levelRequirement = 44, statInterpolation = {3, 3, 1, 1, 1},  cost = { }, },
            [15] = {0.80000001192093, 1.2000000476837, 758, 2233, 4964, 4000, 100, 50, critChance = 5, levelRequirement = 51, statInterpolation = {3, 3, 1, 1, 1},  cost = { }, },
            [16] = {0.80000001192093, 1.2000000476837, 789, 2372, 5376, 4000, 100, 50, critChance = 5, levelRequirement = 52, statInterpolation = {3, 3, 1, 1, 1},  cost = { }, },
            [17] = {0.80000001192093, 1.2000000476837, 1100, 2510, 7804, 4000, 100, 50, critChance = 5, levelRequirement = 57, statInterpolation = {3, 3, 1, 1, 1},  cost = { }, },
            [18] = {0.80000001192093, 1.2000000476837, 1318, 2648, 9746, 4000, 100, 50, critChance = 5, levelRequirement = 60, statInterpolation = {3, 3, 1, 1, 1},  cost = { }, },
            [19] = {0.80000001192093, 1.2000000476837, 1562, 2784, 13869, 4000, 100, 50, critChance = 5, levelRequirement = 65, statInterpolation = {3, 3, 1, 1, 1},  cost = { }, },
            [20] = {0.80000001192093, 1.2000000476837, 1584, 2920, 14651, 4000, 100, 50, critChance = 5, levelRequirement = 66, statInterpolation = {3, 3, 1, 1, 1},  cost = { }, },
            [21] = {0.80000001192093, 1.2000000476837, 1605, 3055, 15472, 4000, 100, 50, critChance = 5, levelRequirement = 67, statInterpolation = {3, 3, 1, 1, 1},  cost = { }, },
            [22] = {0.80000001192093, 1.2000000476837, 1626, 3189, 16331, 4000, 100, 50, critChance = 5, levelRequirement = 68, statInterpolation = {3, 3, 1, 1, 1},  cost = { }, },
            [23] = {0.80000001192093, 1.2000000476837, 1646, 3323, 17233, 4000, 100, 50, critChance = 5, levelRequirement = 69, statInterpolation = {3, 3, 1, 1, 1},  cost = { }, },
            [24] = {0.80000001192093, 1.2000000476837, 1667, 3455, 18174, 4000, 100, 50, critChance = 5, levelRequirement = 70, statInterpolation = {3, 3, 1, 1, 1},  cost = { }, },
            [25] = {0.80000001192093, 1.2000000476837, 1687, 3588, 19161, 4000, 100, 50, critChance = 5, levelRequirement = 71, statInterpolation = {3, 3, 1, 1, 1},  cost = { }, },
            [26] = {0.80000001192093, 1.2000000476837, 1706, 3718, 20189, 4000, 100, 50, critChance = 5, levelRequirement = 72, statInterpolation = {3, 3, 1, 1, 1},  cost = { }, },
            [27] = {0.80000001192093, 1.2000000476837, 1725, 3848, 21261, 4000, 100, 50, critChance = 5, levelRequirement = 73, statInterpolation = {3, 3, 1, 1, 1},  cost = { }, },
            [28] = {0.80000001192093, 1.2000000476837, 1744, 3978, 22380, 4000, 100, 50, critChance = 5, levelRequirement = 74, statInterpolation = {3, 3, 1, 1, 1},  cost = { }, },
            [29] = {0.80000001192093, 1.2000000476837, 1763, 4106, 23547, 4000, 100, 50, critChance = 5, levelRequirement = 75, statInterpolation = {3, 3, 1, 1, 1},  cost = { }, },
            [30] = {0.80000001192093, 1.2000000476837, 1781, 4234, 24762, 4000, 100, 50, critChance = 5, levelRequirement = 76, statInterpolation = {3, 3, 1, 1, 1},  cost = { }, },
            [31] = {0.80000001192093, 1.2000000476837, 1799, 4361, 26027, 4000, 100, 50, critChance = 5, levelRequirement = 77, statInterpolation = {3, 3, 1, 1, 1},  cost = { }, },
            [32] = {0.80000001192093, 1.2000000476837, 1817, 4487, 27903, 4000, 100, 50, critChance = 5, levelRequirement = 78, statInterpolation = {3, 3, 1, 1, 1},  cost = { }, },
            [33] = {0.80000001192093, 1.2000000476837, 1834, 4613, 29904, 4000, 100, 50, critChance = 5, levelRequirement = 79, statInterpolation = {3, 3, 1, 1, 1},  cost = { }, },
            [34] = {0.80000001192093, 1.2000000476837, 1851, 4737, 32051, 4000, 100, 50, critChance = 5, levelRequirement = 80, statInterpolation = {3, 3, 1, 1, 1},  cost = { }, },
            [35] = {0.80000001192093, 1.2000000476837, 1867, 4860, 34343, 4000, 100, 50, critChance = 5, levelRequirement = 81, statInterpolation = {3, 3, 1, 1, 1},  cost = { }, },
            [36] = {0.80000001192093, 1.2000000476837, 1883, 4983, 36756, 4000, 100, 50, critChance = 5, levelRequirement = 82, statInterpolation = {3, 3, 1, 1, 1},  cost = { }, },
        },
    }
    
    增加 % 物品掉落稀有度
    IdMonsterSideAreaBoss
    FamilyMonsterSideAreaBoss
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • monster dropped item rarity +% Min: 0 Max: 0 全域
  • 增加 50% 移動速度
    IdMonsterImplicitFastRun1
    FamilyMovementVelocity
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • base movement velocity +% Min: 50 Max: 50 全域
  • Craft Tagsspeed
    monster additional quantity of dropped items in cruel +% [300]
    monster additional quantity of dropped items in merciless +% [600]
    monster additional rarity of dropped items in cruel +% [300]
    monster additional rarity of dropped items in merciless +% [600]
    IdMonsterInvasionMercilessDrops1
    FamilyMonsterMercilessDrops
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • monster additional rarity of dropped items in cruel +% Min: 300 Max: 300 全域
  • monster additional quantity of dropped items in cruel +% Min: 300 Max: 300 全域
  • monster additional rarity of dropped items in merciless +% Min: 600 Max: 600 全域
  • monster additional quantity of dropped items in merciless +% Min: 600 Max: 600 全域
  • 增加 10% 攻擊速度
    IdMonsterImplicitFastAttackGoatmanBoss
    FamilyIncreasedAttackSpeed
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • attack speed +% Min: 10 Max: 10 全域
  • Craft Tagsattack speed
    monster penalty against minions damage +% final vs player minions [-25]
    IdMonsterDamageVersusPlayerMinions25
    FamilyMonsterDamageVersusMinions
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • monster penalty against minions damage +% final vs player minions Min: -25 Max: -25 全域
  • Craft Tagsdamage
    monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 全域
  • monster is invasion boss [1]
    IdIsInvasionBoss
    FamilyMonsterIsInvasionBoss
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • monster is invasion boss Min: 1 Max: 1 全域
  • level 33 or lower damage +% final [-20]
    level 33 or lower life +% final [-20]
    IdMonsterLifeAndDamageLessBelowLevel33
    FamilyMoreLifeBelowLevelThreshold
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • level 33 or lower life +% final Min: -20 Max: -20 全域
  • level 33 or lower damage +% final Min: -20 Max: -20 全域
  • Craft Tagsresource life damage
    Edit

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