Jamanra, The Great
Humanoid
Monsters grant 100% increased Experience
15000% increased Rarity of Items Dropped
Action Speed cannot be modified to below 70% of base value
cannot be stunned for ms after stun finished [4000]
cannot be stunned while stunned [1]
SpectreN
AreaTomb of the Banished
Tagshas_two_hand_sword, has_two_handed_melee, human, humanoid, light_armour, melee, not_dex, physical_affinity, red_blood, slashing_weapon, very_fast_movement
Life
1950%
Energy Shield From Life
50%
Armour
+50%
Ailment Threshold
1950%
Resistance
50 50 50 30
Damage
135%
Accuracy
100%
Critical Strike Chance
+5%
Critical Strike Multiplier
+130%
Attack Distance
6 ~ 14
Attack Time
1.995 Second
Damage Spread
±20%
Experience
300%
Model Size
135%
Type
HeistBossJamanra
Metadata
Jamanra_
Level
80
Life
27,419,238
Armour
110,162
Evasion
7,124
Energy Shield
6,394
Damage
1,165
Spell Damage
1,740
Accuracy
462
Attack Time
1.33665
Experience
209,748
Ailment Threshold
13,161,234
Chill
41,616
Shock
41,616
Brittle
235,441
Scorch
41,616
Sap
114,977
MeleeAtAnimationSpeedUniqueWithDirectionalKnockback
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Default Attack
Base Damage: 1851–2776
Critical Strike Chance: 5%
Attack Time: 1.995 sec
Strike your foes down with a powerful blow.
Knocks Enemies Back on Hit
100% increased Knockback Distance
action attack or cast time uses animation length [1]
base knockback speed +% [300]
determine knockback direction from melee pattern [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
GAHeistJamanraCleave
Triggerable, Attack
Base Damage: 1851–2776
Critical Strike Chance: 5%
Attack Time: 1.995 sec
is area damage [1]
GAHeistJamanraCleaveEnraged
Triggerable, Attack
Base Damage: 1851–2776
Critical Strike Chance: 5%
Attack Time: 1.995 sec
is area damage [1]
GAHeistJamanraGroundSlam
Triggerable, Attack
Base Damage: 1851–2776
Critical Strike Chance: 5%
Attack Time: 1.995 sec
is area damage [1]
JamanraEnrage
Cooldown Time: 13 sec
JamanraCalmDown
Cooldown Time: 13 sec
EAAHeistJamanraSwordThrow
Attack
Base Damage: 1851–2776
Critical Strike Chance: 5%
Attack Time: 1.995 sec

Object Type

version 2
extends "Metadata/Monsters/LeagueHeist/HeistBossBase"

Actor
{
	//basic_action = "ChangeToStance2"
}

Object Type Codes

version 2
extends "Metadata/Monsters/LeagueHeist/HeistBossBase"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/LeagueHeist/Boss/Jamanra_"] = {
    name = "Jamanra, The Great",
    life = 19.5,
    energyShield = 0.5,
    fireResist = 50,
    coldResist = 50,
    lightningResist = 50,
    chaosResist = 30,
    damage = 1.35,
    damageSpread = 0.2,
    attackTime = 1.995,
    attackRange = 14,
    accuracy = 1,
    weaponType1 = "Two Hand Sword",
    skillList = {
        "MeleeAtAnimationSpeedUniqueWithDirectionalKnockback",
        "JamanraEnrage",
        "JamanraCalmDown",
        "GAHeistJamanraCleave",
        "GAHeistJamanraCleaveEnraged",
        "GAHeistJamanraGroundSlam",
        "EAAHeistJamanraSwordThrow",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["MeleeAtAnimationSpeedUniqueWithDirectionalKnockback"] = {
    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 = {
        "base_knockback_speed_+%",
        "knockback_distance_+%",
        "skill_can_fire_arrows",
        "skill_can_fire_wand_projectiles",
        "action_attack_or_cast_time_uses_animation_length",
        "global_knockback",
        "determine_knockback_direction_from_melee_pattern",
        "projectile_uses_contact_position",
        "use_scaled_contact_offset",
    },
    levels = {
        [1] = {300, 100, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["JamanraEnrage"] = {
    name = "JamanraEnrage",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["JamanraCalmDown"] = {
    name = "JamanraCalmDown",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GAHeistJamanraCleave"] = {
    name = "GAHeistJamanraCleave",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Triggerable] = true,
        [SkillType.Attack] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "is_area_damage",
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GAHeistJamanraCleaveEnraged"] = {
    name = "GAHeistJamanraCleaveEnraged",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Triggerable] = true,
        [SkillType.Attack] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "is_area_damage",
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GAHeistJamanraGroundSlam"] = {
    name = "GAHeistJamanraGroundSlam",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Triggerable] = true,
        [SkillType.Attack] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "is_area_damage",
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["EAAHeistJamanraSwordThrow"] = {
    name = "EAAHeistJamanraSwordThrow",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Attack] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1.33,
    baseFlags = {
        attack = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
    },
    levels = {
        [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
Monsters grant 100% increased Experience
15000% increased Rarity of Items Dropped
IdMonsterMapBoss
FamilyMonsterMapBoss
DomainsMonster (3)
GenerationTypeUnique (3)
Req. level1
Stats
  • monster slain experience +% Min: 100 Max: 100 Global
  • monster dropped item rarity +% Min: 15000 Max: 15000 Global
  • Action Speed cannot be modified to below 70% of base value
    IdCannotBeSlowedBelowValueBosses
    FamilyCannotBeSlowedBelowValue
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • hellscape boots action speed +% minimum value Min: -30 Max: -30 Global
  • Craft Tagsspeed
    cannot be stunned for ms after stun finished [4000]
    cannot be stunned while stunned [1]
    IdStunRepeatImmunityMapBossSuper
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • cannot be stunned while stunned Min: 1 Max: 1 Global
  • cannot be stunned for ms after stun finished Min: 4000 Max: 4000 Global
  • Jamanra, The Great Text Audio /9
    Name
    The Scourge of the Vastiri will ride once more. All will bow - or die!
    JamanraIntro
    We who have nothing need nothing.
    JamanraPhaseOne
    We who need nothing have everything!
    JamanraPhaseTwo
    All shall serve!
    JamanraAllShallServe
    Be forgotten!
    JamanraBeForgotten
    Be undone!
    JamanraBeUndone
    Cower before Jamanra!
    JamanraCower
    We choose might!
    JamanraWeChoose
    We will... rise... again...
    JamanraDeath
    Edit

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