King Kaom
Demon
Area: Kaom's Stronghold
Monsters grant 250% increased Experience
5500% increased Rarity of Items Dropped
cannot be taunted when taunted ms [0]
monster base type attack cast speed +% and damage -% final [33]
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
heal aura owner % max life on death [0]
5500% increased Rarity of Items Dropped
cannot be taunted when taunted ms [0]
monster base type attack cast speed +% and damage -% final [33]
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
heal aura owner % max life on death [0]
Spectre | N |
---|---|
Area | Kaom's Stronghold |
Tags | bludgeoning_weapon, demon, fire_affinity, flesh_armour, has_two_hand_axe, has_two_handed_melee, humanoid, karui, king_boss_story, large_height, large_model, medium_movement, melee, not_dex, not_int, red_blood |
Life
1350%
Armour
+25%
Ailment Threshold
1350%
Resistance
40 40 40 25
Damage
220%
Accuracy
100%
Critical Strike Chance
+5%
Critical Strike Multiplier
+130%
Attack Distance
6 ~ 15
Attack Time
2.25 Second
Damage Spread
±30%
Experience
200%
Model Size
100%
Type
KaomBoss
Metadata
KaomBoss
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Level
38
Life
11,381
Armour
2,939
Evasion
1,460
Energy Shield
0
Damage
165
Spell Damage
165
Accuracy
84
Attack Time
2.25
Experience
6,090
Ailment Threshold
11,381
Chill
36
Shock
36
Brittle
204
Scorch
36
Sap
99
The following values are skill base values and do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses, monster base damage(ex: The Maven 150% multiplier), monster rarity bonuses (ex: unique 70% more, unique attack 33% less).
KaomMelee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Default Attack
Base Damage: 116–215
Critical Strike Chance: 5%
Attack Time: 2.25 sec
Strike your foes down with a powerful blow.
Deals 30% more Damage
60% of Physical Damage Converted to Fire Damage
20% chance to Ignite enemies
Ignites deal Damage 50% faster
60% of Physical Damage Converted to Fire Damage
20% chance to Ignite enemies
Ignites deal Damage 50% faster
KaomLeapSlam
Attack, Area, Melee, Movement, Travel, Slam, Totemable
Leap Slam
Base Damage: 116–215
Critical Strike Chance: 5%
Attack Time: 2.25 sec
Cooldown Time: 5 sec
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.
Deals 50% more Damage
100% of Physical Damage Converted to Fire Damage
100% chance to Ignite enemies
53% less Attack Speed
Base radius is 1.5 metres
active skill area of effect radius +% final [40]
cast time overrides attack duration [1]
is area damage [1]
100% of Physical Damage Converted to Fire Damage
100% chance to Ignite enemies
53% less Attack Speed
Base radius is 1.5 metres
active skill area of effect radius +% final [40]
cast time overrides attack duration [1]
is area damage [1]
KaomFireChasm
Attack
Base Damage: 116–215
Critical Strike Chance: 5%
Attack Time: 2.25 sec
Cooldown Time: 4 sec
Never deal Critical Strikes
Deals 30% less Damage
50% of Physical Damage Converted to Fire Damage
Causes +6 Bursts
monster penalty against minions damage +% final vs player minions [-25]
Deals 30% less Damage
50% of Physical Damage Converted to Fire Damage
Causes +6 Bursts
monster penalty against minions damage +% final vs player minions [-25]
TriggerKaomArcherSpawners
Cooldown Time: 600 sec
TriggerKaomSkullSpawners
Cooldown Time: 600 sec
kaom number of spawners triggered [10]
Object Type
version 2 extends "Metadata/Monsters/Monster" Actor { main_hand_unarmed_type = "Two_Hand_Axe" } Transitionable { } MinimapIcon { icon = 3 } NPC { marker_enabled = false }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" Render { //turn_duration = 0.5 preload_buff_visual = "kaom_fire" } Life { on_death = "FadeOutMusic( 500 ); PlayGlobalAudio( Audio/Music/Act4_KaomsDream/Kaom_Resolution.ogg );" } Transitionable { on_transition = "PlayAnimation( prefight_dialogue ); PlayTextAudio( KaomFightIntroRandom , Metadata/NPC/Act4/Kaom, 0);" create_untransitioned = "PlayAnimation( idle );" create_transitioned = "HideMinimapIcon();" } Animated { on_end_prefight_dialogue = "HideMinimapIcon();" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/Kaom/KaomBoss"] = { name = "King Kaom", life = 13.5, fireResist = 40, coldResist = 40, lightningResist = 40, chaosResist = 25, damage = 2.2, damageSpread = 0.3, attackTime = 2.25, attackRange = 15, accuracy = 1, skillList = { "KaomLeapSlam", "KaomMelee", "KaomFireChasm", "TriggerKaomArcherSpawners", "TriggerKaomSkullSpawners", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["KaomLeapSlam"] = { name = "Leap Slam", hidden = true, color = "1", 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.", 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 = { "active_skill_damage_+%_final", "base_chance_to_ignite_%", "skill_physical_damage_%_to_convert_to_fire", "active_skill_attack_speed_+%_final", "active_skill_area_of_effect_radius_+%_final", "active_skill_base_area_of_effect_radius", "is_area_damage", "cast_time_overrides_attack_duration", }, levels = { [1] = {50, 100, 100, -53, 40, 15, levelRequirement = 2, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["KaomMelee"] = { name = "Default Attack", hidden = true, color = "1", 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_physical_damage_%_to_convert_to_fire", "active_skill_damage_+%_final", "base_chance_to_ignite_%", "faster_burn_%", }, levels = { [1] = {60, 30, 20, 50, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["KaomFireChasm"] = { name = "KaomFireChasm", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Attack] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, }, baseMods = { }, qualityStats = { }, stats = { "upheaval_number_of_spikes", "active_skill_damage_+%_final", "monster_penalty_against_minions_damage_+%_final_vs_player_minions", "skill_physical_damage_%_to_convert_to_fire", "global_cannot_crit", }, levels = { [1] = {6, -30, -25, 50, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["TriggerKaomArcherSpawners"] = { name = "TriggerKaomArcherSpawners", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { }, statDescriptionScope = "skill_stat_descriptions", castTime = 3, baseFlags = { }, baseMods = { }, qualityStats = { }, stats = { }, levels = { [1] = {levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["TriggerKaomSkullSpawners"] = { name = "TriggerKaomSkullSpawners", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { }, baseMods = { }, qualityStats = { }, stats = { "kaom_number_of_spawners_triggered", }, levels = { [1] = {10, levelRequirement = 38, statInterpolation = {1}, cost = { }, }, [2] = {13, levelRequirement = 56, statInterpolation = {1}, cost = { }, }, [3] = {16, levelRequirement = 68, statInterpolation = {1}, cost = { }, }, }, }
Monsters grant 250% increased Experience
5500% increased Rarity of Items Dropped
Id | MonsterQuestBossAct4__ |
---|---|
Family | MonsterActBoss |
Domains | Monster (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats |
cannot be taunted when taunted ms [0]
Id | TauntImmunityDurationActBoss |
---|---|
Family | TauntImmunityDuration |
Domains | Monster (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats |
monster base type attack cast speed +% and damage -% final [33]
Id | MonsterSpeedAndDamageFixupComplete |
---|---|
Family | MonsterSpeedAndDamageFixup |
Domains | Monster (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats | |
Craft Tags | caster_damage damage attack caster speed |
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Id | StunRepeatImmunityActBoss |
---|---|
Family | Nothing |
Domains | Monster (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats |
heal aura owner % max life on death [0]
Id | BossHealOnPlayerDeath |
---|---|
Family | BossHealOnPlayerDeath |
Domains | Monster (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats |
heal_on_nearby_death
Radius: 120
heal aura owner % max life on death [0]
King Kaom
Demon
Monsters grant 250% increased Experience
5500% increased Rarity of Items Dropped
cannot be taunted when taunted ms [0]
monster base type attack cast speed +% and damage -% final [33]
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
heal aura owner % max life on death [0]
5500% increased Rarity of Items Dropped
cannot be taunted when taunted ms [0]
monster base type attack cast speed +% and damage -% final [33]
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
heal aura owner % max life on death [0]
Spectre | N |
---|---|
Tags | bludgeoning_weapon, demon, fire_affinity, flesh_armour, has_two_hand_axe, has_two_handed_melee, humanoid, karui, king_boss_story, large_height, large_model, medium_movement, melee, not_dex, not_int, red_blood |
Life
1350%
Armour
+25%
Ailment Threshold
1350%
Resistance
40 40 40 25
Damage
220%
Accuracy
100%
Critical Strike Chance
+5%
Critical Strike Multiplier
+130%
Attack Distance
6 ~ 15
Attack Time
2.25 Second
Damage Spread
±30%
Experience
200%
Model Size
100%
Type
KaomBoss
Metadata
KaomBossGauntlet
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Level
68
Life
86,850
Armour
35,988
Evasion
4,739
Energy Shield
0
Damage
822
Spell Damage
822
Accuracy
290
Attack Time
2.25
Experience
20,510
Ailment Threshold
86,850
Chill
275
Shock
275
Brittle
1,554
Scorch
275
Sap
759
The following values are skill base values and do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses, monster base damage(ex: The Maven 150% multiplier), monster rarity bonuses (ex: unique 70% more, unique attack 33% less).
KaomMelee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Default Attack
Base Damage: 575–1068
Critical Strike Chance: 5%
Attack Time: 2.25 sec
Strike your foes down with a powerful blow.
Deals 30% more Damage
60% of Physical Damage Converted to Fire Damage
20% chance to Ignite enemies
Ignites deal Damage 50% faster
60% of Physical Damage Converted to Fire Damage
20% chance to Ignite enemies
Ignites deal Damage 50% faster
KaomLeapSlam
Attack, Area, Melee, Movement, Travel, Slam, Totemable
Leap Slam
Base Damage: 575–1068
Critical Strike Chance: 5%
Attack Time: 2.25 sec
Cooldown Time: 5 sec
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.
Deals 50% more Damage
100% of Physical Damage Converted to Fire Damage
100% chance to Ignite enemies
53% less Attack Speed
Base radius is 1.5 metres
active skill area of effect radius +% final [40]
cast time overrides attack duration [1]
is area damage [1]
100% of Physical Damage Converted to Fire Damage
100% chance to Ignite enemies
53% less Attack Speed
Base radius is 1.5 metres
active skill area of effect radius +% final [40]
cast time overrides attack duration [1]
is area damage [1]
KaomFireChasm
Attack
Base Damage: 575–1068
Critical Strike Chance: 5%
Attack Time: 2.25 sec
Cooldown Time: 4 sec
Never deal Critical Strikes
Deals 30% less Damage
50% of Physical Damage Converted to Fire Damage
Causes +6 Bursts
monster penalty against minions damage +% final vs player minions [-25]
Deals 30% less Damage
50% of Physical Damage Converted to Fire Damage
Causes +6 Bursts
monster penalty against minions damage +% final vs player minions [-25]
TriggerKaomArcherSpawners
Cooldown Time: 600 sec
TriggerKaomSkullSpawners
Cooldown Time: 600 sec
kaom number of spawners triggered [16]
GauntletFireStorm
Spell, Damage, Area, Duration, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, Cascadable, CanRapidFire, AreaSpell
Firestorm
Critical Strike Chance: 5%
Effectiveness of Added Damage: 30%
Cast Time: 0.9 sec
Flaming bolts rain down over the targeted area. They explode when landing, dealing damage to nearby enemies.
Base duration is 4.2 seconds
Deals 74.77 to 112.2 Fire Damage
25% chance to Ignite enemies
One impact every 0.13 seconds
Base radius is 1 metre
firestorm base area of effect +% [-25]
is area damage [1]
monster penalty against minions damage +% final vs player minions [-25]
spell maximum action distance +% [-50]
Deals 74.77 to 112.2 Fire Damage
25% chance to Ignite enemies
One impact every 0.13 seconds
Base radius is 1 metre
firestorm base area of effect +% [-25]
is area damage [1]
monster penalty against minions damage +% final vs player minions [-25]
spell maximum action distance +% [-50]
SSMGauntletKaomVolatile
Spell, Multicastable, Triggerable
Cast Time: 1 sec
alternate minion [601]
monster no drops or experience [1]
number of monsters to summon [4]
summon specific monsters radius +% [-70]
summoned monsters are minions [1]
monster no drops or experience [1]
number of monsters to summon [4]
summon specific monsters radius +% [-70]
summoned monsters are minions [1]
Object Type
Object Type Codes
-- src\Data\Spectres.lua minions["Metadata/Monsters/Kaom/KaomBossGauntlet"] = { name = "King Kaom", life = 13.5, fireResist = 40, coldResist = 40, lightningResist = 40, chaosResist = 25, damage = 2.2, damageSpread = 0.3, attackTime = 2.25, attackRange = 15, accuracy = 1, skillList = { "KaomLeapSlam", "GauntletFireStorm", "SSMGauntletKaomVolatile", "KaomMelee", "KaomFireChasm", "TriggerKaomArcherSpawners", "TriggerKaomSkullSpawners", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["KaomLeapSlam"] = { name = "Leap Slam", hidden = true, color = "1", 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.", 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 = { "active_skill_damage_+%_final", "base_chance_to_ignite_%", "skill_physical_damage_%_to_convert_to_fire", "active_skill_attack_speed_+%_final", "active_skill_area_of_effect_radius_+%_final", "active_skill_base_area_of_effect_radius", "is_area_damage", "cast_time_overrides_attack_duration", }, levels = { [1] = {50, 100, 100, -53, 40, 15, levelRequirement = 2, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["GauntletFireStorm"] = { name = "Firestorm", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Flaming bolts rain down over the targeted area. They explode when landing, dealing damage to nearby enemies.", skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Duration] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Fire] = true, [SkillType.Cascadable] = true, [SkillType.CanRapidFire] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.9, baseFlags = { area = true, spell = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_fire_damage", "spell_maximum_base_fire_damage", "fire_storm_fireball_delay_ms", "base_skill_effect_duration", "monster_penalty_against_minions_damage_+%_final_vs_player_minions", "base_chance_to_ignite_%", "spell_maximum_action_distance_+%", "firestorm_base_area_of_effect_+%", "active_skill_base_area_of_effect_radius", "is_area_damage", }, levels = { [1] = {0.40000000596046, 0.60000002384186, 125, 4200, -25, 25, -50, -25, 10, critChance = 5, levelRequirement = 2, statInterpolation = {3, 3, 1}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["SSMGauntletKaomVolatile"] = { name = "SSMGauntletKaomVolatile", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { "alternate_minion", "number_of_monsters_to_summon", "summon_specific_monsters_radius_+%", "summoned_monsters_are_minions", "monster_no_drops_or_experience", }, levels = { [1] = {601, 4, -70, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["KaomMelee"] = { name = "Default Attack", hidden = true, color = "1", 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_physical_damage_%_to_convert_to_fire", "active_skill_damage_+%_final", "base_chance_to_ignite_%", "faster_burn_%", }, levels = { [1] = {60, 30, 20, 50, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["KaomFireChasm"] = { name = "KaomFireChasm", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Attack] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, }, baseMods = { }, qualityStats = { }, stats = { "upheaval_number_of_spikes", "active_skill_damage_+%_final", "monster_penalty_against_minions_damage_+%_final_vs_player_minions", "skill_physical_damage_%_to_convert_to_fire", "global_cannot_crit", }, levels = { [1] = {6, -30, -25, 50, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["TriggerKaomArcherSpawners"] = { name = "TriggerKaomArcherSpawners", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { }, statDescriptionScope = "skill_stat_descriptions", castTime = 3, baseFlags = { }, baseMods = { }, qualityStats = { }, stats = { }, levels = { [1] = {levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["TriggerKaomSkullSpawners"] = { name = "TriggerKaomSkullSpawners", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { }, baseMods = { }, qualityStats = { }, stats = { "kaom_number_of_spawners_triggered", }, levels = { [1] = {10, levelRequirement = 38, statInterpolation = {1}, cost = { }, }, [2] = {13, levelRequirement = 56, statInterpolation = {1}, cost = { }, }, [3] = {16, levelRequirement = 68, statInterpolation = {1}, cost = { }, }, }, }
Monsters grant 250% increased Experience
5500% increased Rarity of Items Dropped
Id | MonsterQuestBossAct4__ |
---|---|
Family | MonsterActBoss |
Domains | Monster (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats |
cannot be taunted when taunted ms [0]
Id | TauntImmunityDurationActBoss |
---|---|
Family | TauntImmunityDuration |
Domains | Monster (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats |
monster base type attack cast speed +% and damage -% final [33]
Id | MonsterSpeedAndDamageFixupComplete |
---|---|
Family | MonsterSpeedAndDamageFixup |
Domains | Monster (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats | |
Craft Tags | caster_damage damage attack caster speed |
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Id | StunRepeatImmunityActBoss |
---|---|
Family | Nothing |
Domains | Monster (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats |
heal aura owner % max life on death [0]
Id | BossHealOnPlayerDeath |
---|---|
Family | BossHealOnPlayerDeath |
Domains | Monster (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats |
heal_on_nearby_death
Radius: 120
heal aura owner % max life on death [0]
King Kaom
Demon
Monsters grant 250% increased Experience
5500% increased Rarity of Items Dropped
cannot be taunted when taunted ms [0]
monster base type attack cast speed +% and damage -% final [33]
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
5500% increased Rarity of Items Dropped
cannot be taunted when taunted ms [0]
monster base type attack cast speed +% and damage -% final [33]
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Spectre | N |
---|---|
Tags | bludgeoning_weapon, demon, fire_affinity, flesh_armour, has_two_hand_axe, has_two_handed_melee, humanoid, karui, large_model, medium_movement, melee, not_dex, not_int, red_blood |
Life
1350%
Armour
+25%
Ailment Threshold
1350%
Resistance
40 40 40 25
Damage
220%
Accuracy
100%
Critical Strike Chance
+5%
Critical Strike Multiplier
+130%
Attack Distance
6 ~ 15
Attack Time
2.25 Second
Damage Spread
±30%
Experience
200%
Model Size
100%
Type
KaomBoss
Metadata
KaomBossStandalone_
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Level
68
Life
86,850
Armour
35,988
Evasion
4,739
Energy Shield
0
Damage
822
Spell Damage
822
Accuracy
290
Attack Time
2.25
Experience
20,510
Ailment Threshold
86,850
Chill
275
Shock
275
Brittle
1,554
Scorch
275
Sap
759
The following values are skill base values and do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses, monster base damage(ex: The Maven 150% multiplier), monster rarity bonuses (ex: unique 70% more, unique attack 33% less).
KaomMelee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Default Attack
Base Damage: 575–1068
Critical Strike Chance: 5%
Attack Time: 2.25 sec
Strike your foes down with a powerful blow.
Deals 30% more Damage
60% of Physical Damage Converted to Fire Damage
20% chance to Ignite enemies
Ignites deal Damage 50% faster
60% of Physical Damage Converted to Fire Damage
20% chance to Ignite enemies
Ignites deal Damage 50% faster
KaomLeapSlam
Attack, Area, Melee, Movement, Travel, Slam, Totemable
Leap Slam
Base Damage: 575–1068
Critical Strike Chance: 5%
Attack Time: 2.25 sec
Cooldown Time: 5 sec
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.
Deals 50% more Damage
100% of Physical Damage Converted to Fire Damage
100% chance to Ignite enemies
53% less Attack Speed
Base radius is 1.5 metres
active skill area of effect radius +% final [40]
cast time overrides attack duration [1]
is area damage [1]
100% of Physical Damage Converted to Fire Damage
100% chance to Ignite enemies
53% less Attack Speed
Base radius is 1.5 metres
active skill area of effect radius +% final [40]
cast time overrides attack duration [1]
is area damage [1]
KaomFireChasm
Attack
Base Damage: 575–1068
Critical Strike Chance: 5%
Attack Time: 2.25 sec
Cooldown Time: 4 sec
Never deal Critical Strikes
Deals 30% less Damage
50% of Physical Damage Converted to Fire Damage
Causes +6 Bursts
monster penalty against minions damage +% final vs player minions [-25]
Deals 30% less Damage
50% of Physical Damage Converted to Fire Damage
Causes +6 Bursts
monster penalty against minions damage +% final vs player minions [-25]
Object Type
version 2 extends "Metadata/Monsters/Monster" extends "Metadata/Monsters/StandaloneMonster" Actor { main_hand_unarmed_type = "Two_Hand_Axe" }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" extends "Metadata/Monsters/StandaloneMonster" Render { preload_buff_visual = "kaom_fire" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/Kaom/KaomBossStandalone_"] = { name = "King Kaom", life = 13.5, fireResist = 40, coldResist = 40, lightningResist = 40, chaosResist = 25, damage = 2.2, damageSpread = 0.3, attackTime = 2.25, attackRange = 15, accuracy = 1, skillList = { "KaomLeapSlam", "KaomMelee", "KaomFireChasm", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["KaomLeapSlam"] = { name = "Leap Slam", hidden = true, color = "1", 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.", 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 = { "active_skill_damage_+%_final", "base_chance_to_ignite_%", "skill_physical_damage_%_to_convert_to_fire", "active_skill_attack_speed_+%_final", "active_skill_area_of_effect_radius_+%_final", "active_skill_base_area_of_effect_radius", "is_area_damage", "cast_time_overrides_attack_duration", }, levels = { [1] = {50, 100, 100, -53, 40, 15, levelRequirement = 2, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["KaomMelee"] = { name = "Default Attack", hidden = true, color = "1", 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_physical_damage_%_to_convert_to_fire", "active_skill_damage_+%_final", "base_chance_to_ignite_%", "faster_burn_%", }, levels = { [1] = {60, 30, 20, 50, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["KaomFireChasm"] = { name = "KaomFireChasm", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Attack] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, }, baseMods = { }, qualityStats = { }, stats = { "upheaval_number_of_spikes", "active_skill_damage_+%_final", "monster_penalty_against_minions_damage_+%_final_vs_player_minions", "skill_physical_damage_%_to_convert_to_fire", "global_cannot_crit", }, levels = { [1] = {6, -30, -25, 50, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, }
Monsters grant 250% increased Experience
5500% increased Rarity of Items Dropped
Id | MonsterQuestBossAct4__ |
---|---|
Family | MonsterActBoss |
Domains | Monster (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats |
cannot be taunted when taunted ms [0]
Id | TauntImmunityDurationActBoss |
---|---|
Family | TauntImmunityDuration |
Domains | Monster (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats |
monster base type attack cast speed +% and damage -% final [33]
Id | MonsterSpeedAndDamageFixupComplete |
---|---|
Family | MonsterSpeedAndDamageFixup |
Domains | Monster (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats | |
Craft Tags | caster_damage damage attack caster speed |
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Id | StunRepeatImmunityActBoss |
---|---|
Family | Nothing |
Domains | Monster (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats |
King Kaom
Demon
Monsters grant 250% increased Experience
5500% increased Rarity of Items Dropped
cannot be taunted when taunted ms [0]
monster base type attack cast speed +% and damage -% final [33]
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
5500% increased Rarity of Items Dropped
cannot be taunted when taunted ms [0]
monster base type attack cast speed +% and damage -% final [33]
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Spectre | N |
---|---|
Tags | bludgeoning_weapon, demon, fire_affinity, flesh_armour, has_two_hand_axe, has_two_handed_melee, humanoid, karui, king_boss_story, large_height, large_model, medium_movement, melee, not_dex, not_int, red_blood |
Life
1350%
Armour
+25%
Ailment Threshold
1350%
Resistance
40 40 40 25
Damage
220%
Accuracy
100%
Critical Strike Chance
+5%
Critical Strike Multiplier
+130%
Attack Distance
6 ~ 15
Attack Time
2.25 Second
Damage Spread
±30%
Experience
200%
Model Size
100%
Type
KaomBossMerciless
Metadata
KaomBossMerciless
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Level
68
Life
86,850
Armour
35,988
Evasion
4,739
Energy Shield
0
Damage
822
Spell Damage
822
Accuracy
290
Attack Time
2.25
Experience
20,510
Ailment Threshold
86,850
Chill
275
Shock
275
Brittle
1,554
Scorch
275
Sap
759
The following values are skill base values and do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses, monster base damage(ex: The Maven 150% multiplier), monster rarity bonuses (ex: unique 70% more, unique attack 33% less).
KaomMelee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Default Attack
Base Damage: 575–1068
Critical Strike Chance: 5%
Attack Time: 2.25 sec
Strike your foes down with a powerful blow.
Deals 30% more Damage
60% of Physical Damage Converted to Fire Damage
20% chance to Ignite enemies
Ignites deal Damage 50% faster
60% of Physical Damage Converted to Fire Damage
20% chance to Ignite enemies
Ignites deal Damage 50% faster
KaomLeapSlam
Attack, Area, Melee, Movement, Travel, Slam, Totemable
Leap Slam
Base Damage: 575–1068
Critical Strike Chance: 5%
Attack Time: 2.25 sec
Cooldown Time: 5 sec
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.
Deals 50% more Damage
100% of Physical Damage Converted to Fire Damage
100% chance to Ignite enemies
53% less Attack Speed
Base radius is 1.5 metres
active skill area of effect radius +% final [40]
cast time overrides attack duration [1]
is area damage [1]
100% of Physical Damage Converted to Fire Damage
100% chance to Ignite enemies
53% less Attack Speed
Base radius is 1.5 metres
active skill area of effect radius +% final [40]
cast time overrides attack duration [1]
is area damage [1]
KaomFireChasm
Attack
Base Damage: 575–1068
Critical Strike Chance: 5%
Attack Time: 2.25 sec
Cooldown Time: 4 sec
Never deal Critical Strikes
Deals 30% less Damage
50% of Physical Damage Converted to Fire Damage
Causes +6 Bursts
monster penalty against minions damage +% final vs player minions [-25]
Deals 30% less Damage
50% of Physical Damage Converted to Fire Damage
Causes +6 Bursts
monster penalty against minions damage +% final vs player minions [-25]
TriggerKaomArcherSpawners
Cooldown Time: 600 sec
TriggerKaomSkullSpawners
Cooldown Time: 600 sec
kaom number of spawners triggered [16]
Object Type
version 2 extends "Metadata/Monsters/Monster" Actor { main_hand_unarmed_type = "Two_Hand_Axe" } Transitionable { } MinimapIcon { icon = 3 } NPC { marker_enabled = false }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" Render { //turn_duration = 0.5 preload_buff_visual = "kaom_fire" } Life { on_death = "FadeOutMusic( 500 ); PlayGlobalAudio( Audio/Music/Act4_KaomsDream/Kaom_Resolution.ogg );" } Transitionable { on_transition = "PlayAnimation( prefight_dialogue ); PlayTextAudio( KaomFightIntroRandom , Metadata/NPC/Act4/Kaom, 0);" create_untransitioned = "PlayAnimation( idle );" create_transitioned = "HideMinimapIcon();" } Animated { on_end_prefight_dialogue = "HideMinimapIcon();" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/Kaom/KaomBossMerciless"] = { name = "King Kaom", life = 13.5, fireResist = 40, coldResist = 40, lightningResist = 40, chaosResist = 25, damage = 2.2, damageSpread = 0.3, attackTime = 2.25, attackRange = 15, accuracy = 1, skillList = { "KaomLeapSlam", "KaomMelee", "KaomFireChasm", "TriggerKaomArcherSpawners", "TriggerKaomSkullSpawners", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["KaomLeapSlam"] = { name = "Leap Slam", hidden = true, color = "1", 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.", 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 = { "active_skill_damage_+%_final", "base_chance_to_ignite_%", "skill_physical_damage_%_to_convert_to_fire", "active_skill_attack_speed_+%_final", "active_skill_area_of_effect_radius_+%_final", "active_skill_base_area_of_effect_radius", "is_area_damage", "cast_time_overrides_attack_duration", }, levels = { [1] = {50, 100, 100, -53, 40, 15, levelRequirement = 2, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["KaomMelee"] = { name = "Default Attack", hidden = true, color = "1", 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_physical_damage_%_to_convert_to_fire", "active_skill_damage_+%_final", "base_chance_to_ignite_%", "faster_burn_%", }, levels = { [1] = {60, 30, 20, 50, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["KaomFireChasm"] = { name = "KaomFireChasm", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Attack] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, }, baseMods = { }, qualityStats = { }, stats = { "upheaval_number_of_spikes", "active_skill_damage_+%_final", "monster_penalty_against_minions_damage_+%_final_vs_player_minions", "skill_physical_damage_%_to_convert_to_fire", "global_cannot_crit", }, levels = { [1] = {6, -30, -25, 50, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["TriggerKaomArcherSpawners"] = { name = "TriggerKaomArcherSpawners", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { }, statDescriptionScope = "skill_stat_descriptions", castTime = 3, baseFlags = { }, baseMods = { }, qualityStats = { }, stats = { }, levels = { [1] = {levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["TriggerKaomSkullSpawners"] = { name = "TriggerKaomSkullSpawners", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { }, baseMods = { }, qualityStats = { }, stats = { "kaom_number_of_spawners_triggered", }, levels = { [1] = {10, levelRequirement = 38, statInterpolation = {1}, cost = { }, }, [2] = {13, levelRequirement = 56, statInterpolation = {1}, cost = { }, }, [3] = {16, levelRequirement = 68, statInterpolation = {1}, cost = { }, }, }, }
Monsters grant 250% increased Experience
5500% increased Rarity of Items Dropped
Id | MonsterQuestBossAct4__ |
---|---|
Family | MonsterActBoss |
Domains | Monster (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats |
cannot be taunted when taunted ms [0]
Id | TauntImmunityDurationActBoss |
---|---|
Family | TauntImmunityDuration |
Domains | Monster (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats |
monster base type attack cast speed +% and damage -% final [33]
Id | MonsterSpeedAndDamageFixupComplete |
---|---|
Family | MonsterSpeedAndDamageFixup |
Domains | Monster (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats | |
Craft Tags | caster_damage damage attack caster speed |
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Id | StunRepeatImmunityActBoss |
---|---|
Family | Nothing |
Domains | Monster (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats |
Kaom Topic /45
NPC | Name |
---|---|
Lady Dialla | Old axe for brains. Kaom had Eternals dragged from their homes all over the south coast. Like sheep, he butchered them, no matter how desperately they bleated. He adorned his doorways with the heads of women and children. What makes a hero or a villain? It depends who you ask. |
Oyun | We read the land, learn its stories. Kaom and his warriors entered those Mines some twenty years before Deshret sealed the Mines and bound our {akhara} to this mountain. Neither soil nor stone speak of Kaom's return. Perhaps he is dead, or perhaps he merely wishes he was. After Voll, anything seems possible. |
Oyun | We read the land, learn its stories. Kaom and his warriors entered those Mines some twenty years before Deshret sealed them and bound our {akhara} to this mountain. Neither soil nor stone speak of Kaom's return. Now we know why. He became a monarch of Nightmare, like Voll before him. It seems the Beast has uses for those with a talent for conquest. |
Oyun | I am told that you have put King Kaom down to his final rest. Curse-breaker, and now the Murderer of Legends. Great names hatch upon you like ticks on a rhoa. |
Tasuni | My understanding of Kaom, the man, is that he was a prisoner of his own delusions. Now? He is a prisoner of someone else's. The power of Nightmare to manipulate the soul never ceases to impress me. That could be you one day, should you continue to follow this dark and winding path. |
Tasuni | Nightmare gave Kaom everything he ever dreamed of. How did it feel to make that dream die? |
Kurai, the Administrator | A king is human, mortal, vulnerable to the same temptations and vices as are we all. A legend lives on for as long as it is told, its meaning and message shifting to fit the needs of the speaker or the audience. Kaom seems to have found himself stuck somewhere in the middle. The greatest lesson to take away from the story of the fallen Karui king is this: A leader is nothing without the loyalty of their followers. And, I suppose, that those followers should still have their heads attached. |
Tawhanuku | A king was given word by his spies that an attempt was to be made to usurp his throne. He did not know who was behind the plot, so he trusted only his own thoughts. He ruminated on it while he held court, and began seeing dark intent in every comment, every dance, and every laugh. Whenever a shadow moved, he jumped. Whenever a friend gripped his arm, he braced for an attack. Eventually, unable to stand the tension any longer, he ordered his guards to slaughter the entire court. The king was left in a bloody throne room, alone and aghast. Without subjects, he was no longer a king. He was merely a madman. |
Kahuturoa | He is a legendary warrior, but still new to the Halls of the Dead. One of the first things he did when he got here was show interest in Ikiaho, because he had heard she refuses all suitors. Surely, the great Kaom could thaw this frozen heart! No. She turned him down in front of everyone during meal time. Ha ha! That Kaom, what an ego! |
Maata | Kaom mocks my peacemaking ways, but what did his warmongering earn him? Centuries of torture in a corrupted nightmare. I see no reason to quarrel with him. He already knows the truth. |
Kiloava | Kaom can eat a {rumakino} berry for all I care. I don't want to talk about him. |
Navali | When you slew Kaom and freed him from his unending nightmare, you sent his purified soul to join us here in the Halls of the Dead. Some challenged his place here because he slaughtered his own men in life, but such is the right of a Chieftain. His might, and his victories, speak for themselves. Thus, he has earned a place here in competition with the greatest of our warriors. |
Kaom's Sign | A token from the sea A sign for Kaom to lead his Karui to Wraeclast. |
Kaom's Heart | The warrior who fears will fall. |
Kaom's Primacy | One by one, Kaom slaughtered the weakest tribe leaders until the others leapt to join his cause. |
Kaom's Roots | Don't flinch. It's a waste of good hitting time. |
Kaom's Way | Kaom guided his Karui across the sea and spilled their blood on foreign soil. |
Replica Kaom's Heart | "Useless for our purposes, but perhaps we can sell Prototype #5 to an archmage to fund other experiments." |
Kaom's Spirit | Who can tell when whispers are truly from a god? |
Kaom's Binding | For centuries, he burned in an unending nightmare of lava and flame... but he endured. |
Kaom's Command | Kaom ordered the desecration of the Empire's dead. There would be no rest or honours for the wicked. |
Headhunter | "A man's soul rules from a cavern of bone, learns and judges through flesh-born windows. The heart is meat. The head is where the Man is." - Lavianga, Advisor to Kaom |
Meginord's Girdle | Kaom's strength was rivaled only by the great Meginord of the north. |
The Gull | "It is the Gull that delivers Man unto Ancestor. The consumer of our flesh. The seeder of our souls unto the earth. We give the Gull his life. The Gull gives us our Way." - Lavianga, Advisor to Kaom |
Blood of the Karui | "Kaom fought and killed for his people. Kaom bled for his people. And so the people gave, the people bled, So their King might go on." - Lavianga, Advisor to Kaom |
Lavianga's Spirit | "When the Ancestors fill your cup, It is only good manners to drink your fill." - Lavianga, Advisor to Kaom |
Ngamahu's Sign | A gift from Ngamahu, a sign to the Karui to spread like fire. Given to Akoya, but inherited by Kaom with the swing of his axe. |
Valako's Sign | A gift from Valako, appointing Kiloava as the Herald of War. A title Kaom claimed when he ended Kiloava's bloodline. |
Tasalio's Sign | A gift from Tasalio, God of Water, to the chieftain Rakiata. Kaom took Rakiata's head and hand so that his warriors' axes might rise and fall like the waves. |
Lavianga's Wisdom | "The painful memories are the easiest to recall." - Lavianga, Advisor to Kaom |
Pitch Darkness | With a fire burning brash in his golden eye, Marceus fired his arrow into the pitch-dark sky, And seared the hope of surprise, From Kaom's skulking horde. |
Ashcaller | "We do not command fire. Ngamahu lends it, and Hinekora returns it." - Lavianga, Advisor to Kaom |
Skirmish | If two great leaders like Lioneye and Kaom had been on the same side of the battle, nothing would remain unconquered. |
Wildfire | News of Kaom's victory in the south spread quickly. Those in support of the coming rebellion bided their time. The rest fled like rats from a fire. |
Combat Focus | Kaom watched the torches patrol the top of the Watch. He observed the lay of the beach, its barricades and rocks, and his men in their canoes, ready to lay their lives down for him. But when his foot hit the sand, he thought only of the fight. |
Tavukai | "Hyrri and her arrows broke the sacred code, damning herself. Kaom seized her sacrifice, and in doing so, seized victory." - Lavianga, Advisor to Kaom |
Royale The Gull | "It is the Gull that delivers Man unto Ancestor. The consumer of our flesh. The seeder of our souls unto the earth. We give the Gull his life. The Gull gives us our Way." - Lavianga, Advisor to Kaom |
Royale Meginord's Girdle | Kaom's strength was rivaled only by the great Meginord of the north. |
Royale Skirmish | If two great leaders like Lioneye and Kaom had been on the same side of the battle, nothing would remain unconquered. |
Royale Tavukai | "Hyrri and her arrows broke the sacred code, damning herself. Kaom seized her sacrifice, and in doing so, seized victory." - Lavianga, Advisor to Kaom |
Kaom's Plate | |
Kaom's Greaves | |
Loyalty Tattoo of Kaom | |
The King's Heart | |
Pride Before the Fall | something deep inside him broke. And through the cracks, corruption, pure and black, spread forth.} |