Ribrattle
Undead
monster no map drops [1]
monster no drops or experience [1]
SpectreY
Spectre OverrideMetadata/Monsters/LeagueAzmeri/PitifulFabrication02Spectre__
Tagsbones, skeleton, undead, very_slow_movement
Packs
  • Ribrattle, Cultist Archer, Cultist Warrior, Cultist Warrior
  • Cultist Witch, Cultist Archer, Cultist Warrior, Ribrattle, Cultist Warrior, Cultist Warrior
  • Life
    72%
    Energy Shield From Life
    200%
    Armour
    +30%
    Evasion
    +40%
    Ailment Threshold
    72%
    Resistance
    0 0 0 0
    Damage
    54%
    Accuracy
    100%
    Critical Strike Chance
    +5%
    Critical Strike Multiplier
    +130%
    Attack Distance
    4 ~ 11
    Attack Time
    1.59 Second
    Damage Spread
    ±20%
    Experience
    60%
    Model Size
    100%
    Type
    PitifulFabrication_Summon2
    Metadata
    PitifulFabrication02
    Level
    68
    Life
    4,632
    Armour
    37,427
    Evasion
    6,635
    Energy Shield
    12,254
    Damage
    202
    Spell Damage
    202
    Accuracy
    290
    Attack Time
    1.59
    Experience
    6,153
    Ailment Threshold
    4,632
    Chill
    15
    Shock
    15
    Brittle
    83
    Scorch
    15
    Sap
    40
    AzmeriFabricationDespair
    Spell, Area, Duration, Trappable, Totemable, Mineable, Multicastable, Triggerable, Cascadable, Chaos, AppliesCurse, CanRapidFire, AreaSpell, InstantNoRepeatWhenHeld, InstantShiftAttackForLeftMouse, Hex
    Despair
    Cast Time: 1 sec
    Curses all targets in an area, lowering their chaos resistance.
    Cursed enemies have -30% to Chaos Resistance
    This Curse is Cast as an Aura applying to nearby Enemies
    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, InstantNoRepeatWhenHeld, InstantShiftAttackForLeftMouse, Hex
    Temporal Chains
    Cast Time: 1 sec
    Curses all enemies in an area, lowering their action speed and making other effects on them expire more slowly.
    Cursed Normal and Magic Enemies have 30% less Action Speed
    Other effects on Cursed enemies expire 38% slower
    This Curse is Cast as an Aura applying to nearby Enemies
    Cursed Rare and Unique Enemies have 30% less Action Speed
    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, InstantNoRepeatWhenHeld, InstantShiftAttackForLeftMouse, Hex
    Enfeeble
    Cast Time: 1 sec
    Curses all targets in an area, reducing their accuracy and making them deal less damage.
    Cursed enemies have 60% reduced Accuracy Rating
    Cursed Normal or Magic enemies deal 60% less Damage
    This Curse is Cast as an Aura applying to nearby Enemies
    Cursed Rare or Unique enemies deal 23% less Damage
    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
    }

    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/LeagueAzmeri/PitifulFabrication02"] = {
        name = "Ribrattle",
        life = 0.72,
        energyShield = 2,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 0.54,
        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 = 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 = 1,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "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",
            "base_deal_no_damage",
            "curse_apply_as_aura",
            "infinite_skill_effect_duration",
        },
        levels = {
            [1] = {-30, -38, -30, 100, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["AzmeriFabricationEnfeeble"] = {
        name = "Enfeeble",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Curses all targets in an area, reducing their accuracy and 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.InstantNoRepeatWhenHeld] = true,
            [SkillType.InstantShiftAttackForLeftMouse] = true,
            [SkillType.Hex] = true,
        },
        statDescriptionScope = "curse_skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "accuracy_rating_+%",
            "enfeeble_damage_+%_final",
            "enfeeble_damage_+%_vs_rare_or_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 = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Curses all targets in an area, lowering their chaos 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.InstantNoRepeatWhenHeld] = true,
            [SkillType.InstantShiftAttackForLeftMouse] = true,
            [SkillType.Hex] = true,
        },
        statDescriptionScope = "curse_skill_stat_descriptions",
        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 = { }, },
        },
    }
    
    monster no map drops [1]
    IdMonsterNoMapDropsHardMode
    FamilyMonsterNoMapDrops
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 Global
  • monster no drops or experience [1]
    IdMonsterNoDropsOrExperience
    FamilyMonsterNoDropsOrExperience
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster no drops or experience Min: 1 Max: 1 Global
  • Ribrattle
    Undead
    SpectreY
    Spectre OverrideMetadata/Monsters/LeagueAzmeri/PitifulFabrication02Spectre__
    Tagsbones, skeleton, undead, very_slow_movement
    Packs
  • Cultist Archer, Ribrattle, Cultist Warrior, Cultist Warrior
  • Life
    72%
    Energy Shield From Life
    200%
    Armour
    +30%
    Evasion
    +40%
    Ailment Threshold
    72%
    Resistance
    0 0 0 0
    Damage
    54%
    Accuracy
    100%
    Critical Strike Chance
    +5%
    Critical Strike Multiplier
    +130%
    Attack Distance
    4 ~ 11
    Attack Time
    1.59 Second
    Damage Spread
    ±20%
    Experience
    60%
    Model Size
    100%
    Type
    PitifulFabrication_Summon2
    Metadata
    PitifulFabrication02Standalone
    Level
    68
    Life
    4,632
    Armour
    37,427
    Evasion
    6,635
    Energy Shield
    12,254
    Damage
    202
    Spell Damage
    202
    Accuracy
    290
    Attack Time
    1.59
    Experience
    6,153
    Ailment Threshold
    4,632
    Chill
    15
    Shock
    15
    Brittle
    83
    Scorch
    15
    Sap
    40
    AzmeriFabricationDespair
    Spell, Area, Duration, Trappable, Totemable, Mineable, Multicastable, Triggerable, Cascadable, Chaos, AppliesCurse, CanRapidFire, AreaSpell, InstantNoRepeatWhenHeld, InstantShiftAttackForLeftMouse, Hex
    Despair
    Cast Time: 1 sec
    Curses all targets in an area, lowering their chaos resistance.
    Cursed enemies have -30% to Chaos Resistance
    This Curse is Cast as an Aura applying to nearby Enemies
    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, InstantNoRepeatWhenHeld, InstantShiftAttackForLeftMouse, Hex
    Temporal Chains
    Cast Time: 1 sec
    Curses all enemies in an area, lowering their action speed and making other effects on them expire more slowly.
    Cursed Normal and Magic Enemies have 30% less Action Speed
    Other effects on Cursed enemies expire 38% slower
    This Curse is Cast as an Aura applying to nearby Enemies
    Cursed Rare and Unique Enemies have 30% less Action Speed
    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, InstantNoRepeatWhenHeld, InstantShiftAttackForLeftMouse, Hex
    Enfeeble
    Cast Time: 1 sec
    Curses all targets in an area, reducing their accuracy and making them deal less damage.
    Cursed enemies have 60% reduced Accuracy Rating
    Cursed Normal or Magic enemies deal 60% less Damage
    This Curse is Cast as an Aura applying to nearby Enemies
    Cursed Rare or Unique enemies deal 23% less Damage
    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
    }

    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/LeagueAzmeri/PitifulFabrication02Standalone"] = {
        name = "Ribrattle",
        life = 0.72,
        energyShield = 2,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 0.54,
        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 = 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 = 1,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "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",
            "base_deal_no_damage",
            "curse_apply_as_aura",
            "infinite_skill_effect_duration",
        },
        levels = {
            [1] = {-30, -38, -30, 100, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["AzmeriFabricationEnfeeble"] = {
        name = "Enfeeble",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Curses all targets in an area, reducing their accuracy and 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.InstantNoRepeatWhenHeld] = true,
            [SkillType.InstantShiftAttackForLeftMouse] = true,
            [SkillType.Hex] = true,
        },
        statDescriptionScope = "curse_skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "accuracy_rating_+%",
            "enfeeble_damage_+%_final",
            "enfeeble_damage_+%_vs_rare_or_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 = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Curses all targets in an area, lowering their chaos 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.InstantNoRepeatWhenHeld] = true,
            [SkillType.InstantShiftAttackForLeftMouse] = true,
            [SkillType.Hex] = true,
        },
        statDescriptionScope = "curse_skill_stat_descriptions",
        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
    Undead
    monster no map drops [1]
    monster no drops or experience [1]
    SpectreY
    Tagsbones, skeleton, undead, very_slow_movement
    Life
    72%
    Energy Shield From Life
    200%
    Armour
    +30%
    Evasion
    +40%
    Ailment Threshold
    72%
    Resistance
    0 0 0 0
    Damage
    54%
    Accuracy
    100%
    Critical Strike Chance
    +5%
    Critical Strike Multiplier
    +130%
    Attack Distance
    4 ~ 11
    Attack Time
    1.59 Second
    Damage Spread
    ±20%
    Experience
    60%
    Model Size
    100%
    Type
    PitifulFabrication_Summon2
    Metadata
    PitifulFabrication02Spectre__
    Level
    68
    Life
    4,632
    Armour
    37,427
    Evasion
    6,635
    Energy Shield
    12,254
    Damage
    202
    Spell Damage
    202
    Accuracy
    290
    Attack Time
    1.59
    Experience
    6,153
    Ailment Threshold
    4,632
    Chill
    15
    Shock
    15
    Brittle
    83
    Scorch
    15
    Sap
    40
    AzmeriFabricationDespair
    Spell, Area, Duration, Trappable, Totemable, Mineable, Multicastable, Triggerable, Cascadable, Chaos, AppliesCurse, CanRapidFire, AreaSpell, InstantNoRepeatWhenHeld, InstantShiftAttackForLeftMouse, Hex
    Despair
    Cast Time: 1 sec
    Curses all targets in an area, lowering their chaos resistance.
    Cursed enemies have -30% to Chaos Resistance
    This Curse is Cast as an Aura applying to nearby Enemies
    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, InstantNoRepeatWhenHeld, InstantShiftAttackForLeftMouse, Hex
    Temporal Chains
    Cast Time: 1 sec
    Curses all enemies in an area, lowering their action speed and making other effects on them expire more slowly.
    Cursed Normal and Magic Enemies have 30% less Action Speed
    Other effects on Cursed enemies expire 38% slower
    This Curse is Cast as an Aura applying to nearby Enemies
    Cursed Rare and Unique Enemies have 30% less Action Speed
    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, InstantNoRepeatWhenHeld, InstantShiftAttackForLeftMouse, Hex
    Enfeeble
    Cast Time: 1 sec
    Curses all targets in an area, reducing their accuracy and making them deal less damage.
    Cursed enemies have 60% reduced Accuracy Rating
    Cursed Normal or Magic enemies deal 60% less Damage
    This Curse is Cast as an Aura applying to nearby Enemies
    Cursed Rare or Unique enemies deal 23% less Damage
    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
    }

    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/LeagueAzmeri/PitifulFabrication02Spectre__"] = {
        name = "Ribrattle",
        life = 0.72,
        energyShield = 2,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 0.54,
        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 = 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 = 1,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "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",
            "base_deal_no_damage",
            "curse_apply_as_aura",
            "infinite_skill_effect_duration",
        },
        levels = {
            [1] = {-30, -38, -30, 100, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["AzmeriFabricationEnfeeble"] = {
        name = "Enfeeble",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Curses all targets in an area, reducing their accuracy and 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.InstantNoRepeatWhenHeld] = true,
            [SkillType.InstantShiftAttackForLeftMouse] = true,
            [SkillType.Hex] = true,
        },
        statDescriptionScope = "curse_skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "accuracy_rating_+%",
            "enfeeble_damage_+%_final",
            "enfeeble_damage_+%_vs_rare_or_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 = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Curses all targets in an area, lowering their chaos 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.InstantNoRepeatWhenHeld] = true,
            [SkillType.InstantShiftAttackForLeftMouse] = true,
            [SkillType.Hex] = true,
        },
        statDescriptionScope = "curse_skill_stat_descriptions",
        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 = { }, },
        },
    }
    
    monster no map drops [1]
    IdMonsterNoMapDropsHardMode
    FamilyMonsterNoMapDrops
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 Global
  • monster no drops or experience [1]
    IdMonsterNoDropsOrExperience
    FamilyMonsterNoDropsOrExperience
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster no drops or experience Min: 1 Max: 1 Global
  • Edit

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