General Gravicius
Humanoid
Gain 25% of Physical Damage as Extra Fire Damage
Gain 35% of Maximum Life as Extra Maximum Energy Shield
80% reduced Energy Shield Recharge Rate
20% Chance to Block Attack Damage
You take 10% of Damage from Blocked Hits
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
SpectreN
AreaThe Ebony Barracks
Tagsbludgeoning_weapon, caster, fire_affinity, has_one_hand_mace, has_one_handed_melee, human, humanoid, medium_height, medium_movement, melee, military, not_dex, not_int, plate_armour, ranged, red_blood
Life
700%
Armour
+100%
Ailment Threshold
700%
Resistance
40 40 40 25
Damage
400%
Accuracy
100%
Critical Strike Chance
+5%
Critical Strike Multiplier
+130%
Attack Distance
6 ~ 10
Attack Time
1.245 Second
Damage Spread
±20%
Experience
200%
Model Size
100%
Type
AxisGeneral
Metadata
AxisGeneral
Level
29
Life
3,024
Armour
2,032
Evasion
944
Energy Shield
0
Damage
176
Spell Damage
176
Accuracy
57
Attack Time
1.245
Experience
3,370
Ailment Threshold
3,024
Chill
10
Shock
10
Brittle
54
Scorch
10
Sap
26
AxisGeneralMeleeAtAnimationSpeedUnique
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Default Attack
Base Damage: 141–211
Critical Strike Chance: 5%
Attack Damage: 85%
Attack Time: 1.245 sec
Strike your foes down with a powerful blow.
Deals 15% less Attack Damage
25% of Physical Damage Converted to Fire Damage
50% chance to Ignite enemies
action attack or cast time uses animation length [1]
active skill ignite duration +% final [-50]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
AxisGeneralBurningGround
Spell, Area, Damage, Triggerable, Duration, AreaSpell
Cast Time: 1 sec
Deals 149.1 Base Fire Damage per second
Base duration is 5 seconds
GravicusMoltenShell
Spell, Damage, Area, Duration, Totemable, TotemCastsWhenNotDetached, Triggerable, Fire, Instant, AreaSpell, Physical, Cooldown
Molten Shell
Critical Strike Chance: 5%
Cast Time: 1 sec
Cooldown Time: 30 sec
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.
Base duration is 10 seconds
Deals 142.6 to 214 Fire Damage
Shields break after 752 total Damage is prevented
4352 additional Armour
active skill area of effect radius +% final [50]
is area damage [1]
monster penalty against minions damage +% final vs player minions [-20]
AxisGeneralFirestorm
Spell, Damage, Area, Duration, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, Cascadable, CanRapidFire, AreaSpell
Firestorm
Cast Time: 0.9 sec
Cooldown Time: 15 sec
Flaming bolts rain down over the targeted area. They explode when landing, dealing damage to nearby enemies.
Base duration is 8 seconds
Deals 138.1 to 207.1 Fire Damage
25% chance to Ignite enemies
One impact every 0.13 seconds
Base radius is 1 metre
firestorm base area of effect +% [600]
firestorm use server effects [1]
is area damage [1]
spell maximum action distance +% [-50]
MonsterGroundFireGeometryTrigger
Triggerable, Spell
Cast Time: 1 sec
Cooldown Time: 7 sec
AxisGeneralMortar
Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell
Cast Time: 1.5 sec
Cooldown Time: 7.5 sec
Generic monster mortar skill. Like Monster Projectile but has an impact effect.
Deals 46.93 to 70.39 Physical Damage
Fires 2 additional Projectiles
75% of Physical Damage Converted to Fire Damage
active skill area of effect radius +% final [-25]
base is projectile [1]
is area damage [1]
monster penalty against minions damage +% final vs player minions [-50]
projectile minimum range [25]
projectile spread radius [20]
projectile uses contact position [1]
triggered skill use animation event [1]

Object Type

version 2
extends "Metadata/Monsters/Axis/Axis"

Actor
{
	main_hand_unarmed_type = "One_Hand_Mace"
	off_hand_unarmed_type = "Shield"
	slow_animations_go_to_idle = false
}

Transitionable
{
}

MinimapIcon
{
	icon = 3
}

NPC
{
	marker_enabled = false
}

Stats
{
	monster_can_spawn_with_talisman = 1
}

Object Type Codes

version 2
extends "Metadata/Monsters/Axis/Axis"

Transitionable
{
	on_transition =
	"
		PlayAnimation( Gravicius_talk );
		PlayTextAudio( GraviciusIntro1 , Metadata/NPC/Gravicius, 0);
	"

	create_untransitioned = "PlayAnimation( idle_relaxed_sword_shield );"
	create_transitioned = "HideMinimapIcon();"
}

Animated
{
	on_end_Gravicius_talk = "HideMinimapIcon();"
	on_event_attach_EPK_for_throw_dagger_shield = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/act3/gravicius/flash.epk );"
	on_event_remove_EPK_for_throw_dagger_shield = "RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/act3/gravicius/flash.epk );"
}

Life
{
	on_death = "PlayTextAudio( GraviciusDeathRandom , Metadata/NPC/Gravicius, 0);"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Axis/AxisGeneral"] = {
    name = "General Gravicius",
    life = 7,
    fireResist = 40,
    coldResist = 40,
    lightningResist = 40,
    chaosResist = 25,
    damage = 4,
    damageSpread = 0.2,
    attackTime = 1.245,
    attackRange = 10,
    accuracy = 1,
    weaponType1 = "One Hand Mace",
    weaponType2 = "Shield",
    skillList = {
        "AxisGeneralMeleeAtAnimationSpeedUnique",
        "AxisGeneralFirestorm",
        "GravicusMoltenShell",
        "MonsterGroundFireGeometryTrigger",
        "AxisGeneralMortar",
        "AxisGeneralBurningGround",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["AxisGeneralMeleeAtAnimationSpeedUnique"] = {
    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 = {
        "active_skill_damage_+%_final",
        "skill_physical_damage_%_to_convert_to_fire",
        "base_chance_to_ignite_%",
        "active_skill_ignite_duration_+%_final",
        "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] = {0, 25, 50, -50, baseMultiplier = 0.85, levelRequirement = 28, statInterpolation = {2},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["AxisGeneralFirestorm"] = {
    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",
        "base_skill_effect_duration",
        "fire_storm_fireball_delay_ms",
        "base_chance_to_ignite_%",
        "spell_maximum_action_distance_+%",
        "firestorm_base_area_of_effect_+%",
        "active_skill_base_area_of_effect_radius",
        "is_area_damage",
        "firestorm_use_server_effects",
    },
    levels = {
        [1] = {0.60000002384186, 0.89999997615814, 8000, 130, 25, -50, 600, 10, levelRequirement = 28, statInterpolation = {3, 3},  cost = { }, },
        [2] = {0.60000002384186, 0.89999997615814, 8000, 130, 25, -50, 600, 10, critChance = 5, levelRequirement = 37, statInterpolation = {3, 3},  cost = { }, },
        [3] = {0.60000002384186, 0.89999997615814, 8000, 130, 25, -50, 600, 10, critChance = 5, levelRequirement = 60, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GravicusMoltenShell"] = {
    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 = 1,
    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",
        "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
        "base_skill_effect_duration",
        "active_skill_area_of_effect_radius_+%_final",
        "is_area_damage",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 752, 4352, -20, 10000, 50, critChance = 5, levelRequirement = 29, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [2] = {0.80000001192093, 1.2000000476837, 1422, 7870, -20, 10000, 50, critChance = 5, levelRequirement = 51, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [3] = {0.80000001192093, 1.2000000476837, 2091, 9480, -20, 10000, 50, critChance = 5, levelRequirement = 64, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [4] = {0.80000001192093, 1.2000000476837, 2211, 11090, -20, 10000, 50, critChance = 5, levelRequirement = 66, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [5] = {0.80000001192093, 1.2000000476837, 2334, 11524, -20, 10000, 50, critChance = 5, levelRequirement = 67, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [6] = {0.80000001192093, 1.2000000476837, 2456, 11966, -20, 10000, 50, critChance = 5, levelRequirement = 68, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [7] = {0.80000001192093, 1.2000000476837, 2579, 12428, -20, 10000, 50, critChance = 5, levelRequirement = 69, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [8] = {0.80000001192093, 1.2000000476837, 2746, 12894, -20, 10000, 50, critChance = 5, levelRequirement = 70, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [9] = {0.80000001192093, 1.2000000476837, 2912, 13369, -20, 10000, 50, critChance = 5, levelRequirement = 71, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [10] = {0.80000001192093, 1.2000000476837, 3074, 13857, -20, 10000, 50, critChance = 5, levelRequirement = 72, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [11] = {0.80000001192093, 1.2000000476837, 3237, 14358, -20, 10000, 50, critChance = 5, levelRequirement = 73, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [12] = {0.80000001192093, 1.2000000476837, 3397, 14875, -20, 10000, 50, critChance = 5, levelRequirement = 74, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [13] = {0.80000001192093, 1.2000000476837, 3552, 15397, -20, 10000, 50, critChance = 5, levelRequirement = 75, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [14] = {0.80000001192093, 1.2000000476837, 3703, 15931, -20, 10000, 50, critChance = 5, levelRequirement = 76, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [15] = {0.80000001192093, 1.2000000476837, 3847, 16480, -20, 10000, 50, critChance = 5, levelRequirement = 77, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [16] = {0.80000001192093, 1.2000000476837, 3985, 17039, -20, 10000, 50, critChance = 5, levelRequirement = 78, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [17] = {0.80000001192093, 1.2000000476837, 4117, 17607, -20, 10000, 50, critChance = 5, levelRequirement = 79, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [18] = {0.80000001192093, 1.2000000476837, 4242, 18185, -20, 10000, 50, critChance = 5, levelRequirement = 80, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [19] = {0.80000001192093, 1.2000000476837, 4360, 18772, -20, 10000, 50, critChance = 5, levelRequirement = 81, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [20] = {0.80000001192093, 1.2000000476837, 4460, 19367, -20, 10000, 50, critChance = 5, levelRequirement = 82, statInterpolation = {3, 3, 1, 1},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MonsterGroundFireGeometryTrigger"] = {
    name = "MonsterGroundFireGeometryTrigger",
    hidden = true,
    color = "2",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Triggerable] = true,
        [SkillType.Spell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
    },
    levels = {
        [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["AxisGeneralMortar"] = {
    name = "AxisGeneralMortar",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Generic monster mortar skill. Like Monster Projectile but has an impact effect.",
    skillTypes = {
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
        [SkillType.Area] = true,
        [SkillType.Trappable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.AreaSpell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1.5,
    baseFlags = {
        area = true,
        spell = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_physical_damage",
        "spell_maximum_base_physical_damage",
        "burn_damage_+%",
        "projectile_spread_radius",
        "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
        "skill_physical_damage_%_to_convert_to_fire",
        "number_of_additional_projectiles",
        "projectile_minimum_range",
        "active_skill_area_of_effect_radius_+%_final",
        "is_area_damage",
        "base_is_projectile",
        "triggered_skill_use_animation_event",
        "projectile_uses_contact_position",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 0, 20, -50, 75, 2, 25, -25, levelRequirement = 28, statInterpolation = {3, 3, 2},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["AxisGeneralBurningGround"] = {
    name = "AxisGeneralBurningGround",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Area] = true,
        [SkillType.Damage] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Duration] = true,
        [SkillType.AreaSpell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        area = true,
        spell = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_fire_damage_to_deal_per_minute",
        "base_skill_effect_duration",
    },
    levels = {
        [1] = {3.2000000476837, 5000, levelRequirement = 28, statInterpolation = {3},  cost = { }, },
    },
}
Gain 25% of Physical Damage as Extra Fire Damage
IdMonsterImplicitFire1
FamilyFireDamageAsPortionOfDamage
DomainsMonster (3)
GenerationTypeUnique (3)
Req. level1
Stats
  • physical damage % to add as fire Min: 25 Max: 25 Global
  • Craft Tagsphysical_damage elemental_damage damage physical elemental fire
    Gain 35% of Maximum Life as Extra Maximum Energy Shield
    IdMonsterImplicitAuraEnergyShield1
    FamilyMonsterAura
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level4 (Effective: 3)
    Stats
  • maximum life % to add as maximum energy shield Min: 35 Max: 35 Global
  • Craft Tagsdefences energy_shield
    Energy Shield Aura
    Radius: 50
    Allies have Energy Shield
    Gain 35% of Maximum Life as Extra Maximum Energy Shield
    80% reduced Energy Shield Recharge Rate
    IdMonsterEnergyShieldRegenRate-80
    FamilyEnergyShieldRegeneration
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • energy shield recharge rate +% Min: -80 Max: -80 Global
  • Craft Tagsdefences energy_shield
    20% Chance to Block Attack Damage
    You take 10% of Damage from Blocked Hits
    IdMonsterAttackBlock40Bypass15
    FamilyMonsterBlockAndBypass
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster base block % Min: 20 Max: 20 Global
  • base block % damage taken Min: 10 Max: 10 Global
  • Craft Tagsblock
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    IdStunRepeatImmunityActBoss
    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: 2000 Max: 2000 Global
  • General Gravicius
    Humanoid
    Gain 25% of Physical Damage as Extra Fire Damage
    Gain 35% of Maximum Life as Extra Maximum Energy Shield
    80% reduced Energy Shield Recharge Rate
    20% Chance to Block Attack Damage
    You take 10% of Damage from Blocked Hits
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    SpectreN
    Tagsbludgeoning_weapon, caster, fire_affinity, has_one_hand_mace, has_one_handed_melee, human, humanoid, medium_movement, melee, military, not_dex, not_int, plate_armour, ranged, red_blood
    Life
    700%
    Armour
    +100%
    Ailment Threshold
    700%
    Resistance
    40 40 40 25
    Damage
    400%
    Accuracy
    100%
    Critical Strike Chance
    +5%
    Critical Strike Multiplier
    +130%
    Attack Distance
    6 ~ 10
    Attack Time
    1.245 Second
    Damage Spread
    ±20%
    Experience
    200%
    Model Size
    100%
    Type
    AxisGeneral
    Metadata
    AxisGeneralStandalone_
    Level
    68
    Life
    45,033
    Armour
    57,580
    Evasion
    4,739
    Energy Shield
    0
    Damage
    1,494
    Spell Damage
    1,494
    Accuracy
    290
    Attack Time
    1.245
    Experience
    20,510
    Ailment Threshold
    45,033
    Chill
    142
    Shock
    142
    Brittle
    806
    Scorch
    142
    Sap
    393
    AxisGeneralMeleeAtAnimationSpeedUnique
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Default Attack
    Base Damage: 1195–1793
    Critical Strike Chance: 5%
    Attack Damage: 85%
    Attack Time: 1.245 sec
    Strike your foes down with a powerful blow.
    Deals 15% less Attack Damage
    25% of Physical Damage Converted to Fire Damage
    50% chance to Ignite enemies
    action attack or cast time uses animation length [1]
    active skill ignite duration +% final [-50]
    projectile uses contact position [1]
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    AxisGeneralBurningGround
    Spell, Area, Damage, Triggerable, Duration, AreaSpell
    Cast Time: 1 sec
    Deals 829.8 Base Fire Damage per second
    Base duration is 5 seconds
    GravicusMoltenShell
    Spell, Damage, Area, Duration, Totemable, TotemCastsWhenNotDetached, Triggerable, Fire, Instant, AreaSpell, Physical, Cooldown
    Molten Shell
    Critical Strike Chance: 5%
    Cast Time: 1 sec
    Cooldown Time: 30 sec
    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.
    Base duration is 10 seconds
    Deals 658.5 to 987.7 Fire Damage
    Shields break after 2456 total Damage is prevented
    11966 additional Armour
    active skill area of effect radius +% final [50]
    is area damage [1]
    monster penalty against minions damage +% final vs player minions [-20]
    AxisGeneralFirestorm
    Spell, Damage, Area, Duration, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, Cascadable, CanRapidFire, AreaSpell
    Firestorm
    Critical Strike Chance: 5%
    Cast Time: 0.9 sec
    Cooldown Time: 15 sec
    Flaming bolts rain down over the targeted area. They explode when landing, dealing damage to nearby enemies.
    Base duration is 8 seconds
    Deals 991.7 to 1488 Fire Damage
    25% chance to Ignite enemies
    One impact every 0.13 seconds
    Base radius is 1 metre
    firestorm base area of effect +% [600]
    firestorm use server effects [1]
    is area damage [1]
    spell maximum action distance +% [-50]
    MonsterGroundFireGeometryTrigger
    Triggerable, Spell
    Cast Time: 1 sec
    Cooldown Time: 7 sec
    AxisGeneralMortar
    Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell
    Cast Time: 1.5 sec
    Cooldown Time: 7.5 sec
    Generic monster mortar skill. Like Monster Projectile but has an impact effect.
    Deals 216.6 to 324.9 Physical Damage
    Fires 2 additional Projectiles
    75% of Physical Damage Converted to Fire Damage
    active skill area of effect radius +% final [-25]
    base is projectile [1]
    is area damage [1]
    monster penalty against minions damage +% final vs player minions [-50]
    projectile minimum range [25]
    projectile spread radius [20]
    projectile uses contact position [1]
    triggered skill use animation event [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Axis/Axis"
    extends "Metadata/Monsters/StandaloneMonster"
    
    Actor
    {
    	main_hand_unarmed_type = "One_Hand_Mace"
    	off_hand_unarmed_type = "Shield"
    	slow_animations_go_to_idle = false
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Axis/Axis"
    extends "Metadata/Monsters/StandaloneMonster"
    
    Animated
    {
    	on_event_attach_EPK_for_throw_dagger_shield = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/act3/gravicius/flash.epk );"
    	on_event_remove_EPK_for_throw_dagger_shield = "RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/act3/gravicius/flash.epk );"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Axis/AxisGeneralStandalone_"] = {
        name = "General Gravicius",
        life = 7,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        damage = 4,
        damageSpread = 0.2,
        attackTime = 1.245,
        attackRange = 10,
        accuracy = 1,
        weaponType1 = "One Hand Mace",
        weaponType2 = "Shield",
        skillList = {
            "AxisGeneralMeleeAtAnimationSpeedUnique",
            "AxisGeneralFirestorm",
            "GravicusMoltenShell",
            "MonsterGroundFireGeometryTrigger",
            "AxisGeneralMortar",
            "AxisGeneralBurningGround",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["AxisGeneralMeleeAtAnimationSpeedUnique"] = {
        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 = {
            "active_skill_damage_+%_final",
            "skill_physical_damage_%_to_convert_to_fire",
            "base_chance_to_ignite_%",
            "active_skill_ignite_duration_+%_final",
            "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] = {0, 25, 50, -50, baseMultiplier = 0.85, levelRequirement = 28, statInterpolation = {2},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["AxisGeneralFirestorm"] = {
        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",
            "base_skill_effect_duration",
            "fire_storm_fireball_delay_ms",
            "base_chance_to_ignite_%",
            "spell_maximum_action_distance_+%",
            "firestorm_base_area_of_effect_+%",
            "active_skill_base_area_of_effect_radius",
            "is_area_damage",
            "firestorm_use_server_effects",
        },
        levels = {
            [1] = {0.60000002384186, 0.89999997615814, 8000, 130, 25, -50, 600, 10, levelRequirement = 28, statInterpolation = {3, 3},  cost = { }, },
            [2] = {0.60000002384186, 0.89999997615814, 8000, 130, 25, -50, 600, 10, critChance = 5, levelRequirement = 37, statInterpolation = {3, 3},  cost = { }, },
            [3] = {0.60000002384186, 0.89999997615814, 8000, 130, 25, -50, 600, 10, critChance = 5, levelRequirement = 60, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GravicusMoltenShell"] = {
        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 = 1,
        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",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "base_skill_effect_duration",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 752, 4352, -20, 10000, 50, critChance = 5, levelRequirement = 29, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [2] = {0.80000001192093, 1.2000000476837, 1422, 7870, -20, 10000, 50, critChance = 5, levelRequirement = 51, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [3] = {0.80000001192093, 1.2000000476837, 2091, 9480, -20, 10000, 50, critChance = 5, levelRequirement = 64, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [4] = {0.80000001192093, 1.2000000476837, 2211, 11090, -20, 10000, 50, critChance = 5, levelRequirement = 66, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [5] = {0.80000001192093, 1.2000000476837, 2334, 11524, -20, 10000, 50, critChance = 5, levelRequirement = 67, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [6] = {0.80000001192093, 1.2000000476837, 2456, 11966, -20, 10000, 50, critChance = 5, levelRequirement = 68, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [7] = {0.80000001192093, 1.2000000476837, 2579, 12428, -20, 10000, 50, critChance = 5, levelRequirement = 69, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [8] = {0.80000001192093, 1.2000000476837, 2746, 12894, -20, 10000, 50, critChance = 5, levelRequirement = 70, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [9] = {0.80000001192093, 1.2000000476837, 2912, 13369, -20, 10000, 50, critChance = 5, levelRequirement = 71, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [10] = {0.80000001192093, 1.2000000476837, 3074, 13857, -20, 10000, 50, critChance = 5, levelRequirement = 72, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [11] = {0.80000001192093, 1.2000000476837, 3237, 14358, -20, 10000, 50, critChance = 5, levelRequirement = 73, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [12] = {0.80000001192093, 1.2000000476837, 3397, 14875, -20, 10000, 50, critChance = 5, levelRequirement = 74, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [13] = {0.80000001192093, 1.2000000476837, 3552, 15397, -20, 10000, 50, critChance = 5, levelRequirement = 75, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [14] = {0.80000001192093, 1.2000000476837, 3703, 15931, -20, 10000, 50, critChance = 5, levelRequirement = 76, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [15] = {0.80000001192093, 1.2000000476837, 3847, 16480, -20, 10000, 50, critChance = 5, levelRequirement = 77, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [16] = {0.80000001192093, 1.2000000476837, 3985, 17039, -20, 10000, 50, critChance = 5, levelRequirement = 78, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [17] = {0.80000001192093, 1.2000000476837, 4117, 17607, -20, 10000, 50, critChance = 5, levelRequirement = 79, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [18] = {0.80000001192093, 1.2000000476837, 4242, 18185, -20, 10000, 50, critChance = 5, levelRequirement = 80, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [19] = {0.80000001192093, 1.2000000476837, 4360, 18772, -20, 10000, 50, critChance = 5, levelRequirement = 81, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [20] = {0.80000001192093, 1.2000000476837, 4460, 19367, -20, 10000, 50, critChance = 5, levelRequirement = 82, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MonsterGroundFireGeometryTrigger"] = {
        name = "MonsterGroundFireGeometryTrigger",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["AxisGeneralMortar"] = {
        name = "AxisGeneralMortar",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Generic monster mortar skill. Like Monster Projectile but has an impact effect.",
        skillTypes = {
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.5,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "burn_damage_+%",
            "projectile_spread_radius",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "skill_physical_damage_%_to_convert_to_fire",
            "number_of_additional_projectiles",
            "projectile_minimum_range",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
            "base_is_projectile",
            "triggered_skill_use_animation_event",
            "projectile_uses_contact_position",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 0, 20, -50, 75, 2, 25, -25, levelRequirement = 28, statInterpolation = {3, 3, 2},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["AxisGeneralBurningGround"] = {
        name = "AxisGeneralBurningGround",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Area] = true,
            [SkillType.Damage] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Duration] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_fire_damage_to_deal_per_minute",
            "base_skill_effect_duration",
        },
        levels = {
            [1] = {3.2000000476837, 5000, levelRequirement = 28, statInterpolation = {3},  cost = { }, },
        },
    }
    
    Gain 25% of Physical Damage as Extra Fire Damage
    IdMonsterImplicitFire1
    FamilyFireDamageAsPortionOfDamage
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • physical damage % to add as fire Min: 25 Max: 25 Global
  • Craft Tagsphysical_damage elemental_damage damage physical elemental fire
    Gain 35% of Maximum Life as Extra Maximum Energy Shield
    IdMonsterImplicitAuraEnergyShield1
    FamilyMonsterAura
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level4 (Effective: 3)
    Stats
  • maximum life % to add as maximum energy shield Min: 35 Max: 35 Global
  • Craft Tagsdefences energy_shield
    Energy Shield Aura
    Radius: 50
    Allies have Energy Shield
    Gain 35% of Maximum Life as Extra Maximum Energy Shield
    80% reduced Energy Shield Recharge Rate
    IdMonsterEnergyShieldRegenRate-80
    FamilyEnergyShieldRegeneration
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • energy shield recharge rate +% Min: -80 Max: -80 Global
  • Craft Tagsdefences energy_shield
    20% Chance to Block Attack Damage
    You take 10% of Damage from Blocked Hits
    IdMonsterAttackBlock40Bypass15
    FamilyMonsterBlockAndBypass
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster base block % Min: 20 Max: 20 Global
  • base block % damage taken Min: 10 Max: 10 Global
  • Craft Tagsblock
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    IdStunRepeatImmunityActBoss
    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: 2000 Max: 2000 Global
  • General Gravicius
    Humanoid
    Gain 25% of Physical Damage as Extra Fire Damage
    80% reduced Energy Shield Recharge Rate
    Gain 50% of Maximum Life as Extra Maximum Energy Shield
    Monsters grant 20000% increased Experience
    20% Chance to Block Attack Damage
    You take 10% of Damage from Blocked Hits
    SpectreN
    Tagsbludgeoning_weapon, caster, fire_affinity, has_one_hand_mace, has_one_handed_melee, human, humanoid, medium_height, melee, military, not_dex, not_int, physical_affinity, plate_armour, ranged, red_blood, slow_movement
    Life
    900%
    Armour
    +100%
    Ailment Threshold
    900%
    Resistance
    85 0 0 0
    Damage
    225%
    Accuracy
    100%
    Critical Strike Chance
    +5%
    Critical Strike Multiplier
    +130%
    Attack Distance
    6 ~ 10
    Attack Time
    1.245 Second
    Damage Spread
    ±20%
    Experience
    200%
    Model Size
    100%
    Type
    AxisGeneralBossDescent2
    Metadata
    AxisGeneralBossDescent2
    Level
    68
    Life
    57,900
    Armour
    57,580
    Evasion
    4,739
    Energy Shield
    0
    Damage
    840
    Spell Damage
    840
    Accuracy
    290
    Attack Time
    1.245
    Experience
    20,510
    Ailment Threshold
    57,900
    Chill
    183
    Shock
    183
    Brittle
    1,036
    Scorch
    183
    Sap
    506
    MeleeAtAnimationSpeedUnique
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Default Attack
    Base Damage: 672–1009
    Critical Strike Chance: 5%
    Attack Time: 1.245 sec
    Strike your foes down with a powerful blow.
    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]
    MonsterGroundFireDescent2
    Spell, Duration, Damage, Mineable, Area, CausesBurning, Trapped, DamageOverTime, Fire, AreaSpell
    Fire Trap
    Critical Strike Chance: 5%
    Cast Time: 1 sec
    Throws a trap that explodes when triggered, dealing fire damage to surrounding enemies and leaving an area of burning ground that damages enemies who walk through it.
    Deals 71 Base Fire Damage per second
    Base duration is 8 seconds
    Deals 102.3 to 153.4 Fire Damage
    is area damage [1]
    monster penalty against minions damage +% final vs player minions [-25]
    GravicusMoltenShellDescent2
    Spell, Damage, Area, Duration, Totemable, TotemCastsWhenNotDetached, Triggerable, Fire, Instant, AreaSpell, Physical, Cooldown
    Molten Shell
    Critical Strike Chance: 5%
    Cast Time: 0.5 sec
    Cooldown Time: 30 sec
    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.
    Base duration is 10 seconds
    Deals 658.5 to 987.7 Fire Damage
    Shields break after 65 total Damage is prevented
    1400 additional Armour
    active skill area of effect radius +% final [50]
    is area damage [1]
    AxisGeneralFirestormDescent2
    Spell, Damage, Area, Duration, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, Cascadable, CanRapidFire, AreaSpell
    Firestorm
    Critical Strike Chance: 5%
    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 8 seconds
    Deals 59.95 to 89.93 Fire Damage
    25% chance to Ignite enemies
    One impact every 0.13 seconds
    Base radius is 1 metre
    firestorm base area of effect +% [-49]
    is area damage [1]
    spell maximum action distance +% [-50]
    AxisShieldCharge
    Attack, RequiresShield, Melee, Area, Movement, Travel
    Shield Charge
    Base Damage: 672–1009
    Critical Strike Chance: 5%
    Attack Time: 1.245 sec
    Charges at a targeted location or enemy, pushing away enemies in your path and repeatedly dealing damage in a small area in front of you. You deal damage in a larger area when you reach the target. The further you travel, the more damage you deal, and the greater your chance of stunning enemies. Cannot be supported by Multistrike.
    Never deal Critical Strikes
    50% increased Stun Threshold reduction on enemies at Maximum charge distance
    40% more Damage with Hits at Maximum Charge Distance
    120% increased Movement Speed
    -1 metres to Melee Strike Range
    ignores proximity shield [1]
    shield charge extra distance [-10]
    FireNovaGraviciusDescent2
    Spell, Damage, Triggerable, Area, Fire, Multicastable, RemoteMined, AreaSpell, HasReservation
    Fire Nova Mine
    Cast Time: 0.4 sec
    Cooldown Time: 30 sec
    Lay a remote mine that you can detonate to create a series of fire novas. Each sequential nova from the same mine will do higher damage than the previous.
    Your Hits cannot Stun Enemies
    Skills Repeat an additional 9 Times
    Deals 89.99 to 135 Fire Damage
    40% reduced Cast Speed
    50% more Damage with Hits and Ailments per Repeat
    active skill area of effect radius +% final [200]
    is area damage [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Axis/Axis"
    
    Actor
    {
    	main_hand_unarmed_type = "One_Hand_Mace"
    	off_hand_unarmed_type = "Shield"
    }
    
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Axis/Axis"
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Axis/AxisGeneralBossDescent2"] = {
        name = "General Gravicius",
        life = 9,
        fireResist = 85,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 2.25,
        damageSpread = 0.2,
        attackTime = 1.245,
        attackRange = 10,
        accuracy = 1,
        weaponType1 = "One Hand Mace",
        weaponType2 = "Shield",
        skillList = {
            "AxisShieldCharge",
            "MeleeAtAnimationSpeedUnique",
            "AxisGeneralFirestormDescent2",
            "GravicusMoltenShellDescent2",
            "MonsterGroundFireDescent2",
            "FireNovaGraviciusDescent2",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["AxisShieldCharge"] = {
        name = "Shield Charge",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Charges at a targeted location or enemy, pushing away enemies in your path and repeatedly dealing damage in a small area in front of you. You deal damage in a larger area when you reach the target. The further you travel, the more damage you deal, and the greater your chance of stunning enemies. Cannot be supported by Multistrike.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RequiresShield] = true,
            [SkillType.Melee] = true,
            [SkillType.Area] = true,
            [SkillType.Movement] = true,
            [SkillType.Travel] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "shield_charge_damage_+%_maximum",
            "base_movement_velocity_+%",
            "shield_charge_scaling_stun_threshold_reduction_+%_at_maximum_range",
            "shield_charge_extra_distance",
            "melee_range_+",
            "ignores_proximity_shield",
            "global_cannot_crit",
        },
        levels = {
            [1] = {70, 120, 50, -10, -10, levelRequirement = 1, statInterpolation = {1},  cost = { }, },
            [2] = {65, 120, 50, -10, -10, levelRequirement = 10, statInterpolation = {1},  cost = { }, },
            [3] = {60, 120, 50, -10, -10, levelRequirement = 20, statInterpolation = {1},  cost = { }, },
            [4] = {55, 120, 50, -10, -10, levelRequirement = 30, statInterpolation = {1},  cost = { }, },
            [5] = {50, 120, 50, -10, -10, levelRequirement = 41, statInterpolation = {1},  cost = { }, },
            [6] = {45, 120, 50, -10, -10, levelRequirement = 50, statInterpolation = {1},  cost = { }, },
            [7] = {40, 120, 50, -10, -10, levelRequirement = 60, statInterpolation = {1},  cost = { }, },
            [8] = {35, 120, 50, -10, -10, levelRequirement = 70, statInterpolation = {1},  cost = { }, },
            [9] = {30, 120, 50, -10, -10, levelRequirement = 80, statInterpolation = {1},  cost = { }, },
        },
    }
    -- 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["AxisGeneralFirestormDescent2"] = {
        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",
            "base_skill_effect_duration",
            "fire_storm_fireball_delay_ms",
            "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, 8000, 125, 25, -50, -49, 10, critChance = 5, levelRequirement = 24, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GravicusMoltenShellDescent2"] = {
        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, 65, 1400, 10000, 50, critChance = 5, levelRequirement = 24, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MonsterGroundFireDescent2"] = {
        name = "Fire Trap",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Throws a trap that explodes when triggered, dealing fire damage to surrounding enemies and leaving an area of burning ground that damages enemies who walk through it.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Duration] = true,
            [SkillType.Damage] = true,
            [SkillType.Mineable] = true,
            [SkillType.Area] = true,
            [SkillType.CausesBurning] = true,
            [SkillType.Trapped] = true,
            [SkillType.DamageOverTime] = true,
            [SkillType.Fire] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "base_fire_damage_to_deal_per_minute",
            "base_skill_effect_duration",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "is_area_damage",
        },
        levels = {
            [1] = {0.40000000596046, 0.60000002384186, 1, 8000, -25, critChance = 5, levelRequirement = 24, statInterpolation = {3, 3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["FireNovaGraviciusDescent2"] = {
        name = "Fire Nova Mine",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Lay a remote mine that you can detonate to create a series of fire novas. Each sequential nova from the same mine will do higher damage than the previous.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Area] = true,
            [SkillType.Fire] = true,
            [SkillType.Multicastable] = true,
            [SkillType.RemoteMined] = true,
            [SkillType.AreaSpell] = true,
            [SkillType.HasReservation] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.4,
        baseFlags = {
            area = true,
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "skill_repeat_count",
            "fire_nova_damage_+%_per_repeat_final",
            "base_cast_speed_+%",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
            "cannot_stun",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 9, 50, -40, 200, levelRequirement = 24, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    Gain 25% of Physical Damage as Extra Fire Damage
    IdMonsterImplicitFire1
    FamilyFireDamageAsPortionOfDamage
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • physical damage % to add as fire Min: 25 Max: 25 Global
  • Craft Tagsphysical_damage elemental_damage damage physical elemental fire
    80% reduced Energy Shield Recharge Rate
    IdMonsterEnergyShieldRegenRate-80
    FamilyEnergyShieldRegeneration
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • energy shield recharge rate +% Min: -80 Max: -80 Global
  • Craft Tagsdefences energy_shield
    Gain 50% of Maximum Life as Extra Maximum Energy Shield
    IdMonsterImplicitAuraEnergyShieldBubble1
    FamilyMonsterAura
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level4 (Effective: 3)
    Stats
  • maximum life % to add as maximum energy shield Min: 50 Max: 50 Global
  • Craft Tagsdefences energy_shield
    Energy Shield Aura
    Radius: 50
    Allies have Energy Shield
    Gain 50% of Maximum Life as Extra Maximum Energy Shield
    Monsters grant 20000% increased Experience
    IdMonsterDescent2FinalBoss
    FamilyMonsterDescent2FinalBoss
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster slain experience +% Min: 20000 Max: 20000 Global
  • 20% Chance to Block Attack Damage
    You take 10% of Damage from Blocked Hits
    IdMonsterAttackBlock40Bypass15
    FamilyMonsterBlockAndBypass
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster base block % Min: 20 Max: 20 Global
  • base block % damage taken Min: 10 Max: 10 Global
  • Craft Tagsblock
    General Gravicius Topic /9 ⍟
    NPCName
    HarganGravicius is the mailed and bloodied right hand of Dominus. And I thought the Templar were meant to be spiritual men of deepest humanity. You noticed the sarcasm in my tone, right?

    Had to smuggle a fellow out of Theopolis once. Got a bit too friendly with Gravicius' wife, he did. Every Blackguard was out on the streets looking for him, so I had to think lateral-like. We took to the drains and didn't pop our heads above the pavement until we sniffed the sea. A grubby bloody job it was, but worth it for the coin he paid.

    You want a piece of Gravicius? Then sometimes the only way 'up' is 'down'.
    HarganGravicius is the mailed and bloodied right hand of Dominus. And I thought the Templar were meant to be spiritual men of deepest humanity. You noticed the sarcasm in my tone, right?

    Had to smuggle a fellow out of Theopolis once. Got a bit too friendly with Gravicius' wife, he did. Every Blackguard was out on the streets looking for him, so I had to think lateral-like. We took to the drains and didn't pop our heads above the pavement until we sniffed the sea. A grubby bloody job it was, but worth it for the coin he paid.

    Trust me. The Sewers is the only way you'll sneak up on General Iron-arse. And you'll need a key to get in there. Have a chat to Clarissa about that.
    HarganYou've done for Gravicius? If only I could get word to that lad I smuggled away from the general's wife at the time. The good widow will need a sympathetic shoulder to cry on.
    GrigorI tried to penetrate the Solaris Temple in the north-east. Almost got myself killed by the bloody Ribbons that guard the place. Bizarre floating tapestries they are, creatures of cloth and thaumaturgy. Fortunately, a few legionnaires got in the way. While the Ribbons eviscerated them, I ran... straight into Gravicius.

    He dragged me over the bridge, to the Lunaris Temple in the west, and put me in Piety's "tender care". Didn't say a single word to me the whole time. I was nothing but a spoil of war to him.
    MaramoaGeneral Gravicius demands absolute obedience from his Blackguards... meaning he's surrounded himself with cowards and lackwits unable to lift a finger without orders.

    If you are able, traverse the river and murder Gravicius in his own barracks. You'll be ripping the very mind from the skulls of our enemies.
    MaramoaYou are the true spirit of {makoru}, the shark. Not the cowardly beast that sinks its teeth into the lonely swimmer. You strike the {waikoama}, the canoe, spilling a feast of men into the water. Hunters turned hunted that you dine on at your pleasure.

    Have this, Makoru.
    MaramoaYou are the true spirit of {makoru}, the shark. Not the cowardly beast that sinks its teeth into the lonely swimmer. You strike the {waikoama}, the canoe, spilling a feast of men into the water. Hunters turned hunted that you dine on at your pleasure.
    ClarissaGravicius dined with us once. This was before my father's gambling debts caught up with him. I dined with him again, in Theopolis prison, the night before my exile. He wasn't so polite that time...

    Thank you. That's one memory I can now put to rest.
    Lady DiallaThe Gravicius cockroach is no more. Another emperor crushed underfoot. That's what happens to emperors. What always happens. They never learn.
    Edit

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