SpectreY
AreaThe Solaris Temple Level 1, The Solaris Temple Level 2, The Imperial Fields, The Solaris Concourse, The Solaris Temple Level 1, The Solaris Temple Level 2, The Templar Laboratory, The Eternal Laboratory, Sacred Chambers, Sacred Chambers, Memory Void, Memory Void, Memory Void, Memory Void, Memory Void, Memory Void, Memory Void, Memory Void, Memory Void, Memory Void, Memory Void, Memory Void, Fragmented Memory, Fragmented Memory, Fragmented Memory, Fragmented Memory, Fragmented Memory, Fragmented Memory, Fragmented Memory, Fragmented Memory, Fragmented Memory, Fragmented Memory, Fragmented Memory, Fragmented Memory, InvasionBoss
Tagsconstruct, ghost_armour, has_claw, has_one_handed_melee, large_height, medium_movement, melee, mud_blood, not_int, not_str, physical_affinity
Packs
  • The Solaris Temple Level 1, The Solaris Temple Level 2: Galvanic Ribbon, Flame Sentinel, Assault Ribbon
  • The Solaris Concourse, The Solaris Temple Level 1, The Solaris Temple Level 2: Infernal Sentinel, Flame Sentinel, Assault Ribbon
  • The Solaris Temple Level 1: Assault Ribbon
  • The Solaris Temple Level 2: Assault Ribbon
  • The Imperial Fields: Infernal Sentinel, Flame Sentinel, Assault Ribbon
  • The Eternal Laboratory: Galvanic Ribbon, Assault Ribbon
  • The Eternal Laboratory: Flame Sentinel, Assault Ribbon
  • The Eternal Laboratory: Assault Ribbon
  • The Eternal Laboratory: Infernal Sentinel, Assault Ribbon
  • WorldAreas#1334: Dialla's Anger, Dialla's Hatred, Dialla's Wrath, Assault Ribbon
  • WorldAreas#1378: Assault Ribbon, Galvanic Ribbon
  • WorldAreas#1339: Galvanic Ribbon, Assault Ribbon
  • WorldAreas#1339: Assault Ribbon
  • InvasionBoss: The Raging Mask, Flame Sentinel, Assault Ribbon
  • InvasionBoss: The Teetering Mask, Galvanic Ribbon, Assault Ribbon
  • InvasionBoss: The Furious Mask, The Callous Mask, The Capricious Mask, Assault Ribbon
  • Assault Ribbon
  • Flame Sentinel, Assault Ribbon
  • Galvanic Ribbon, Assault Ribbon
  • Fragmented Memory, Fragmented Memory, Fragmented Memory, Fragmented Memory, Fragmented Memory, Fragmented Memory, Fragmented Memory, Fragmented Memory, Fragmented Memory, Fragmented Memory, Fragmented Memory, Fragmented Memory, Memory Void, Memory Void, Memory Void, Memory Void, Memory Void, Memory Void, Memory Void, Memory Void, Memory Void, Memory Void, Memory Void, Memory Void: Galvanic Ribbon, Assault Ribbon
  • Fragmented Memory, Fragmented Memory, Fragmented Memory, Fragmented Memory, Fragmented Memory, Fragmented Memory, Fragmented Memory, Fragmented Memory, Fragmented Memory, Fragmented Memory, Fragmented Memory, Fragmented Memory, Memory Void, Memory Void, Memory Void, Memory Void, Memory Void, Memory Void, Memory Void, Memory Void, Memory Void, Memory Void, Memory Void, Memory Void: Flame Sentinel, Assault Ribbon
  • Life
    63%
    Evasion
    +30%
    Ailment Threshold
    63%
    Resistance
    0 40 0 0
    Damage
    112%
    Accuracy
    100%
    Critical Strike Chance
    +5%
    Critical Strike Multiplier
    +130%
    Attack Distance
    6 ~ 7
    Attack Time
    2.505 Second
    Damage Spread
    ±20%
    Experience
    70%
    Model Size
    100%
    Type
    Guardian
    Metadata
    GuardianHead
    Level
    83
    Life
    20,171
    Armour
    92,477
    Evasion
    10,218
    Energy Shield
    0
    Damage
    1,008
    Spell Damage
    1,008
    Accuracy
    518
    Attack Time
    2.505
    Experience
    9,192
    Ailment Threshold
    20,171
    Chill
    64
    Shock
    64
    Brittle
    361
    Scorch
    64
    Sap
    176
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Default Attack
    Base Damage: 807–1210
    Critical Strike Chance: 5%
    Attack Time: 2.505 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]
    GuardianShieldCharge
    Attack, Melee, MeleeSingleTarget, Movement, Travel
    Shield Charge
    Base Damage: 807–1210
    Critical Strike Chance: 5%
    Attack Time: 2.505 sec
    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.
    35% more Damage with Hits at Maximum Charge Distance
    70% increased Movement Speed
    ignores proximity shield [1]
    shield charge continue past target [0]
    shield charge extra distance [30]
    shield charge remove stun and knockback [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    Actor
    {
    	main_hand_unarmed_type = "Claw"
    	off_hand_unarmed_type = "Shield"
    }
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Guardians/GuardianHead"] = {
        name = "Assault Ribbon",
        life = 0.63,
        fireResist = 0,
        coldResist = 40,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.12,
        damageSpread = 0.2,
        attackTime = 2.505,
        attackRange = 7,
        accuracy = 1,
        skillList = {
            "GuardianShieldCharge",
            "MeleeAtAnimationSpeed",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GuardianShieldCharge"] = {
        name = "Shield Charge",
        hidden = true,
        color = 4,
        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,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "shield_charge_continue_past_target",
            "base_movement_velocity_+%",
            "shield_charge_damage_+%_maximum",
            "shield_charge_extra_distance",
            "shield_charge_remove_stun_and_knockback",
            "ignores_proximity_shield",
        },
        levels = {
            [1] = {0, 70, 35, 30, levelRequirement = 3, statInterpolation = {1},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        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 = { }, },
        },
    }
    
    Assault Ribbon
    Construct
    SpectreY
    AreaThe Twilight Temple
    Tagsconstruct, ghost_armour, has_claw, has_one_handed_melee, large_height, medium_movement, melee, mud_blood, not_int, not_str, physical_affinity
    Packs
  • The Twilight Temple: Flame Sentinel, Assault Ribbon
  • The Twilight Temple: Infernal Sentinel, Assault Ribbon
  • Life
    63%
    Evasion
    +30%
    Ailment Threshold
    63%
    Resistance
    0 40 0 0
    Damage
    112%
    Accuracy
    100%
    Critical Strike Chance
    +5%
    Critical Strike Multiplier
    +130%
    Attack Distance
    6 ~ 7
    Attack Time
    2.505 Second
    Damage Spread
    ±20%
    Experience
    70%
    Model Size
    100%
    Type
    Guardian
    Metadata
    GuardianHeadSchism
    Level
    71
    Life
    5,533
    Armour
    36,473
    Evasion
    6,838
    Energy Shield
    0
    Damage
    501
    Spell Damage
    501
    Accuracy
    326
    Attack Time
    2.505
    Experience
    7,664
    Ailment Threshold
    5,533
    Chill
    17
    Shock
    17
    Brittle
    99
    Scorch
    17
    Sap
    48
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Default Attack
    Base Damage: 401–601
    Critical Strike Chance: 5%
    Attack Time: 2.505 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]
    GuardianShieldCharge
    Attack, Melee, MeleeSingleTarget, Movement, Travel
    Shield Charge
    Base Damage: 401–601
    Critical Strike Chance: 5%
    Attack Time: 2.505 sec
    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.
    35% more Damage with Hits at Maximum Charge Distance
    70% increased Movement Speed
    ignores proximity shield [1]
    shield charge continue past target [0]
    shield charge extra distance [30]
    shield charge remove stun and knockback [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    Actor
    {
    	main_hand_unarmed_type = "Claw"
    	off_hand_unarmed_type = "Shield"
    }
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Guardians/GuardianHeadSchism"] = {
        name = "Assault Ribbon",
        life = 0.63,
        fireResist = 0,
        coldResist = 40,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.12,
        damageSpread = 0.2,
        attackTime = 2.505,
        attackRange = 7,
        accuracy = 1,
        skillList = {
            "GuardianShieldCharge",
            "MeleeAtAnimationSpeed",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GuardianShieldCharge"] = {
        name = "Shield Charge",
        hidden = true,
        color = 4,
        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,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "shield_charge_continue_past_target",
            "base_movement_velocity_+%",
            "shield_charge_damage_+%_maximum",
            "shield_charge_extra_distance",
            "shield_charge_remove_stun_and_knockback",
            "ignores_proximity_shield",
        },
        levels = {
            [1] = {0, 70, 35, 30, levelRequirement = 3, statInterpolation = {1},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        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 = { }, },
        },
    }
    
    Assault Ribbon
    Construct
    SpectreY
    AreaThe Harbour Bridge
    Tagsconstruct, ghost_armour, has_claw, has_one_handed_melee, large_height, medium_movement, melee, mud_blood, not_int, not_str, physical_affinity
    Packs
  • The Harbour Bridge: Flame Sentinel, Infernal Sentinel, Assault Ribbon
  • The Harbour Bridge: Assault Ribbon, Assault Ribbon
  • The Harbour Bridge: Rime Sentinel, Assault Ribbon
  • Life
    63%
    Evasion
    +30%
    Ailment Threshold
    63%
    Resistance
    0 40 0 0
    Damage
    112%
    Accuracy
    100%
    Critical Strike Chance
    +5%
    Critical Strike Multiplier
    +130%
    Attack Distance
    6 ~ 7
    Attack Time
    2.505 Second
    Damage Spread
    ±20%
    Experience
    70%
    Model Size
    100%
    Type
    Guardian
    Metadata
    GuardianHead_RedNewTeam
    Level
    60
    Life
    2,330
    Armour
    15,178
    Evasion
    4,623
    Energy Shield
    0
    Damage
    278
    Spell Damage
    278
    Accuracy
    211
    Attack Time
    2.505
    Experience
    5,786
    Ailment Threshold
    2,330
    Chill
    7
    Shock
    7
    Brittle
    42
    Scorch
    7
    Sap
    20
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Default Attack
    Base Damage: 223–334
    Critical Strike Chance: 5%
    Attack Time: 2.505 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]
    GuardianShieldCharge
    Attack, Melee, MeleeSingleTarget, Movement, Travel
    Shield Charge
    Base Damage: 223–334
    Critical Strike Chance: 5%
    Attack Time: 2.505 sec
    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.
    35% more Damage with Hits at Maximum Charge Distance
    70% increased Movement Speed
    ignores proximity shield [1]
    shield charge continue past target [0]
    shield charge extra distance [30]
    shield charge remove stun and knockback [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    Actor
    {
    	main_hand_unarmed_type = "Claw"
    	off_hand_unarmed_type = "Shield"
    }
    
    Positioned 
    { 
    	team = 126
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Guardians/GuardianHead_RedNewTeam"] = {
        name = "Assault Ribbon",
        life = 0.63,
        fireResist = 0,
        coldResist = 40,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.12,
        damageSpread = 0.2,
        attackTime = 2.505,
        attackRange = 7,
        accuracy = 1,
        skillList = {
            "GuardianShieldCharge",
            "MeleeAtAnimationSpeed",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GuardianShieldCharge"] = {
        name = "Shield Charge",
        hidden = true,
        color = 4,
        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,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "shield_charge_continue_past_target",
            "base_movement_velocity_+%",
            "shield_charge_damage_+%_maximum",
            "shield_charge_extra_distance",
            "shield_charge_remove_stun_and_knockback",
            "ignores_proximity_shield",
        },
        levels = {
            [1] = {0, 70, 35, 30, levelRequirement = 3, statInterpolation = {1},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        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 = { }, },
        },
    }
    
    Assault Ribbon
    Construct
    SpectreY
    AreaThe Battlefront
    Tagsconstruct, ghost_armour, has_claw, has_one_handed_melee, large_height, medium_movement, melee, mud_blood, not_int, not_str, physical_affinity
    Packs
  • The Battlefront: Flame Sentinel, Galvanic Ribbon, Assault Ribbon
  • The Battlefront: Blackguard Soldier, Blackguard Mage, Assault Ribbon, Galvanic Ribbon, Flame Sentinel
  • The Battlefront: Blackguard Soldier, Blackguard Mage, Assault Ribbon, Blackguard Elite, Blackguard Elite
  • Life
    63%
    Evasion
    +30%
    Ailment Threshold
    63%
    Resistance
    0 40 0 0
    Damage
    112%
    Accuracy
    100%
    Critical Strike Chance
    +5%
    Critical Strike Multiplier
    +130%
    Attack Distance
    6 ~ 7
    Attack Time
    2.505 Second
    Damage Spread
    ±20%
    Experience
    70%
    Model Size
    100%
    Type
    Guardian
    Metadata
    GuardianHead_Battlefront
    Level
    27
    Life
    233
    Armour
    835
    Evasion
    1,104
    Energy Shield
    0
    Damage
    43
    Spell Damage
    43
    Accuracy
    52
    Attack Time
    2.505
    Experience
    1,006
    Ailment Threshold
    233
    Chill
    1
    Shock
    1
    Brittle
    4
    Scorch
    1
    Sap
    2
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Default Attack
    Base Damage: 35–52
    Critical Strike Chance: 5%
    Attack Time: 2.505 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]
    GuardianShieldCharge
    Attack, Melee, MeleeSingleTarget, Movement, Travel
    Shield Charge
    Base Damage: 35–52
    Critical Strike Chance: 5%
    Attack Time: 2.505 sec
    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.
    35% more Damage with Hits at Maximum Charge Distance
    70% increased Movement Speed
    ignores proximity shield [1]
    shield charge continue past target [0]
    shield charge extra distance [30]
    shield charge remove stun and knockback [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Guardians/Guardian"
    
    Positioned 
    { 
    	team = 127
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Guardians/Guardian"
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Guardians/GuardianHead_Battlefront"] = {
        name = "Assault Ribbon",
        life = 0.63,
        fireResist = 0,
        coldResist = 40,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.12,
        damageSpread = 0.2,
        attackTime = 2.505,
        attackRange = 7,
        accuracy = 1,
        skillList = {
            "GuardianShieldCharge",
            "MeleeAtAnimationSpeed",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GuardianShieldCharge"] = {
        name = "Shield Charge",
        hidden = true,
        color = 4,
        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,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "shield_charge_continue_past_target",
            "base_movement_velocity_+%",
            "shield_charge_damage_+%_maximum",
            "shield_charge_extra_distance",
            "shield_charge_remove_stun_and_knockback",
            "ignores_proximity_shield",
        },
        levels = {
            [1] = {0, 70, 35, 30, levelRequirement = 3, statInterpolation = {1},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        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 = { }, },
        },
    }
    
    SpectreY
    AreaThe Lunaris Concourse, The Lunaris Temple Level 1, The Lunaris Temple Level 2
    Tagsconstruct, ghost_armour, has_claw, has_one_handed_melee, large_height, medium_movement, melee, mud_blood, not_int, not_str, physical_affinity
    Packs
  • The Lunaris Concourse, The Lunaris Temple Level 1, The Lunaris Temple Level 2: Frost Sentinel, Rime Sentinel, Assault Ribbon
  • Life
    63%
    Evasion
    +30%
    Ailment Threshold
    63%
    Resistance
    0 40 0 0
    Damage
    112%
    Accuracy
    100%
    Critical Strike Chance
    +5%
    Critical Strike Multiplier
    +130%
    Attack Distance
    6 ~ 7
    Attack Time
    2.505 Second
    Damage Spread
    ±20%
    Experience
    70%
    Model Size
    100%
    Type
    Guardian
    Metadata
    GuardianHead_Blue
    Level
    59
    Life
    2,185
    Armour
    13,996
    Evasion
    4,455
    Energy Shield
    0
    Damage
    264
    Spell Damage
    264
    Accuracy
    203
    Attack Time
    2.505
    Experience
    5,597
    Ailment Threshold
    2,185
    Chill
    7
    Shock
    7
    Brittle
    39
    Scorch
    7
    Sap
    19
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Default Attack
    Base Damage: 211–317
    Critical Strike Chance: 5%
    Attack Time: 2.505 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]
    GuardianShieldCharge
    Attack, Melee, MeleeSingleTarget, Movement, Travel
    Shield Charge
    Base Damage: 211–317
    Critical Strike Chance: 5%
    Attack Time: 2.505 sec
    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.
    35% more Damage with Hits at Maximum Charge Distance
    70% increased Movement Speed
    ignores proximity shield [1]
    shield charge continue past target [0]
    shield charge extra distance [30]
    shield charge remove stun and knockback [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    Actor
    {
    	main_hand_unarmed_type = "Claw"
    	off_hand_unarmed_type = "Shield"
    }
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Guardians/GuardianHead_Blue"] = {
        name = "Assault Ribbon",
        life = 0.63,
        fireResist = 0,
        coldResist = 40,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.12,
        damageSpread = 0.2,
        attackTime = 2.505,
        attackRange = 7,
        accuracy = 1,
        skillList = {
            "GuardianShieldCharge",
            "MeleeAtAnimationSpeed",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GuardianShieldCharge"] = {
        name = "Shield Charge",
        hidden = true,
        color = 4,
        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,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "shield_charge_continue_past_target",
            "base_movement_velocity_+%",
            "shield_charge_damage_+%_maximum",
            "shield_charge_extra_distance",
            "shield_charge_remove_stun_and_knockback",
            "ignores_proximity_shield",
        },
        levels = {
            [1] = {0, 70, 35, 30, levelRequirement = 3, statInterpolation = {1},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        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 = { }, },
        },
    }
    
    Assault Ribbon
    Construct
    SpectreY
    AreaThe Harbour Bridge
    Tagsconstruct, ghost_armour, has_claw, has_one_handed_melee, large_height, medium_movement, melee, mud_blood, not_int, not_str, physical_affinity
    Packs
  • The Harbour Bridge: Frost Sentinel, Rime Sentinel, Assault Ribbon
  • The Harbour Bridge: Assault Ribbon, Assault Ribbon
  • The Harbour Bridge: Flame Sentinel, Assault Ribbon
  • Life
    63%
    Evasion
    +30%
    Ailment Threshold
    63%
    Resistance
    0 40 0 0
    Damage
    112%
    Accuracy
    100%
    Critical Strike Chance
    +5%
    Critical Strike Multiplier
    +130%
    Attack Distance
    6 ~ 7
    Attack Time
    2.505 Second
    Damage Spread
    ±20%
    Experience
    70%
    Model Size
    100%
    Type
    Guardian
    Metadata
    GuardianHead_BlueNewTeam
    Level
    60
    Life
    2,330
    Armour
    15,178
    Evasion
    4,623
    Energy Shield
    0
    Damage
    278
    Spell Damage
    278
    Accuracy
    211
    Attack Time
    2.505
    Experience
    5,786
    Ailment Threshold
    2,330
    Chill
    7
    Shock
    7
    Brittle
    42
    Scorch
    7
    Sap
    20
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Default Attack
    Base Damage: 223–334
    Critical Strike Chance: 5%
    Attack Time: 2.505 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]
    GuardianShieldCharge
    Attack, Melee, MeleeSingleTarget, Movement, Travel
    Shield Charge
    Base Damage: 223–334
    Critical Strike Chance: 5%
    Attack Time: 2.505 sec
    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.
    35% more Damage with Hits at Maximum Charge Distance
    70% increased Movement Speed
    ignores proximity shield [1]
    shield charge continue past target [0]
    shield charge extra distance [30]
    shield charge remove stun and knockback [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    Actor
    {
    	main_hand_unarmed_type = "Claw"
    	off_hand_unarmed_type = "Shield"
    }
    
    Positioned 
    { 
    	team = 127
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Guardians/GuardianHead_BlueNewTeam"] = {
        name = "Assault Ribbon",
        life = 0.63,
        fireResist = 0,
        coldResist = 40,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.12,
        damageSpread = 0.2,
        attackTime = 2.505,
        attackRange = 7,
        accuracy = 1,
        skillList = {
            "GuardianShieldCharge",
            "MeleeAtAnimationSpeed",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GuardianShieldCharge"] = {
        name = "Shield Charge",
        hidden = true,
        color = 4,
        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,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "shield_charge_continue_past_target",
            "base_movement_velocity_+%",
            "shield_charge_damage_+%_maximum",
            "shield_charge_extra_distance",
            "shield_charge_remove_stun_and_knockback",
            "ignores_proximity_shield",
        },
        levels = {
            [1] = {0, 70, 35, 30, levelRequirement = 3, statInterpolation = {1},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        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 = { }, },
        },
    }
    
    Assault Ribbon
    Construct
    SpectreY
    AreaThe Eternal Laboratory
    Tagsconstruct, ghost_armour, has_claw, has_one_handed_melee, large_height, medium_movement, melee, mud_blood, not_int, not_str, physical_affinity
    Packs
  • The Eternal Laboratory: Frost Sentinel, Assault Ribbon
  • The Eternal Laboratory: Rime Sentinel, Assault Ribbon
  • Life
    63%
    Evasion
    +30%
    Ailment Threshold
    63%
    Resistance
    0 40 0 0
    Damage
    112%
    Accuracy
    100%
    Critical Strike Chance
    +5%
    Critical Strike Multiplier
    +130%
    Attack Distance
    6 ~ 7
    Attack Time
    2.505 Second
    Damage Spread
    ±20%
    Experience
    70%
    Model Size
    100%
    Type
    Guardian
    Metadata
    GuardianHead_BlueMaps
    Level
    68
    Life
    4,053
    Armour
    28,790
    Evasion
    6,161
    Energy Shield
    0
    Damage
    418
    Spell Damage
    418
    Accuracy
    290
    Attack Time
    2.505
    Experience
    7,179
    Ailment Threshold
    4,053
    Chill
    13
    Shock
    13
    Brittle
    73
    Scorch
    13
    Sap
    35
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Default Attack
    Base Damage: 335–502
    Critical Strike Chance: 5%
    Attack Time: 2.505 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]
    GuardianShieldCharge
    Attack, Melee, MeleeSingleTarget, Movement, Travel
    Shield Charge
    Base Damage: 335–502
    Critical Strike Chance: 5%
    Attack Time: 2.505 sec
    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.
    35% more Damage with Hits at Maximum Charge Distance
    70% increased Movement Speed
    ignores proximity shield [1]
    shield charge continue past target [0]
    shield charge extra distance [30]
    shield charge remove stun and knockback [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    Actor
    {
    	main_hand_unarmed_type = "Claw"
    	off_hand_unarmed_type = "Shield"
    }
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Guardians/GuardianHead_BlueMaps"] = {
        name = "Assault Ribbon",
        life = 0.63,
        fireResist = 0,
        coldResist = 40,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.12,
        damageSpread = 0.2,
        attackTime = 2.505,
        attackRange = 7,
        accuracy = 1,
        skillList = {
            "GuardianShieldCharge",
            "MeleeAtAnimationSpeed",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GuardianShieldCharge"] = {
        name = "Shield Charge",
        hidden = true,
        color = 4,
        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,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "shield_charge_continue_past_target",
            "base_movement_velocity_+%",
            "shield_charge_damage_+%_maximum",
            "shield_charge_extra_distance",
            "shield_charge_remove_stun_and_knockback",
            "ignores_proximity_shield",
        },
        levels = {
            [1] = {0, 70, 35, 30, levelRequirement = 3, statInterpolation = {1},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        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 = { }, },
        },
    }
    
    Assault Ribbon
    Construct
    SpectreY
    AreaThe Twilight Temple
    Tagsconstruct, ghost_armour, has_claw, has_one_handed_melee, large_height, medium_movement, melee, mud_blood, not_int, not_str, physical_affinity
    Packs
  • The Twilight Temple: Frost Sentinel, Assault Ribbon
  • The Twilight Temple: Rime Sentinel, Assault Ribbon
  • Life
    63%
    Evasion
    +30%
    Ailment Threshold
    63%
    Resistance
    0 40 0 0
    Damage
    112%
    Accuracy
    100%
    Critical Strike Chance
    +5%
    Critical Strike Multiplier
    +130%
    Attack Distance
    6 ~ 7
    Attack Time
    2.505 Second
    Damage Spread
    ±20%
    Experience
    70%
    Model Size
    100%
    Type
    Guardian
    Metadata
    GuardianHead_BlueMapsSchism
    Level
    71
    Life
    5,533
    Armour
    36,473
    Evasion
    6,838
    Energy Shield
    0
    Damage
    501
    Spell Damage
    501
    Accuracy
    326
    Attack Time
    2.505
    Experience
    7,664
    Ailment Threshold
    5,533
    Chill
    17
    Shock
    17
    Brittle
    99
    Scorch
    17
    Sap
    48
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Default Attack
    Base Damage: 401–601
    Critical Strike Chance: 5%
    Attack Time: 2.505 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]
    GuardianShieldCharge
    Attack, Melee, MeleeSingleTarget, Movement, Travel
    Shield Charge
    Base Damage: 401–601
    Critical Strike Chance: 5%
    Attack Time: 2.505 sec
    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.
    35% more Damage with Hits at Maximum Charge Distance
    70% increased Movement Speed
    ignores proximity shield [1]
    shield charge continue past target [0]
    shield charge extra distance [30]
    shield charge remove stun and knockback [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    Actor
    {
    	main_hand_unarmed_type = "Claw"
    	off_hand_unarmed_type = "Shield"
    }
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Guardians/GuardianHead_BlueMapsSchism"] = {
        name = "Assault Ribbon",
        life = 0.63,
        fireResist = 0,
        coldResist = 40,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.12,
        damageSpread = 0.2,
        attackTime = 2.505,
        attackRange = 7,
        accuracy = 1,
        skillList = {
            "GuardianShieldCharge",
            "MeleeAtAnimationSpeed",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GuardianShieldCharge"] = {
        name = "Shield Charge",
        hidden = true,
        color = 4,
        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,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "shield_charge_continue_past_target",
            "base_movement_velocity_+%",
            "shield_charge_damage_+%_maximum",
            "shield_charge_extra_distance",
            "shield_charge_remove_stun_and_knockback",
            "ignores_proximity_shield",
        },
        levels = {
            [1] = {0, 70, 35, 30, levelRequirement = 3, statInterpolation = {1},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        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 = { }, },
        },
    }
    
    Edit

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