RENAME ME
DESCRIBE ME
base_fire_damage_taken_per_minute
base_cold_damage_taken_per_minute
base_lightning_damage_taken_per_minute
Attribute /5

shaper_beam

KeyValue
AcronymIgnite
IsInvisible1
BuffGroupsID-1
IsBuffDefinition1
BuffMergeModesID3
Codebase fire damage taken per minute
IsPublic0
IsLocal0
IsWeaponLocal0
IsProxied
IsParty0
IsVirtual0
IsScalable1
StatSemanticsDiscrete
Codebase cold damage taken per minute
IsPublic1
IsLocal0
IsWeaponLocal0
IsProxied
IsParty0
IsVirtual0
IsScalable1
StatSemanticsDiscrete
Codebase lightning damage taken per minute
IsPublic0
IsLocal0
IsWeaponLocal0
IsProxied
IsParty0
IsVirtual0
IsScalable1
StatSemanticsDiscrete
RENAME ME
Construct
monster no drops or experience [1]
SpectreN
Tagscaster, cold_affinity, construct, immobile, is_unarmed, medium_height, mud_blood, not_dex, ranged, stone_armour
Life
100%
Energy Shield From Life
50%
Armour
+50%
Ailment Threshold
100%
Resistance
20 20 20 0
Damage
100%
Accuracy
100%
Critical Strike Chance
+5%
Critical Strike Multiplier
+130%
Attack Distance
6 ~ 6
Attack Time
1.5 Second
Damage Spread
±0%
Experience
100%
Model Size
100%
Type
GuardianArenaReefColdTotem
Metadata
GuardianReefArenaColdTotem
Level
68
Life
6,433
Armour
43,185
Evasion
4,739
Energy Shield
3,064
Damage
374
Spell Damage
374
Accuracy
290
Attack Time
1.5
Experience
10,255
Ailment Threshold
6,433
Chill
20
Shock
20
Brittle
115
Scorch
20
Sap
56
GuardianReefArenaIceSpear
Spell, Triggerable
Cast Time: 1.77 sec
Deals 252.2 to 378.4 Cold Damage
70% reduced Projectile Speed
Cannot Freeze
base is projectile [1]
monster penalty against minions damage +% final vs player minions [-25]

Object Type

version 2
extends "Metadata/Monsters/Totems/MonsterTotem"

DiesAfterTime
{
	
}

Object Type Codes

version 2
extends "Metadata/Monsters/Totems/MonsterTotem"

-- src\Data\Spectres.lua
minions["Metadata/Monsters/Totems/GuardianReefArenaColdTotem"] = {
    name = "RENAME ME",
    life = 1,
    energyShield = 0.5,
    fireResist = 20,
    coldResist = 20,
    lightningResist = 20,
    chaosResist = 0,
    damage = 1,
    damageSpread = 0,
    attackTime = 1.5,
    attackRange = 6,
    accuracy = 1,
    skillList = {
        "GuardianReefArenaIceSpear",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["GuardianReefArenaIceSpear"] = {
    name = "GuardianReefArenaIceSpear",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1.77,
    baseFlags = {
        spell = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_cold_damage",
        "spell_maximum_base_cold_damage",
        "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
        "base_projectile_speed_+%",
        "base_is_projectile",
        "never_freeze",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, -25, -70, levelRequirement = 68, statInterpolation = {3, 3},  cost = { }, },
    },
}
monster no drops or experience [1]
IdMonsterNoDropsOrExperience
FamilyMonsterNoDropsOrExperience
DomainsMonster (3)
GenerationTypeUnique (3)
Req. level1
Stats
  • monster no drops or experience Min: 1 Max: 1 Global
  • RENAME ME
    Construct
    monster no drops or experience [1]
    cant touch this [1]
    cant possess this [1]
    SpectreN
    Tagsconstruct, ghost_armour, ghost_blood, is_unarmed, medium_height, medium_movement, non_attacking, not_dex, not_int, puncturing_weapon
    Life
    300%
    Armour
    +50%
    Ailment Threshold
    300%
    Resistance
    0 0 0 40
    Damage
    100%
    Accuracy
    100%
    Critical Strike Chance
    +5%
    Critical Strike Multiplier
    +130%
    Attack Distance
    6 ~ 25
    Attack Time
    1.995 Second
    Damage Spread
    ±20%
    Experience
    100%
    Model Size
    100%
    Type
    LabyrinthIzaroPedestalCrown
    Metadata
    IzaroPedestalCrown
    Level
    68
    Life
    19,300
    Armour
    43,185
    Evasion
    4,739
    Energy Shield
    0
    Damage
    374
    Spell Damage
    374
    Accuracy
    290
    Attack Time
    1.995
    Experience
    10,255
    Ailment Threshold
    19,300
    Chill
    61
    Shock
    61
    Brittle
    345
    Scorch
    61
    Sap
    169
    IzaroPedestalBuff
    Base duration is 10 seconds
    active skill area of effect radius +% final [25]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Positioned
    {
    	force_placement = true
    }
    
    Actor
    {
    	basic_action = "Emerge"
    }
    
    Transitionable
    {
    	num_states = 3
    }
    
    Pathfinding
    {
    	immobile = true
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Life
    {
    	on_death = "RemoveEffects();"
    	on_spawned_dead = "RemoveEffects();"
    }
    
    Transitionable
    {
    	create_state_3 = "PlayAnimationByName( attack1 ); RemoveCollidability();"
    	on_transition_to_2 = "PlayAnimationByName( attack1 ); RemoveCollidability();"
    	on_transition_to_3 = "PlayAnimationByName( attack1 ); RemoveCollidability();"
    	on_untransition_to_1 = "MakeCollidable();"
    	on_untransition_to_2 = "PlayAnimationByName( attack1 );"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Labyrinth/IzaroPedestalCrown"] = {
        name = "RENAME ME",
        life = 3,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 40,
        damage = 1,
        damageSpread = 0.2,
        attackTime = 1.995,
        attackRange = 25,
        accuracy = 1,
        skillList = {
            "IzaroPedestalBuff",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["IzaroPedestalBuff"] = {
        name = "IzaroPedestalBuff",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_skill_effect_duration",
            "active_skill_area_of_effect_radius_+%_final",
        },
        levels = {
            [1] = {10000, 25, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    monster no drops or experience [1]
    IdMonsterNoDropsOrExperience
    FamilyMonsterNoDropsOrExperience
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster no drops or experience Min: 1 Max: 1 Global
  • cant touch this [1]
    IdTormentCantTouchThis
    FamilyCantTouchThis
    DomainsMonster (3)
    GenerationTypeTorment (7)
    Req. level1
    Stats
  • cant touch this Min: 1 Max: 1 Global
  • cant possess this [1]
    IdTormentCantPossessThis
    FamilyCantPossessThis
    DomainsMonster (3)
    GenerationTypeTorment (7)
    Req. level1
    Stats
  • cant possess this Min: 1 Max: 1 Global
  • RENAME ME
    Construct
    monster no drops or experience [1]
    cant touch this [1]
    cant possess this [1]
    SpectreN
    Tagsconstruct, ghost_armour, ghost_blood, is_unarmed, medium_height, medium_movement, non_attacking, not_dex, not_int, puncturing_weapon
    Life
    300%
    Armour
    +50%
    Ailment Threshold
    300%
    Resistance
    0 0 0 40
    Damage
    100%
    Accuracy
    100%
    Critical Strike Chance
    +5%
    Critical Strike Multiplier
    +130%
    Attack Distance
    6 ~ 25
    Attack Time
    1.995 Second
    Damage Spread
    ±20%
    Experience
    100%
    Model Size
    100%
    Type
    LabyrinthIzaroPedestalOrb
    Metadata
    IzaroPedestalOrb
    Level
    68
    Life
    19,300
    Armour
    43,185
    Evasion
    4,739
    Energy Shield
    0
    Damage
    374
    Spell Damage
    374
    Accuracy
    290
    Attack Time
    1.995
    Experience
    10,255
    Ailment Threshold
    19,300
    Chill
    61
    Shock
    61
    Brittle
    345
    Scorch
    61
    Sap
    169
    IzaroPedestalBuff
    Base duration is 10 seconds
    active skill area of effect radius +% final [25]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Positioned
    {
    	force_placement = true
    }
    
    Actor
    {
    	basic_action = "Emerge"
    }
    
    Transitionable
    {
    	num_states = 3
    }
    
    Pathfinding
    {
    	immobile = true
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Life
    {
    	on_death = "RemoveEffects();"
    	on_spawned_dead = "RemoveEffects();"
    }
    
    Transitionable
    {
    	create_state_3 = "PlayAnimationByName( attack1 ); RemoveCollidability();"
    	on_transition_to_2 = "PlayAnimationByName( attack1 ); RemoveCollidability();"
    	on_transition_to_3 = "PlayAnimationByName( attack1 ); RemoveCollidability();"
    	on_untransition_to_1 = "MakeCollidable();"
    	on_untransition_to_2 = "PlayAnimationByName( attack1 );"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Labyrinth/IzaroPedestalOrb"] = {
        name = "RENAME ME",
        life = 3,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 40,
        damage = 1,
        damageSpread = 0.2,
        attackTime = 1.995,
        attackRange = 25,
        accuracy = 1,
        skillList = {
            "IzaroPedestalBuff",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["IzaroPedestalBuff"] = {
        name = "IzaroPedestalBuff",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_skill_effect_duration",
            "active_skill_area_of_effect_radius_+%_final",
        },
        levels = {
            [1] = {10000, 25, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    monster no drops or experience [1]
    IdMonsterNoDropsOrExperience
    FamilyMonsterNoDropsOrExperience
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster no drops or experience Min: 1 Max: 1 Global
  • cant touch this [1]
    IdTormentCantTouchThis
    FamilyCantTouchThis
    DomainsMonster (3)
    GenerationTypeTorment (7)
    Req. level1
    Stats
  • cant touch this Min: 1 Max: 1 Global
  • cant possess this [1]
    IdTormentCantPossessThis
    FamilyCantPossessThis
    DomainsMonster (3)
    GenerationTypeTorment (7)
    Req. level1
    Stats
  • cant possess this Min: 1 Max: 1 Global
  • RENAME ME
    Construct
    monster no drops or experience [1]
    cant touch this [1]
    cant possess this [1]
    SpectreN
    Tagsconstruct, ghost_armour, ghost_blood, is_unarmed, medium_height, medium_movement, non_attacking, not_dex, not_int, puncturing_weapon
    Life
    300%
    Armour
    +50%
    Ailment Threshold
    300%
    Resistance
    0 0 0 40
    Damage
    100%
    Accuracy
    100%
    Critical Strike Chance
    +5%
    Critical Strike Multiplier
    +130%
    Attack Distance
    6 ~ 25
    Attack Time
    1.995 Second
    Damage Spread
    ±20%
    Experience
    100%
    Model Size
    100%
    Type
    LabyrinthIzaroPedestalSceptre
    Metadata
    IzaroPedestalSceptre
    Level
    68
    Life
    19,300
    Armour
    43,185
    Evasion
    4,739
    Energy Shield
    0
    Damage
    374
    Spell Damage
    374
    Accuracy
    290
    Attack Time
    1.995
    Experience
    10,255
    Ailment Threshold
    19,300
    Chill
    61
    Shock
    61
    Brittle
    345
    Scorch
    61
    Sap
    169
    IzaroPedestalBuff
    Base duration is 10 seconds
    active skill area of effect radius +% final [25]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Positioned
    {
    	force_placement = true
    }
    
    Actor
    {
    	basic_action = "Emerge"
    }
    
    Transitionable
    {
    	num_states = 3
    }
    
    Pathfinding
    {
    	immobile = true
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Life
    {
    	on_death = "RemoveEffects();"
    	on_spawned_dead = "RemoveEffects();"
    }
    
    Transitionable
    {
    	create_state_3 = "PlayAnimationByName( attack1 ); RemoveCollidability();"
    	on_transition_to_2 = "PlayAnimationByName( attack1 ); RemoveCollidability();"
    	on_transition_to_3 = "PlayAnimationByName( attack1 ); RemoveCollidability();"
    	on_untransition_to_1 = "MakeCollidable();"
    	on_untransition_to_2 = "PlayAnimationByName( attack1 );"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Labyrinth/IzaroPedestalSceptre"] = {
        name = "RENAME ME",
        life = 3,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 40,
        damage = 1,
        damageSpread = 0.2,
        attackTime = 1.995,
        attackRange = 25,
        accuracy = 1,
        skillList = {
            "IzaroPedestalBuff",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["IzaroPedestalBuff"] = {
        name = "IzaroPedestalBuff",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_skill_effect_duration",
            "active_skill_area_of_effect_radius_+%_final",
        },
        levels = {
            [1] = {10000, 25, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    monster no drops or experience [1]
    IdMonsterNoDropsOrExperience
    FamilyMonsterNoDropsOrExperience
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster no drops or experience Min: 1 Max: 1 Global
  • cant touch this [1]
    IdTormentCantTouchThis
    FamilyCantTouchThis
    DomainsMonster (3)
    GenerationTypeTorment (7)
    Req. level1
    Stats
  • cant touch this Min: 1 Max: 1 Global
  • cant possess this [1]
    IdTormentCantPossessThis
    FamilyCantPossessThis
    DomainsMonster (3)
    GenerationTypeTorment (7)
    Req. level1
    Stats
  • cant possess this Min: 1 Max: 1 Global
  • Edit

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