Platinia
Humanoid
Gain 25% of Maximum Life as Extra Maximum Energy Shield
Monsters grant 100% increased Experience
monster dropped item rarity +% [15000]
20% Chance to Block Attack Damage
20% Chance to Block Spell Damage
You take 40% of Damage from Blocked Hits
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
corpse cannot be destroyed [1]
SpectreN
Tagscaster, ghost_armour, has_one_hand_sword, has_one_handed_melee, human, humanoid, lightning_affinity, medium_movement, medium_small_height, melee, no_bloodlines, physical_affinity, ranged, slashing_weapon
Life
600%
Energy Shield From Life
33%
Armour
+33%
Evasion
+33%
Ailment Threshold
600%
Resistance
40 40 40 25
Damage
216%
Accuracy
100%
Critical Strike Chance
+5%
Critical Strike Multiplier
+130%
Attack Distance
6 ~ 10
Attack Time
1.5 Second
Damage Spread
±20%
Experience
200%
Model Size
115%
Type
PerandusMapBoss1
Metadata
PerandusGuardMapBoss1IvoryTemple
Level
68
Life
836,078
Armour
38,291
Evasion
6,303
Energy Shield
2,022
Damage
919
Spell Damage
1,372
Accuracy
290
Attack Time
1.005
Experience
112,805
Ailment Threshold
526,729
Chill
1,666
Shock
1,666
Brittle
9,423
Scorch
1,666
Sap
4,602
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Default Attack
Base Damage: 1459–2189
Critical Strike Chance: 5%
Attack Time: 1.5 sec
Strike your foes down with a powerful blow.
skill can fire arrows [1]
skill can fire wand projectiles [1]
PerandusLightningStrike
Attack, RangedAttack, Projectile, MeleeSingleTarget, Multistrikeable, Melee, Lightning, ProjectilesNotFromUser
Lightning Strike
Base Damage: 1459–2189
Critical Strike Chance: 5%
Attack Time: 1.5 sec
Infuses your melee weapon with electrical energies as you swing. In addition to converting some of your physical damage to lightning damage, the stored energy is released from the weapon as projectiles as you strike, flying out to hit farther-away enemies. The projectiles cannot miss if the melee attack hit a target.
50% of Physical Damage Converted to Lightning Damage
Deals 30% more Attack Damage
Deals 20% more Damage
Fires 4 additional Projectiles
30% less Projectile Damage
total projectile spread angle override [40]
PerandusStaticStrike
Attack, MeleeSingleTarget, Multistrikeable, Melee, Area, Duration, Lightning
Static Strike
Base Damage: 1459–2189
Critical Strike Chance: 5%
Attack Damage: 110%
Attack Damage: 110%
Attack Time: 1.5 sec
Strike your enemies with a melee weapon, building up static energy on you. This energy damages enemies around you when it expires, dealing damage that cannot be evaded or dodged.
60% of Physical Damage Converted to Lightning Damage
Deals 10% more Attack Damage
Base duration is 0.75 seconds
90% more Attack Speed
Explosion deals 40% less Damage with Hits and Ailments
active skill area of effect radius +% final [-16]
base attack repeat count [1]
PerandusTempestShield
Spell, Damage, RequiresShield, TotemCastsAlone, Lightning, Chains, Buff, HasReservation, Cooldown, Totemable, Instant, InstantNoRepeatWhenHeld, InstantShiftAttackForLeftMouse
Tempest Shield
Critical Strike Chance: 6%
Effectiveness of Added Damage: 60%
Cast Time: 0.5 sec
Cooldown Time: 12 sec
Enchants your shield with the power of storms, which lashes out to deal arcing lightning damage to attackers when you block them.
Deals 263.8 to 395.7 Lightning Damage
Base duration is 4 seconds
Chains +1 Times
+20% Chance to Block Attack Damage while holding a Shield
skill can add multiple charges per action [1]
skill override pvp scaling time ms [700]
PerandusOrbOfStorms1
Spell, Damage, Lightning, Area, Chains, Triggerable, Trappable, Mineable, Totemable, AreaSpell, Cooldown, Orb
Orb of Storms
Cast Time: 0.5 sec
Creates a stationary electrical orb that strikes enemies in its area of effect with beams of lightning that can then split to hit more enemies. Modifiers to cast speed will increase how frequently it does this. Casting this skill again will replace the previous orb.
Deals 239.7 to 719.2 Lightning Damage
Charged Storm Cloud deals 10 more Damage
Base duration is 12 seconds
Strikes every 1 second, and when you use a Lightning Skill near the Orb
Beam Splits towards 6 additional targets
storm cloud destroy when caster dies [1]
PerandusWait
Base duration is 0.25 seconds
WbSmokeMine
Spell, Area, Duration, Movement, RemoteMined, AreaSpell, Travel, HasReservation, Blink, Cooldown
Smoke Mine
Cast Time: 0.5 sec
Throws a mine that will teleport you to it when detonated. It covers both your escape and arrival with a cloud of smoke that blinds enemies, and gives you a temporary buff to movement speed. Shares a cooldown with other Blink skills.
active skill area of effect radius +% final [-45]

Object Type

version 2
extends "Metadata/Monsters/Perandus/PerandusLieutenant"

Transitionable
{
	
}

Object Type Codes

version 2
extends "Metadata/Monsters/Perandus/PerandusLieutenant"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Perandus/PerandusGuardMapBoss1IvoryTemple"] = {
    name = "Platinia",
    life = 6,
    energyShield = 0.33,
    fireResist = 40,
    coldResist = 40,
    lightningResist = 40,
    chaosResist = 25,
    damage = 2.16,
    damageSpread = 0.2,
    attackTime = 1.5,
    attackRange = 10,
    accuracy = 1,
    weaponType1 = "One Hand Sword",
    weaponType2 = "Shield",
    skillList = {
        "Melee",
        "PerandusLightningStrike",
        "PerandusTempestShield",
        "WbSmokeMine",
        "PerandusStaticStrike",
        "PerandusWait",
        "PerandusOrbOfStorms1",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["Melee"] = {
    name = "Default Attack",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Strike your foes down with a powerful blow.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.RangedAttack] = true,
        [SkillType.MirageArcherCanUse] = true,
        [SkillType.Projectile] = true,
        [SkillType.MeleeSingleTarget] = true,
        [SkillType.Multistrikeable] = true,
        [SkillType.Melee] = true,
        [SkillType.ProjectilesFromUser] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        melee = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "skill_can_fire_arrows",
        "skill_can_fire_wand_projectiles",
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["PerandusLightningStrike"] = {
    name = "Lightning Strike",
    hidden = true,
    color = "2",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Infuses your melee weapon with electrical energies as you swing. In addition to converting some of your physical damage to lightning damage, the stored energy is released from the weapon as projectiles as you strike, flying out to hit farther-away enemies. The projectiles cannot miss if the melee attack hit a target.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.RangedAttack] = true,
        [SkillType.Projectile] = true,
        [SkillType.MeleeSingleTarget] = true,
        [SkillType.Multistrikeable] = true,
        [SkillType.Melee] = true,
        [SkillType.Lightning] = true,
        [SkillType.ProjectilesNotFromUser] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        melee = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "number_of_additional_projectiles",
        "total_projectile_spread_angle_override",
        "skill_physical_damage_%_to_convert_to_lightning",
        "active_skill_attack_damage_+%_final",
        "active_skill_projectile_damage_+%_final",
        "active_skill_damage_+%_final",
    },
    levels = {
        [1] = {2, 40, 50, 30, -30, 20, levelRequirement = 4, statInterpolation = {1, 1},  cost = { }, },
        [2] = {4, 40, 50, 30, -30, 20, levelRequirement = 30, statInterpolation = {1, 1},  cost = { }, },
        [3] = {6, 50, 50, 30, -30, 20, levelRequirement = 70, statInterpolation = {1, 1},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["PerandusTempestShield"] = {
    name = "Tempest Shield",
    hidden = true,
    color = "3",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Enchants your shield with the power of storms, which lashes out to deal arcing lightning damage to attackers when you block them.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
        [SkillType.RequiresShield] = true,
        [SkillType.TotemCastsAlone] = true,
        [SkillType.Lightning] = true,
        [SkillType.Chains] = true,
        [SkillType.Buff] = true,
        [SkillType.HasReservation] = true,
        [SkillType.Cooldown] = true,
        [SkillType.Totemable] = true,
        [SkillType.Instant] = true,
        [SkillType.InstantNoRepeatWhenHeld] = true,
        [SkillType.InstantShiftAttackForLeftMouse] = true,
    },
    statDescriptionScope = "buff_skill_stat_descriptions",
    castTime = 0.5,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_lightning_damage",
        "spell_maximum_base_lightning_damage",
        "shield_block_%",
        "skill_override_pvp_scaling_time_ms",
        "number_of_chains",
        "base_skill_effect_duration",
        "skill_can_add_multiple_charges_per_action",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 20, 700, 1, 4000, critChance = 6, levelRequirement = 3, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["WbSmokeMine"] = {
    name = "Smoke Mine",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Throws a mine that will teleport you to it when detonated. It covers both your escape and arrival with a cloud of smoke that blinds enemies, and gives you a temporary buff to movement speed. Shares a cooldown with other Blink skills.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Area] = true,
        [SkillType.Duration] = true,
        [SkillType.Movement] = true,
        [SkillType.RemoteMined] = true,
        [SkillType.AreaSpell] = true,
        [SkillType.Travel] = true,
        [SkillType.HasReservation] = true,
        [SkillType.Blink] = true,
        [SkillType.Cooldown] = true,
    },
    statDescriptionScope = "buff_skill_stat_descriptions",
    castTime = 0.5,
    baseFlags = {
        area = true,
        spell = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "active_skill_area_of_effect_radius_+%_final",
    },
    levels = {
        [1] = {-45, levelRequirement = 60, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["PerandusStaticStrike"] = {
    name = "Static Strike",
    hidden = true,
    color = "1",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Strike your enemies with a melee weapon, building up static energy on you. This energy damages enemies around you when it expires, dealing damage that cannot be evaded or dodged. ",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.MeleeSingleTarget] = true,
        [SkillType.Multistrikeable] = true,
        [SkillType.Melee] = true,
        [SkillType.Area] = true,
        [SkillType.Duration] = true,
        [SkillType.Lightning] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        area = true,
        melee = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "skill_physical_damage_%_to_convert_to_lightning",
        "base_skill_effect_duration",
        "static_strike_explosion_damage_+%_final",
        "base_attack_repeat_count",
        "active_skill_attack_speed_+%_final",
        "active_skill_area_of_effect_radius_+%_final",
    },
    levels = {
        [1] = {60, 750, -40, 1, 90, -16, baseMultiplier = 1.1, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["PerandusWait"] = {
    name = "PerandusWait",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_skill_effect_duration",
    },
    levels = {
        [1] = {250, levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["PerandusOrbOfStorms1"] = {
    name = "Orb of Storms",
    hidden = true,
    color = "3",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Creates a stationary electrical orb that strikes enemies in its area of effect with beams of lightning that can then split to hit more enemies. Modifiers to cast speed will increase how frequently it does this. Casting this skill again will replace the previous orb.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
        [SkillType.Lightning] = true,
        [SkillType.Area] = true,
        [SkillType.Chains] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Trappable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Totemable] = true,
        [SkillType.AreaSpell] = true,
        [SkillType.Cooldown] = true,
        [SkillType.Orb] = true,
    },
    statDescriptionScope = "beam_skill_stat_descriptions",
    castTime = 0.5,
    baseFlags = {
        area = true,
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_lightning_damage",
        "spell_maximum_base_lightning_damage",
        "projectile_number_to_split",
        "base_skill_effect_duration",
        "orb_of_storms_base_bolt_frequency_ms",
        "storm_cloud_charged_damage_+%_final",
        "storm_cloud_destroy_when_caster_dies",
    },
    levels = {
        [1] = {0.5, 1.5, 3, 12000, 1000, 10, levelRequirement = 4, statInterpolation = {3, 3, 1},  cost = { }, },
        [2] = {0.5, 1.5, 4, 12000, 1000, 10, levelRequirement = 20, statInterpolation = {3, 3, 1},  cost = { }, },
        [3] = {0.5, 1.5, 5, 12000, 1000, 10, levelRequirement = 40, statInterpolation = {3, 3, 1},  cost = { }, },
        [4] = {0.5, 1.5, 6, 12000, 1000, 10, levelRequirement = 58, statInterpolation = {3, 3, 1},  cost = { }, },
        [5] = {0.5, 1.5, 7, 12000, 1000, 10, levelRequirement = 69, statInterpolation = {3, 3, 1},  cost = { }, },
        [6] = {0.5, 1.5, 8, 12000, 1000, 10, levelRequirement = 75, statInterpolation = {3, 3, 1},  cost = { }, },
    },
}
Gain 25% of Maximum Life as Extra Maximum Energy Shield
IdMonsterImplicitAuraEnergyShieldPerandus1_
FamilyMonsterAura
DomainsMonster (3)
GenerationTypeUnique (3)
Req. level1
Stats
  • maximum life % to add as maximum energy shield Min: 25 Max: 25 Global
  • Craft Tagsdefences energy_shield
    Monsters grant 100% increased Experience
    monster dropped item rarity +% [15000]
    IdMonsterMapBoss
    FamilyMonsterMapBoss
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster slain experience +% Min: 100 Max: 100 Global
  • monster dropped item rarity +% Min: 15000 Max: 15000 Global
  • 20% Chance to Block Attack Damage
    20% Chance to Block Spell Damage
    You take 40% of Damage from Blocked Hits
    IdMonsterAttackSpellBlock30Bypass50
    FamilyMonsterBlockAndBypass
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • base spell block % Min: 20 Max: 20 Global
  • monster base block % Min: 20 Max: 20 Global
  • base block % damage taken Min: 40 Max: 40 Global
  • Craft Tagsblock
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    IdStunRepeatImmunityMapBoss_
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • cannot be stunned while stunned Min: 1 Max: 1 Global
  • cannot be stunned for ms after stun finished Min: 2000 Max: 2000 Global
  • corpse cannot be destroyed [1]
    IdMonsterCorpseCannotBeDestroyed
    FamilyCorpseCannotBeDestroyed
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • corpse cannot be destroyed Min: 1 Max: 1 Global
  • Platinia
    Humanoid
    Gain 25% of Maximum Life as Extra Maximum Energy Shield
    Monsters grant 100% increased Experience
    monster dropped item rarity +% [15000]
    20% Chance to Block Attack Damage
    20% Chance to Block Spell Damage
    You take 40% of Damage from Blocked Hits
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    corpse cannot be destroyed [1]
    SpectreN
    Tagscaster, ghost_armour, has_one_hand_sword, has_one_handed_melee, human, humanoid, lightning_affinity, medium_movement, medium_small_height, melee, no_bloodlines, physical_affinity, ranged, slashing_weapon
    Life
    600%
    Energy Shield From Life
    33%
    Armour
    +33%
    Evasion
    +33%
    Ailment Threshold
    600%
    Resistance
    40 40 40 25
    Damage
    216%
    Accuracy
    100%
    Critical Strike Chance
    +5%
    Critical Strike Multiplier
    +130%
    Attack Distance
    6 ~ 10
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experience
    200%
    Model Size
    115%
    Type
    PerandusMapBoss1
    Metadata
    PerandusGuardMapBoss1IvoryTempleStandalone
    Level
    68
    Life
    836,078
    Armour
    38,291
    Evasion
    6,303
    Energy Shield
    2,022
    Damage
    919
    Spell Damage
    1,372
    Accuracy
    290
    Attack Time
    1.005
    Experience
    112,805
    Ailment Threshold
    526,729
    Chill
    1,666
    Shock
    1,666
    Brittle
    9,423
    Scorch
    1,666
    Sap
    4,602
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Default Attack
    Base Damage: 1459–2189
    Critical Strike Chance: 5%
    Attack Time: 1.5 sec
    Strike your foes down with a powerful blow.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    PerandusLightningStrike
    Attack, RangedAttack, Projectile, MeleeSingleTarget, Multistrikeable, Melee, Lightning, ProjectilesNotFromUser
    Lightning Strike
    Base Damage: 1459–2189
    Critical Strike Chance: 5%
    Attack Time: 1.5 sec
    Infuses your melee weapon with electrical energies as you swing. In addition to converting some of your physical damage to lightning damage, the stored energy is released from the weapon as projectiles as you strike, flying out to hit farther-away enemies. The projectiles cannot miss if the melee attack hit a target.
    50% of Physical Damage Converted to Lightning Damage
    Deals 30% more Attack Damage
    Deals 20% more Damage
    Fires 4 additional Projectiles
    30% less Projectile Damage
    total projectile spread angle override [40]
    PerandusStaticStrike
    Attack, MeleeSingleTarget, Multistrikeable, Melee, Area, Duration, Lightning
    Static Strike
    Base Damage: 1459–2189
    Critical Strike Chance: 5%
    Attack Damage: 110%
    Attack Damage: 110%
    Attack Time: 1.5 sec
    Strike your enemies with a melee weapon, building up static energy on you. This energy damages enemies around you when it expires, dealing damage that cannot be evaded or dodged.
    60% of Physical Damage Converted to Lightning Damage
    Deals 10% more Attack Damage
    Base duration is 0.75 seconds
    90% more Attack Speed
    Explosion deals 40% less Damage with Hits and Ailments
    active skill area of effect radius +% final [-16]
    base attack repeat count [1]
    PerandusTempestShield
    Spell, Damage, RequiresShield, TotemCastsAlone, Lightning, Chains, Buff, HasReservation, Cooldown, Totemable, Instant, InstantNoRepeatWhenHeld, InstantShiftAttackForLeftMouse
    Tempest Shield
    Critical Strike Chance: 6%
    Effectiveness of Added Damage: 60%
    Cast Time: 0.5 sec
    Cooldown Time: 12 sec
    Enchants your shield with the power of storms, which lashes out to deal arcing lightning damage to attackers when you block them.
    Deals 263.8 to 395.7 Lightning Damage
    Base duration is 4 seconds
    Chains +1 Times
    +20% Chance to Block Attack Damage while holding a Shield
    skill can add multiple charges per action [1]
    skill override pvp scaling time ms [700]
    PerandusOrbOfStorms1
    Spell, Damage, Lightning, Area, Chains, Triggerable, Trappable, Mineable, Totemable, AreaSpell, Cooldown, Orb
    Orb of Storms
    Cast Time: 0.5 sec
    Creates a stationary electrical orb that strikes enemies in its area of effect with beams of lightning that can then split to hit more enemies. Modifiers to cast speed will increase how frequently it does this. Casting this skill again will replace the previous orb.
    Deals 239.7 to 719.2 Lightning Damage
    Charged Storm Cloud deals 10 more Damage
    Base duration is 12 seconds
    Strikes every 1 second, and when you use a Lightning Skill near the Orb
    Beam Splits towards 6 additional targets
    storm cloud destroy when caster dies [1]
    PerandusWait
    Base duration is 0.25 seconds
    WbSmokeMine
    Spell, Area, Duration, Movement, RemoteMined, AreaSpell, Travel, HasReservation, Blink, Cooldown
    Smoke Mine
    Cast Time: 0.5 sec
    Throws a mine that will teleport you to it when detonated. It covers both your escape and arrival with a cloud of smoke that blinds enemies, and gives you a temporary buff to movement speed. Shares a cooldown with other Blink skills.
    active skill area of effect radius +% final [-45]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/StandaloneMapBoss"
    
    Animated
    {
    	preload_animated_object = "Metadata/Effects/Microtransactions/head/mark_of_the_phoenix.ao"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/StandaloneMapBoss"
    
    BaseEvents 
    { 
        on_construction_complete = "AddEffectPack( Metadata/Effects/StatusAilments/monsters/GoldenSpectres.epk );"
    } 
    
    Life
    {
    	on_spawned_alive = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/Perandus/key_chest_buff/key_buff.epk );"
    	on_death = "RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/Perandus/key_chest_buff/key_buff.epk );"
    }
    
    Preload
    {
    	preload_epk = "Metadata/Effects/StatusAilments/monsters/GoldenSpectres.epk"
    	preload_epk = "Metadata/Effects/Spells/monsters_effects/Perandus/key_chest_buff/key_buff.epk"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Perandus/PerandusGuardMapBoss1IvoryTempleStandalone"] = {
        name = "Platinia",
        life = 6,
        energyShield = 0.33,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        damage = 2.16,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 10,
        accuracy = 1,
        weaponType1 = "One Hand Sword",
        weaponType2 = "Shield",
        skillList = {
            "Melee",
            "PerandusLightningStrike",
            "PerandusTempestShield",
            "WbSmokeMine",
            "PerandusStaticStrike",
            "PerandusWait",
            "PerandusOrbOfStorms1",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["Melee"] = {
        name = "Default Attack",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Strike your foes down with a powerful blow.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.ProjectilesFromUser] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_can_fire_arrows",
            "skill_can_fire_wand_projectiles",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["PerandusLightningStrike"] = {
        name = "Lightning Strike",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Infuses your melee weapon with electrical energies as you swing. In addition to converting some of your physical damage to lightning damage, the stored energy is released from the weapon as projectiles as you strike, flying out to hit farther-away enemies. The projectiles cannot miss if the melee attack hit a target.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.Projectile] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.Lightning] = true,
            [SkillType.ProjectilesNotFromUser] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "number_of_additional_projectiles",
            "total_projectile_spread_angle_override",
            "skill_physical_damage_%_to_convert_to_lightning",
            "active_skill_attack_damage_+%_final",
            "active_skill_projectile_damage_+%_final",
            "active_skill_damage_+%_final",
        },
        levels = {
            [1] = {2, 40, 50, 30, -30, 20, levelRequirement = 4, statInterpolation = {1, 1},  cost = { }, },
            [2] = {4, 40, 50, 30, -30, 20, levelRequirement = 30, statInterpolation = {1, 1},  cost = { }, },
            [3] = {6, 50, 50, 30, -30, 20, levelRequirement = 70, statInterpolation = {1, 1},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["PerandusTempestShield"] = {
        name = "Tempest Shield",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Enchants your shield with the power of storms, which lashes out to deal arcing lightning damage to attackers when you block them.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.RequiresShield] = true,
            [SkillType.TotemCastsAlone] = true,
            [SkillType.Lightning] = true,
            [SkillType.Chains] = true,
            [SkillType.Buff] = true,
            [SkillType.HasReservation] = true,
            [SkillType.Cooldown] = true,
            [SkillType.Totemable] = true,
            [SkillType.Instant] = true,
            [SkillType.InstantNoRepeatWhenHeld] = true,
            [SkillType.InstantShiftAttackForLeftMouse] = true,
        },
        statDescriptionScope = "buff_skill_stat_descriptions",
        castTime = 0.5,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "shield_block_%",
            "skill_override_pvp_scaling_time_ms",
            "number_of_chains",
            "base_skill_effect_duration",
            "skill_can_add_multiple_charges_per_action",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 20, 700, 1, 4000, critChance = 6, levelRequirement = 3, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["WbSmokeMine"] = {
        name = "Smoke Mine",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Throws a mine that will teleport you to it when detonated. It covers both your escape and arrival with a cloud of smoke that blinds enemies, and gives you a temporary buff to movement speed. Shares a cooldown with other Blink skills.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Area] = true,
            [SkillType.Duration] = true,
            [SkillType.Movement] = true,
            [SkillType.RemoteMined] = true,
            [SkillType.AreaSpell] = true,
            [SkillType.Travel] = true,
            [SkillType.HasReservation] = true,
            [SkillType.Blink] = true,
            [SkillType.Cooldown] = true,
        },
        statDescriptionScope = "buff_skill_stat_descriptions",
        castTime = 0.5,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_area_of_effect_radius_+%_final",
        },
        levels = {
            [1] = {-45, levelRequirement = 60, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["PerandusStaticStrike"] = {
        name = "Static Strike",
        hidden = true,
        color = "1",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Strike your enemies with a melee weapon, building up static energy on you. This energy damages enemies around you when it expires, dealing damage that cannot be evaded or dodged. ",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.Area] = true,
            [SkillType.Duration] = true,
            [SkillType.Lightning] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
            melee = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_physical_damage_%_to_convert_to_lightning",
            "base_skill_effect_duration",
            "static_strike_explosion_damage_+%_final",
            "base_attack_repeat_count",
            "active_skill_attack_speed_+%_final",
            "active_skill_area_of_effect_radius_+%_final",
        },
        levels = {
            [1] = {60, 750, -40, 1, 90, -16, baseMultiplier = 1.1, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["PerandusWait"] = {
        name = "PerandusWait",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_skill_effect_duration",
        },
        levels = {
            [1] = {250, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["PerandusOrbOfStorms1"] = {
        name = "Orb of Storms",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Creates a stationary electrical orb that strikes enemies in its area of effect with beams of lightning that can then split to hit more enemies. Modifiers to cast speed will increase how frequently it does this. Casting this skill again will replace the previous orb.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Lightning] = true,
            [SkillType.Area] = true,
            [SkillType.Chains] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Trappable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Totemable] = true,
            [SkillType.AreaSpell] = true,
            [SkillType.Cooldown] = true,
            [SkillType.Orb] = true,
        },
        statDescriptionScope = "beam_skill_stat_descriptions",
        castTime = 0.5,
        baseFlags = {
            area = true,
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "projectile_number_to_split",
            "base_skill_effect_duration",
            "orb_of_storms_base_bolt_frequency_ms",
            "storm_cloud_charged_damage_+%_final",
            "storm_cloud_destroy_when_caster_dies",
        },
        levels = {
            [1] = {0.5, 1.5, 3, 12000, 1000, 10, levelRequirement = 4, statInterpolation = {3, 3, 1},  cost = { }, },
            [2] = {0.5, 1.5, 4, 12000, 1000, 10, levelRequirement = 20, statInterpolation = {3, 3, 1},  cost = { }, },
            [3] = {0.5, 1.5, 5, 12000, 1000, 10, levelRequirement = 40, statInterpolation = {3, 3, 1},  cost = { }, },
            [4] = {0.5, 1.5, 6, 12000, 1000, 10, levelRequirement = 58, statInterpolation = {3, 3, 1},  cost = { }, },
            [5] = {0.5, 1.5, 7, 12000, 1000, 10, levelRequirement = 69, statInterpolation = {3, 3, 1},  cost = { }, },
            [6] = {0.5, 1.5, 8, 12000, 1000, 10, levelRequirement = 75, statInterpolation = {3, 3, 1},  cost = { }, },
        },
    }
    
    Gain 25% of Maximum Life as Extra Maximum Energy Shield
    IdMonsterImplicitAuraEnergyShieldPerandus1_
    FamilyMonsterAura
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • maximum life % to add as maximum energy shield Min: 25 Max: 25 Global
  • Craft Tagsdefences energy_shield
    Monsters grant 100% increased Experience
    monster dropped item rarity +% [15000]
    IdMonsterMapBoss
    FamilyMonsterMapBoss
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster slain experience +% Min: 100 Max: 100 Global
  • monster dropped item rarity +% Min: 15000 Max: 15000 Global
  • 20% Chance to Block Attack Damage
    20% Chance to Block Spell Damage
    You take 40% of Damage from Blocked Hits
    IdMonsterAttackSpellBlock30Bypass50
    FamilyMonsterBlockAndBypass
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • base spell block % Min: 20 Max: 20 Global
  • monster base block % Min: 20 Max: 20 Global
  • base block % damage taken Min: 40 Max: 40 Global
  • Craft Tagsblock
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    IdStunRepeatImmunityMapBoss_
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • cannot be stunned while stunned Min: 1 Max: 1 Global
  • cannot be stunned for ms after stun finished Min: 2000 Max: 2000 Global
  • corpse cannot be destroyed [1]
    IdMonsterCorpseCannotBeDestroyed
    FamilyCorpseCannotBeDestroyed
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • corpse cannot be destroyed Min: 1 Max: 1 Global
  • Platinia
    Humanoid
    Gain 25% of Maximum Life as Extra Maximum Energy Shield
    Monsters grant 100% increased Experience
    monster dropped item rarity +% [15000]
    20% Chance to Block Attack Damage
    20% Chance to Block Spell Damage
    You take 40% of Damage from Blocked Hits
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    corpse cannot be destroyed [1]
    SpectreN
    Tagsghost_armour, has_one_hand_sword, has_one_handed_melee, human, humanoid, medium_movement, medium_small_height, no_bloodlines, non_attacking, slashing_weapon
    Life
    600%
    Energy Shield From Life
    33%
    Armour
    +33%
    Evasion
    +33%
    Ailment Threshold
    600%
    Resistance
    40 40 40 25
    Damage
    216%
    Accuracy
    100%
    Critical Strike Chance
    +5%
    Critical Strike Multiplier
    +130%
    Attack Distance
    6 ~ 10
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experience
    200%
    Model Size
    115%
    Type
    PerandusMapBoss1
    Metadata
    PerandusGuardMapBoss1IvoryTempleElder

    Object Type

    version 2
    extends "Metadata/Monsters/ElderBosses/ElderBossClone"
    
    Animated
    {
    	preload_animated_object = "Metadata/Effects/Microtransactions/head/mark_of_the_phoenix.ao"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/ElderBosses/ElderBossClone"
    
    BaseEvents 
    { 
         on_construction_complete = "AddEffectPack( Metadata/Effects/StatusAilments/monsters/GoldenSpectres.epk );"
    } 
    
    Life
    {
    	on_spawned_alive = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/Perandus/key_chest_buff/key_buff.epk );"
    	on_death = "RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/Perandus/key_chest_buff/key_buff.epk );"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Perandus/PerandusGuardMapBoss1IvoryTempleElder"] = {
        name = "Platinia",
        life = 6,
        energyShield = 0.33,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        damage = 2.16,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 10,
        accuracy = 1,
        weaponType1 = "One Hand Sword",
        weaponType2 = "Shield",
        skillList = {
        },
        modList = {
        },
    }
    
    Gain 25% of Maximum Life as Extra Maximum Energy Shield
    IdMonsterImplicitAuraEnergyShieldPerandus1_
    FamilyMonsterAura
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • maximum life % to add as maximum energy shield Min: 25 Max: 25 Global
  • Craft Tagsdefences energy_shield
    Monsters grant 100% increased Experience
    monster dropped item rarity +% [15000]
    IdMonsterMapBoss
    FamilyMonsterMapBoss
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster slain experience +% Min: 100 Max: 100 Global
  • monster dropped item rarity +% Min: 15000 Max: 15000 Global
  • 20% Chance to Block Attack Damage
    20% Chance to Block Spell Damage
    You take 40% of Damage from Blocked Hits
    IdMonsterAttackSpellBlock30Bypass50
    FamilyMonsterBlockAndBypass
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • base spell block % Min: 20 Max: 20 Global
  • monster base block % Min: 20 Max: 20 Global
  • base block % damage taken Min: 40 Max: 40 Global
  • Craft Tagsblock
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    IdStunRepeatImmunityMapBoss_
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • cannot be stunned while stunned Min: 1 Max: 1 Global
  • cannot be stunned for ms after stun finished Min: 2000 Max: 2000 Global
  • corpse cannot be destroyed [1]
    IdMonsterCorpseCannotBeDestroyed
    FamilyCorpseCannotBeDestroyed
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • corpse cannot be destroyed Min: 1 Max: 1 Global
  • Edit

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