Guardião do Forte
Construto
Raridade dos Itens Derrubados aumentada em 15000%
Monstros concedem Experiência aumentada em 100%
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Velocidade de Ataque aumentada em 50%
Velocidade de Conjuração aumentada em 50%
Velocidade de Movimento aumentada em 50%
Empurra Inimigos ao Acertar
Distância do Empurrão aumentada em 400%
Guardian of the Vault
SpectreN
AreaMapa: Forte
Tagsbludgeoning_weapon, Conjurador, construct, has_dual_wield_melee, has_one_hand_mace, has_one_handed_melee, large_height, large_model, medium_movement, melee, mud_blood, non_unique_map_boss, not_int, physical_affinity, stone_armour
Vida
300%
Armadura
+60%
Evasão
+40%
Ailment Threshold
300%
Resistência
40 40 40 25
Damage
88%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 16
Attack Time
1.5 Second
Damage Spread
±20%
Experiência
100%
Model Size
163%
Type
TreasureGolemMapBoss
Metadata
TreasureGolemMapBoss
Nível
82
Vida
6,278,181
Armadura
137,042
Evasão
10,651
Escudo de Energia
0
Damage
852
Dano Mágico
1,272
Precisão
499
Attack Time
1.005
Experiência
71,533
Ailment Threshold
2,950,745
Chill
9,330
Shock
9,330
Brittle
52,786
Scorch
9,330
Sap
25,778
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque Padrão
Base Damage: 1353–2030
Chance de Crítico: 5%
Attack Time: 1.5 seg
Abate seus inimigos com um golpe poderoso.
skill can fire arrows [1]
skill can fire wand projectiles [1]
SummonGoldAnimatedArmour
Spell
Tempo de Conjuração: 1 seg
Recarga: 4.5 seg
minion dies when parent dies [1]
summoned monsters are minions [1]
summoned monsters no drops or experience [1]
TreasureGolemSlam
Attack, Area
Base Damage: 1353–2030
Chance de Crítico: 5%
Dano de Ataque: 95%
Dano de Ataque: 95%
Attack Time: 1.5 seg
Recarga: 5 seg
Causa 5% menos Dano de Ataque
47% menos Velocidade de Ataque
active skill area of effect radius +% final [-50]
is area damage [1]
voll slam damage +% final at centre [100]
VaultBossDelayedBlast
Spell, Triggerable
Tempo de Conjuração: 1 seg
Causa 1717 a 2575 de Dano Físico
Duração base é de 15 segundos
Dispara 50 Projéteis adicionais
cast on hide % [100]
firestorm use server effects [1]
is area damage [1]
HideVaultBoss
Duration
Recarga: 30 seg
Duração base é de 15 segundos
skill cannot be interrupted [1]
skill cannot be stunned [1]
spell maximum action distance +% [-90]
VaultBossLeapSlam
Attack, Area, Melee, Movement, Travel, Slam, Totemable
Salto Impactante
Base Damage: 1353–2030
Chance de Crítico: 5%
Dano de Ataque: 150%
Dano de Ataque: 150%
Attack Time: 1.5 seg
Recarga: 2 seg
Salta no ar, causando dano e empurrando inimigos com sua arma ao cair. Inimigos nos quais você cairia em cima são empurrados para fora do caminho. Requer um Machado, Maça, Cetro, Espada ou Cajado. Não pode ser suportado por Ataques Múltiplos.
Causa 50% mais Dano de Ataque
50% menos Velocidade de Ataque
Raio Base igual a 1.5 metros
cast time overrides attack duration [1]
is area damage [1]
ChangeStanceVaultGolem
Recarga: 12 seg
Duração base é de 6 segundos

Object Type

version 2
extends "Metadata/Monsters/Monster"

Transitionable
{
}

Actor
{
	basic_action = "Emerge"
	basic_action = "ChangeToStance1"
	basic_action = "ChangeToStance2"
}

Life
{
	corpse_usable = false
}

Object Type Codes

version 2
extends "Metadata/Monsters/Monster"

Render
{
	//turn_duration = 0.5
}

Transitionable
{
	create_untransitioned = "PlayAnimationType( Emerge ); PauseAnimation(); RemoveCollidability();"
	on_transition = "MakeCollidable(); SpawnEffect( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/TreasureGolem/treasuregolememerge.ao );"
}

Preload
{
	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/labyrinth/skeleton_king/golden_spine_upheaval/goldenupheaval.ao"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/RockGolem/TreasureGolemMapBoss"] = {
    name = "Guardian of the Vault",
    life = 3,
    fireResist = 40,
    coldResist = 40,
    lightningResist = 40,
    chaosResist = 25,
    damage = 0.88,
    damageSpread = 0.2,
    attackTime = 1.5,
    attackRange = 16,
    accuracy = 1,
    weaponType1 = "One Hand Mace",
    weaponType2 = "Dagger",
    skillList = {
        "Melee",
        "VaultBossLeapSlam",
        "HideVaultBoss",
        "TreasureGolemSlam",
        "VaultBossDelayedBlast",
        "ChangeStanceVaultGolem",
        "SummonGoldAnimatedArmour",
    },
    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["VaultBossLeapSlam"] = {
    name = "Leap Slam",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Jump through the air, damaging and knocking back enemies with your weapon where you land. Enemies you would land on are pushed out of the way. Requires an Axe, Mace, Sceptre, Sword or Staff. Cannot be supported by Multistrike.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.Area] = true,
        [SkillType.Melee] = true,
        [SkillType.Movement] = true,
        [SkillType.Travel] = true,
        [SkillType.Slam] = true,
        [SkillType.Totemable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1.4,
    baseFlags = {
        attack = true,
        area = true,
        melee = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "active_skill_attack_speed_+%_final",
        "active_skill_base_area_of_effect_radius",
        "is_area_damage",
        "cast_time_overrides_attack_duration",
    },
    levels = {
        [1] = {-50, 15, baseMultiplier = 1.5, levelRequirement = 2, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["HideVaultBoss"] = {
    name = "HideVaultBoss",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Duration] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_skill_effect_duration",
        "spell_maximum_action_distance_+%",
        "skill_cannot_be_interrupted",
        "skill_cannot_be_stunned",
    },
    levels = {
        [1] = {15000, -90, levelRequirement = 10, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["TreasureGolemSlam"] = {
    name = "TreasureGolemSlam",
    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_attack_speed_+%_final",
        "voll_slam_damage_+%_final_at_centre",
        "active_skill_area_of_effect_radius_+%_final",
        "is_area_damage",
    },
    levels = {
        [1] = {-47, 100, -50, baseMultiplier = 0.95, levelRequirement = 68, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["VaultBossDelayedBlast"] = {
    name = "VaultBossDelayedBlast",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_physical_damage",
        "spell_maximum_base_physical_damage",
        "number_of_additional_projectiles",
        "base_skill_effect_duration",
        "cast_on_hide_%",
        "is_area_damage",
        "firestorm_use_server_effects",
    },
    levels = {
        [1] = {1.6000000238419, 2.4000000953674, 50, 15000, 100, levelRequirement = 68, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["ChangeStanceVaultGolem"] = {
    name = "ChangeStanceVaultGolem",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_skill_effect_duration",
    },
    levels = {
        [1] = {6000, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["SummonGoldAnimatedArmour"] = {
    name = "SummonGoldAnimatedArmour",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "summoned_monsters_are_minions",
        "minion_dies_when_parent_dies",
        "summoned_monsters_no_drops_or_experience",
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
Raridade dos Itens Derrubados aumentada em 15000%
Monstros concedem Experiência aumentada em 100%
IdMonsterMapBoss
FamilyMonsterMapBoss
Domainsmonstro (3)
GenerationTypeunico (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)
    GenerationTypeunico (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)
    GenerationTypeunico (3)
    Req. level1
    Velocidade de Ataque aumentada em 50%
    Velocidade de Conjuração aumentada em 50%
    Velocidade de Movimento aumentada em 50%
    Empurra Inimigos ao Acertar
    Distância do Empurrão aumentada em 400%
    IdVaultBossStanceMods
    FamilyVaultBossStanceMods
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • attack speed +% Min: 50 Max: 50 Global
  • base cast speed +% Min: 50 Max: 50 Global
  • knockback distance +% Min: 400 Max: 400 Global
  • base movement velocity +% Min: 50 Max: 50 Global
  • base global chance to knockback % Min: 100 Max: 100 Global
  • Craft Tagsattack caster speed
    Guardião do Forte
    Construto
    Raridade dos Itens Derrubados aumentada em 15000%
    Monstros concedem Experiência aumentada em 100%
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    Velocidade de Ataque aumentada em 50%
    Velocidade de Conjuração aumentada em 50%
    Velocidade de Movimento aumentada em 50%
    Empurra Inimigos ao Acertar
    Distância do Empurrão aumentada em 400%
    Guardian of the Vault
    SpectreN
    Tagsbludgeoning_weapon, Conjurador, construct, has_dual_wield_melee, has_one_hand_mace, has_one_handed_melee, large_height, large_model, medium_movement, melee, mud_blood, not_int, physical_affinity, standalone_map_boss, stone_armour
    Vida
    300%
    Armadura
    +60%
    Evasão
    +40%
    Ailment Threshold
    300%
    Resistência
    40 40 40 25
    Damage
    88%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    6 ~ 16
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experiência
    100%
    Model Size
    163%
    Type
    TreasureGolemMapBoss
    Metadata
    TreasureGolemMapBossStandalone
    Nível
    68
    Vida
    418,039
    Armadura
    46,064
    Evasão
    6,635
    Escudo de Energia
    0
    Damage
    374
    Dano Mágico
    559
    Precisão
    290
    Attack Time
    1.005
    Experiência
    56,403
    Ailment Threshold
    263,365
    Chill
    833
    Shock
    833
    Brittle
    4,711
    Scorch
    833
    Sap
    2,301
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque Padrão
    Base Damage: 595–892
    Chance de Crítico: 5%
    Attack Time: 1.5 seg
    Abate seus inimigos com um golpe poderoso.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    TreasureGolemSlam
    Attack, Area
    Base Damage: 595–892
    Chance de Crítico: 5%
    Dano de Ataque: 95%
    Dano de Ataque: 95%
    Attack Time: 1.5 seg
    Recarga: 5 seg
    Causa 5% menos Dano de Ataque
    47% menos Velocidade de Ataque
    active skill area of effect radius +% final [-50]
    is area damage [1]
    voll slam damage +% final at centre [100]
    VaultBossDelayedBlast
    Spell, Triggerable
    Tempo de Conjuração: 1 seg
    Causa 1061 a 1591 de Dano Físico
    Duração base é de 15 segundos
    Dispara 50 Projéteis adicionais
    cast on hide % [100]
    firestorm use server effects [1]
    is area damage [1]
    VaultBossLeapSlam
    Attack, Area, Melee, Movement, Travel, Slam, Totemable
    Salto Impactante
    Base Damage: 595–892
    Chance de Crítico: 5%
    Dano de Ataque: 150%
    Dano de Ataque: 150%
    Attack Time: 1.5 seg
    Recarga: 2 seg
    Salta no ar, causando dano e empurrando inimigos com sua arma ao cair. Inimigos nos quais você cairia em cima são empurrados para fora do caminho. Requer um Machado, Maça, Cetro, Espada ou Cajado. Não pode ser suportado por Ataques Múltiplos.
    Causa 50% mais Dano de Ataque
    50% menos Velocidade de Ataque
    Raio Base igual a 1.5 metros
    cast time overrides attack duration [1]
    is area damage [1]
    GTStandaloneTreasureGolemDelayedBlast
    Triggerable, Spell
    Tempo de Conjuração: 1 seg
    VaultBossDelayedBlastStandalone
    Spell, Damage, Area, Triggerable, AreaSpell
    Tempo de Conjuração: 1 seg
    Causa 1061 a 1591 de Dano Físico
    is area damage [1]
    TreasureGolemSummonAnimatedWeaponStandalone
    Spell, Multicastable, Triggerable
    Tempo de Conjuração: 1 seg
    alternate minion [176]
    minion dies when parent dies [1]
    number of monsters to summon [4]
    summoned monsters are minions [1]
    summoned monsters no drops or experience [1]

    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"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/RockGolem/TreasureGolemMapBossStandalone"] = {
        name = "Guardian of the Vault",
        life = 3,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        damage = 0.88,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 16,
        accuracy = 1,
        weaponType1 = "One Hand Mace",
        weaponType2 = "Dagger",
        skillList = {
            "Melee",
            "VaultBossLeapSlam",
            "TreasureGolemSummonAnimatedWeaponStandalone",
            "TreasureGolemSlam",
            "VaultBossDelayedBlast",
            "VaultBossDelayedBlastStandalone",
            "GTStandaloneTreasureGolemDelayedBlast",
        },
        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["VaultBossLeapSlam"] = {
        name = "Leap Slam",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Jump through the air, damaging and knocking back enemies with your weapon where you land. Enemies you would land on are pushed out of the way. Requires an Axe, Mace, Sceptre, Sword or Staff. Cannot be supported by Multistrike.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
            [SkillType.Melee] = true,
            [SkillType.Movement] = true,
            [SkillType.Travel] = true,
            [SkillType.Slam] = true,
            [SkillType.Totemable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.4,
        baseFlags = {
            attack = true,
            area = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_attack_speed_+%_final",
            "active_skill_base_area_of_effect_radius",
            "is_area_damage",
            "cast_time_overrides_attack_duration",
        },
        levels = {
            [1] = {-50, 15, baseMultiplier = 1.5, levelRequirement = 2, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["TreasureGolemSummonAnimatedWeaponStandalone"] = {
        name = "TreasureGolemSummonAnimatedWeaponStandalone",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "alternate_minion",
            "number_of_monsters_to_summon",
            "summoned_monsters_are_minions",
            "minion_dies_when_parent_dies",
            "summoned_monsters_no_drops_or_experience",
        },
        levels = {
            [1] = {176, 4, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["TreasureGolemSlam"] = {
        name = "TreasureGolemSlam",
        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_attack_speed_+%_final",
            "voll_slam_damage_+%_final_at_centre",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {-47, 100, -50, baseMultiplier = 0.95, levelRequirement = 68, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["VaultBossDelayedBlast"] = {
        name = "VaultBossDelayedBlast",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "number_of_additional_projectiles",
            "base_skill_effect_duration",
            "cast_on_hide_%",
            "is_area_damage",
            "firestorm_use_server_effects",
        },
        levels = {
            [1] = {1.6000000238419, 2.4000000953674, 50, 15000, 100, levelRequirement = 68, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["VaultBossDelayedBlastStandalone"] = {
        name = "VaultBossDelayedBlastStandalone",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Triggerable] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            area = true,
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "is_area_damage",
        },
        levels = {
            [1] = {1.6000000238419, 2.4000000953674, levelRequirement = 68, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GTStandaloneTreasureGolemDelayedBlast"] = {
        name = "GTStandaloneTreasureGolemDelayedBlast",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    
    Raridade dos Itens Derrubados aumentada em 15000%
    Monstros concedem Experiência aumentada em 100%
    IdMonsterMapBoss
    FamilyMonsterMapBoss
    Domainsmonstro (3)
    GenerationTypeunico (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)
    GenerationTypeunico (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)
    GenerationTypeunico (3)
    Req. level1
    Velocidade de Ataque aumentada em 50%
    Velocidade de Conjuração aumentada em 50%
    Velocidade de Movimento aumentada em 50%
    Empurra Inimigos ao Acertar
    Distância do Empurrão aumentada em 400%
    IdVaultBossStanceMods
    FamilyVaultBossStanceMods
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • attack speed +% Min: 50 Max: 50 Global
  • base cast speed +% Min: 50 Max: 50 Global
  • knockback distance +% Min: 400 Max: 400 Global
  • base movement velocity +% Min: 50 Max: 50 Global
  • base global chance to knockback % Min: 100 Max: 100 Global
  • Craft Tagsattack caster speed
    Guardião do Forte
    Construto
    Raridade dos Itens Derrubados aumentada em 15000%
    Monstros concedem Experiência aumentada em 100%
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    Velocidade de Ataque aumentada em 50%
    Velocidade de Conjuração aumentada em 50%
    Velocidade de Movimento aumentada em 50%
    Empurra Inimigos ao Acertar
    Distância do Empurrão aumentada em 400%
    Guardian of the Vault
    SpectreN
    Tagsbludgeoning_weapon, construct, elder_map_boss, has_dual_wield_melee, has_one_hand_mace, has_one_handed_melee, large_height, large_model, medium_movement, mud_blood, non_attacking, not_int, stone_armour
    Vida
    300%
    Armadura
    +60%
    Evasão
    +40%
    Ailment Threshold
    300%
    Resistência
    40 40 40 25
    Damage
    88%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    6 ~ 9
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experiência
    100%
    Model Size
    163%
    Type
    TreasureGolemMapBoss
    Metadata
    TreasureGolemMapBossElder

    Object Type

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

    Object Type Codes

    version 2
    extends "Metadata/Monsters/ElderBosses/ElderBossClone"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/RockGolem/TreasureGolemMapBossElder"] = {
        name = "Guardian of the Vault",
        life = 3,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        damage = 0.88,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 9,
        accuracy = 1,
        weaponType1 = "One Hand Mace",
        weaponType2 = "Dagger",
        skillList = {
        },
        modList = {
        },
    }
    
    Raridade dos Itens Derrubados aumentada em 15000%
    Monstros concedem Experiência aumentada em 100%
    IdMonsterMapBoss
    FamilyMonsterMapBoss
    Domainsmonstro (3)
    GenerationTypeunico (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)
    GenerationTypeunico (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)
    GenerationTypeunico (3)
    Req. level1
    Velocidade de Ataque aumentada em 50%
    Velocidade de Conjuração aumentada em 50%
    Velocidade de Movimento aumentada em 50%
    Empurra Inimigos ao Acertar
    Distância do Empurrão aumentada em 400%
    IdVaultBossStanceMods
    FamilyVaultBossStanceMods
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • attack speed +% Min: 50 Max: 50 Global
  • base cast speed +% Min: 50 Max: 50 Global
  • knockback distance +% Min: 400 Max: 400 Global
  • base movement velocity +% Min: 50 Max: 50 Global
  • base global chance to knockback % Min: 100 Max: 100 Global
  • Craft Tagsattack caster speed
    Edit

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