Petrification Statue Unique /1
Grants Level 20 Petrification Statue Skill
(200–250)% increased Energy Shield
+(60–80) to maximum Life
(5–10)% increased Attack and Cast Speed
5% additional Physical Damage Reduction while moving
5% reduced Elemental Damage taken while stationary
Petrification Statue
Construct
Cannot be Damaged
SpectreN
Tagsbludgeoning_weapon, construct, humanoid, is_unarmed, large_height, mud_blood, non_attacking, not_dex, not_int, stone_armour, very_slow_movement
Life
210%
Armour
+50%
Ailment Threshold
210%
Resistance
0 0 0 0
Damage
120%
Accuracy
100%
Critical Strike Chance
+5%
Critical Strike Multiplier
+130%
Attack Distance
6 ~ 10
Attack Time
1.5 Second
Damage Spread
±20%
Experience
120%
Model Size
170%
Type
Statue
Metadata
PetrificationStatue

Object Type

version 2
extends "Metadata/Monsters/Monster"

Positioned
{
	scale = 150
}

Pathfinding
{
	immobile = true
}

Stats
{
	uses_no_mana = 1
	untargetable_by_monster_ai = 1
	base_cannot_be_damaged = 1
	base_cannot_be_stunned = 1
	immune_to_curses = 1
	immune_to_auras_from_other_entities = 1
	base_maximum_life = 1
	base_maximum_mana = 10000
	item_drop_slots = 0
	elemental_reflect_damage_taken_+% = -300
	physical_reflect_damage_taken_+% = -300
	avoid_all_elemental_status_% = 300
	set_cannot_die = 1
	projectiles_nova = 0
	is_hidden_monster = 1
	is_trap_object = 1
	cannot_be_knocked_back = 1
}

Life
{
	corpse_usable = false

	on_death =
	"
		Delay( 4, { Delete(); } );
	"
}

DiesAfterTime {}

Animated
{
	animated_object = "Metadata/Monsters/Statue/Female/StoneGazeStatue.ao"
}

Actor
{
	basic_action = "Emerge"
	leveled_starting_effects = "EmptyActionSpellPetrificationStatue"
	actor = "Metadata/Monsters/Statue/PetrificationStatue/PetrificationStatue.act"
}

Object Type Codes

version 2
extends "Metadata/Monsters/Monster"

Render
{
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Statue/PetrificationStatue"] = {
    name = "Petrification Statue",
    life = 2.1,
    fireResist = 0,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    damage = 1.2,
    damageSpread = 0.2,
    attackTime = 1.5,
    attackRange = 10,
    accuracy = 1,
    skillList = {
    },
    modList = {
    },
}
Cannot be Damaged
IdMonsterCannotBeDamaged
FamilyCannotBeDamaged
DomainsMonster (3)
GenerationTypeUnique (3)
Req. level1
Stats
  • base cannot be damaged Min: 1 Max: 1 Global
  • Cannot Be Damaged
    Immune to Damage
    Cannot be Damaged
    Petrification Statue
    Construct
    Cannot be Knocked Back
    Cannot be Stunned
    SpectreN
    Tagsconstruct, delve_monster, extra_large_height, is_unarmed, mud_blood, no_pantheon_mod, non_attacking, not_dex, stone_armour, stone_construct, very_slow_movement
    Life
    800%
    Energy Shield From Life
    100%
    Armour
    +100%
    Ailment Threshold
    800%
    Resistance
    40 40 40 25
    Damage
    200%
    Accuracy
    100%
    Critical Strike Chance
    +5%
    Critical Strike Multiplier
    +130%
    Attack Distance
    6 ~ 6
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experience
    200%
    Model Size
    200%
    Type
    DelvePetrificationStatue
    Metadata
    PetrificationStatueEncounter
    Level
    68
    Life
    51,467
    Armour
    28,790
    Evasion
    4,739
    Energy Shield
    0
    Damage
    747
    Spell Damage
    747
    Accuracy
    0
    Attack Time
    1.5
    Experience
    20,510
    Ailment Threshold
    51,467
    Chill
    163
    Shock
    163
    Brittle
    921
    Scorch
    163
    Sap
    450
    EmptyActionSpellDelveStoneGaze
    Spell
    Cast Time: 5 sec
    Cooldown Time: 10 sec
    50% less Cast Speed
    skill cannot be interrupted [1]
    skill cannot be knocked back [1]
    skill cannot be stunned [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Pathfinding
    {
    	immobile = true
    }
    
    Stats
    {
    	immune_to_curses = 1
    	immune_to_cheats = 1
    }
    
    Life
    {
    	corpse_usable = false
    }
    
    Transitionable
    {
    	
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Render
    {
    }
    
    Preload
    {
    	preload_buff_visual = "stone_gaze"
    	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/act9/StoneGaze/stonegaze_beam.ao"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueDelve/PetrificationStatueEncounter"] = {
        name = "Petrification Statue",
        life = 8,
        energyShield = 1,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        damage = 2,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 6,
        accuracy = 1,
        skillList = {
            "EmptyActionSpellDelveStoneGaze",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EmptyActionSpellDelveStoneGaze"] = {
        name = "EmptyActionSpellDelveStoneGaze",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 5,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_cast_speed_+%_final",
            "skill_cannot_be_interrupted",
            "skill_cannot_be_stunned",
            "skill_cannot_be_knocked_back",
        },
        levels = {
            [1] = {-50, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    Cannot be Knocked Back
    IdImmuneToKnockback
    FamilyImmuneToKnockback
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • cannot be knocked back Min: 1 Max: 1 Global
  • Cannot be Stunned
    IdMonsterCannotBeStunned1
    NameSteadfast
    FamilyMonsterCannotBeStunned
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • base cannot be stunned Min: 1 Max: 1 Global
  • Spawn Tagsnot_str: 0 default: 1000
    Petrification Statue
    Level: 1
    Cooldown Time: 30.00 sec
    Cast Time: 1.00 sec
    Requires Level 1
    Creates a Petrification Statue in front of you, which will slow enemies with its gaze, until they become fully petrified.
    Base duration is 4 seconds
    Enemy Action Speed is reduced by 15% every 0.3 seconds
    petrification statue pertrify duration ms [5000]
    Level Effect /1
    LevelRequires LevelExperience
    11
    Attribute /6

    Petrification Statue

    KeyValue
    CostiLvl 1: Normal: 3xArmourer's Scrap · Normal: 25000xGold
    AcronymIgnite
    BaseType Petrification Statue
    TargetTypesGround, Enemy
    TypeSpell, Duration, Triggerable, Cooldown
    ActiveSkillsCodesummon_petrification_statue
    Supported By /11
  • Active Type: Spell, Duration, Triggerable, Cooldown
  • Faster Casting Support
    Supports non-instant spell skills.
    More Duration Support
    Supports any skill with a duration.
    Less Duration Support
    Supports any skill that has a duration.
    Cast on Death Support
    Each supported spell skill will be triggered when you die. Cannot support skills used by totems, traps, or mines. Vaal skills, channelling skills, and skills with a reservation cannot be triggered.
    Cast when Damage Taken Support
    Each supported spell skill will track damage you take, and be triggered when the total damage taken reaches a threshold. Cannot support skills used by totems, traps, or mines. Vaal skills, channelling skills, and skills with a reservation cannot be triggered.
    Cast when Stunned Support
    Each supported spell skill will have a chance to be triggered when you are stunned. Cannot support skills used by totems, traps, or mines. Vaal skills, channelling skills, and skills with a reservation cannot be triggered.
    Swift Affliction Support
    Supports any skill that has a duration, or can hit enemies to inflict ailments on them.
    Efficacy Support
    Supports any skill that deals damage or has a duration.
    Arcane Surge Support
    Each supported spell will track how much mana you spend on it, granting a buff when the total mana spent reaches a threshold. Cannot support skills used by totems, traps, mines or skills with a reservation.
    Awakened Swift Affliction Support
    Supports any skill that has a duration, or can hit enemies to inflict ailments on them.
    Second Wind Support
    Supports skills with cooldowns. Cannot support triggered skills.
    Petrification Statue Monster /1
    NameModifiersSpectre
    DaemonY
    Edit

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