덜그럭늑골
SpectreY
Area마스토돈 불모지, 뼈 구덩이, 지구라트 피난처, 마스토돈 불모지, 뼈 구덩이
Tagsskeleton, Unarmed_onhit_audio, undead, very_slow_movement
Packs
  • 마스토돈 불모지, 뼈 구덩이, 마스토돈 불모지, 뼈 구덩이: 잊힌 사람들의 맹신자, 해골투척병, 덜그럭늑골, 척추강탈꾼
  • 마스토돈 불모지, 뼈 구덩이, 마스토돈 불모지, 뼈 구덩이: 잊힌 사람들의 맹신자, 해골투척병, 덜그럭늑골, 척추강탈꾼
  • 마스토돈 불모지, 뼈 구덩이, 마스토돈 불모지, 뼈 구덩이: 잊힌 사람들의 강령술사, 해골투척병, 덜그럭늑골, 척추강탈꾼
  • 지구라트 피난처: 잊힌 사람들의 강령술사, 해골투척병, 덜그럭늑골, 척추강탈꾼
  • 지구라트 피난처: 잊힌 사람들의 돌격병, 해골투척병, 덜그럭늑골, 척추강탈꾼
  • 생명력
    80%
    Ailment Threshold
    %
    저항
    0 0 0 0
    Damage
    80%
    정확도
    100%
    치명타 확률
    +5%
    치명타 피해 배율
    +130%
    Attack Distance
    4 ~ 11
    Attack Time
    1.59 Second
    Damage Spread
    ±20%
    경험치
    80%
    Model Size
    100%
    Type
    PitifulFabrication_Summon2
    Metadata
    PitifulFabrication02
    레벨
    70
    생명력
    6,973
    방어도
    3,877
    회피
    502
    에너지 보호막
    0
    Damage
    198
    주문 피해
    198
    정확도
    0
    Attack Time
    1.59
    경험치
    27,711
    PitifulFabricationBuff
    Triggerable
    generic skill trigger id [2]
    TBPitifulFabricationBuff
    Spell, Triggerable, Attack, Damage
    Base Damage: 159–238
    시전 속도: 1.5 초
    Attack Time: 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%
    Ailment Threshold
    %
    저항
    0 0 0 0
    Damage
    80%
    정확도
    100%
    치명타 확률
    +5%
    치명타 피해 배율
    +130%
    Attack Distance
    4 ~ 11
    Attack Time
    1.59 Second
    Damage Spread
    ±20%
    경험치
    80%
    Model Size
    100%
    Type
    PitifulFabrication_Summon2
    Metadata
    PitifulFabrication02
    레벨
    49
    생명력
    2,387
    방어도
    1,084
    회피
    278
    에너지 보호막
    0
    Damage
    100
    주문 피해
    100
    정확도
    0
    Attack Time
    1.59
    경험치
    6,315
    AzmeriFabricationDespair
    Spell, Area, Duration, Trappable, Totemable, Mineable, Multicastable, Triggerable, Cascadable, Chaos, AppliesCurse, CanRapidFire, AreaSpell, Nonpathing
    절망
    시전 속도: 1 초
    잠시 후 범위 내 모든 대상에게 저주를 걸어 카오스 저항을 낮춥니다.
    장착된 저주 [Skills|스킬]이 주위의 오라 내에 적용
    저주받은 적의 카오스 저항 -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 초
    범위 내 모든 적에게 저주를 걸어 감속시킵니다. 이때 적에게 걸려 있던 다른 효과의 만료 시간도 더 느려집니다.
    장착된 저주 [Skills|스킬]이 주위의 오라 내에 적용
    저주받은 적에게 적용된 다른 효과들이 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 초
    잠시 후 범위 내 모든 대상에게 저주를 걸어 피해를 낮춥니다.
    장착된 저주 [Skills|스킬]이 주위의 오라 내에 적용
    정확도 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%
    Ailment Threshold
    %
    저항
    0 0 0 0
    Damage
    80%
    정확도
    100%
    치명타 확률
    +5%
    치명타 피해 배율
    +130%
    Attack Distance
    4 ~ 11
    Attack Time
    1.59 Second
    Damage Spread
    ±20%
    경험치
    80%
    Model Size
    100%
    Type
    PitifulFabrication_Summon2
    Metadata
    PitifulFabrication02
    레벨
    68
    생명력
    6,206
    방어도
    3,451
    회피
    477
    에너지 보호막
    0
    Damage
    186
    주문 피해
    186
    정확도
    0
    Attack Time
    1.59
    경험치
    22,907
    AzmeriFabricationDespair
    Spell, Area, Duration, Trappable, Totemable, Mineable, Multicastable, Triggerable, Cascadable, Chaos, AppliesCurse, CanRapidFire, AreaSpell, Nonpathing
    절망
    시전 속도: 1 초
    잠시 후 범위 내 모든 대상에게 저주를 걸어 카오스 저항을 낮춥니다.
    장착된 저주 [Skills|스킬]이 주위의 오라 내에 적용
    저주받은 적의 카오스 저항 -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 초
    범위 내 모든 적에게 저주를 걸어 감속시킵니다. 이때 적에게 걸려 있던 다른 효과의 만료 시간도 더 느려집니다.
    장착된 저주 [Skills|스킬]이 주위의 오라 내에 적용
    저주받은 적에게 적용된 다른 효과들이 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 초
    잠시 후 범위 내 모든 대상에게 저주를 걸어 피해를 낮춥니다.
    장착된 저주 [Skills|스킬]이 주위의 오라 내에 적용
    정확도 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 = { }, },
        },
    }