Gárgola calcificada
Demonio
La velocidad de acción no se puede modificar por debajo del 70% de su valor base
Ossified Gargoyle
SpectreN
Tagsbeast, demon, extra_large_height, flesh_armour, gladiator, has_one_hand_mace, has_one_handed_melee, large_model, medium_movement, melee, no_pantheon_mod, not_dex, not_int, physical_affinity, red_blood, sanctum_monster, slashing_weapon
Vida
3000%
Armaduras
+100%
Ailment Threshold
3000%
Resistencia
40 40 40 25
Damage
300%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de Golpe Crítico
+130%
Attack Distance
6 ~ 12
Attack Time
1.995 Second
Damage Spread
±20%
Experiencia
300%
Model Size
120%
Type
SanctumArgus
Metadata
Argus
Nivel
68
Vida
193,001
Armaduras
57,580
Evasión
4,739
Escudo de energía
0
Damage
1,121
Daño de hechizos
1,121
Precisión
290
Attack Time
1.995
Experiencia
30,765
Ailment Threshold
193,001
Chill
610
Shock
610
Brittle
3,453
Scorch
610
Sap
1,686
GASanctumArgusSunderImpact
Triggerable, Attack
Base Damage: 897–1345
Probabilidad de golpe crítico: 5%
Attack Time: 1.995 seg
base sanctum damage [10]
is area damage [1]
GTSanctumSentinelMarkerSlamSunder
Triggerable, Spell
Tiempo de lanzamiento: 1.33 seg
MeleeAtAnimationSpeedUniqueSanctum
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque estándar
Base Damage: 897–1345
Probabilidad de golpe crítico: 5%
Attack Time: 1.995 seg
Derriba a tus enemigos con un golpe poderoso.
action attack or cast time uses animation length [1]
base sanctum damage [30]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]

Object Type

version 2
extends "Metadata/Monsters/LeagueSanctum/Fodder/SanctumFodderBase"

Actor
{
	basic_action = "Emerge"
}

StateMachine
{
	define_shared_state = "active;"
}

Object Type Codes

version 2
extends "Metadata/Monsters/LeagueSanctum/Fodder/SanctumFodderBase"


BaseEvents
{
	on_construction_complete = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/act9/StoneEpk/StonePetrify.epk );"
}

StateMachine
{
	on_or_create_state_active_0 = "PlayAnimation( idle ); PauseAnimation(  );"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/LeagueSanctum/Fodder/Argus"] = {
    name = "Ossified Gargoyle",
    life = 30,
    fireResist = 40,
    coldResist = 40,
    lightningResist = 40,
    chaosResist = 25,
    damage = 3,
    damageSpread = 0.2,
    attackTime = 1.995,
    attackRange = 12,
    accuracy = 1,
    weaponType1 = "One Hand Mace",
    skillList = {
        "MeleeAtAnimationSpeedUniqueSanctum",
        "GASanctumArgusSunderImpact",
        "GTSanctumSentinelMarkerSlamSunder",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["MeleeAtAnimationSpeedUniqueSanctum"] = {
    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 = {
        "base_sanctum_damage",
        "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] = {30, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GASanctumArgusSunderImpact"] = {
    name = "GASanctumArgusSunderImpact",
    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 = {
        "base_sanctum_damage",
        "is_area_damage",
    },
    levels = {
        [1] = {10, levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GTSanctumSentinelMarkerSlamSunder"] = {
    name = "GTSanctumSentinelMarkerSlamSunder",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Triggerable] = true,
        [SkillType.Spell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1.33,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
    },
    levels = {
        [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
La velocidad de acción no se puede modificar por debajo del 70% de su valor base
IdCannotBeSlowedBelowValueBosses
FamilyCannotBeSlowedBelowValue
Domainsmonstruo (3)
GenerationTypeúnico (3)
Req. level1
Stats
  • hellscape boots action speed +% minimum value Min: -30 Max: -30 Global
  • Craft Tagsspeed
    Edit

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