鍛造されたフロストベアラー
悪魔
monster no map drops [1]
Forged Frostbearer
SpectreY
Tagsキャスター, demon, fire_affinity, flesh_armour, humanoid, is_unarmed, medium_height, medium_movement, not_int, not_str, ranged, slashing_weapon, undying
ライフ
168%
回避力
+100%
Ailment Threshold
168%
耐性
0 75 0 0
Damage
140%
命中
100%
クリティカル率
+5%
クリティカルダメージ倍率
+130%
Attack Distance
6 ~ 7
Attack Time
1.5 Second
Damage Spread
±20%
経験値
140%
Model Size
132%
Type
CruciblePyromaniac
Metadata
Pyromaniac
レベル
68
ライフ
10,808
防具
28,790
回避力
9,478
エナジーシールド
0
Damage
523
スペルダメージ
523
命中
290
Attack Time
1.5
経験値
14,357
Ailment Threshold
10,808
Chill
34
Shock
34
Brittle
193
Scorch
34
Sap
94
MMSPyromaniacIceMortar
Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell
クリティカル率: 5%
キャストタイム: 1 秒
一般的なモンスターの炸裂スキル。モンスターが放つ投射物に似ているが、衝撃効果を持つ。
1498から2247の冷気ダメージを与える
base is projectile [1]
is area damage [1]
projectile spread radius [10]
projectile uses contact position [1]
spell maximum action distance +% [-40]
use scaled contact offset [1]
CrucibleIceStormTrap
Spell, Damage, Area, Duration, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, Cascadable, CanRapidFire, AreaSpell
ファイヤーストーム
クリティカル率: 5%
キャストタイム: 1.67 秒
クールダウン時間: 8 秒
炎の矢が対象の範囲に降り注ぐ。地面に達すると爆発し、近くにいる敵にダメージを与える。
471.4から707の冷気ダメージを与える
トラップの持続時間が+10秒される
基礎持続時間は3
0.3秒ごとに一回の衝突
トラップ投擲スピードが66%減少する
基礎半径は1m
base skill is trapped [1]
firestorm base area of effect +% [-75]
ignores trap and mine cooldown limit [1]
is area damage [1]
trap variation [4]

Object Type

version 2
extends "Metadata/Monsters/LeagueCrucible/CrucibleMonsterBase"
extends "Metadata/Monsters/LeagueCrucible/ColdMonsterBase"

Object Type Codes

version 2
extends "Metadata/Monsters/LeagueCrucible/CrucibleMonsterBase"
extends "Metadata/Monsters/LeagueCrucible/ColdMonsterBase"

Life
{
	on_death = "DetachAllContainingText( fire );"
	on_spawned_dead = "DetachAllContainingText( fire );"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/LeagueCrucible/Cold/Pyromaniac"] = {
    name = "Forged Frostbearer",
    life = 1.68,
    fireResist = 0,
    coldResist = 75,
    lightningResist = 0,
    chaosResist = 0,
    damage = 1.4,
    damageSpread = 0.2,
    attackTime = 1.5,
    attackRange = 7,
    accuracy = 1,
    skillList = {
        "CrucibleIceStormTrap",
        "MMSPyromaniacIceMortar",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["CrucibleIceStormTrap"] = {
    name = "Firestorm",
    hidden = true,
    color = "3",
    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 = 1.67,
    baseFlags = {
        area = true,
        spell = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_cold_damage",
        "spell_maximum_base_cold_damage",
        "base_skill_effect_duration",
        "fire_storm_fireball_delay_ms",
        "firestorm_base_area_of_effect_+%",
        "base_trap_duration",
        "trap_variation",
        "trap_throwing_speed_+%",
        "active_skill_base_area_of_effect_radius",
        "is_area_damage",
        "base_skill_is_trapped",
        "is_trap",
        "ignores_trap_and_mine_cooldown_limit",
    },
    levels = {
        [1] = {0.40000000596046, 0.60000002384186, 3000, 300, -75, 10000, 4, -66, 10, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MMSPyromaniacIceMortar"] = {
    name = "MMSPyromaniacIceMortar",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Generic monster mortar skill. Like Monster Projectile but has an impact effect.",
    skillTypes = {
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [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.AreaSpell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        area = true,
        spell = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_cold_damage",
        "spell_maximum_base_cold_damage",
        "projectile_spread_radius",
        "spell_maximum_action_distance_+%",
        "is_area_damage",
        "base_is_projectile",
        "projectile_uses_contact_position",
        "use_scaled_contact_offset",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 10, -40, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
    },
}
monster no map drops [1]
IdMonsterNoMapDrops
FamilyMonsterNoMapDrops
Domainsモンスター (3)
GenerationTypeユニーク (3)
Req. level1
Stats
  • monster no map drops Min: 1 Max: 1 Global
  • Edit

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