지옥불 봉쇄
구조물
The Infernal Seal
SpectreN
Area솔라리스 사원 1층
Tags시전, construct, cursing_monster, fire_affinity, ghost_armour, has_claw, has_one_handed_melee, large_height, mud_blood, not_str, slow_movement
생명력
180%
Energy Shield From Life
100%
회피
+10%
Ailment Threshold
180%
저항
0 75 0 0
Damage
180%
정확도
100%
치명타 확률
+5%
치명타 피해 배율
+130%
Attack Distance
6 ~ 8
Attack Time
1.5 Second
Damage Spread
±20%
경험치
120%
Model Size
110%
Type
GuardianCaster
Metadata
GuardianBossFire
레벨
27
생명력
666
방어구
835
회피
934
에너지 보호막
370
Damage
70
주문 피해
70
정확도
52
Attack Time
1.5
경험치
1,724
Ailment Threshold
666
Chill
2
Shock
2
Brittle
12
Scorch
2
Sap
6
MonsterFireStorm
Spell, Damage, Area, Duration, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, Cascadable, CanRapidFire, AreaSpell
화염 폭풍
추가 피해 효율: 30%
시전 속도: 0.9 초
대상 지역에 화염의 화살이 쏟아져 폭발하며 주변의 적들에게 화염 피해를 줍니다.
기본 지속시간 1.2
15.21~22.81 화염 피해
25%의 확률로 적을 점화
0.15초마다 충돌 1회
기본 반경 1미터
firestorm base area of effect +% [-49]
is area damage [1]
monster penalty against minions damage +% final vs player minions [-25]
spell maximum action distance +% [-50]
MonsterFlammability
Spell, Area, Duration, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, Cascadable, AppliesCurse, CanRapidFire, AreaSpell, InstantNoRepeatWhenHeld, InstantShiftAttackForLeftMouse, Hex
인화성
시전 속도: 0.5 초
재사용 대기시간: 10 초
범위 내 모든 대상에게 저주를 걸어 화염 저항을 낮춥니다. 저주 상태에서 피격되는 적은 일정 확률로 점화됩니다.
기본 지속시간 6
저주받은 적의 화염 저항 -20%
저주받은 적 명중 시 점화 확률 +25%
active skill area of effect radius +% final [9]

Object Type

version 2
extends "Metadata/Monsters/Monster"
Actor
{
	main_hand_unarmed_type = "Claw"
	off_hand_unarmed_type = "Shield"
}

Object Type Codes

version 2
extends "Metadata/Monsters/Monster"

Life
{
	on_death = "DetachAllContainingText( head ); RemoveEffects( );"
	on_spawned_dead = "DetachAllContainingText( head ); RemoveEffects( );"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Guardians/GuardianBossFire"] = {
    name = "The Infernal Seal",
    life = 1.8,
    energyShield = 1,
    fireResist = 0,
    coldResist = 75,
    lightningResist = 0,
    chaosResist = 0,
    damage = 1.8,
    damageSpread = 0.2,
    attackTime = 1.5,
    attackRange = 8,
    accuracy = 1,
    skillList = {
        "MonsterFireStorm",
        "MonsterFlammability",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["MonsterFireStorm"] = {
    name = "Firestorm",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Flaming bolts rain down over the targeted area. They explode when landing, dealing damage to nearby enemies.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
        [SkillType.Area] = true,
        [SkillType.Duration] = true,
        [SkillType.Trappable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Fire] = true,
        [SkillType.Cascadable] = true,
        [SkillType.CanRapidFire] = true,
        [SkillType.AreaSpell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 0.9,
    baseFlags = {
        area = true,
        spell = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_fire_damage",
        "spell_maximum_base_fire_damage",
        "fire_storm_fireball_delay_ms",
        "base_skill_effect_duration",
        "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
        "base_chance_to_ignite_%",
        "spell_maximum_action_distance_+%",
        "firestorm_base_area_of_effect_+%",
        "active_skill_base_area_of_effect_radius",
        "is_area_damage",
    },
    levels = {
        [1] = {0.40000000596046, 0.60000002384186, 150, 1200, -25, 25, -50, -49, 10, levelRequirement = 2, statInterpolation = {3, 3, 1},  cost = { }, },
        [2] = {0.40000000596046, 0.60000002384186, 150, 1200, -25, 25, -50, -49, 10, critChance = 5, levelRequirement = 32, statInterpolation = {3, 3, 1},  cost = { }, },
        [3] = {0.40000000596046, 0.60000002384186, 125, 1200, -25, 25, -50, -49, 10, critChance = 5, levelRequirement = 60, statInterpolation = {3, 3, 1},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MonsterFlammability"] = {
    name = "Flammability",
    hidden = true,
    color = "3",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Curses all targets in an area, lowering their fire resistance and giving them a chance to be ignited when hit.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Area] = true,
        [SkillType.Duration] = true,
        [SkillType.Trappable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Fire] = true,
        [SkillType.Cascadable] = true,
        [SkillType.AppliesCurse] = true,
        [SkillType.CanRapidFire] = true,
        [SkillType.AreaSpell] = true,
        [SkillType.InstantNoRepeatWhenHeld] = true,
        [SkillType.InstantShiftAttackForLeftMouse] = true,
        [SkillType.Hex] = true,
    },
    statDescriptionScope = "curse_skill_stat_descriptions",
    castTime = 0.5,
    baseFlags = {
        area = true,
        spell = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_fire_damage_resistance_%",
        "base_skill_effect_duration",
        "chance_to_be_ignited_%",
        "active_skill_area_of_effect_radius_+%_final",
    },
    levels = {
        [1] = {-20, 6000, 25, 9, levelRequirement = 10, statInterpolation = {1},  cost = { }, },
        [2] = {-25, 6000, 25, 9, levelRequirement = 41, statInterpolation = {1},  cost = { }, },
        [3] = {-30, 6000, 25, 9, levelRequirement = 58, statInterpolation = {1},  cost = { }, },
        [4] = {-40, 6000, 25, 9, levelRequirement = 71, statInterpolation = {1},  cost = { }, },
    },
}
Edit

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