얼음 토템
구조물
monster casts ice nova text [1]
Ice Totem
SpectreN
Tags시전, cold_affinity, construct, immobile, is_unarmed, mud_blood, not_dex, not_int, small_height, stone_armour
생명력
200%
방어구
+100%
Ailment Threshold
200%
저항
0 0 0 0
Damage
100%
정확도
100%
치명타 확률
+5%
치명타 피해 배율
+130%
Attack Distance
6 ~ 6
Attack Time
1.5 Second
Damage Spread
±0%
경험치
100%
Model Size
100%
Type
MonsterTotem
Metadata
MapAffixTotemMonsterIceNova
레벨
68
생명력
12,867
방어구
57,580
회피
4,739
에너지 보호막
0
Damage
374
주문 피해
374
정확도
290
Attack Time
1.5
경험치
10,255
Ailment Threshold
12,867
Chill
41
Shock
41
Brittle
230
Scorch
41
Sap
112
MonsterTotemIceNova
Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, Cold, CanRapidFire, AreaSpell, Nova
얼음 폭발
치명타 확률: 5%
시전 속도: 0.8 초
시전자를 중심으로 얼음이 원형으로 퍼져나갑니다.
195.8~305.9 냉기 피해
기본 반경 2.6미터
active skill area of effect radius +% final [15]
force lite skill effects [1]
is area damage [1]
monster penalty against minions damage +% final vs player minions [-25]

Object Type

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

Stats
{
	set_immune_to_curses = 0
}

Object Type Codes

version 2
extends "Metadata/Monsters/Totems/MonsterTotem"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Totems/MapAffixTotemMonsterIceNova"] = {
    name = "Ice Totem",
    life = 2,
    fireResist = 0,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    damage = 1,
    damageSpread = 0,
    attackTime = 1.5,
    attackRange = 6,
    accuracy = 1,
    skillList = {
        "MonsterTotemIceNova",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["MonsterTotemIceNova"] = {
    name = "Ice Nova",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "A circle of ice expands from the caster.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
        [SkillType.Area] = true,
        [SkillType.Trappable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Cold] = true,
        [SkillType.CanRapidFire] = true,
        [SkillType.AreaSpell] = true,
        [SkillType.Nova] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 0.8,
    baseFlags = {
        area = true,
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_cold_damage",
        "spell_maximum_base_cold_damage",
        "active_skill_base_area_of_effect_radius",
        "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
        "active_skill_area_of_effect_radius_+%_final",
        "force_lite_skill_effects",
        "is_area_damage",
    },
    levels = {
        [1] = {0.80000001192093, 1.25, 26, -25, 15, critChance = 5, levelRequirement = 2, statInterpolation = {3, 3},  cost = { }, },
    },
}
monster casts ice nova text [1]
IdMonsterCastsIceNovaText
FamilyMonsterCastsIceNovaText
Domains몬스터 (3)
GenerationType고유 (3)
Req. level1
Stats
  • monster casts ice nova text Min: 1 Max: 1 Global
  • Edit

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