รูปจำลองแห่งความป่าเถื่อน
สัตว์ร้าย
นำ พลังชีวิตสูงสุด 50% ไปเสริมเป็น โล่พลังงานสูงสุด
Effigy of Barbarism
SpectreN
Tagsbeast, bludgeoning_weapon, นักเวท, fast_movement, fire_affinity, flesh_armour, has_one_hand_mace, has_one_handed_melee, large_height, mammal_beast, melee, not_dex, not_int, physical_affinity, primate_beast, red_blood
พลังชีวิต
320%
เกราะ
+20%
Ailment Threshold
320%
ค่าต้านทาน
30 30 30 20
Damage
226%
ความแม่นยำ
100%
โอกาสคริติคอล
+5%
ตัวคูณคริติคอล
+130%
Attack Distance
7 ~ 13
Attack Time
1.905 Second
Damage Spread
±20%
ค่าประสบการณ์
200%
Model Size
130%
Type
BloodChieftainBossLake
Metadata
BloodChieftainBossLake
เลเวล
68
พลังชีวิต
20,587
เกราะ
34,548
การหลบหลีก
4,739
โล่พลังงาน
0
Damage
844
ความเสียหายเวท
844
ความแม่นยำ
290
Attack Time
1.905
ค่าประสบการณ์
20,510
Ailment Threshold
20,587
Chill
65
Shock
65
Brittle
368
Scorch
65
Sap
180
MeleeAtAnimationSpeedUnique
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
โจมตีธรรมดา (Default Attack)
Base Damage: 675–1013
โอกาสคริติคอล: 5%
Attack Time: 1.905 วินาที
โจมตีศัตรูของคุณด้วยการจู่โจมอย่างมีกำลัง
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]
MassFrenzyInvasion
Spell, Area, AreaSpell
เวลาร่าย: 2 วินาที
คูลดาวน์: 6 วินาที
ผู้เล่นมีความเสียหาย เพิ่มขึ้น อีก และมีความเร็วในการโจมตีและร่าย เพิ่มขึ้น ต่อจำนวน Frenzy Charge ที่มี
GoatmanMoltenShellInvasion
Spell, Damage, Area, Duration, Totemable, TotemCastsWhenNotDetached, Triggerable, Fire, Instant, AreaSpell, Physical, Cooldown
กระดองหลอมละลาย (Molten Shell)
โอกาสคริติคอล: 5%
เวลาร่าย: 0.5 วินาที
คูลดาวน์: 12 วินาที
อัญเชิญโล่ธาตุไฟเพื่อให้เกราะเสริมในช่วงระยะเวลาสั้นๆ หากความเสียหายทางกายภาพที่ป้องกันโดยการบล็อคหรือชุดเกราะของคุณสะสมถึงเกณฑ์ โล่จะระเบิดออกมาสร้างความเสียหายจากไฟให้กับศัตรูที่อยู่รอบๆ
ระยะเวลาพื้นฐาน 10 วินาที
สร้างความเสียหาย ไฟ 2246 ถึง 3368
โล่แตก เมื่อยกเว้นความเสียหายครบ 994
เสริมค่าเกราะ 3508
active skill area of effect radius +% final [50]
is area damage [1]

Object Type

version 2
extends "Metadata/Monsters/Monster"

Animated
{
	animated_object = "Metadata/Monsters/BloodChieftain/BloodChieftain.ao"
}

Object Type Codes

version 2
extends "Metadata/Monsters/Monster"

Animated
{
}

Preload
{
	preload_animated_object = "Metadata/Monsters/Monkeys/BloodMonkey/BloodMonkeyGrabbed.ao"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/LeagueLake/BloodChieftainBossLake"] = {
    name = "Effigy of Barbarism",
    life = 3.2,
    fireResist = 30,
    coldResist = 30,
    lightningResist = 30,
    chaosResist = 20,
    damage = 2.26,
    damageSpread = 0.2,
    attackTime = 1.905,
    attackRange = 13,
    accuracy = 1,
    weaponType1 = "One Hand Mace",
    skillList = {
        "MeleeAtAnimationSpeedUnique",
        "GoatmanMoltenShellInvasion",
        "MassFrenzyInvasion",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["MeleeAtAnimationSpeedUnique"] = {
    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["GoatmanMoltenShellInvasion"] = {
    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",
        "base_skill_effect_duration",
        "active_skill_area_of_effect_radius_+%_final",
        "is_area_damage",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 4, 162, 10000, 50, levelRequirement = 3, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [2] = {0.80000001192093, 1.2000000476837, 5, 314, 10000, 50, levelRequirement = 5, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [3] = {0.80000001192093, 1.2000000476837, 8, 484, 10000, 50, levelRequirement = 8, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [4] = {0.80000001192093, 1.2000000476837, 11, 686, 10000, 50, levelRequirement = 12, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [5] = {0.80000001192093, 1.2000000476837, 15, 847, 10000, 50, levelRequirement = 15, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [6] = {0.80000001192093, 1.2000000476837, 22, 1021, 10000, 50, levelRequirement = 19, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [7] = {0.80000001192093, 1.2000000476837, 29, 1195, 10000, 50, levelRequirement = 22, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [8] = {0.80000001192093, 1.2000000476837, 41, 1369, 10000, 50, levelRequirement = 26, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [9] = {0.80000001192093, 1.2000000476837, 57, 1594, 10000, 50, levelRequirement = 30, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [10] = {0.80000001192093, 1.2000000476837, 92, 1896, 10000, 50, critChance = 5, levelRequirement = 36, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [11] = {0.80000001192093, 1.2000000476837, 117, 2048, 10000, 50, critChance = 5, levelRequirement = 39, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [12] = {0.80000001192093, 1.2000000476837, 126, 2098, 10000, 50, critChance = 5, levelRequirement = 40, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [13] = {0.80000001192093, 1.2000000476837, 198, 2350, 10000, 50, critChance = 5, levelRequirement = 45, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [14] = {0.80000001192093, 1.2000000476837, 270, 2602, 10000, 50, critChance = 5, levelRequirement = 50, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [15] = {0.80000001192093, 1.2000000476837, 452, 2954, 10000, 50, critChance = 5, levelRequirement = 57, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [16] = {0.80000001192093, 1.2000000476837, 561, 3106, 10000, 50, critChance = 5, levelRequirement = 60, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [17] = {0.80000001192093, 1.2000000476837, 863, 3408, 10000, 50, critChance = 5, levelRequirement = 66, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [18] = {0.80000001192093, 1.2000000476837, 926, 3458, 10000, 50, critChance = 5, levelRequirement = 67, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [19] = {0.80000001192093, 1.2000000476837, 994, 3508, 10000, 50, critChance = 5, levelRequirement = 68, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [20] = {0.80000001192093, 1.2000000476837, 1067, 3560, 10000, 50, critChance = 5, levelRequirement = 69, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [21] = {0.80000001192093, 1.2000000476837, 1145, 3610, 10000, 50, critChance = 5, levelRequirement = 70, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [22] = {0.80000001192093, 1.2000000476837, 1229, 3660, 10000, 50, critChance = 5, levelRequirement = 71, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [23] = {0.80000001192093, 1.2000000476837, 1319, 3710, 10000, 50, critChance = 5, levelRequirement = 72, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [24] = {0.80000001192093, 1.2000000476837, 1414, 3760, 10000, 50, critChance = 5, levelRequirement = 73, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [25] = {0.80000001192093, 1.2000000476837, 1517, 3812, 10000, 50, critChance = 5, levelRequirement = 74, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [26] = {0.80000001192093, 1.2000000476837, 1627, 3862, 10000, 50, critChance = 5, levelRequirement = 75, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [27] = {0.80000001192093, 1.2000000476837, 1744, 3912, 10000, 50, critChance = 5, levelRequirement = 76, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [28] = {0.80000001192093, 1.2000000476837, 1870, 3963, 10000, 50, critChance = 5, levelRequirement = 77, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [29] = {0.80000001192093, 1.2000000476837, 2005, 4013, 10000, 50, critChance = 5, levelRequirement = 78, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [30] = {0.80000001192093, 1.2000000476837, 2148, 4064, 10000, 50, critChance = 5, levelRequirement = 79, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [31] = {0.80000001192093, 1.2000000476837, 2303, 4114, 10000, 50, critChance = 5, levelRequirement = 80, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [32] = {0.80000001192093, 1.2000000476837, 2470, 4230, 10000, 50, critChance = 5, levelRequirement = 81, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [33] = {0.80000001192093, 1.2000000476837, 2648, 4334, 10000, 50, critChance = 5, levelRequirement = 82, statInterpolation = {3, 3, 1, 1},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MassFrenzyInvasion"] = {
    name = "MassFrenzyInvasion",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Area] = true,
        [SkillType.AreaSpell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 2,
    baseFlags = {
        area = true,
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
    },
    levels = {
        [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
นำ พลังชีวิตสูงสุด 50% ไปเสริมเป็น โล่พลังงานสูงสุด
IdMonsterImplicitAuraEnergyShieldBubble1
FamilyMonsterAura
DomainsMonster (3)
GenerationTypeยูนิค (3)
Req. level4 (Effective: 3)
Stats
  • maximum life % to add as maximum energy shield Min: 50 Max: 50 Global
  • Craft Tagsdefences energy_shield
    ออร่าโล่พลังงาน
    รัศมี: 50
    เพื่อนมี โล่พลังงาน
    นำ พลังชีวิตสูงสุด 50% ไปเสริมเป็น โล่พลังงานสูงสุด
    Energy Shield Aura
    Edit

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