リブラトル
SpectreY
Areaマストドンの悪地, 骨の穴, ジッグラトの避難所, マストドンの悪地, 骨の穴
Tagsskeleton, Unarmed_onhit_audio, undead, very_slow_movement
Packs
  • マストドンの悪地, 骨の穴, マストドンの悪地, 骨の穴: ロストメン・ゼロット, スカルスリンガー, リブラトル, スパインスナッチャー
  • マストドンの悪地, 骨の穴, マストドンの悪地, 骨の穴: ロストメン・ゼロット, スカルスリンガー, リブラトル, スパインスナッチャー
  • マストドンの悪地, 骨の穴, マストドンの悪地, 骨の穴: ロストメン・ネクロマンサー, スカルスリンガー, リブラトル, スパインスナッチャー
  • ジッグラトの避難所: ロストメン・ネクロマンサー, スカルスリンガー, リブラトル, スパインスナッチャー
  • ジッグラトの避難所: ロストメン・ブルート, スカルスリンガー, リブラトル, スパインスナッチャー
  • ライフ
    80%
    耐性
    0 0 0 0
    Damage
    80%
    命中
    100%
    クリティカルヒット Chance
    5%
    クリティカルダメージボーナス
    +30%
    Attack Distance
    4 ~ 11
    アタックタイム
    1.59 Second
    Damage Spread
    ±20%
    経験値
    80%
    Model Size
    100%
    Type
    PitifulFabrication_Summon2
    Metadata
    PitifulFabrication02
    レベル
    70
    ライフ
    6,973
    アーマー
    3,877
    回避力
    502
    Damage
    198
    スペルダメージ
    198
    命中
    2,328
    アタックタイム
    1.59
    経験値
    27,711
    Minion Life
    9,813
    Minion Damage
    1,730
    Minion Armour
    3,877
    PitifulFabricationBuff
    Triggerable
    generic skill trigger id [2]
    TBPitifulFabricationBuff
    Spell, Triggerable, Attack, Damage
    Base Damage: 159–238
    キャストタイム: 1.5 秒
    アタックタイム: 1.59 秒
    クールダウン時間: 6 秒
    generic skill trigger skills with id [2]
    PitifulFabricationBuffTriggered
    Buff, Duration, Spell, Triggerable
    キャストタイム: 1 秒
    base skill effect duration [3000]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	basic_action = "Emerge"
    	basic_action = "Revive"
    }
    
    Stats
    {
    	set_base_heavy_stun_duration_ms = 2500
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Life
    {
    	on_revive =
    	"
    		PlayEffect( BoneCultistReviveEffect, scale:0.7 );
    		Delay( 1.5,
    		{
    			ShowMeshSegment( L_back_leg_bindingsShape );
    			ShowMeshSegment( R_back_leg_bindingsShape );
    		} );
    	"
    
    	on_death = "HideMeshSegments( L_back_leg_bindingsShape, R_back_leg_bindingsShape );"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/PitifulFabrications/PitifulFabrication02"] = {
        name = "Ribrattle",
        life = 0.8,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 0.8,
        damageSpread = 0.2,
        attackTime = 1.59,
        attackRange = 11,
        accuracy = 1,
        skillList = {
            "PitifulFabricationBuff",
            "TBPitifulFabricationBuff",
            "PitifulFabricationBuffTriggered",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["PitifulFabricationBuff"] = {
        name = "PitifulFabricationBuff",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.5,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "generic_skill_trigger_id",
        },
        levels = {
            [1] = {2, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["TBPitifulFabricationBuff"] = {
        name = "TBPitifulFabricationBuff",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
            [SkillType.Damage] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.5,
        baseFlags = {
            attack = true,
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "generic_skill_trigger_skills_with_id",
        },
        levels = {
            [1] = {2, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["PitifulFabricationBuffTriggered"] = {
        name = "PitifulFabricationBuffTriggered",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Buff] = true,
            [SkillType.Duration] = true,
            [SkillType.Spell] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_skill_effect_duration",
        },
        levels = {
            [1] = {3000, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    リブラトル
    Ribrattle
    SpectreY
    Areaフレイソーン, フレイソーン
    Tagsbones, skeleton, Unarmed_onhit_audio, undead, very_slow_movement
    Packs
  • フレイソーン, フレイソーン: リブラトル, スカルスリンガー, スパインスナッチャー
  • ライフ
    80%
    耐性
    0 0 0 0
    Damage
    80%
    命中
    100%
    クリティカルヒット Chance
    5%
    クリティカルダメージボーナス
    +30%
    Attack Distance
    4 ~ 11
    アタックタイム
    1.59 Second
    Damage Spread
    ±20%
    経験値
    80%
    Model Size
    100%
    Type
    PitifulFabrication_Summon2
    Metadata
    PitifulFabrication02
    レベル
    49
    ライフ
    2,387
    アーマー
    1,084
    回避力
    278
    Damage
    100
    スペルダメージ
    100
    命中
    1,132
    アタックタイム
    1.59
    経験値
    6,315
    Minion Life
    3,870
    Minion Damage
    416
    Minion Armour
    1,084
    AzmeriFabricationDespair
    Spell, Area, Duration, Trappable, Totemable, Mineable, Multicastable, Triggerable, Cascadable, Chaos, AppliesCurse, CanRapidFire, AreaSpell, Nonpathing
    ディスペア
    キャストタイム: 1 秒
    少し遅れて範囲内の全ての敵に呪いをかけ、混沌Resistances耐性]を下げる。
    ソケットされた呪いスキルはプレイヤーの周囲にオーラとして適用される
    呪い状態の敵の混沌耐性 -30%
    active skill area of effect radius +% final [100]
    base deal no damage [1]
    infinite skill effect duration [1]
    AzmeriFabricationTemporalChains
    Spell, Area, Duration, Trappable, Totemable, Mineable, Multicastable, Triggerable, Cascadable, AppliesCurse, CanRapidFire, AreaSpell, Nonpathing
    テンポラルチェーン
    キャストタイム: 1 秒
    範囲内にいる全ての敵に呪いをかけるとともに、敵を減速させ、その敵に付与したその他のエフェクトの消失速度を遅くする。
    ソケットされた呪いスキルはプレイヤーの周囲にオーラとして適用される
    呪い状態の敵に付与した他の効果は38%遅く消失する
    呪い状態の敵は30%減速する
    active skill area of effect radius +% final [100]
    base deal no damage [1]
    infinite skill effect duration [1]
    AzmeriFabricationEnfeeble
    Spell, Area, Duration, Trappable, Totemable, Mineable, Multicastable, Triggerable, Cascadable, AppliesCurse, CanRapidFire, AreaSpell, Nonpathing
    エンフィーブル
    キャストタイム: 1 秒
    短い遅延の後に範囲内にいる全ての敵に呪いをかけ、敵が与えるダメージを減少させる。
    ソケットされた呪いスキルはプレイヤーの周囲にオーラとして適用される
    命中力が60%減少する
    呪い状態のノーマル、マジックおよびレアの敵はダメージが60%低下する
    呪い状態のユニークの敵はダメージが23%低下する
    active skill area of effect radius +% final [100]
    base deal no damage [1]
    infinite skill effect duration [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/LeagueAzmeri/AzmeriMonsterBase"
    
    
    Actor
    {
    	basic_action = "Emerge"
    	basic_action = "Emerge2"
    	basic_action = "Revive"
    }
    
    Stats
    {
    	strafe_distance_+% = -21
    }
    
    Stats
    {
    	set_base_heavy_stun_duration_ms = 2600
    	number_of_additional_curses_allowed = 3
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/LeagueAzmeri/AzmeriMonsterBase"
    
    Life
    {
    	on_death =
    	"
    		If( VarietyContains( PitifulFabrication01 ), ()
    		{
    			HideMeshSegments( L_back_leg_bindingsShape, R_back_leg_bindingsShape );
    		} );
    	"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/PitifulFabrications/Canopy/PitifulFabrication02"] = {
        name = "Ribrattle",
        life = 0.8,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 0.8,
        damageSpread = 0.2,
        attackTime = 1.59,
        attackRange = 11,
        accuracy = 1,
        skillList = {
            "AzmeriFabricationTemporalChains",
            "AzmeriFabricationEnfeeble",
            "AzmeriFabricationDespair",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["AzmeriFabricationTemporalChains"] = {
        name = "Temporal Chains",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "[Curse|Curses] all enemies in an area, [Slow|Slowing] them 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.Nonpathing] = true,
        },
        statDescriptionScope = "temporal_chains",
        castTime = 1,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "temporal_chains_base_action_speed_+%_final_to_apply",
            "buff_time_passed_+%_other_than_temporal_chains",
            "active_skill_area_of_effect_radius_+%_final",
            "base_deal_no_damage",
            "curse_apply_as_aura",
            "infinite_skill_effect_duration",
        },
        levels = {
            [1] = {-30, -38, 100, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["AzmeriFabricationEnfeeble"] = {
        name = "Enfeeble",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "[Curse|Curses] all targets in an area after a short delay, making them deal less damage.",
        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.Nonpathing] = true,
        },
        statDescriptionScope = "enfeeble",
        castTime = 1,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "accuracy_rating_+%",
            "enfeeble_damage_+%_final",
            "enfeeble_damage_+%_vs_unique_final",
            "active_skill_area_of_effect_radius_+%_final",
            "base_deal_no_damage",
            "curse_apply_as_aura",
            "infinite_skill_effect_duration",
        },
        levels = {
            [1] = {-60, -60, -23, 100, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["AzmeriFabricationDespair"] = {
        name = "Despair",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "[Curse|Curses] all targets in an area after a short delay, lowering their [Chaos|Chaos] [Resistances|Resistance].",
        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.Chaos] = true,
            [SkillType.AppliesCurse] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.AreaSpell] = true,
            [SkillType.Nonpathing] = true,
        },
        statDescriptionScope = "despair",
        castTime = 1,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_chaos_damage_resistance_%",
            "active_skill_area_of_effect_radius_+%_final",
            "base_deal_no_damage",
            "curse_apply_as_aura",
            "infinite_skill_effect_duration",
        },
        levels = {
            [1] = {-30, 100, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    リブラトル
    Ribrattle
    SpectreY
    Tagsbones, skeleton, Unarmed_onhit_audio, undead, very_slow_movement
    ライフ
    80%
    耐性
    0 0 0 0
    Damage
    80%
    命中
    100%
    クリティカルヒット Chance
    5%
    クリティカルダメージボーナス
    +30%
    Attack Distance
    4 ~ 11
    アタックタイム
    1.59 Second
    Damage Spread
    ±20%
    経験値
    80%
    Model Size
    100%
    Type
    PitifulFabrication_Summon2
    Metadata
    PitifulFabrication02
    レベル
    68
    ライフ
    6,206
    アーマー
    3,451
    回避力
    477
    Damage
    186
    スペルダメージ
    186
    命中
    2,180
    アタックタイム
    1.59
    経験値
    22,907
    Minion Life
    9,024
    Minion Damage
    1,517
    Minion Armour
    3,451
    AzmeriFabricationDespair
    Spell, Area, Duration, Trappable, Totemable, Mineable, Multicastable, Triggerable, Cascadable, Chaos, AppliesCurse, CanRapidFire, AreaSpell, Nonpathing
    ディスペア
    キャストタイム: 1 秒
    少し遅れて範囲内の全ての敵に呪いをかけ、混沌Resistances耐性]を下げる。
    ソケットされた呪いスキルはプレイヤーの周囲にオーラとして適用される
    呪い状態の敵の混沌耐性 -30%
    active skill area of effect radius +% final [100]
    base deal no damage [1]
    infinite skill effect duration [1]
    AzmeriFabricationTemporalChains
    Spell, Area, Duration, Trappable, Totemable, Mineable, Multicastable, Triggerable, Cascadable, AppliesCurse, CanRapidFire, AreaSpell, Nonpathing
    テンポラルチェーン
    キャストタイム: 1 秒
    範囲内にいる全ての敵に呪いをかけるとともに、敵を減速させ、その敵に付与したその他のエフェクトの消失速度を遅くする。
    ソケットされた呪いスキルはプレイヤーの周囲にオーラとして適用される
    呪い状態の敵に付与した他の効果は38%遅く消失する
    呪い状態の敵は30%減速する
    active skill area of effect radius +% final [100]
    base deal no damage [1]
    infinite skill effect duration [1]
    AzmeriFabricationEnfeeble
    Spell, Area, Duration, Trappable, Totemable, Mineable, Multicastable, Triggerable, Cascadable, AppliesCurse, CanRapidFire, AreaSpell, Nonpathing
    エンフィーブル
    キャストタイム: 1 秒
    短い遅延の後に範囲内にいる全ての敵に呪いをかけ、敵が与えるダメージを減少させる。
    ソケットされた呪いスキルはプレイヤーの周囲にオーラとして適用される
    命中力が60%減少する
    呪い状態のノーマル、マジックおよびレアの敵はダメージが60%低下する
    呪い状態のユニークの敵はダメージが23%低下する
    active skill area of effect radius +% final [100]
    base deal no damage [1]
    infinite skill effect duration [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/LeagueAzmeri/AzmeriMonsterBase"
    
    
    Actor
    {
    	basic_action = "Emerge"
    	basic_action = "Emerge2"
    	basic_action = "Revive"
    }
    
    Stats
    {
    	strafe_distance_+% = -21
    }
    
    Stats
    {
    	set_base_heavy_stun_duration_ms = 2600
    	number_of_additional_curses_allowed = 3
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/LeagueAzmeri/AzmeriMonsterBase"
    
    Life
    {
    	on_death =
    	"
    		If( VarietyContains( PitifulFabrication01 ), ()
    		{
    			HideMeshSegments( L_back_leg_bindingsShape, R_back_leg_bindingsShape );
    		} );
    	"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueRitual/HumanoidFaction/PitifulFabrications/Canopy/PitifulFabrication02"] = {
        name = "Ribrattle",
        life = 0.8,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 0.8,
        damageSpread = 0.2,
        attackTime = 1.59,
        attackRange = 11,
        accuracy = 1,
        skillList = {
            "AzmeriFabricationTemporalChains",
            "AzmeriFabricationEnfeeble",
            "AzmeriFabricationDespair",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["AzmeriFabricationTemporalChains"] = {
        name = "Temporal Chains",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "[Curse|Curses] all enemies in an area, [Slow|Slowing] them 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.Nonpathing] = true,
        },
        statDescriptionScope = "temporal_chains",
        castTime = 1,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "temporal_chains_base_action_speed_+%_final_to_apply",
            "buff_time_passed_+%_other_than_temporal_chains",
            "active_skill_area_of_effect_radius_+%_final",
            "base_deal_no_damage",
            "curse_apply_as_aura",
            "infinite_skill_effect_duration",
        },
        levels = {
            [1] = {-30, -38, 100, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["AzmeriFabricationEnfeeble"] = {
        name = "Enfeeble",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "[Curse|Curses] all targets in an area after a short delay, making them deal less damage.",
        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.Nonpathing] = true,
        },
        statDescriptionScope = "enfeeble",
        castTime = 1,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "accuracy_rating_+%",
            "enfeeble_damage_+%_final",
            "enfeeble_damage_+%_vs_unique_final",
            "active_skill_area_of_effect_radius_+%_final",
            "base_deal_no_damage",
            "curse_apply_as_aura",
            "infinite_skill_effect_duration",
        },
        levels = {
            [1] = {-60, -60, -23, 100, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["AzmeriFabricationDespair"] = {
        name = "Despair",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "[Curse|Curses] all targets in an area after a short delay, lowering their [Chaos|Chaos] [Resistances|Resistance].",
        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.Chaos] = true,
            [SkillType.AppliesCurse] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.AreaSpell] = true,
            [SkillType.Nonpathing] = true,
        },
        statDescriptionScope = "despair",
        castTime = 1,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_chaos_damage_resistance_%",
            "active_skill_area_of_effect_radius_+%_final",
            "base_deal_no_damage",
            "curse_apply_as_aura",
            "infinite_skill_effect_duration",
        },
        levels = {
            [1] = {-30, 100, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    Edit

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