悠久の沈滞
コンストラクト
damage taken +% from arrow traps final [-100]
モンスターは倒されてもフラスコチャージを付与しない
敵はテンポラルチェインを受ける
cant touch this [1]
cant possess this [1]
Unending Lethargy
SpectreN
Tagsconstruct, cursing_monster, immobile, is_unarmed, large_model, medium_height, not_dex, not_int, plate_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
LabyrinthMonsterTotem
Metadata
LabyrinthPopUpTotemSlow
レベル
68
ライフ
12,867
アーマー
57,580
回避力
4,739
Damage
374
スペルダメージ
374
命中
580
Attack Time
1.5
経験値
10,255
Minion Life
2,791
Minion Damage
298
Ailment Threshold
12,867
Chill
41
Shock
41
Brittle
230
Scorch
41
Sap
112
ReviveAfterDuration
Spell, Triggerable
キャストタイム: 1 秒
基礎持続時間は6
死亡すると100%の確率でこのスペルをトリガーする
PopupTrapTemporalChains
Spell, Area, Duration, Trappable, Totemable, Mineable, Multicastable, Triggerable, Cascadable, AppliesCurse, CanRapidFire, AreaSpell, InstantNoRepeatWhenHeld, InstantShiftAttackForLeftMouse, Hex
テンポラルチェーン
キャストタイム: 0.5 秒
範囲内の敵を全員呪い、敵のアクションスピードを下げ、敵にかけられた他の効果の持続時間を延ばす。
基礎持続時間は4
呪い状態のノーマルおよびマジックの敵のアクションスピードが40%低下する
呪い状態の敵の他の効果が25%遅く消える
この呪いスキルは近くの敵に影響を与えるオーラとしてキャストされる
呪い状態のレアまたはユニークの敵のアクションスピードが10%低下する
active skill area of effect radius +% final [56]

Object Type

version 2
extends "Metadata/Monsters/Monster"

Positioned
{
	blocking = true
	object_size = 3
	force_placement = true
}

Transitionable
{
	num_states = 3
}

Pathfinding
{
	immobile = true
}

Stats
{
	set_item_drop_slots = 0
	set_cannot_be_converted_or_dominated = 1
	mana_regeneration_rate_per_minute_% = 100
	base_maximum_mana = 100000
	set_monster_no_drops_or_experience = 1
	set_max_frenzy_charges = 0
	set_max_power_charges = 0
	set_physical_damage_reduction_%_per_endurance_charge = 5
	set_resist_all_elements_%_per_endurance_charge = 5
	set_immune_vaal_lighting_warp = 1
	immune_to_labyrinth_degen_effect = 1
	immune_to_lava_damage = 1
	damage_taken_+%_from_spike_traps_final = -100
	damage_taken_+%_from_arrow_traps_final = -100
	base_cannot_be_stunned = 1
	cannot_be_knocked_back = 1
	corpse_cannot_be_destroyed = 1
	minion_dies_when_parent_dies = 1
	cannot_have_life_leeched_from = 1
	cannot_have_mana_leeched_from = 1
}

Life
{
	corpse_usable = false
}

Actor 
{ 
	basic_action = "Emerge"
}

Object Type Codes

version 2
extends "Metadata/Monsters/Monster"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Totems/LabyrinthPopUpTotemSlow"] = {
    name = "Unending Lethargy",
    life = 2,
    fireResist = 0,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    damage = 1,
    damageSpread = 0,
    attackTime = 1.5,
    attackRange = 6,
    accuracy = 1,
    skillList = {
        "PopupTrapTemporalChains",
        "ReviveAfterDuration",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["PopupTrapTemporalChains"] = {
    name = "Temporal Chains",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Curses all enemies in an area, lowering their action speed and making other effects on them expire more slowly.",
    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.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_skill_effect_duration",
        "temporal_chains_action_speed_+%_final",
        "buff_time_passed_+%_other_than_temporal_chains",
        "temporal_chains_action_speed_+%_vs_rare_or_unique_final",
        "active_skill_area_of_effect_radius_+%_final",
        "curse_apply_as_aura",
    },
    levels = {
        [1] = {4000, -40, -25, -10, 56, levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["ReviveAfterDuration"] = {
    name = "ReviveAfterDuration",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_skill_effect_duration",
        "cast_on_death_%",
    },
    levels = {
        [1] = {6000, 100, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
damage taken +% from arrow traps final [-100]
IdLabyrinthArrowTrapDamageTaken2_
FamilyLabyrinthTrapDamage
Domainsモンスター (3)
GenerationTypeユニーク (3)
Req. level1
Stats
  • damage taken +% from arrow traps final Min: -100 Max: -100 Global
  • モンスターは倒されてもフラスコチャージを付与しない
    IdMonsterNoFlaskCharges
    FamilyMonsterSlainNoFlaskCharges
    Domainsモンスター (3)
    GenerationTypeユニーク (3)
    Req. level1
    Stats
  • monster grants no flask charges Min: 1 Max: 1 Global
  • Craft Tagsflask
    敵はテンポラルチェインを受ける
    IdTotemHasTemporalChainsAuraText
    FamilyTotemHasTemporalChainsAuraText
    Domainsモンスター (3)
    GenerationTypeユニーク (3)
    Req. level1
    Stats
  • monster has temporal chains aura text 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
  • 悠久の沈滞
    コンストラクト
    damage taken +% from arrow traps final [-100]
    モンスターは倒されてもフラスコチャージを付与しない
    level [0]
    敵はテンポラルチェインを受ける
    cant touch this [1]
    cant possess this [1]
    Unending Lethargy
    SpectreN
    Tagsconstruct, cursing_monster, immobile, is_unarmed, large_model, medium_height, not_dex, not_int, plate_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
    LabyrinthMonsterTotem
    Metadata
    LabyrinthPopUpTotemSlowProximityShield
    レベル
    68
    ライフ
    12,867
    アーマー
    57,580
    回避力
    4,739
    Damage
    374
    スペルダメージ
    374
    命中
    580
    Attack Time
    1.5
    経験値
    10,255
    Minion Life
    2,791
    Minion Damage
    298
    Ailment Threshold
    12,867
    Chill
    41
    Shock
    41
    Brittle
    230
    Scorch
    41
    Sap
    112
    ReviveAfterDuration
    Spell, Triggerable
    キャストタイム: 1 秒
    基礎持続時間は6
    死亡すると100%の確率でこのスペルをトリガーする
    PopupTrapTemporalChains
    Spell, Area, Duration, Trappable, Totemable, Mineable, Multicastable, Triggerable, Cascadable, AppliesCurse, CanRapidFire, AreaSpell, InstantNoRepeatWhenHeld, InstantShiftAttackForLeftMouse, Hex
    テンポラルチェーン
    キャストタイム: 0.5 秒
    範囲内の敵を全員呪い、敵のアクションスピードを下げ、敵にかけられた他の効果の持続時間を延ばす。
    基礎持続時間は4
    呪い状態のノーマルおよびマジックの敵のアクションスピードが40%低下する
    呪い状態の敵の他の効果が25%遅く消える
    この呪いスキルは近くの敵に影響を与えるオーラとしてキャストされる
    呪い状態のレアまたはユニークの敵のアクションスピードが10%低下する
    active skill area of effect radius +% final [56]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Positioned
    {
    	blocking = true
    	object_size = 3
    	force_placement = true
    }
    
    Transitionable
    {
    	num_states = 3
    }
    
    Pathfinding
    {
    	immobile = true
    }
    
    Stats
    {
    	set_item_drop_slots = 0
    	set_cannot_be_converted_or_dominated = 1
    	mana_regeneration_rate_per_minute_% = 100
    	base_maximum_mana = 100000
    	set_monster_no_drops_or_experience = 1
    	set_max_frenzy_charges = 0
    	set_max_power_charges = 0
    	set_physical_damage_reduction_%_per_endurance_charge = 5
    	set_resist_all_elements_%_per_endurance_charge = 5
    	set_immune_vaal_lighting_warp = 1
    	immune_to_labyrinth_degen_effect = 1
    	immune_to_lava_damage = 1
    	damage_taken_+%_from_spike_traps_final = -100
    	damage_taken_+%_from_arrow_traps_final = -100
    	base_cannot_be_stunned = 1
    	cannot_be_knocked_back = 1
    	corpse_cannot_be_destroyed = 1
    	minion_dies_when_parent_dies = 1
    	cannot_have_life_leeched_from = 1
    	cannot_have_mana_leeched_from = 1
    }
    
    Life
    {
    	corpse_usable = false
    }
    
    Actor 
    { 
    	basic_action = "Emerge"
    }
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Totems/LabyrinthPopUpTotemSlowProximityShield"] = {
        name = "Unending Lethargy",
        life = 2,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1,
        damageSpread = 0,
        attackTime = 1.5,
        attackRange = 6,
        accuracy = 1,
        skillList = {
            "PopupTrapTemporalChains",
            "ReviveAfterDuration",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["PopupTrapTemporalChains"] = {
        name = "Temporal Chains",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Curses all enemies in an area, lowering their action speed and making other effects on them expire more slowly.",
        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.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_skill_effect_duration",
            "temporal_chains_action_speed_+%_final",
            "buff_time_passed_+%_other_than_temporal_chains",
            "temporal_chains_action_speed_+%_vs_rare_or_unique_final",
            "active_skill_area_of_effect_radius_+%_final",
            "curse_apply_as_aura",
        },
        levels = {
            [1] = {4000, -40, -25, -10, 56, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ReviveAfterDuration"] = {
        name = "ReviveAfterDuration",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_skill_effect_duration",
            "cast_on_death_%",
        },
        levels = {
            [1] = {6000, 100, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    damage taken +% from arrow traps final [-100]
    IdLabyrinthArrowTrapDamageTaken2_
    FamilyLabyrinthTrapDamage
    Domainsモンスター (3)
    GenerationTypeユニーク (3)
    Req. level1
    Stats
  • damage taken +% from arrow traps final Min: -100 Max: -100 Global
  • モンスターは倒されてもフラスコチャージを付与しない
    IdMonsterNoFlaskCharges
    FamilyMonsterSlainNoFlaskCharges
    Domainsモンスター (3)
    GenerationTypeユニーク (3)
    Req. level1
    Stats
  • monster grants no flask charges Min: 1 Max: 1 Global
  • Craft Tagsflask
    level [0]
    IdPopUpTotemProximityShield
    Name周辺シールド
    FamilyMonsterNemesis
    Domainsモンスター (3)
    GenerationTypeユニーク (3)
    Req. level1
    Stats
  • level Min: 0 Max: 0 Global
  • 敵はテンポラルチェインを受ける
    IdTotemHasTemporalChainsAuraText
    FamilyTotemHasTemporalChainsAuraText
    Domainsモンスター (3)
    GenerationTypeユニーク (3)
    Req. level1
    Stats
  • monster has temporal chains aura text 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
  • 編集

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