Rusted Reconstructor
Construct
SpectreY
Spectre OverrideMetadata/Monsters/VaalConstructs/Pyramid/VaalConstructPyramidAncientActivated
AreaJiquani's Machinarium, Jiquani's Machinarium
Tags2HBluntMetal_onhit_audio, 施法, construct, golem, lightning_affinity, monster_barely_moves, not_dex, 瓦尔, very_slow_movement
Packs
  • Jiquani's Machinarium, Jiquani's Machinarium: Rusted Reconstructor
  • 生命
    110%
    Energy Shield From Life
    15%
    [护甲]
    +100%
    抗性
    0 0 -30 0
    伤害
    110%
    命中
    100%
    Critical Hits Chance
    5%
    Critical Damage Bonus
    +30%
    Attack Distance
    3 ~ 8
    攻击间隔
    1.5 Second
    Damage Spread
    ±20%
    经验值
    110%
    Model Size
    100%
    Type
    VaalConstructPyramid
    Metadata
    VaalConstructPyramidAncient
    等级
    60
    生命
    4,520
    [护甲]
    3,000
    闪避值
    384
    能量护盾
    798
    伤害
    199
    法术伤害
    199
    命中
    1,668
    攻击间隔
    1.5
    经验值
    17,930
    Minion Life
    4,963
    Minion Energy Shield
    876
    Minion Damage
    700
    Minion Armour
    6,000
    VaalConstructPyramidReviveConstructs
    法术, 范围, 可触发, 范围法术
    施放间隔: 1 秒
    active skill area of effect radius +% final [-90]
    generic skill trigger % [100]
    generic skill trigger id [0]
    TBVaalPyramidBeam
    法术, 可触发, 攻击, 伤害
    Base Damage: 159–239
    暴击几率: 5%
    施放间隔: 1 秒
    攻击间隔: 1.5 秒
    造成 83.94- 251.8 [闪电]伤害
    使敌人[感电]的几率总增 15%
    action attack or cast time uses animation length [1]
    TBVaalPyramidReviveBeam
    法术, 可触发, 攻击, 伤害
    Base Damage: 159–239
    暴击几率: 5%
    施放间隔: 1 秒
    攻击间隔: 1.5 秒
    造成 83.94- 251.8 [闪电]伤害
    使敌人[感电]的几率总增 15%
    generic skill trigger skills with id [0]
    EGVaalPyramidReviveBeam
    可触发
    冷却时间: 6 秒
    spell maximum action distance +% [-95]
    GTVaalPyramidBeam
    可触发
    GTVaalPyramidBeamPassive
    可触发
    GTVaalConstructPyramidBeamBlast
    可触发
    action attack or cast time uses animation length [1]
    spell maximum action distance +% [-40]
    TBVaalPyramidBeamAttack
    法术, 可触发, 攻击, 伤害
    Base Damage: 159–239
    暴击几率: 5%
    施放间隔: 1 秒
    攻击间隔: 1.5 秒
    造成 102.6- 307.8 [闪电]伤害
    使敌人[感电]的几率总增 15%
    action attack or cast time uses animation length [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	basic_action = "ChangeToStance1"
    	basic_action = "ChangeToStance2"
    }
    
    Transitionable {}
    
    StateMachine
    {
    	define_shared_state =
    	"
    		activated;
    		dust;
    	"
    }
    
    ControlZone {}

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Render
    {
    	has_light = true
    	light_starts_disabled = true
    }
    
    StateMachine
    {
    	create_state_activated_0 =
    	"
    		AddEffectPack( 'Metadata/Effects/Spells/monsters_effects/on_death_epks/monster_on_death.epk' );
    		AddEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act3_FOUR/PyramidConstruct/epks/dust_on.epk' );
    	"
    
    	on_state_activated_1 =
    	"
    		FadeInLight();
    		RemoveEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act3_FOUR/PyramidConstruct/epks/glow_off.epk');
    		AddEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act3_FOUR/PyramidConstruct/epks/glow_on.epk' );
    	"
    
    	on_state_activated_2 =
    	"
    		RemoveEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act3_FOUR/PyramidConstruct/epks/glow_on.epk' );
    		AddEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act3_FOUR/PyramidConstruct/epks/glow_off.epk');
    		FadeOutLight();
    	"
    
    	create_state_activated_1 =
    	"
    		EnableLight();
    		AddEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act3_FOUR/PyramidConstruct/epks/glow_on.epk' );
    	"
    
    	create_state_activated_2 =
    	"
    		AddEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act3_FOUR/PyramidConstruct/epks/glow_off.epk');
    		DisableLight(  );
    	"
    
    	on_state_dust_1 = "AddEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act3_FOUR/PyramidConstruct/epks/dust_off.epk' );"
    
    	on_or_create_state_dust_2 =
    	"
    		RemoveEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act3_FOUR/PyramidConstruct/epks/dust_on.epk' );
    		RemoveEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act3_FOUR/PyramidConstruct/epks/dust_off.epk' );
    	"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/VaalConstructs/Pyramid/VaalConstructPyramidAncient"] = {
        name = "Rusted Reconstructor",
        life = 1.1,
        energyShield = 0.15,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.1,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 8,
        accuracy = 1,
        skillList = {
            "TBVaalPyramidReviveBeam",
            "TBVaalPyramidBeam",
            "TBVaalPyramidBeamAttack",
            "EGVaalPyramidReviveBeam",
            "GTVaalPyramidBeam",
            "GTVaalPyramidBeamPassive",
            "GTVaalConstructPyramidBeamBlast",
            "VaalConstructPyramidReviveConstructs",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["TBVaalPyramidReviveBeam"] = {
        name = "TBVaalPyramidReviveBeam",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
            [SkillType.Damage] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "generic_skill_trigger_skills_with_id",
            "active_skill_shock_chance_+%_final",
        },
        levels = {
            [1] = {0.5, 1.5, 0, 15, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["TBVaalPyramidBeam"] = {
        name = "TBVaalPyramidBeam",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
            [SkillType.Damage] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "active_skill_shock_chance_+%_final",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {0.5, 1.5, 15, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["TBVaalPyramidBeamAttack"] = {
        name = "TBVaalPyramidBeamAttack",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
            [SkillType.Damage] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "active_skill_shock_chance_+%_final",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {0.5, 1.5, 15, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EGVaalPyramidReviveBeam"] = {
        name = "EGVaalPyramidReviveBeam",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 3,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_maximum_action_distance_+%",
        },
        levels = {
            [1] = {-95, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GTVaalPyramidBeam"] = {
        name = "GTVaalPyramidBeam",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.5,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GTVaalPyramidBeamPassive"] = {
        name = "GTVaalPyramidBeamPassive",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GTVaalConstructPyramidBeamBlast"] = {
        name = "GTVaalConstructPyramidBeamBlast",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_maximum_action_distance_+%",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {-40, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["VaalConstructPyramidReviveConstructs"] = {
        name = "VaalConstructPyramidReviveConstructs",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Area] = true,
            [SkillType.Triggerable] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            area = true,
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "generic_skill_trigger_id",
            "generic_skill_trigger_%",
            "active_skill_area_of_effect_radius_+%_final",
        },
        levels = {
            [1] = {0, 100, -90, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    Rusted Reconstructor
    Construct
    SpectreY
    Tags2HBluntMetal_onhit_audio, 施法, construct, golem, lightning_affinity, monster_barely_moves, not_dex, 瓦尔, very_slow_movement
    生命
    110%
    Energy Shield From Life
    15%
    [护甲]
    +100%
    抗性
    0 0 -30 0
    伤害
    110%
    命中
    100%
    Critical Hits Chance
    5%
    Critical Damage Bonus
    +30%
    Attack Distance
    3 ~ 8
    攻击间隔
    1.5 Second
    Damage Spread
    ±20%
    经验值
    110%
    Model Size
    100%
    Type
    VaalConstructPyramid
    Metadata
    VaalConstructPyramidAncientActivated
    等级
    68
    生命
    7,253
    [护甲]
    4,826
    闪避值
    477
    能量护盾
    1,280
    伤害
    256
    法术伤害
    256
    命中
    2,180
    攻击间隔
    1.5
    经验值
    31,497
    Minion Life
    6,480
    Minion Energy Shield
    1,143
    Minion Damage
    1,066
    Minion Armour
    9,652
    VaalConstructPyramidReviveConstructs
    法术, 范围, 可触发, 范围法术
    施放间隔: 1 秒
    active skill area of effect radius +% final [-90]
    generic skill trigger % [100]
    generic skill trigger id [0]
    TBVaalPyramidBeam
    法术, 可触发, 攻击, 伤害
    Base Damage: 205–308
    暴击几率: 5%
    施放间隔: 1 秒
    攻击间隔: 1.5 秒
    造成 107.6- 322.8 [闪电]伤害
    使敌人[感电]的几率总增 15%
    action attack or cast time uses animation length [1]
    TBVaalPyramidReviveBeam
    法术, 可触发, 攻击, 伤害
    Base Damage: 205–308
    暴击几率: 5%
    施放间隔: 1 秒
    攻击间隔: 1.5 秒
    造成 107.6- 322.8 [闪电]伤害
    使敌人[感电]的几率总增 15%
    generic skill trigger skills with id [0]
    EGVaalPyramidReviveBeam
    可触发
    冷却时间: 6 秒
    spell maximum action distance +% [-95]
    GTVaalPyramidBeam
    可触发
    GTVaalPyramidBeamPassive
    可触发
    GTVaalConstructPyramidBeamBlast
    可触发
    action attack or cast time uses animation length [1]
    spell maximum action distance +% [-40]
    TBVaalPyramidBeamAttack
    法术, 可触发, 攻击, 伤害
    Base Damage: 205–308
    暴击几率: 5%
    施放间隔: 1 秒
    攻击间隔: 1.5 秒
    造成 131.5- 394.6 [闪电]伤害
    使敌人[感电]的几率总增 15%
    action attack or cast time uses animation length [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	basic_action = "ChangeToStance1"
    	basic_action = "ChangeToStance2"
    }
    
    Transitionable {}
    
    StateMachine
    {
    	define_shared_state =
    	"
    		activated;
    		dust;
    	"
    }
    
    ControlZone {}

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Render
    {
    	has_light = true
    	light_starts_disabled = true
    }
    
    StateMachine
    {
    	create_state_activated_0 =
    	"
    		AddEffectPack( 'Metadata/Effects/Spells/monsters_effects/on_death_epks/monster_on_death.epk' );
    		AddEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act3_FOUR/PyramidConstruct/epks/dust_on.epk' );
    	"
    
    	on_state_activated_1 =
    	"
    		FadeInLight();
    		RemoveEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act3_FOUR/PyramidConstruct/epks/glow_off.epk');
    		AddEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act3_FOUR/PyramidConstruct/epks/glow_on.epk' );
    	"
    
    	on_state_activated_2 =
    	"
    		RemoveEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act3_FOUR/PyramidConstruct/epks/glow_on.epk' );
    		AddEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act3_FOUR/PyramidConstruct/epks/glow_off.epk');
    		FadeOutLight();
    	"
    
    	create_state_activated_1 =
    	"
    		EnableLight();
    		AddEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act3_FOUR/PyramidConstruct/epks/glow_on.epk' );
    	"
    
    	create_state_activated_2 =
    	"
    		AddEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act3_FOUR/PyramidConstruct/epks/glow_off.epk');
    		DisableLight(  );
    	"
    
    	on_state_dust_1 = "AddEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act3_FOUR/PyramidConstruct/epks/dust_off.epk' );"
    
    	on_or_create_state_dust_2 =
    	"
    		RemoveEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act3_FOUR/PyramidConstruct/epks/dust_on.epk' );
    		RemoveEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act3_FOUR/PyramidConstruct/epks/dust_off.epk' );
    	"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/VaalConstructs/Pyramid/VaalConstructPyramidAncientActivated"] = {
        name = "Rusted Reconstructor",
        life = 1.1,
        energyShield = 0.15,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.1,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 8,
        accuracy = 1,
        skillList = {
            "TBVaalPyramidReviveBeam",
            "TBVaalPyramidBeam",
            "TBVaalPyramidBeamAttack",
            "EGVaalPyramidReviveBeam",
            "GTVaalPyramidBeam",
            "GTVaalPyramidBeamPassive",
            "GTVaalConstructPyramidBeamBlast",
            "VaalConstructPyramidReviveConstructs",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["TBVaalPyramidReviveBeam"] = {
        name = "TBVaalPyramidReviveBeam",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
            [SkillType.Damage] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "generic_skill_trigger_skills_with_id",
            "active_skill_shock_chance_+%_final",
        },
        levels = {
            [1] = {0.5, 1.5, 0, 15, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["TBVaalPyramidBeam"] = {
        name = "TBVaalPyramidBeam",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
            [SkillType.Damage] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "active_skill_shock_chance_+%_final",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {0.5, 1.5, 15, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["TBVaalPyramidBeamAttack"] = {
        name = "TBVaalPyramidBeamAttack",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
            [SkillType.Damage] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "active_skill_shock_chance_+%_final",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {0.5, 1.5, 15, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EGVaalPyramidReviveBeam"] = {
        name = "EGVaalPyramidReviveBeam",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 3,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_maximum_action_distance_+%",
        },
        levels = {
            [1] = {-95, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GTVaalPyramidBeam"] = {
        name = "GTVaalPyramidBeam",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.5,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GTVaalPyramidBeamPassive"] = {
        name = "GTVaalPyramidBeamPassive",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GTVaalConstructPyramidBeamBlast"] = {
        name = "GTVaalConstructPyramidBeamBlast",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_maximum_action_distance_+%",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {-40, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["VaalConstructPyramidReviveConstructs"] = {
        name = "VaalConstructPyramidReviveConstructs",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Area] = true,
            [SkillType.Triggerable] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            area = true,
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "generic_skill_trigger_id",
            "generic_skill_trigger_%",
            "active_skill_area_of_effect_radius_+%_final",
        },
        levels = {
            [1] = {0, 100, -90, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    Edit

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