Jorus, Sky's Edge
HumanoidArea: Temple Map
monster base type attack cast speed +% and damage -% final [22]
15000% increased Rarity of Items Dropped
Monsters grant 100% increased Experience
15% Chance to Block Attack Damage
15% Chance to Block Spell Damage
You take 15% of Damage from Blocked Hits
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
15000% increased Rarity of Items Dropped
Monsters grant 100% increased Experience
15% Chance to Block Attack Damage
15% Chance to Block Spell Damage
You take 15% of Damage from Blocked Hits
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
| Spectre | N |
|---|---|
| Area | Temple Map |
| Tags | bludgeoning_weapon, Caster, has_one_hand_mace, has_one_handed_melee, human, humanoid, light_armour, medium_height, medium_movement, melee, non_unique_map_boss, not_dex, physical_affinity, ranged, red_blood, solaris_boss_map |
Life
400%
Energy Shield From Life
25%
Armour
+75%
Ailment Threshold
400%
Resistance
Damage
140%
Accuracy
100%
Critical Strike Chance
+5%
Critical Strike Multiplier
+130%
Attack Distance
6 ~ 14
Attack Time
1.605 Second
Damage Spread
±20%
Experience
200%
Model Size
120%
Type
SolarisGuardMap
Metadata
GuardianOfSolarisMap
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Level
76
Life
2,289,127
Armour
94,318
Evasion Rating
6,235
Energy Shield
10,030
Damage
958
Spell Damage
1,430
Accuracy
792
Attack Time
1.07535
Experience
132,044
Minion Life
463,075
Minion Energy Shield
2,029
Minion Damage
787
Ailment Threshold
1,167,455
Chill
3,691
Shock
3,691
Brittle
20,885
Scorch
3,691
Sap
10,199
Phys Convert Ele
280%
The following values are skill base values and do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses, monster base damage(ex: The Maven 150% multiplier), monster rarity bonuses (ex: unique 70% more, unique attack 33% less).
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Default Attack
Base Damage: 1521—2282
Critical Strike Chance: 5%
Attack Time: 1.605 sec
Strike your foes down with a powerful blow.
skill can fire arrows [1]
skill can fire wand projectiles [1]
DawnBladefall
Spell, Area, Trappable, Mineable, Totemable, Damage, Triggerable, Multicastable, Cascadable, CanRapidFire, AreaSpell, Physical, Duration
Bladefall
Critical Strike Chance: 5%
Cast Time: 1.5 sec
Cooldown Time: 15 sec
Ethereal weapons rain from the sky, dealing damage to enemies in a sequence of volleys. Enemies can be hit multiple times where these overlap.
Deals 264.8 to 397.2 Physical Damage
+5 Volleys
5% less Damage per Volley
is area damage [1]
number of monsters to summon [2]
DawnThrownShieldProjectile
Attack, RangedAttack, Projectile, ProjectilesFromUser, SingleMainProjectile, Physical
Spectral Shield Throw
Base Damage: 1521—2282
Critical Strike Chance: 5%
Attack Time: 1.605 sec
Cooldown Time: 7 sec
Throws a spectral copy of your shield as a projectile which cannot pierce, and deals off-hand damage augmented by the defences of the shield. When it collides with something it will shatter, launching a number of smaller shards as projectiles in all directions. Modifiers that cause additional projectiles to be fired will add more shards, not more copies of the shield.
Projectiles Pierce all Targets
35% less Attack Speed
base is projectile [1]
thrown shield num additional projectiles [5]
DawnFireBeamDivineMap
Spell, Totemable, DamageOverTime, Fire, CausesBurning, Duration, Channel, DegenOnlySpellDamage
Scorching Ray
Cast Time: 0.5 sec
Unleash a beam of fire that burns enemies it touches. Remaining in the beam raises the burning, adding a portion of the beam's damage in stages. Inflicts Fire Exposure at maximum stages. Enemies who leave the beam continue to burn for a duration. Increasing cast speed also increases the rate at which the beam turns.
Deals 885.7 Base Fire Damage per second
Base duration is 1.5 seconds
Additional Debuff stages add -70% of Damage
MoveDaemonIonCannonParallel
Multicastable, Triggerable
Cooldown Time: 15 sec
MoveDaemonIonCannonCross
Multicastable, Triggerable
Cooldown Time: 15 sec
MoveDaemonIonCannonSquare
Multicastable, Triggerable
Cooldown Time: 15 sec
MoveDaemonIonCannonSlice
Multicastable, Triggerable
Cooldown Time: 15 sec
Object Type
version 2
extends "Metadata/Monsters/Monster"
Life
{
corpse_usable = false
}
Transitionable
{
} -- src\Data\Spectres.lua
minions["Metadata/Monsters/GuardianOfSolaris/GuardianOfSolarisMap"] = {
fireResist = 40,
coldResist = 40,
lightningResist = 40,
chaosResist = 25,
name = "Jorus, Sky's Edge",
life = 4,
energyShield = 0.25,
damage = 1.4,
damageSpread = 0.2,
attackTime = 1.605,
attackRange = 14,
accuracy = 1,
weaponType1 = "One Hand Mace",
weaponType2 = "Shield",
skillList = {
"Melee",
"DawnBladefall",
"DawnFireBeamDivineMap",
"DawnThrownShieldProjectile",
"MoveDaemonIonCannonParallel",
"MoveDaemonIonCannonCross",
"MoveDaemonIonCannonSquare",
"MoveDaemonIonCannonSlice",
},
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["DawnBladefall"] = {
name = "Bladefall",
hidden = true,
color = "2",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
description = "Ethereal weapons rain from the sky, dealing damage to enemies in a sequence of volleys. Enemies can be hit multiple times where these overlap.",
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Area] = true,
[SkillType.Trappable] = true,
[SkillType.Mineable] = true,
[SkillType.Totemable] = true,
[SkillType.Damage] = true,
[SkillType.Triggerable] = true,
[SkillType.Multicastable] = true,
[SkillType.Cascadable] = true,
[SkillType.CanRapidFire] = true,
[SkillType.AreaSpell] = true,
[SkillType.Physical] = true,
[SkillType.Duration] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1.5,
baseFlags = {
area = true,
spell = true,
duration = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_physical_damage",
"spell_maximum_base_physical_damage",
"bladefall_damage_per_stage_+%_final",
"number_of_monsters_to_summon",
"bladefall_number_of_volleys",
"is_area_damage",
},
levels = {
[1] = {0.80000001192093, 1.2000000476837, -5, 2, 5, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["DawnFireBeamDivineMap"] = {
name = "Scorching Ray",
hidden = true,
color = "3",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
description = "Unleash a beam of fire that burns enemies it touches. Remaining in the beam raises the burning, adding a portion of the beam's damage in stages. Inflicts Fire Exposure at maximum stages. Enemies who leave the beam continue to burn for a duration. Increasing cast speed also increases the rate at which the beam turns.",
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Totemable] = true,
[SkillType.DamageOverTime] = true,
[SkillType.Fire] = true,
[SkillType.CausesBurning] = true,
[SkillType.Duration] = true,
[SkillType.Channel] = true,
[SkillType.DegenOnlySpellDamage] = true,
},
statDescriptionScope = "debuff_skill_stat_descriptions",
castTime = 0.5,
baseFlags = {
spell = true,
duration = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"base_fire_damage_to_deal_per_minute",
"base_skill_effect_duration",
"fire_beam_additional_stack_damage_+%_final",
},
levels = {
[1] = {1, 1500, -70, levelRequirement = 76, statInterpolation = {3}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["DawnThrownShieldProjectile"] = {
name = "Spectral Shield Throw",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
description = "Throws a spectral copy of your shield as a projectile which cannot pierce, and deals off-hand damage augmented by the defences of the shield. When it collides with something it will shatter, launching a number of smaller shards as projectiles in all directions. Modifiers that cause additional projectiles to be fired will add more shards, not more copies of the shield.",
skillTypes = {
[SkillType.Attack] = true,
[SkillType.RangedAttack] = true,
[SkillType.Projectile] = true,
[SkillType.ProjectilesFromUser] = true,
[SkillType.SingleMainProjectile] = true,
[SkillType.Physical] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1.92,
baseFlags = {
attack = true,
projectile = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"thrown_shield_num_additional_projectiles",
"active_skill_attack_speed_+%_final",
"base_is_projectile",
"always_pierce",
},
levels = {
[1] = {5, -35, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["MoveDaemonIonCannonParallel"] = {
name = "MoveDaemonIonCannonParallel",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Multicastable] = true,
[SkillType.Triggerable] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 2.5,
baseFlags = {
},
baseMods = {
},
qualityStats = {
},
stats = {
},
levels = {
[1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["MoveDaemonIonCannonCross"] = {
name = "MoveDaemonIonCannonCross",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Multicastable] = true,
[SkillType.Triggerable] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 2.5,
baseFlags = {
},
baseMods = {
},
qualityStats = {
},
stats = {
},
levels = {
[1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["MoveDaemonIonCannonSquare"] = {
name = "MoveDaemonIonCannonSquare",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Multicastable] = true,
[SkillType.Triggerable] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 2.5,
baseFlags = {
},
baseMods = {
},
qualityStats = {
},
stats = {
},
levels = {
[1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["MoveDaemonIonCannonSlice"] = {
name = "MoveDaemonIonCannonSlice",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Multicastable] = true,
[SkillType.Triggerable] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 2.5,
baseFlags = {
},
baseMods = {
},
qualityStats = {
},
stats = {
},
levels = {
[1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
monster base type attack cast speed +% and damage -% final [22]
| Family | MonsterSpeedAndDamageFixup |
|---|---|
| Domains | Monster (3) |
| GenerationType | Unique (3) |
| Req. level | 1 |
| Stats | |
| Craft Tags | caster_damage Damage Attack Caster Speed |
15000% increased Rarity of Items Dropped
Monsters grant 100% increased Experience
| Family | MonsterMapBoss |
|---|---|
| Domains | Monster (3) |
| GenerationType | Unique (3) |
| Req. level | 1 |
| Stats |
15% Chance to Block Attack Damage
15% Chance to Block Spell Damage
You take 15% of Damage from Blocked Hits
| Family | MonsterBlockAndBypass |
|---|---|
| Domains | Monster (3) |
| GenerationType | Unique (3) |
| Req. level | 1 |
| Stats | |
| Craft Tags | block |
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
| Family | Nothing |
|---|---|
| Domains | Monster (3) |
| GenerationType | Unique (3) |
| Req. level | 1 |
| Stats |
Jorus, Sky's Edge
Humanoidmonster base type attack cast speed +% and damage -% final [22]
15000% increased Rarity of Items Dropped
Monsters grant 100% increased Experience
15% Chance to Block Attack Damage
15% Chance to Block Spell Damage
You take 15% of Damage from Blocked Hits
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
15000% increased Rarity of Items Dropped
Monsters grant 100% increased Experience
15% Chance to Block Attack Damage
15% Chance to Block Spell Damage
You take 15% of Damage from Blocked Hits
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
| Spectre | N |
|---|---|
| Tags | bludgeoning_weapon, Caster, has_one_hand_mace, has_one_handed_melee, human, humanoid, light_armour, medium_height, medium_movement, melee, not_dex, physical_affinity, ranged, red_blood, standalone_map_boss |
Life
400%
Energy Shield From Life
25%
Armour
+75%
Ailment Threshold
400%
Resistance
Damage
140%
Accuracy
100%
Critical Strike Chance
+5%
Critical Strike Multiplier
+130%
Attack Distance
6 ~ 14
Attack Time
1.605 Second
Damage Spread
±20%
Experience
200%
Model Size
120%
Type
SolarisGuardMap
Metadata
GuardianOfSolarisMapStandalone
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Level
68
Life
557,385
Armour
50,383
Evasion Rating
4,739
Energy Shield
6,127
Damage
596
Spell Damage
889
Accuracy
580
Attack Time
1.07535
Experience
112,805
Minion Life
120,902
Minion Energy Shield
1,329
Minion Damage
476
Ailment Threshold
351,153
Chill
1,110
Shock
1,110
Brittle
6,282
Scorch
1,110
Sap
3,068
Phys Convert Ele
240%
The following values are skill base values and do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses, monster base damage(ex: The Maven 150% multiplier), monster rarity bonuses (ex: unique 70% more, unique attack 33% less).
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Default Attack
Base Damage: 946—1419
Critical Strike Chance: 5%
Attack Time: 1.605 sec
Strike your foes down with a powerful blow.
skill can fire arrows [1]
skill can fire wand projectiles [1]
DawnBladefall
Spell, Area, Trappable, Mineable, Totemable, Damage, Triggerable, Multicastable, Cascadable, CanRapidFire, AreaSpell, Physical, Duration
Bladefall
Critical Strike Chance: 5%
Cast Time: 1.5 sec
Cooldown Time: 15 sec
Ethereal weapons rain from the sky, dealing damage to enemies in a sequence of volleys. Enemies can be hit multiple times where these overlap.
Deals 193.2 to 289.9 Physical Damage
+5 Volleys
5% less Damage per Volley
is area damage [1]
number of monsters to summon [2]
DawnThrownShieldProjectile
Attack, RangedAttack, Projectile, ProjectilesFromUser, SingleMainProjectile, Physical
Spectral Shield Throw
Base Damage: 946—1419
Critical Strike Chance: 5%
Attack Time: 1.605 sec
Cooldown Time: 7 sec
Throws a spectral copy of your shield as a projectile which cannot pierce, and deals off-hand damage augmented by the defences of the shield. When it collides with something it will shatter, launching a number of smaller shards as projectiles in all directions. Modifiers that cause additional projectiles to be fired will add more shards, not more copies of the shield.
Projectiles Pierce all Targets
35% less Attack Speed
base is projectile [1]
thrown shield num additional projectiles [5]
DawnFireBeamDivineMap
Spell, Totemable, DamageOverTime, Fire, CausesBurning, Duration, Channel, DegenOnlySpellDamage
Scorching Ray
Cast Time: 0.5 sec
Unleash a beam of fire that burns enemies it touches. Remaining in the beam raises the burning, adding a portion of the beam's damage in stages. Inflicts Fire Exposure at maximum stages. Enemies who leave the beam continue to burn for a duration. Increasing cast speed also increases the rate at which the beam turns.
Deals 554.5 Base Fire Damage per second
Base duration is 1.5 seconds
Additional Debuff stages add -70% of Damage
MoveDaemonIonCannonParallel
Multicastable, Triggerable
Cooldown Time: 15 sec
MoveDaemonIonCannonCross
Multicastable, Triggerable
Cooldown Time: 15 sec
MoveDaemonIonCannonSquare
Multicastable, Triggerable
Cooldown Time: 15 sec
MoveDaemonIonCannonSlice
Multicastable, Triggerable
Cooldown Time: 15 sec
Object Type
version 2
extends "Metadata/Monsters/Monster"
extends "Metadata/Monsters/StandaloneMapBoss"
Preload
{
preload_monster_variety = "Metadata/Monsters/LunarisSolaris/SolarisCelestialFormDawnMapStandalone"
} -- src\Data\Spectres.lua
minions["Metadata/Monsters/GuardianOfSolaris/GuardianOfSolarisMapStandalone"] = {
fireResist = 40,
coldResist = 40,
lightningResist = 40,
chaosResist = 25,
name = "Jorus, Sky's Edge",
life = 4,
energyShield = 0.25,
damage = 1.4,
damageSpread = 0.2,
attackTime = 1.605,
attackRange = 14,
accuracy = 1,
weaponType1 = "One Hand Mace",
weaponType2 = "Shield",
skillList = {
"Melee",
"DawnBladefall",
"DawnFireBeamDivineMap",
"DawnThrownShieldProjectile",
"MoveDaemonIonCannonParallel",
"MoveDaemonIonCannonCross",
"MoveDaemonIonCannonSquare",
"MoveDaemonIonCannonSlice",
},
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["DawnBladefall"] = {
name = "Bladefall",
hidden = true,
color = "2",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
description = "Ethereal weapons rain from the sky, dealing damage to enemies in a sequence of volleys. Enemies can be hit multiple times where these overlap.",
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Area] = true,
[SkillType.Trappable] = true,
[SkillType.Mineable] = true,
[SkillType.Totemable] = true,
[SkillType.Damage] = true,
[SkillType.Triggerable] = true,
[SkillType.Multicastable] = true,
[SkillType.Cascadable] = true,
[SkillType.CanRapidFire] = true,
[SkillType.AreaSpell] = true,
[SkillType.Physical] = true,
[SkillType.Duration] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1.5,
baseFlags = {
area = true,
spell = true,
duration = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_physical_damage",
"spell_maximum_base_physical_damage",
"bladefall_damage_per_stage_+%_final",
"number_of_monsters_to_summon",
"bladefall_number_of_volleys",
"is_area_damage",
},
levels = {
[1] = {0.80000001192093, 1.2000000476837, -5, 2, 5, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["DawnFireBeamDivineMap"] = {
name = "Scorching Ray",
hidden = true,
color = "3",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
description = "Unleash a beam of fire that burns enemies it touches. Remaining in the beam raises the burning, adding a portion of the beam's damage in stages. Inflicts Fire Exposure at maximum stages. Enemies who leave the beam continue to burn for a duration. Increasing cast speed also increases the rate at which the beam turns.",
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Totemable] = true,
[SkillType.DamageOverTime] = true,
[SkillType.Fire] = true,
[SkillType.CausesBurning] = true,
[SkillType.Duration] = true,
[SkillType.Channel] = true,
[SkillType.DegenOnlySpellDamage] = true,
},
statDescriptionScope = "debuff_skill_stat_descriptions",
castTime = 0.5,
baseFlags = {
spell = true,
duration = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"base_fire_damage_to_deal_per_minute",
"base_skill_effect_duration",
"fire_beam_additional_stack_damage_+%_final",
},
levels = {
[1] = {1, 1500, -70, levelRequirement = 76, statInterpolation = {3}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["DawnThrownShieldProjectile"] = {
name = "Spectral Shield Throw",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
description = "Throws a spectral copy of your shield as a projectile which cannot pierce, and deals off-hand damage augmented by the defences of the shield. When it collides with something it will shatter, launching a number of smaller shards as projectiles in all directions. Modifiers that cause additional projectiles to be fired will add more shards, not more copies of the shield.",
skillTypes = {
[SkillType.Attack] = true,
[SkillType.RangedAttack] = true,
[SkillType.Projectile] = true,
[SkillType.ProjectilesFromUser] = true,
[SkillType.SingleMainProjectile] = true,
[SkillType.Physical] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1.92,
baseFlags = {
attack = true,
projectile = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"thrown_shield_num_additional_projectiles",
"active_skill_attack_speed_+%_final",
"base_is_projectile",
"always_pierce",
},
levels = {
[1] = {5, -35, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["MoveDaemonIonCannonParallel"] = {
name = "MoveDaemonIonCannonParallel",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Multicastable] = true,
[SkillType.Triggerable] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 2.5,
baseFlags = {
},
baseMods = {
},
qualityStats = {
},
stats = {
},
levels = {
[1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["MoveDaemonIonCannonCross"] = {
name = "MoveDaemonIonCannonCross",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Multicastable] = true,
[SkillType.Triggerable] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 2.5,
baseFlags = {
},
baseMods = {
},
qualityStats = {
},
stats = {
},
levels = {
[1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["MoveDaemonIonCannonSquare"] = {
name = "MoveDaemonIonCannonSquare",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Multicastable] = true,
[SkillType.Triggerable] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 2.5,
baseFlags = {
},
baseMods = {
},
qualityStats = {
},
stats = {
},
levels = {
[1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["MoveDaemonIonCannonSlice"] = {
name = "MoveDaemonIonCannonSlice",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Multicastable] = true,
[SkillType.Triggerable] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 2.5,
baseFlags = {
},
baseMods = {
},
qualityStats = {
},
stats = {
},
levels = {
[1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
monster base type attack cast speed +% and damage -% final [22]
| Family | MonsterSpeedAndDamageFixup |
|---|---|
| Domains | Monster (3) |
| GenerationType | Unique (3) |
| Req. level | 1 |
| Stats | |
| Craft Tags | caster_damage Damage Attack Caster Speed |
15000% increased Rarity of Items Dropped
Monsters grant 100% increased Experience
| Family | MonsterMapBoss |
|---|---|
| Domains | Monster (3) |
| GenerationType | Unique (3) |
| Req. level | 1 |
| Stats |
15% Chance to Block Attack Damage
15% Chance to Block Spell Damage
You take 15% of Damage from Blocked Hits
| Family | MonsterBlockAndBypass |
|---|---|
| Domains | Monster (3) |
| GenerationType | Unique (3) |
| Req. level | 1 |
| Stats | |
| Craft Tags | block |
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
| Family | Nothing |
|---|---|
| Domains | Monster (3) |
| GenerationType | Unique (3) |
| Req. level | 1 |
| Stats |
Jorus, Sky's Edge
Humanoidmonster base type attack cast speed +% and damage -% final [22]
15000% increased Rarity of Items Dropped
Monsters grant 100% increased Experience
15% Chance to Block Attack Damage
15% Chance to Block Spell Damage
You take 15% of Damage from Blocked Hits
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
15000% increased Rarity of Items Dropped
Monsters grant 100% increased Experience
15% Chance to Block Attack Damage
15% Chance to Block Spell Damage
You take 15% of Damage from Blocked Hits
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
| Spectre | N |
|---|---|
| Tags | bludgeoning_weapon, elder_map_boss, has_one_hand_mace, has_one_handed_melee, human, humanoid, light_armour, medium_height, medium_movement, non_attacking, not_dex, red_blood |
Life
400%
Energy Shield From Life
25%
Armour
+75%
Ailment Threshold
400%
Resistance
Damage
140%
Accuracy
100%
Critical Strike Chance
+5%
Critical Strike Multiplier
+130%
Attack Distance
6 ~ 14
Attack Time
1.605 Second
Damage Spread
±20%
Experience
200%
Model Size
120%
Type
SolarisGuardMap
Metadata
GuardianOfSolarisMapElder
Object Type
version 2 extends "Metadata/Monsters/ElderBosses/ElderBossClone"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/GuardianOfSolaris/GuardianOfSolarisMapElder"] = {
fireResist = 40,
coldResist = 40,
lightningResist = 40,
chaosResist = 25,
name = "Jorus, Sky's Edge",
life = 4,
energyShield = 0.25,
damage = 1.4,
damageSpread = 0.2,
attackTime = 1.605,
attackRange = 14,
accuracy = 1,
weaponType1 = "One Hand Mace",
weaponType2 = "Shield",
skillList = {
},
modList = {
},
}
monster base type attack cast speed +% and damage -% final [22]
| Family | MonsterSpeedAndDamageFixup |
|---|---|
| Domains | Monster (3) |
| GenerationType | Unique (3) |
| Req. level | 1 |
| Stats | |
| Craft Tags | caster_damage Damage Attack Caster Speed |
15000% increased Rarity of Items Dropped
Monsters grant 100% increased Experience
| Family | MonsterMapBoss |
|---|---|
| Domains | Monster (3) |
| GenerationType | Unique (3) |
| Req. level | 1 |
| Stats |
15% Chance to Block Attack Damage
15% Chance to Block Spell Damage
You take 15% of Damage from Blocked Hits
| Family | MonsterBlockAndBypass |
|---|---|
| Domains | Monster (3) |
| GenerationType | Unique (3) |
| Req. level | 1 |
| Stats | |
| Craft Tags | block |
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
| Family | Nothing |
|---|---|
| Domains | Monster (3) |
| GenerationType | Unique (3) |
| Req. level | 1 |
| Stats |
Edit
Wikis Content is available under CC BY-NC-SA 3.0 unless otherwise noted.
Wikis Content is available under CC BY-NC-SA 3.0 unless otherwise noted.