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
구조물
monster no drops or experience [1]
SpectreN
Tags시전, cold_affinity, construct, immobile, is_unarmed, medium_height, mud_blood, not_dex, ranged, stone_armour
생명력
100%
Energy Shield From Life
50%
방어도
+50%
Ailment Threshold
100%
저항
20 20 20 0
Damage
100%
정확도
100%
치명타 확률
+5%
치명타 피해 배율
+130%
Attack Distance
6 ~ 6
Attack Time
1.5 Second
Damage Spread
±0%
경험치
100%
Model Size
100%
Type
GuardianArenaReefColdTotem
Metadata
GuardianReefArenaColdTotem
레벨
68
생명력
6,433
방어도
43,185
회피
4,739
에너지 보호막
3,064
Damage
374
주문 피해
374
정확도
290
Attack Time
1.5
경험치
10,255
Ailment Threshold
6,433
Chill
20
Shock
20
Brittle
115
Scorch
20
Sap
56
GuardianReefArenaIceSpear
Spell, Triggerable
시전 속도: 1.77 초
252.2~378.4 냉기 피해
투사체 속도 70% 감소
동결 불가
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
Domains몬스터 (3)
GenerationType고유 (3)
Req. level1
Stats
  • monster no drops or experience Min: 1 Max: 1 Global
  • RENAME ME
    구조물
    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
    생명력
    300%
    방어도
    +50%
    Ailment Threshold
    300%
    저항
    0 0 0 40
    Damage
    100%
    정확도
    100%
    치명타 확률
    +5%
    치명타 피해 배율
    +130%
    Attack Distance
    6 ~ 25
    Attack Time
    1.995 Second
    Damage Spread
    ±20%
    경험치
    100%
    Model Size
    100%
    Type
    LabyrinthIzaroPedestalCrown
    Metadata
    IzaroPedestalCrown
    레벨
    68
    생명력
    19,300
    방어도
    43,185
    회피
    4,739
    에너지 보호막
    0
    Damage
    374
    주문 피해
    374
    정확도
    290
    Attack Time
    1.995
    경험치
    10,255
    Ailment Threshold
    19,300
    Chill
    61
    Shock
    61
    Brittle
    345
    Scorch
    61
    Sap
    169
    IzaroPedestalBuff
    기본 지속시간 10
    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
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • monster no drops or experience Min: 1 Max: 1 Global
  • cant touch this [1]
    IdTormentCantTouchThis
    FamilyCantTouchThis
    Domains몬스터 (3)
    GenerationType고통 (7)
    Req. level1
    Stats
  • cant touch this Min: 1 Max: 1 Global
  • cant possess this [1]
    IdTormentCantPossessThis
    FamilyCantPossessThis
    Domains몬스터 (3)
    GenerationType고통 (7)
    Req. level1
    Stats
  • cant possess this Min: 1 Max: 1 Global
  • RENAME ME
    구조물
    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
    생명력
    300%
    방어도
    +50%
    Ailment Threshold
    300%
    저항
    0 0 0 40
    Damage
    100%
    정확도
    100%
    치명타 확률
    +5%
    치명타 피해 배율
    +130%
    Attack Distance
    6 ~ 25
    Attack Time
    1.995 Second
    Damage Spread
    ±20%
    경험치
    100%
    Model Size
    100%
    Type
    LabyrinthIzaroPedestalOrb
    Metadata
    IzaroPedestalOrb
    레벨
    68
    생명력
    19,300
    방어도
    43,185
    회피
    4,739
    에너지 보호막
    0
    Damage
    374
    주문 피해
    374
    정확도
    290
    Attack Time
    1.995
    경험치
    10,255
    Ailment Threshold
    19,300
    Chill
    61
    Shock
    61
    Brittle
    345
    Scorch
    61
    Sap
    169
    IzaroPedestalBuff
    기본 지속시간 10
    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
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • monster no drops or experience Min: 1 Max: 1 Global
  • cant touch this [1]
    IdTormentCantTouchThis
    FamilyCantTouchThis
    Domains몬스터 (3)
    GenerationType고통 (7)
    Req. level1
    Stats
  • cant touch this Min: 1 Max: 1 Global
  • cant possess this [1]
    IdTormentCantPossessThis
    FamilyCantPossessThis
    Domains몬스터 (3)
    GenerationType고통 (7)
    Req. level1
    Stats
  • cant possess this Min: 1 Max: 1 Global
  • RENAME ME
    구조물
    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
    생명력
    300%
    방어도
    +50%
    Ailment Threshold
    300%
    저항
    0 0 0 40
    Damage
    100%
    정확도
    100%
    치명타 확률
    +5%
    치명타 피해 배율
    +130%
    Attack Distance
    6 ~ 25
    Attack Time
    1.995 Second
    Damage Spread
    ±20%
    경험치
    100%
    Model Size
    100%
    Type
    LabyrinthIzaroPedestalSceptre
    Metadata
    IzaroPedestalSceptre
    레벨
    68
    생명력
    19,300
    방어도
    43,185
    회피
    4,739
    에너지 보호막
    0
    Damage
    374
    주문 피해
    374
    정확도
    290
    Attack Time
    1.995
    경험치
    10,255
    Ailment Threshold
    19,300
    Chill
    61
    Shock
    61
    Brittle
    345
    Scorch
    61
    Sap
    169
    IzaroPedestalBuff
    기본 지속시간 10
    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
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • monster no drops or experience Min: 1 Max: 1 Global
  • cant touch this [1]
    IdTormentCantTouchThis
    FamilyCantTouchThis
    Domains몬스터 (3)
    GenerationType고통 (7)
    Req. level1
    Stats
  • cant touch this Min: 1 Max: 1 Global
  • cant possess this [1]
    IdTormentCantPossessThis
    FamilyCantPossessThis
    Domains몬스터 (3)
    GenerationType고통 (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.