IncursionAtziriActiveShrineStrongboxEssenceRareMonsterAliveSpiritActivatedRogueExile
Brise-muraille
CategoryBeastsBête
IconEnemyResistanceFireWeak IconEnemyResistanceCold
30% d'Augmentation de Dégâts
stance movement speed +% final [32]
Rathbreaker
Spectre
Spectre OverrideMetadata/Monsters/HyenaMonster/RathbreakerBossMinion1
AreaAbords de la Vastiri
Tags2HSharpMetal_onhit_audio, beast, fast_movement, mammal_beast, melee, physical_affinity, red_blood
Vie
203%
Résistance
IconEnemyResistanceFire-30 IconEnemyResistanceCold30 IconEnemyResistanceLightning0 IconEnemyResistanceChaos0
Damage
281%
Précision
100%
Attack Distance
6 ~ 14
Temps d'attaque
1.65 Second
Damage Spread
±20%
Expérience
225%
Model Size
130%
Type
HyenaCentaurBoss
Metadata
RathbreakerBoss
Niveau
16
Vie
321
Damage
84
Dégâts des sorts
84
Précision
220
Temps d'attaque
1.65
Expérience
806
Minion Life
1,350
Minion Damage
100
Minion Armour
60
MeleeAtAnimationSpeedBoss
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Melee, ProjectilesFromUser, AttackInPlace
Attaque de base
Base Damage: 67101
Chances de Touche critique: 5%
Temps d'attaque: 1.65 sec.
action attack or cast time uses animation length [1]
projectile uses contact position [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
iconbasicattack
RathbreakerCharge
Attack, Melee, Movement, Travel, AttackInPlace
Base Damage: 67101
Chances de Touche critique: 5%
Temps d'attaque: 1.65 sec.
Temps de recharge: 8 sec.
70% d'Augmentation de la Vitesse de déplacement
Repousse les Ennemis
action attack or cast time uses animation length [1]
ignores proximity shield [1]
shield charge extra distance [30]
iconshieldcharge
GARathbreakerEnrageSlam
Triggerable, Attack, AttackInPlace
Base Damage: 67101
Chances de Touche critique: 5%
Dégâts d'Attaque: 250%
Temps d'attaque: 1.65 sec.
Temps de recharge: 5 sec.
150% Davantage de Dégâts d'Attaque
action attack or cast time uses animation length [1]
base skill cannot be avoided by dodge roll or evaded or blocked [1]
monster penalty against minions damage +% final vs player minions [100]
voll slam damage +% final at centre [15]
GARathbreakerChargeSlash
Triggerable, Attack, AttackInPlace
Base Damage: 67101
Chances de Touche critique: 5%
Dégâts d'Attaque: 205%
Temps d'attaque: 1.65 sec.
105% Davantage de Dégâts d'Attaque
Repousse les Ennemis
is area damage [1]
monster penalty against minions damage +% final vs player minions [60]
voll slam damage +% final at centre [15]
EGHyenaDogpileBig
Triggerable
GTRathbreakerBossSpawnPack
Spell, Triggerable, AttackInPlace
Temps d'incantation: 1 sec.
action attack or cast time uses animation length [1]
TCRathbreakerDrivebyCharge
Attack, Melee, MeleeSingleTarget, Movement, Travel, AttackInPlace
Charge à table
Base Damage: 67101
Chances de Touche critique: 5%
Temps d'attaque: 1.65 sec.
Temps de recharge: 8 sec.
Une charge qui percute un ennemi avec le bouclier du personnage. L'ennemi est également repoussé et étourdi. Les ennemis sur votre chemin sont projetés sur le côté. Les dégâts et l'étourdissement sont proportionnels à la distance parcourue. Ne peut pas être modifié par Multifrappe.
Repousse les Ennemis
action attack or cast time uses animation length [1]
ignores proximity shield [1]
is area damage [1]
skill cannot be interrupted [1]
skill cannot be knocked back [1]
skill cannot be stunned [1]
iconshieldcharge
GARathbreakerSpearRain
Triggerable, Attack, AttackInPlace
Base Damage: 67101
Chances de Touche critique: 5%
Dégâts d'Attaque: 68%
Temps d'attaque: 1.65 sec.
32% de Perte de Dégâts d'Attaque
is area damage [1]
monster penalty against minions damage +% final vs player minions [50]
GTRathbreakerSpearRainCascade
Spell, Triggerable, AttackInPlace
Temps d'incantation: 1 sec.
action attack or cast time uses animation length [1]
EAARathbreakerLacerateSlam
Attack
Base Damage: 67101
Chances de Touche critique: 5%
Temps d'attaque: 1.65 sec.
Temps de recharge: 15 sec.
attack maximum action distance + [36]
GARathbreakerLacerateLeft
Triggerable, Attack, AttackInPlace
Base Damage: 67101
Chances de Touche critique: 5%
Dégâts d'Attaque: 200%
Temps d'attaque: 1.65 sec.
100% Davantage de Dégâts d'Attaque
base skill can be avoided by dodge roll [1]
base skill can be blocked [1]
is area damage [1]
GARathbreakerSlam
Triggerable, Attack, AttackInPlace
Base Damage: 67101
Chances de Touche critique: 5%
Dégâts d'Attaque: 335%
Temps d'attaque: 1.65 sec.
235% Davantage de Dégâts d'Attaque
base skill cannot be avoided by dodge roll or evaded or blocked [1]
is area damage [1]
voll slam damage +% final at centre [15]
GARathbreakerLacerateRight
Triggerable, Attack, AttackInPlace
Base Damage: 67101
Chances de Touche critique: 5%
Dégâts d'Attaque: 200%
Temps d'attaque: 1.65 sec.
100% Davantage de Dégâts d'Attaque
base skill can be avoided by dodge roll [1]
base skill can be blocked [1]
is area damage [1]

Object Type

version 2
extends "Metadata/Monsters/Monster"
extends "Metadata/Monsters/BossBase"

StateMachine
{
	define_shared_state = "fight;"
	define_shared_state = "epk;"
	define_shared_state = "leash;"
}

Functions
{
	TargetPlayer = "SetTarget( arg1 );"

	fix_orientation =
	"
		AddOnActionEnd(
		{
			SetOrientation( GetOrientation() + arg1, false, true );
			PlayAnimationType( Idle, 1.0, 0, 0 );
		}, true );
	"
}

ControlZone {}

Actor
{
	basic_action = "ChangeToStance1"
	basic_action = "ChangeToStance3"
	leveled_starting_effects = "EASRightTurn180"
	/*leveled_starting_effects = "ChangeToStance3"*/
}

Stats
{
	set_base_heavy_stun_duration_ms = 6000
	set_monster_delay_item_drops_millis = 5500
}

Positioned
{
	blocking = false
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/HyenaMonster/RathbreakerBoss"] = {
    fireResist = 0,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    name = "Rathbreaker",
    life = 2.03,
    damage = 2.81,
    damageSpread = 0.2,
    attackTime = 1.65,
    attackRange = 14,
    accuracy = 1,
    skillList = {
        "MeleeAtAnimationSpeedBoss",
        "TCRathbreakerDrivebyCharge",
        "GARathbreakerEnrageSlam",
        "GARathbreakerSpearRain",
        "GARathbreakerLacerateLeft",
        "GARathbreakerLacerateRight",
        "GARathbreakerSlam",
        "EAARathbreakerLacerateSlam",
        "GTRathbreakerBossSpawnPack",
        "GTRathbreakerSpearRainCascade",
        "RathbreakerCharge",
        "EGHyenaDogpileBig",
        "GARathbreakerChargeSlash",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["MeleeAtAnimationSpeedBoss"] = {
    name = "Basic Attack",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.RangedAttack] = true,
        [SkillType.MirageArcherCanUse] = true,
        [SkillType.Projectile] = true,
        [SkillType.MeleeSingleTarget] = true,
        [SkillType.Melee] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.AttackInPlace] = 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["TCRathbreakerDrivebyCharge"] = {
    name = "Table Charge",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Charges at an enemy, bashing it with the character's shield and striking it. This knocks it back and stuns it. Enemies in the way are pushed to the side. Damage and stun are proportional to distance travelled. Cannot be supported by Multistrike.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.Melee] = true,
        [SkillType.MeleeSingleTarget] = true,
        [SkillType.Movement] = true,
        [SkillType.Travel] = true,
        [SkillType.AttackInPlace] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        melee = true,
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "ignores_proximity_shield",
        "is_area_damage",
        "skill_cannot_be_interrupted",
        "skill_cannot_be_stunned",
        "skill_cannot_be_knocked_back",
        "global_knockback",
        "action_attack_or_cast_time_uses_animation_length",
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GARathbreakerEnrageSlam"] = {
    name = "GARathbreakerEnrageSlam",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Triggerable] = true,
        [SkillType.Attack] = true,
        [SkillType.AttackInPlace] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
        "voll_slam_damage_+%_final_at_centre",
        "action_attack_or_cast_time_uses_animation_length",
        "base_skill_cannot_be_avoided_by_dodge_roll_or_evaded_or_blocked",
    },
    levels = {
        [1] = {100, 15, baseMultiplier = 2.5, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GARathbreakerSpearRain"] = {
    name = "GARathbreakerSpearRain",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Triggerable] = true,
        [SkillType.Attack] = true,
        [SkillType.AttackInPlace] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
        "is_area_damage",
    },
    levels = {
        [1] = {50, baseMultiplier = 0.68, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GARathbreakerLacerateLeft"] = {
    name = "GARathbreakerLacerateLeft",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Triggerable] = true,
        [SkillType.Attack] = true,
        [SkillType.AttackInPlace] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "is_area_damage",
        "base_skill_can_be_blocked",
        "base_skill_can_be_avoided_by_dodge_roll",
    },
    levels = {
        [1] = {baseMultiplier = 2, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GARathbreakerLacerateRight"] = {
    name = "GARathbreakerLacerateRight",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Triggerable] = true,
        [SkillType.Attack] = true,
        [SkillType.AttackInPlace] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "is_area_damage",
        "base_skill_can_be_blocked",
        "base_skill_can_be_avoided_by_dodge_roll",
    },
    levels = {
        [1] = {baseMultiplier = 2, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GARathbreakerSlam"] = {
    name = "GARathbreakerSlam",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Triggerable] = true,
        [SkillType.Attack] = true,
        [SkillType.AttackInPlace] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "voll_slam_damage_+%_final_at_centre",
        "is_area_damage",
        "base_skill_cannot_be_avoided_by_dodge_roll_or_evaded_or_blocked",
    },
    levels = {
        [1] = {15, baseMultiplier = 3.35, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["EAARathbreakerLacerateSlam"] = {
    name = "EAARathbreakerLacerateSlam",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Attack] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "attack_maximum_action_distance_+",
    },
    levels = {
        [1] = {36, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GTRathbreakerBossSpawnPack"] = {
    name = "GTRathbreakerBossSpawnPack",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Triggerable] = true,
        [SkillType.AttackInPlace] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "action_attack_or_cast_time_uses_animation_length",
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GTRathbreakerSpearRainCascade"] = {
    name = "GTRathbreakerSpearRainCascade",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Triggerable] = true,
        [SkillType.AttackInPlace] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "action_attack_or_cast_time_uses_animation_length",
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["RathbreakerCharge"] = {
    name = "RathbreakerCharge",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.Melee] = true,
        [SkillType.Movement] = true,
        [SkillType.Travel] = true,
        [SkillType.AttackInPlace] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        melee = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_movement_velocity_+%",
        "shield_charge_extra_distance",
        "ignores_proximity_shield",
        "global_knockback",
        "action_attack_or_cast_time_uses_animation_length",
    },
    levels = {
        [1] = {70, 30, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["EGHyenaDogpileBig"] = {
    name = "EGHyenaDogpileBig",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1.433,
    baseFlags = {
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GARathbreakerChargeSlash"] = {
    name = "GARathbreakerChargeSlash",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Triggerable] = true,
        [SkillType.Attack] = true,
        [SkillType.AttackInPlace] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
        "voll_slam_damage_+%_final_at_centre",
        "is_area_damage",
        "global_knockback",
    },
    levels = {
        [1] = {60, 15, baseMultiplier = 2.05, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
FamilyNothing
DomainsMonster (3)
GenerationTypeUnique (3)
Req. level1
FamilyNothing
DomainsMonster (3)
GenerationTypeUnique (3)
Req. level1
30% d'Augmentation de Dégâts
stance movement speed +% final [32]
FamilyStance
DomainsMonster (3)
GenerationTypeUnique (3)
Req. level1
Stats
  • damage +% 30 30 Global
  • stance movement speed +% final 32 32 Global
  • Brise-muraille
    CategoryBeastsBête
    IconEnemyResistanceFireWeak IconEnemyResistanceCold
    Brise l'Armure à hauteur de 30% des Dégâts Physiques infligés
    active skill physical damage +% final [20]
    30% d'Augmentation de Dégâts
    stance movement speed +% final [32]
    Rathbreaker
    Spectre
    Tags2HSharpMetal_onhit_audio, beast, fast_movement, mammal_beast, melee, physical_affinity, red_blood
    Vie
    250%
    Résistance
    IconEnemyResistanceFire-30 IconEnemyResistanceCold30 IconEnemyResistanceLightning0 IconEnemyResistanceChaos0
    Damage
    263%
    Précision
    100%
    Attack Distance
    6 ~ 14
    Temps d'attaque
    1.65 Second
    Damage Spread
    ±20%
    Expérience
    250%
    Model Size
    130%
    Type
    HyenaCentaurBossSTANDALONE
    Metadata
    RathbreakerBossMinion1
    Niveau
    68
    Vie
    20,643
    2,413
    Damage
    613
    Dégâts des sorts
    613
    Précision
    2,502
    Temps d'attaque
    1.65
    Expérience
    71,585
    Minion Life
    17,325
    Minion Damage
    2,548
    Minion Armour
    2,413
    MeleeAtAnimationSpeedBoss
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Melee, ProjectilesFromUser, AttackInPlace
    Attaque de base
    Base Damage: 490736
    Chances de Touche critique: 5%
    Temps d'attaque: 1.65 sec.
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    iconbasicattack
    RathbreakerCharge
    Attack, Melee, Movement, Travel, AttackInPlace
    Base Damage: 490736
    Chances de Touche critique: 5%
    Temps d'attaque: 1.65 sec.
    Temps de recharge: 8 sec.
    70% d'Augmentation de la Vitesse de déplacement
    Repousse les Ennemis
    action attack or cast time uses animation length [1]
    ignores proximity shield [1]
    shield charge extra distance [30]
    iconshieldcharge
    GARathbreakerEnrageSlam
    Triggerable, Attack, AttackInPlace
    Base Damage: 490736
    Chances de Touche critique: 5%
    Dégâts d'Attaque: 250%
    Temps d'attaque: 1.65 sec.
    Temps de recharge: 5 sec.
    150% Davantage de Dégâts d'Attaque
    action attack or cast time uses animation length [1]
    base skill cannot be avoided by dodge roll or evaded or blocked [1]
    monster penalty against minions damage +% final vs player minions [100]
    voll slam damage +% final at centre [15]
    GARathbreakerChargeSlash
    Triggerable, Attack, AttackInPlace
    Base Damage: 490736
    Chances de Touche critique: 5%
    Dégâts d'Attaque: 205%
    Temps d'attaque: 1.65 sec.
    105% Davantage de Dégâts d'Attaque
    Repousse les Ennemis
    is area damage [1]
    monster penalty against minions damage +% final vs player minions [60]
    voll slam damage +% final at centre [15]
    EGHyenaDogpileBig
    Triggerable
    GTRathbreakerBossSpawnPack
    Spell, Triggerable, AttackInPlace
    Temps d'incantation: 1 sec.
    action attack or cast time uses animation length [1]
    TCRathbreakerDrivebyCharge
    Attack, Melee, MeleeSingleTarget, Movement, Travel, AttackInPlace
    Charge à table
    Base Damage: 490736
    Chances de Touche critique: 5%
    Temps d'attaque: 1.65 sec.
    Temps de recharge: 8 sec.
    Une charge qui percute un ennemi avec le bouclier du personnage. L'ennemi est également repoussé et étourdi. Les ennemis sur votre chemin sont projetés sur le côté. Les dégâts et l'étourdissement sont proportionnels à la distance parcourue. Ne peut pas être modifié par Multifrappe.
    Repousse les Ennemis
    action attack or cast time uses animation length [1]
    ignores proximity shield [1]
    is area damage [1]
    skill cannot be interrupted [1]
    skill cannot be knocked back [1]
    skill cannot be stunned [1]
    iconshieldcharge
    GARathbreakerSpearRain
    Triggerable, Attack, AttackInPlace
    Base Damage: 490736
    Chances de Touche critique: 5%
    Dégâts d'Attaque: 68%
    Temps d'attaque: 1.65 sec.
    32% de Perte de Dégâts d'Attaque
    is area damage [1]
    monster penalty against minions damage +% final vs player minions [50]
    GTRathbreakerSpearRainCascade
    Spell, Triggerable, AttackInPlace
    Temps d'incantation: 1 sec.
    action attack or cast time uses animation length [1]
    EAARathbreakerLacerateSlam
    Attack
    Base Damage: 490736
    Chances de Touche critique: 5%
    Temps d'attaque: 1.65 sec.
    Temps de recharge: 15 sec.
    attack maximum action distance + [36]
    GARathbreakerLacerateLeft
    Triggerable, Attack, AttackInPlace
    Base Damage: 490736
    Chances de Touche critique: 5%
    Dégâts d'Attaque: 200%
    Temps d'attaque: 1.65 sec.
    100% Davantage de Dégâts d'Attaque
    base skill can be avoided by dodge roll [1]
    base skill can be blocked [1]
    is area damage [1]
    GARathbreakerSlam
    Triggerable, Attack, AttackInPlace
    Base Damage: 490736
    Chances de Touche critique: 5%
    Dégâts d'Attaque: 335%
    Temps d'attaque: 1.65 sec.
    235% Davantage de Dégâts d'Attaque
    base skill cannot be avoided by dodge roll or evaded or blocked [1]
    is area damage [1]
    voll slam damage +% final at centre [15]
    GARathbreakerLacerateRight
    Triggerable, Attack, AttackInPlace
    Base Damage: 490736
    Chances de Touche critique: 5%
    Dégâts d'Attaque: 200%
    Temps d'attaque: 1.65 sec.
    100% Davantage de Dégâts d'Attaque
    base skill can be avoided by dodge roll [1]
    base skill can be blocked [1]
    is area damage [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/BossBaseStandAlone"
    
    StateMachine
    {
    	define_shared_state = "fight;"
    	define_shared_state = "epk;"
    	define_shared_state = "leash;"
    }
    
    Functions
    {
    	TargetPlayer = "SetTarget( arg1 );"
    
    	fix_orientation =
    	"
    		AddOnActionEnd(
    		{
    			SetOrientation( GetOrientation() + arg1, false, true );
    			PlayAnimationType( Idle, 1.0, 0, 0 );
    		}, true );
    	"
    }
    
    ControlZone {}
    
    Actor
    {
    	basic_action = "ChangeToStance1"
    	basic_action = "ChangeToStance3"
    	leveled_starting_effects = "EASRightTurn180"
    	/*leveled_starting_effects = "ChangeToStance3"*/
    	
    }
    
    Stats
    {
    	set_monster_delay_item_drops_millis = 5500
    }
    
    Positioned
    {
    	blocking = false
    }
    
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/HyenaMonster/RathbreakerBossMinion1"] = {
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        name = "Rathbreaker",
        life = 2.5,
        damage = 2.63,
        damageSpread = 0.2,
        attackTime = 1.65,
        attackRange = 14,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeedBoss",
            "TCRathbreakerDrivebyCharge",
            "GARathbreakerEnrageSlam",
            "GARathbreakerSpearRain",
            "GARathbreakerLacerateLeft",
            "GARathbreakerLacerateRight",
            "GARathbreakerSlam",
            "EAARathbreakerLacerateSlam",
            "GTRathbreakerBossSpawnPack",
            "GTRathbreakerSpearRainCascade",
            "RathbreakerCharge",
            "EGHyenaDogpileBig",
            "GARathbreakerChargeSlash",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeedBoss"] = {
        name = "Basic Attack",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Melee] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.AttackInPlace] = 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["TCRathbreakerDrivebyCharge"] = {
        name = "Table Charge",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Charges at an enemy, bashing it with the character's shield and striking it. This knocks it back and stuns it. Enemies in the way are pushed to the side. Damage and stun are proportional to distance travelled. Cannot be supported by Multistrike.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Melee] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Movement] = true,
            [SkillType.Travel] = true,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "ignores_proximity_shield",
            "is_area_damage",
            "skill_cannot_be_interrupted",
            "skill_cannot_be_stunned",
            "skill_cannot_be_knocked_back",
            "global_knockback",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GARathbreakerEnrageSlam"] = {
        name = "GARathbreakerEnrageSlam",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "voll_slam_damage_+%_final_at_centre",
            "action_attack_or_cast_time_uses_animation_length",
            "base_skill_cannot_be_avoided_by_dodge_roll_or_evaded_or_blocked",
        },
        levels = {
            [1] = {100, 15, baseMultiplier = 2.5, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GARathbreakerSpearRain"] = {
        name = "GARathbreakerSpearRain",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "is_area_damage",
        },
        levels = {
            [1] = {50, baseMultiplier = 0.68, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GARathbreakerLacerateLeft"] = {
        name = "GARathbreakerLacerateLeft",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "is_area_damage",
            "base_skill_can_be_blocked",
            "base_skill_can_be_avoided_by_dodge_roll",
        },
        levels = {
            [1] = {baseMultiplier = 2, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GARathbreakerLacerateRight"] = {
        name = "GARathbreakerLacerateRight",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "is_area_damage",
            "base_skill_can_be_blocked",
            "base_skill_can_be_avoided_by_dodge_roll",
        },
        levels = {
            [1] = {baseMultiplier = 2, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GARathbreakerSlam"] = {
        name = "GARathbreakerSlam",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "voll_slam_damage_+%_final_at_centre",
            "is_area_damage",
            "base_skill_cannot_be_avoided_by_dodge_roll_or_evaded_or_blocked",
        },
        levels = {
            [1] = {15, baseMultiplier = 3.35, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EAARathbreakerLacerateSlam"] = {
        name = "EAARathbreakerLacerateSlam",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "attack_maximum_action_distance_+",
        },
        levels = {
            [1] = {36, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GTRathbreakerBossSpawnPack"] = {
        name = "GTRathbreakerBossSpawnPack",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Triggerable] = true,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GTRathbreakerSpearRainCascade"] = {
        name = "GTRathbreakerSpearRainCascade",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Triggerable] = true,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["RathbreakerCharge"] = {
        name = "RathbreakerCharge",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Melee] = true,
            [SkillType.Movement] = true,
            [SkillType.Travel] = true,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_movement_velocity_+%",
            "shield_charge_extra_distance",
            "ignores_proximity_shield",
            "global_knockback",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {70, 30, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EGHyenaDogpileBig"] = {
        name = "EGHyenaDogpileBig",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.433,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GARathbreakerChargeSlash"] = {
        name = "GARathbreakerChargeSlash",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "voll_slam_damage_+%_final_at_centre",
            "is_area_damage",
            "global_knockback",
        },
        levels = {
            [1] = {60, 15, baseMultiplier = 2.05, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    Brise l'Armure à hauteur de 30% des Dégâts Physiques infligés
    active skill physical damage +% final [20]
    FamilyMonsterArmourBreak
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • active skill physical damage +% final 20 20 Global
  • armour break physical damage % dealt as armour break 30 30 Global
  • Spawn Tagsdefault: 0
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    30% d'Augmentation de Dégâts
    stance movement speed +% final [32]
    FamilyStance
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • damage +% 30 30 Global
  • stance movement speed +% final 32 32 Global
  • Edit

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