Piedra Animada
Constructo
Velocidad de ataque reducida un 15%
Animated Stone
SpectreY
Spectre OverrideMetadata/Monsters/RockGolem/RockGolemSpectre
Tagsbludgeoning_weapon, construct, fast_movement, has_one_hand_sword, has_one_handed_melee, medium_height, melee, mud_blood, not_int, physical_affinity, stone_armour
Packs
  • Piedra Animada, Evangelista Imperecedero, Demonio Pitbull, Rhoa macho
  • Vida
    525%
    Armadura
    +60%
    Evasión
    +40%
    Ailment Threshold
    525%
    Resistencia
    75 0 0 0
    Damage
    150%
    Precisión
    140%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de Golpe Crítico
    +130%
    Attack Distance
    8 ~ 10
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experiencia
    150%
    Model Size
    110%
    Type
    RockGolem
    Metadata
    RockGolem
    Nivel
    68
    Vida
    33,775
    Armadura
    46,064
    Evasión
    6,635
    Escudo de energía
    0
    Damage
    560
    Daño de hechizos
    560
    Precisión
    406
    Attack Time
    1.5
    Experiencia
    15,383
    Ailment Threshold
    33,775
    Chill
    107
    Shock
    107
    Brittle
    604
    Scorch
    107
    Sap
    295
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque estándar
    Base Damage: 448–672
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.5 seg
    Derriba a tus enemigos con un golpe poderoso.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    RockGolemMonsterSlam
    Attack, Area, Triggerable
    Base Damage: 448–672
    Probabilidad de golpe crítico: 5%
    Daño de ataque: 175%
    Daño de ataque: 175%
    Attack Time: 1.5 seg
    Tiempo de recarga: 6 seg
    33% de probabilidad de provocar con cada golpe
    Inflige un 75% más de daño de ataque
    20% menos Velocidad de Ataque
    active skill area of effect radius +% final [200]
    is area damage [1]
    RockGolemWhirlingBlades
    Attack, Melee, Movement, Travel
    Filos giratorios
    Base Damage: 448–672
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.5 seg
    Tiempo de recarga: 6 seg
    Te lanzas entre los enemigos e infliges daño de arma. Si empuñas dos armas, atacarás con ambas e infligirás el daño de las dos en un solo golpe. Solo funciona con dagas, garras y espadas a una mano. No se puede asistir con Asistencia de Golpes múltiples.
    50% menos Velocidad de Ataque
    cast time overrides attack duration [1]
    ignores proximity shield [1]
    monster flurry [1]
    skill sound variation [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	basic_action = "Emerge"
    }
    
    Life
    {
    	corpse_usable = false
    }
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Render
    {
    	//turn_duration = 0.5
    	fade_arrows = true
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/RockGolem/RockGolem"] = {
        name = "Animated Stone",
        life = 5.25,
        fireResist = 75,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.5,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 10,
        accuracy = 1.4,
        weaponType1 = "One Hand Sword",
        skillList = {
            "RockGolemMonsterSlam",
            "RockGolemWhirlingBlades",
            "Melee",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["RockGolemMonsterSlam"] = {
        name = "RockGolemMonsterSlam",
        hidden = true,
        color = "1",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_attack_speed_+%_final",
            "chance_to_taunt_on_hit_%",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {-20, 33, 200, baseMultiplier = 1.75, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["RockGolemWhirlingBlades"] = {
        name = "Whirling Blades",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Dive through enemies, dealing weapon damage. If dual wielding attacks with both weapons, dealing the damage of both in one hit. Only works with Daggers, Claws, and One-Handed Swords. Cannot be supported by Multistrike.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Melee] = true,
            [SkillType.Movement] = true,
            [SkillType.Travel] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.43,
        baseFlags = {
            attack = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_sound_variation",
            "active_skill_attack_speed_+%_final",
            "monster_flurry",
            "cast_time_overrides_attack_duration",
            "ignores_proximity_shield",
        },
        levels = {
            [1] = {1, -50, 1, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- 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 = { }, },
        },
    }
    
    Velocidad de ataque reducida un 15%
    IdMonsterSlowerAttackSpeed
    FamilyIncreasedAttackSpeed
    Domainsmonstruo (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • attack speed +% Min: -15 Max: -15 Global
  • Craft Tagsattack speed
    Piedra Animada
    Constructo
    Velocidad de ataque reducida un 15%
    Animated Stone
    SpectreY
    Tagsbludgeoning_weapon, construct, fast_movement, has_one_hand_sword, has_one_handed_melee, medium_height, melee, mud_blood, not_int, physical_affinity, stone_armour
    Vida
    270%
    Armadura
    +60%
    Evasión
    +40%
    Ailment Threshold
    270%
    Resistencia
    75 0 0 0
    Damage
    150%
    Precisión
    140%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de Golpe Crítico
    +130%
    Attack Distance
    8 ~ 10
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experiencia
    150%
    Model Size
    110%
    Type
    RockGolemSpectre
    Metadata
    RockGolemSpectre
    Nivel
    68
    Vida
    17,370
    Armadura
    46,064
    Evasión
    6,635
    Escudo de energía
    0
    Damage
    560
    Daño de hechizos
    560
    Precisión
    406
    Attack Time
    1.5
    Experiencia
    15,383
    Ailment Threshold
    17,370
    Chill
    55
    Shock
    55
    Brittle
    311
    Scorch
    55
    Sap
    152
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque estándar
    Base Damage: 448–672
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.5 seg
    Derriba a tus enemigos con un golpe poderoso.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    RockGolemMonsterSlam
    Attack, Area, Triggerable
    Base Damage: 448–672
    Probabilidad de golpe crítico: 5%
    Daño de ataque: 175%
    Daño de ataque: 175%
    Attack Time: 1.5 seg
    Tiempo de recarga: 6 seg
    33% de probabilidad de provocar con cada golpe
    Inflige un 75% más de daño de ataque
    20% menos Velocidad de Ataque
    active skill area of effect radius +% final [200]
    is area damage [1]
    RockGolemWhirlingBlades
    Attack, Melee, Movement, Travel
    Filos giratorios
    Base Damage: 448–672
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.5 seg
    Tiempo de recarga: 6 seg
    Te lanzas entre los enemigos e infliges daño de arma. Si empuñas dos armas, atacarás con ambas e infligirás el daño de las dos en un solo golpe. Solo funciona con dagas, garras y espadas a una mano. No se puede asistir con Asistencia de Golpes múltiples.
    50% menos Velocidad de Ataque
    cast time overrides attack duration [1]
    ignores proximity shield [1]
    monster flurry [1]
    skill sound variation [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	basic_action = "Emerge"
    }
    
    Life
    {
    	corpse_usable = false
    }
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Render
    {
    	//turn_duration = 0.5
    	fade_arrows = true
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/RockGolem/RockGolemSpectre"] = {
        name = "Animated Stone",
        life = 2.7,
        fireResist = 75,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.5,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 10,
        accuracy = 1.4,
        weaponType1 = "One Hand Sword",
        skillList = {
            "RockGolemMonsterSlam",
            "RockGolemWhirlingBlades",
            "Melee",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["RockGolemMonsterSlam"] = {
        name = "RockGolemMonsterSlam",
        hidden = true,
        color = "1",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_attack_speed_+%_final",
            "chance_to_taunt_on_hit_%",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {-20, 33, 200, baseMultiplier = 1.75, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["RockGolemWhirlingBlades"] = {
        name = "Whirling Blades",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Dive through enemies, dealing weapon damage. If dual wielding attacks with both weapons, dealing the damage of both in one hit. Only works with Daggers, Claws, and One-Handed Swords. Cannot be supported by Multistrike.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Melee] = true,
            [SkillType.Movement] = true,
            [SkillType.Travel] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.43,
        baseFlags = {
            attack = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_sound_variation",
            "active_skill_attack_speed_+%_final",
            "monster_flurry",
            "cast_time_overrides_attack_duration",
            "ignores_proximity_shield",
        },
        levels = {
            [1] = {1, -50, 1, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- 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 = { }, },
        },
    }
    
    Velocidad de ataque reducida un 15%
    IdMonsterSlowerAttackSpeed
    FamilyIncreasedAttackSpeed
    Domainsmonstruo (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • attack speed +% Min: -15 Max: -15 Global
  • Craft Tagsattack speed
    Edit

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