Terror dos Ventos Infinitos
Humanóide
Monstros concedem Experiência aumentada em 100%
monster dropped item rarity +% [15000]
monster no drops or experience [1]
cannot have affliction mods [1]
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
stance movement speed +% final [-100]
Terror of the Infinite Drifts
SpectreN
AreaMapa: Fonte do Deserto
Tagsfast_movement, hard_armour, human, humanoid, is_unarmed, large_height, melee, non_unique_map_boss, not_int, not_str, physical_affinity, puncturing_weapon, red_blood
Vida
400%
Evasão
+100%
Ailment Threshold
400%
Resistência
40 40 40 25
Damage
140%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 18
Attack Time
1.695 Second
Damage Spread
±20%
Experiência
200%
Model Size
100%
Type
ShakariMap
Metadata
ShakariMap
Nível
80
Vida
5,624,459
Armadura
73,441
Evasão
14,248
Escudo de Energia
0
Damage
1,209
Dano Mágico
1,804
Precisão
462
Attack Time
1.13565
Experiência
139,832
Ailment Threshold
2,699,740
Chill
8,537
Shock
8,537
Brittle
48,296
Scorch
8,537
Sap
23,585
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque Padrão
Base Damage: 1919–2879
Chance de Crítico: 5%
Attack Time: 1.695 seg
Abate seus inimigos com um golpe poderoso.
skill can fire arrows [1]
skill can fire wand projectiles [1]
ShakariTailStrike
Attack, Area
Base Damage: 1919–2879
Chance de Crítico: 5%
Dano de Ataque: 135%
Attack Time: 1.695 seg
Recarga: 7 seg
Causa 990.1 de Dano de Caos Base por segundo
Causa 35% mais Dano de Ataque
Duração base é de 20 segundos
Duração Base Secundária é de 15 segundos
ground caustic art variation [3]
is area damage [1]
ShakariUpheaval
Attack, Area
Base Damage: 1919–2879
Chance de Crítico: 5%
Dano de Ataque: 70%
Dano de Ataque: 70%
Attack Time: 1.695 seg
Causa 30% menos Dano de Ataque
Causa 30% mais Dano
25% menos Velocidade de Ataque
Causa +10 Explosões
ShakariBurrow
Attack, Area
Base Damage: 1919–2879
Chance de Crítico: 5%
Attack Time: 1.695 seg
Recarga: 24 seg
Causa 80% menos Dano
Anel causa 500% mais Dano
emerge speed +% [100]
is area damage [1]
ShakariBurrowOnce
Attack, Area
Base Damage: 1919–2879
Chance de Crítico: 5%
Attack Time: 1.695 seg
Recarga: 10 seg
Causa 80% menos Dano
14% menos Velocidade de Ataque
Anel causa 500% mais Dano
emerge speed +% [100]
is area damage [1]
ShakariTrailBurrow
Attack
Base Damage: 1919–2879
Chance de Crítico: 5%
Attack Time: 1.695 seg
Causa 80% menos Dano
14% menos Velocidade de Ataque
emerge speed +% [100]
ShakariBurrowOnceStuck
Attack, Area
Base Damage: 1919–2879
Chance de Crítico: 5%
Attack Time: 1.695 seg
Causa 80% menos Dano
14% menos Velocidade de Ataque
Anel causa 500% mais Dano
emerge speed +% [100]
is area damage [1]
GAShakariSlam
Triggerable, Attack
Base Damage: 1919–2879
Chance de Crítico: 5%
Attack Time: 1.695 seg
Recarga: 8 seg
Causa 60% mais Dano
57% menos Velocidade de Ataque
active skill area of effect radius +% final [300]
is area damage [1]
voll slam damage +% final at centre [60]

Object Type

version 2
extends "Metadata/Monsters/Monster"

StateMachine
{
	
}

Object Type Codes

version 2
extends "Metadata/Monsters/Monster"

Render
{
	selection_height_override = 240.0
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Shakari/ShakariMap"] = {
    name = "Terror of the Infinite Drifts",
    life = 4,
    fireResist = 40,
    coldResist = 40,
    lightningResist = 40,
    chaosResist = 25,
    damage = 1.4,
    damageSpread = 0.2,
    attackTime = 1.695,
    attackRange = 18,
    accuracy = 1,
    skillList = {
        "Melee",
        "GAShakariSlam",
        "ShakariBurrowOnce",
        "ShakariBurrowOnceStuck",
        "ShakariTailStrike",
        "ShakariUpheaval",
        "ShakariBurrow",
        "ShakariTrailBurrow",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["Melee"] = {
    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",
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GAShakariSlam"] = {
    name = "GAShakariSlam",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Triggerable] = true,
        [SkillType.Attack] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "active_skill_attack_speed_+%_final",
        "active_skill_damage_+%_final",
        "voll_slam_damage_+%_final_at_centre",
        "active_skill_area_of_effect_radius_+%_final",
        "is_area_damage",
    },
    levels = {
        [1] = {-57, 60, 60, 300, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["ShakariBurrowOnce"] = {
    name = "ShakariBurrowOnce",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.Area] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "active_skill_damage_+%_final",
        "active_skill_attack_speed_+%_final",
        "emerge_speed_+%",
        "newshocknova_first_ring_damage_+%_final",
        "is_area_damage",
    },
    levels = {
        [1] = {-80, -14, 100, 500, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["ShakariBurrowOnceStuck"] = {
    name = "ShakariBurrowOnceStuck",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.Area] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "active_skill_damage_+%_final",
        "active_skill_attack_speed_+%_final",
        "emerge_speed_+%",
        "newshocknova_first_ring_damage_+%_final",
        "is_area_damage",
    },
    levels = {
        [1] = {-80, -14, 100, 500, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["ShakariTailStrike"] = {
    name = "ShakariTailStrike",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.Area] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1.94,
    baseFlags = {
        attack = true,
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_chaos_damage_to_deal_per_minute",
        "base_skill_effect_duration",
        "base_secondary_skill_effect_duration",
        "ground_caustic_art_variation",
        "is_area_damage",
    },
    levels = {
        [1] = {4, 20000, 15000, 3, baseMultiplier = 1.35, levelRequirement = 1, statInterpolation = {3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["ShakariUpheaval"] = {
    name = "ShakariUpheaval",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.Area] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1.83,
    baseFlags = {
        attack = true,
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "upheaval_number_of_spikes",
        "active_skill_attack_speed_+%_final",
        "active_skill_damage_+%_final",
    },
    levels = {
        [1] = {10, -25, 30, baseMultiplier = 0.7, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["ShakariBurrow"] = {
    name = "ShakariBurrow",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.Area] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "active_skill_damage_+%_final",
        "emerge_speed_+%",
        "newshocknova_first_ring_damage_+%_final",
        "is_area_damage",
    },
    levels = {
        [1] = {-80, 100, 500, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["ShakariTrailBurrow"] = {
    name = "ShakariTrailBurrow",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Attack] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "active_skill_attack_speed_+%_final",
        "emerge_speed_+%",
        "active_skill_damage_+%_final",
    },
    levels = {
        [1] = {-14, 100, -80, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
Monstros concedem Experiência aumentada em 100%
monster dropped item rarity +% [15000]
IdMonsterMapBoss
FamilyMonsterMapBoss
Domainsmonstro (3)
GenerationTypeÚnico (3)
Req. level1
Stats
  • monster slain experience +% Min: 100 Max: 100 Global
  • monster dropped item rarity +% Min: 15000 Max: 15000 Global
  • monster no drops or experience [1]
    IdMonsterNoDropsOrExperience
    FamilyMonsterNoDropsOrExperience
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • monster no drops or experience Min: 1 Max: 1 Global
  • cannot have affliction mods [1]
    IdCannotGainAfflictedMods
    FamilyNothing
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • cannot have affliction mods Min: 1 Max: 1 Global
  • cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    IdStunRepeatImmunityMapBoss_
    FamilyNothing
    Domainsmonstro (3)
    GenerationTypeÚnico (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
  • IdNothing
    FamilyNothing
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    stance movement speed +% final [-100]
    IdShakariImmobile
    FamilyStanceImmobile
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: -100 Max: -100 Global
  • Terror dos Ventos Infinitos
    Humanóide
    Monstros concedem Experiência aumentada em 100%
    monster dropped item rarity +% [15000]
    monster no drops or experience [1]
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    stance movement speed +% final [-100]
    Terror of the Infinite Drifts
    SpectreN
    Tagselder_map_boss, fast_movement, hard_armour, human, humanoid, is_unarmed, large_height, non_attacking, not_int, not_str, puncturing_weapon, red_blood
    Vida
    400%
    Evasão
    +100%
    Ailment Threshold
    400%
    Resistência
    40 40 40 25
    Damage
    140%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    6 ~ 18
    Attack Time
    1.695 Second
    Damage Spread
    ±20%
    Experiência
    200%
    Model Size
    100%
    Type
    ShakariMap
    Metadata
    ShakariMapElder

    Object Type

    version 2
    extends "Metadata/Monsters/ElderBosses/ElderBossClone"
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/ElderBosses/ElderBossClone"
    
    Render
    {
    	selection_height_override = 240.0
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Shakari/ShakariMapElder"] = {
        name = "Terror of the Infinite Drifts",
        life = 4,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        damage = 1.4,
        damageSpread = 0.2,
        attackTime = 1.695,
        attackRange = 18,
        accuracy = 1,
        skillList = {
        },
        modList = {
        },
    }
    
    Monstros concedem Experiência aumentada em 100%
    monster dropped item rarity +% [15000]
    IdMonsterMapBoss
    FamilyMonsterMapBoss
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • monster slain experience +% Min: 100 Max: 100 Global
  • monster dropped item rarity +% Min: 15000 Max: 15000 Global
  • monster no drops or experience [1]
    IdMonsterNoDropsOrExperience
    FamilyMonsterNoDropsOrExperience
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • monster no drops or experience Min: 1 Max: 1 Global
  • cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    IdStunRepeatImmunityMapBoss_
    FamilyNothing
    Domainsmonstro (3)
    GenerationTypeÚnico (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
  • IdNothing
    FamilyNothing
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    stance movement speed +% final [-100]
    IdShakariImmobile
    FamilyStanceImmobile
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: -100 Max: -100 Global
  • Terror dos Ventos Infinitos
    Humanóide
    Monstros concedem Experiência aumentada em 100%
    monster dropped item rarity +% [15000]
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    stance movement speed +% final [-100]
    Terror of the Infinite Drifts
    SpectreN
    AreaMapa: Fonte do Deserto
    Tagsfast_movement, hard_armour, human, humanoid, is_unarmed, large_height, melee, non_unique_map_boss, not_int, not_str, physical_affinity, puncturing_weapon, red_blood
    Vida
    400%
    Evasão
    +100%
    Ailment Threshold
    400%
    Resistência
    40 40 40 25
    Damage
    140%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    6 ~ 18
    Attack Time
    1.695 Second
    Damage Spread
    ±20%
    Experiência
    200%
    Model Size
    100%
    Type
    ShakariMap
    Metadata
    Shakari2Map
    Nível
    80
    Vida
    5,624,459
    Armadura
    73,441
    Evasão
    14,248
    Escudo de Energia
    0
    Damage
    1,209
    Dano Mágico
    1,804
    Precisão
    462
    Attack Time
    1.13565
    Experiência
    139,832
    Ailment Threshold
    2,699,740
    Chill
    8,537
    Shock
    8,537
    Brittle
    48,296
    Scorch
    8,537
    Sap
    23,585
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque Padrão
    Base Damage: 1919–2879
    Chance de Crítico: 5%
    Attack Time: 1.695 seg
    Abate seus inimigos com um golpe poderoso.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    ShakariTailStrike
    Attack, Area
    Base Damage: 1919–2879
    Chance de Crítico: 5%
    Dano de Ataque: 135%
    Attack Time: 1.695 seg
    Recarga: 7 seg
    Causa 990.1 de Dano de Caos Base por segundo
    Causa 35% mais Dano de Ataque
    Duração base é de 20 segundos
    Duração Base Secundária é de 15 segundos
    ground caustic art variation [3]
    is area damage [1]
    ShakariUpheaval
    Attack, Area
    Base Damage: 1919–2879
    Chance de Crítico: 5%
    Dano de Ataque: 70%
    Dano de Ataque: 70%
    Attack Time: 1.695 seg
    Causa 30% menos Dano de Ataque
    Causa 30% mais Dano
    25% menos Velocidade de Ataque
    Causa +10 Explosões
    ShakariBurrow
    Attack, Area
    Base Damage: 1919–2879
    Chance de Crítico: 5%
    Attack Time: 1.695 seg
    Recarga: 24 seg
    Causa 80% menos Dano
    Anel causa 500% mais Dano
    emerge speed +% [100]
    is area damage [1]
    ShakariBurrowOnce
    Attack, Area
    Base Damage: 1919–2879
    Chance de Crítico: 5%
    Attack Time: 1.695 seg
    Recarga: 10 seg
    Causa 80% menos Dano
    14% menos Velocidade de Ataque
    Anel causa 500% mais Dano
    emerge speed +% [100]
    is area damage [1]
    ShakariTrailBurrow2
    Attack
    Base Damage: 1919–2879
    Chance de Crítico: 5%
    Attack Time: 1.695 seg
    Causa 80% menos Dano
    14% menos Velocidade de Ataque
    emerge speed +% [100]
    ShakariBurrowOnceStuck
    Attack, Area
    Base Damage: 1919–2879
    Chance de Crítico: 5%
    Attack Time: 1.695 seg
    Causa 80% menos Dano
    14% menos Velocidade de Ataque
    Anel causa 500% mais Dano
    emerge speed +% [100]
    is area damage [1]
    GAShakariSlam
    Triggerable, Attack
    Base Damage: 1919–2879
    Chance de Crítico: 5%
    Attack Time: 1.695 seg
    Recarga: 8 seg
    Causa 60% mais Dano
    57% menos Velocidade de Ataque
    active skill area of effect radius +% final [300]
    is area damage [1]
    voll slam damage +% final at centre [60]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    StateMachine
    {
    	define_shared_state = "fight"
    }
    
    Actor
    {
    	basic_action = "ChangeToStance1"
    	basic_action = "ChangeToStance2"
    }
    
    Transitionable
    {
    }
    
    Life
    {
    	initial_life_percentage = 65
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Render
    {
    	selection_height_override = 240.0
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Shakari/Shakari2Map"] = {
        name = "Terror of the Infinite Drifts",
        life = 4,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        damage = 1.4,
        damageSpread = 0.2,
        attackTime = 1.695,
        attackRange = 18,
        accuracy = 1,
        skillList = {
            "Melee",
            "GAShakariSlam",
            "ShakariBurrowOnce",
            "ShakariBurrowOnceStuck",
            "ShakariTailStrike",
            "ShakariUpheaval",
            "ShakariBurrow",
            "ShakariTrailBurrow2",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["Melee"] = {
        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",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GAShakariSlam"] = {
        name = "GAShakariSlam",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_attack_speed_+%_final",
            "active_skill_damage_+%_final",
            "voll_slam_damage_+%_final_at_centre",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {-57, 60, 60, 300, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ShakariBurrowOnce"] = {
        name = "ShakariBurrowOnce",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_damage_+%_final",
            "active_skill_attack_speed_+%_final",
            "emerge_speed_+%",
            "newshocknova_first_ring_damage_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {-80, -14, 100, 500, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ShakariBurrowOnceStuck"] = {
        name = "ShakariBurrowOnceStuck",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_damage_+%_final",
            "active_skill_attack_speed_+%_final",
            "emerge_speed_+%",
            "newshocknova_first_ring_damage_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {-80, -14, 100, 500, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ShakariTailStrike"] = {
        name = "ShakariTailStrike",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.94,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_chaos_damage_to_deal_per_minute",
            "base_skill_effect_duration",
            "base_secondary_skill_effect_duration",
            "ground_caustic_art_variation",
            "is_area_damage",
        },
        levels = {
            [1] = {4, 20000, 15000, 3, baseMultiplier = 1.35, levelRequirement = 1, statInterpolation = {3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ShakariUpheaval"] = {
        name = "ShakariUpheaval",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.83,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "upheaval_number_of_spikes",
            "active_skill_attack_speed_+%_final",
            "active_skill_damage_+%_final",
        },
        levels = {
            [1] = {10, -25, 30, baseMultiplier = 0.7, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ShakariBurrow"] = {
        name = "ShakariBurrow",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_damage_+%_final",
            "emerge_speed_+%",
            "newshocknova_first_ring_damage_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {-80, 100, 500, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ShakariTrailBurrow2"] = {
        name = "ShakariTrailBurrow2",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_attack_speed_+%_final",
            "emerge_speed_+%",
            "active_skill_damage_+%_final",
        },
        levels = {
            [1] = {-14, 100, -80, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    Monstros concedem Experiência aumentada em 100%
    monster dropped item rarity +% [15000]
    IdMonsterMapBoss
    FamilyMonsterMapBoss
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • monster slain experience +% Min: 100 Max: 100 Global
  • monster dropped item rarity +% Min: 15000 Max: 15000 Global
  • cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    IdStunRepeatImmunityMapBoss_
    FamilyNothing
    Domainsmonstro (3)
    GenerationTypeÚnico (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
  • IdNothing
    FamilyNothing
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    stance movement speed +% final [-100]
    IdShakariImmobile
    FamilyStanceImmobile
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: -100 Max: -100 Global
  • Terror dos Ventos Infinitos
    Humanóide
    Monstros concedem Experiência aumentada em 100%
    monster dropped item rarity +% [15000]
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    stance movement speed +% final [-100]
    Terror of the Infinite Drifts
    SpectreN
    Tagsfast_movement, hard_armour, human, humanoid, is_unarmed, large_height, melee, not_int, not_str, physical_affinity, puncturing_weapon, red_blood, standalone_map_boss
    Vida
    400%
    Evasão
    +100%
    Ailment Threshold
    400%
    Resistência
    40 40 40 25
    Damage
    140%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    6 ~ 18
    Attack Time
    1.695 Second
    Damage Spread
    ±20%
    Experiência
    200%
    Model Size
    100%
    Type
    ShakariMap
    Metadata
    Shakari2MapStandalone
    Nível
    68
    Vida
    557,385
    Armadura
    28,790
    Evasão
    9,478
    Escudo de Energia
    0
    Damage
    596
    Dano Mágico
    889
    Precisão
    290
    Attack Time
    1.13565
    Experiência
    112,805
    Ailment Threshold
    351,153
    Chill
    1,110
    Shock
    1,110
    Brittle
    6,282
    Scorch
    1,110
    Sap
    3,068
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque Padrão
    Base Damage: 946–1419
    Chance de Crítico: 5%
    Attack Time: 1.695 seg
    Abate seus inimigos com um golpe poderoso.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    ShakariTailStrike
    Attack, Area
    Base Damage: 946–1419
    Chance de Crítico: 5%
    Dano de Ataque: 135%
    Attack Time: 1.695 seg
    Recarga: 7 seg
    Causa 694.4 de Dano de Caos Base por segundo
    Causa 35% mais Dano de Ataque
    Duração base é de 20 segundos
    Duração Base Secundária é de 15 segundos
    ground caustic art variation [3]
    is area damage [1]
    ShakariUpheaval
    Attack, Area
    Base Damage: 946–1419
    Chance de Crítico: 5%
    Dano de Ataque: 70%
    Dano de Ataque: 70%
    Attack Time: 1.695 seg
    Causa 30% menos Dano de Ataque
    Causa 30% mais Dano
    25% menos Velocidade de Ataque
    Causa +10 Explosões
    ShakariBurrow
    Attack, Area
    Base Damage: 946–1419
    Chance de Crítico: 5%
    Attack Time: 1.695 seg
    Recarga: 24 seg
    Causa 80% menos Dano
    Anel causa 500% mais Dano
    emerge speed +% [100]
    is area damage [1]
    ShakariBurrowOnce
    Attack, Area
    Base Damage: 946–1419
    Chance de Crítico: 5%
    Attack Time: 1.695 seg
    Recarga: 10 seg
    Causa 80% menos Dano
    14% menos Velocidade de Ataque
    Anel causa 500% mais Dano
    emerge speed +% [100]
    is area damage [1]
    ShakariTrailBurrow2
    Attack
    Base Damage: 946–1419
    Chance de Crítico: 5%
    Attack Time: 1.695 seg
    Causa 80% menos Dano
    14% menos Velocidade de Ataque
    emerge speed +% [100]
    ShakariBurrowOnceStuck
    Attack, Area
    Base Damage: 946–1419
    Chance de Crítico: 5%
    Attack Time: 1.695 seg
    Causa 80% menos Dano
    14% menos Velocidade de Ataque
    Anel causa 500% mais Dano
    emerge speed +% [100]
    is area damage [1]
    GAShakariSlam
    Triggerable, Attack
    Base Damage: 946–1419
    Chance de Crítico: 5%
    Attack Time: 1.695 seg
    Recarga: 8 seg
    Causa 60% mais Dano
    57% menos Velocidade de Ataque
    active skill area of effect radius +% final [300]
    is area damage [1]
    voll slam damage +% final at centre [60]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/StandaloneMapBoss"
    
    Actor
    {
    	basic_action = "ChangeToStance1"
    	basic_action = "ChangeToStance2"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/StandaloneMapBoss"
    
    Render
    {
    	selection_height_override = 240.0
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Shakari/Shakari2MapStandalone"] = {
        name = "Terror of the Infinite Drifts",
        life = 4,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        damage = 1.4,
        damageSpread = 0.2,
        attackTime = 1.695,
        attackRange = 18,
        accuracy = 1,
        skillList = {
            "Melee",
            "GAShakariSlam",
            "ShakariBurrowOnce",
            "ShakariBurrowOnceStuck",
            "ShakariTailStrike",
            "ShakariUpheaval",
            "ShakariBurrow",
            "ShakariTrailBurrow2",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["Melee"] = {
        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",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GAShakariSlam"] = {
        name = "GAShakariSlam",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_attack_speed_+%_final",
            "active_skill_damage_+%_final",
            "voll_slam_damage_+%_final_at_centre",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {-57, 60, 60, 300, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ShakariBurrowOnce"] = {
        name = "ShakariBurrowOnce",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_damage_+%_final",
            "active_skill_attack_speed_+%_final",
            "emerge_speed_+%",
            "newshocknova_first_ring_damage_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {-80, -14, 100, 500, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ShakariBurrowOnceStuck"] = {
        name = "ShakariBurrowOnceStuck",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_damage_+%_final",
            "active_skill_attack_speed_+%_final",
            "emerge_speed_+%",
            "newshocknova_first_ring_damage_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {-80, -14, 100, 500, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ShakariTailStrike"] = {
        name = "ShakariTailStrike",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.94,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_chaos_damage_to_deal_per_minute",
            "base_skill_effect_duration",
            "base_secondary_skill_effect_duration",
            "ground_caustic_art_variation",
            "is_area_damage",
        },
        levels = {
            [1] = {4, 20000, 15000, 3, baseMultiplier = 1.35, levelRequirement = 1, statInterpolation = {3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ShakariUpheaval"] = {
        name = "ShakariUpheaval",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.83,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "upheaval_number_of_spikes",
            "active_skill_attack_speed_+%_final",
            "active_skill_damage_+%_final",
        },
        levels = {
            [1] = {10, -25, 30, baseMultiplier = 0.7, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ShakariBurrow"] = {
        name = "ShakariBurrow",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_damage_+%_final",
            "emerge_speed_+%",
            "newshocknova_first_ring_damage_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {-80, 100, 500, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ShakariTrailBurrow2"] = {
        name = "ShakariTrailBurrow2",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_attack_speed_+%_final",
            "emerge_speed_+%",
            "active_skill_damage_+%_final",
        },
        levels = {
            [1] = {-14, 100, -80, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    Monstros concedem Experiência aumentada em 100%
    monster dropped item rarity +% [15000]
    IdMonsterMapBoss
    FamilyMonsterMapBoss
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • monster slain experience +% Min: 100 Max: 100 Global
  • monster dropped item rarity +% Min: 15000 Max: 15000 Global
  • cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    IdStunRepeatImmunityMapBoss_
    FamilyNothing
    Domainsmonstro (3)
    GenerationTypeÚnico (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
  • IdNothing
    FamilyNothing
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    stance movement speed +% final [-100]
    IdShakariImmobile
    FamilyStanceImmobile
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: -100 Max: -100 Global
  • Terror dos Ventos Infinitos
    Humanóide
    Monstros concedem Experiência aumentada em 100%
    monster dropped item rarity +% [15000]
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    stance movement speed +% final [-100]
    Terror of the Infinite Drifts
    SpectreN
    Tagsfast_movement, hard_armour, human, humanoid, is_unarmed, melee, not_int, not_str, physical_affinity, puncturing_weapon, red_blood
    Vida
    400%
    Evasão
    +100%
    Ailment Threshold
    400%
    Resistência
    40 40 40 25
    Damage
    140%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    6 ~ 18
    Attack Time
    1.695 Second
    Damage Spread
    ±20%
    Experiência
    200%
    Model Size
    100%
    Type
    ShakariMap
    Metadata
    Shakari2MapArchnemesis
    Nível
    68
    Vida
    557,385
    Armadura
    28,790
    Evasão
    9,478
    Escudo de Energia
    0
    Damage
    596
    Dano Mágico
    889
    Precisão
    290
    Attack Time
    1.13565
    Experiência
    112,805
    Ailment Threshold
    351,153
    Chill
    1,110
    Shock
    1,110
    Brittle
    6,282
    Scorch
    1,110
    Sap
    3,068
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque Padrão
    Base Damage: 946–1419
    Chance de Crítico: 5%
    Attack Time: 1.695 seg
    Abate seus inimigos com um golpe poderoso.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    ShakariTailStrike
    Attack, Area
    Base Damage: 946–1419
    Chance de Crítico: 5%
    Dano de Ataque: 135%
    Attack Time: 1.695 seg
    Recarga: 7 seg
    Causa 694.4 de Dano de Caos Base por segundo
    Causa 35% mais Dano de Ataque
    Duração base é de 20 segundos
    Duração Base Secundária é de 15 segundos
    ground caustic art variation [3]
    is area damage [1]
    ShakariUpheaval
    Attack, Area
    Base Damage: 946–1419
    Chance de Crítico: 5%
    Dano de Ataque: 70%
    Dano de Ataque: 70%
    Attack Time: 1.695 seg
    Causa 30% menos Dano de Ataque
    Causa 30% mais Dano
    25% menos Velocidade de Ataque
    Causa +10 Explosões
    ShakariBurrow
    Attack, Area
    Base Damage: 946–1419
    Chance de Crítico: 5%
    Attack Time: 1.695 seg
    Recarga: 24 seg
    Causa 80% menos Dano
    Anel causa 500% mais Dano
    emerge speed +% [100]
    is area damage [1]
    ShakariBurrowOnce
    Attack, Area
    Base Damage: 946–1419
    Chance de Crítico: 5%
    Attack Time: 1.695 seg
    Recarga: 10 seg
    Causa 80% menos Dano
    14% menos Velocidade de Ataque
    Anel causa 500% mais Dano
    emerge speed +% [100]
    is area damage [1]
    ShakariTrailBurrow2
    Attack
    Base Damage: 946–1419
    Chance de Crítico: 5%
    Attack Time: 1.695 seg
    Causa 80% menos Dano
    14% menos Velocidade de Ataque
    emerge speed +% [100]
    ShakariBurrowOnceStuck
    Attack, Area
    Base Damage: 946–1419
    Chance de Crítico: 5%
    Attack Time: 1.695 seg
    Causa 80% menos Dano
    14% menos Velocidade de Ataque
    Anel causa 500% mais Dano
    emerge speed +% [100]
    is area damage [1]
    GAShakariSlam
    Triggerable, Attack
    Base Damage: 946–1419
    Chance de Crítico: 5%
    Attack Time: 1.695 seg
    Recarga: 8 seg
    Causa 60% mais Dano
    57% menos Velocidade de Ataque
    active skill area of effect radius +% final [300]
    is area damage [1]
    voll slam damage +% final at centre [60]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/LeagueArchnemesis/PantheonApparition"
    
    Actor
    {
    	basic_action = "ChangeToStance1"
    	basic_action = "ChangeToStance2"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/LeagueArchnemesis/PantheonApparition"
    
    Render
    {
    	selection_height_override = 240.0
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Shakari/Shakari2MapArchnemesis"] = {
        name = "Terror of the Infinite Drifts",
        life = 4,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        damage = 1.4,
        damageSpread = 0.2,
        attackTime = 1.695,
        attackRange = 18,
        accuracy = 1,
        skillList = {
            "Melee",
            "GAShakariSlam",
            "ShakariBurrowOnce",
            "ShakariBurrowOnceStuck",
            "ShakariTailStrike",
            "ShakariUpheaval",
            "ShakariBurrow",
            "ShakariTrailBurrow2",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["Melee"] = {
        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",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GAShakariSlam"] = {
        name = "GAShakariSlam",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_attack_speed_+%_final",
            "active_skill_damage_+%_final",
            "voll_slam_damage_+%_final_at_centre",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {-57, 60, 60, 300, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ShakariBurrowOnce"] = {
        name = "ShakariBurrowOnce",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_damage_+%_final",
            "active_skill_attack_speed_+%_final",
            "emerge_speed_+%",
            "newshocknova_first_ring_damage_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {-80, -14, 100, 500, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ShakariBurrowOnceStuck"] = {
        name = "ShakariBurrowOnceStuck",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_damage_+%_final",
            "active_skill_attack_speed_+%_final",
            "emerge_speed_+%",
            "newshocknova_first_ring_damage_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {-80, -14, 100, 500, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ShakariTailStrike"] = {
        name = "ShakariTailStrike",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.94,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_chaos_damage_to_deal_per_minute",
            "base_skill_effect_duration",
            "base_secondary_skill_effect_duration",
            "ground_caustic_art_variation",
            "is_area_damage",
        },
        levels = {
            [1] = {4, 20000, 15000, 3, baseMultiplier = 1.35, levelRequirement = 1, statInterpolation = {3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ShakariUpheaval"] = {
        name = "ShakariUpheaval",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.83,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "upheaval_number_of_spikes",
            "active_skill_attack_speed_+%_final",
            "active_skill_damage_+%_final",
        },
        levels = {
            [1] = {10, -25, 30, baseMultiplier = 0.7, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ShakariBurrow"] = {
        name = "ShakariBurrow",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_damage_+%_final",
            "emerge_speed_+%",
            "newshocknova_first_ring_damage_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {-80, 100, 500, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ShakariTrailBurrow2"] = {
        name = "ShakariTrailBurrow2",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_attack_speed_+%_final",
            "emerge_speed_+%",
            "active_skill_damage_+%_final",
        },
        levels = {
            [1] = {-14, 100, -80, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    Monstros concedem Experiência aumentada em 100%
    monster dropped item rarity +% [15000]
    IdMonsterMapBoss
    FamilyMonsterMapBoss
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • monster slain experience +% Min: 100 Max: 100 Global
  • monster dropped item rarity +% Min: 15000 Max: 15000 Global
  • cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    IdStunRepeatImmunityMapBoss_
    FamilyNothing
    Domainsmonstro (3)
    GenerationTypeÚnico (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
  • IdNothing
    FamilyNothing
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    stance movement speed +% final [-100]
    IdShakariImmobile
    FamilyStanceImmobile
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: -100 Max: -100 Global
  • Terror dos Ventos Infinitos
    Humanóide
    Monstros concedem Experiência aumentada em 100%
    monster dropped item rarity +% [15000]
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    stance movement speed +% final [-100]
    Terror of the Infinite Drifts
    SpectreN
    Tagsfast_movement, hard_armour, human, humanoid, is_unarmed, large_height, non_attacking, not_int, not_str, puncturing_weapon, red_blood
    Vida
    400%
    Evasão
    +100%
    Ailment Threshold
    400%
    Resistência
    40 40 40 25
    Damage
    140%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    6 ~ 18
    Attack Time
    1.695 Second
    Damage Spread
    ±20%
    Experiência
    200%
    Model Size
    100%
    Type
    ShakariMap
    Metadata
    Shakari2MapElder

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Life
    {
    	corpse_usable = false
    }
    
    Stats
    {
    	base_cannot_be_damaged = 1
    	base_cannot_be_stunned = 1
    	cannot_be_knocked_back = 1
    	is_hidden_monster = 1
    	immune_to_curses = 1
    	immune_to_auras_from_other_entities = 1
    	set_immune_vaal_lighting_warp = 1
    }
    
    Transitionable
    {
    	
    }
    
    Preload
    {
    	preload_object = "Metadata/Monsters/ElderBosses/ElderAbsorb"
    	preload_object = "Metadata/MiscellaneousObjects/ElderPortal"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Transitionable
    {
    	on_transition = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/Elder/entrance/affecting_target.epk );"
    	create_transitioned = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/Elder/entrance/affecting_target_instant.epk );"
    }
    
    Animated
    {
    	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/Elder/entrance/entrance.ao"
    	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/Elder/absorb/absorb.ao"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Shakari/Shakari2MapElder"] = {
        name = "Terror of the Infinite Drifts",
        life = 4,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        damage = 1.4,
        damageSpread = 0.2,
        attackTime = 1.695,
        attackRange = 18,
        accuracy = 1,
        skillList = {
        },
        modList = {
        },
    }
    
    Monstros concedem Experiência aumentada em 100%
    monster dropped item rarity +% [15000]
    IdMonsterMapBoss
    FamilyMonsterMapBoss
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • monster slain experience +% Min: 100 Max: 100 Global
  • monster dropped item rarity +% Min: 15000 Max: 15000 Global
  • cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    IdStunRepeatImmunityMapBoss_
    FamilyNothing
    Domainsmonstro (3)
    GenerationTypeÚnico (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
  • IdNothing
    FamilyNothing
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    stance movement speed +% final [-100]
    IdShakariImmobile
    FamilyStanceImmobile
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: -100 Max: -100 Global
  • Edit

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