Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 5 additions & 6 deletions src/Data/Gems.lua
Original file line number Diff line number Diff line change
Expand Up @@ -16558,11 +16558,10 @@ return {
wyvern = true,
area = true,
projectile = true,
sustained = true,
channelling = true,
},
gemType = "Attack",
tagString = "Shapeshift, Wyvern, AoE, Projectile, Sustained, Channelling",
tagString = "Shapeshift, Wyvern, AoE, Projectile, Channelling",
weaponRequirements = "Talisman",
reqStr = 50,
reqDex = 0,
Expand Down Expand Up @@ -17100,7 +17099,7 @@ return {
chaining = true,
},
gemType = "Support",
gemFamily = "Dominus' Grasp",
gemFamily = "Piety's Mercy",
tagString = "Lineage, Projectile, Chaining",
reqStr = 0,
reqDex = 100,
Expand Down Expand Up @@ -18243,11 +18242,10 @@ return {
persistent = true,
area = true,
physical = true,
duration = true,
plant = true,
},
gemType = "Buff",
tagString = "Spell, Persistent, AoE, Physical, Duration, Plant",
tagString = "Spell, Persistent, AoE, Physical, Plant",
reqStr = 50,
reqDex = 0,
reqInt = 50,
Expand Down Expand Up @@ -18618,11 +18616,12 @@ return {
grants_active_skill = true,
buff = true,
persistent = true,
trigger = true,
invocation = true,
meta = true,
},
gemType = "Buff",
tagString = "Persistent, Invocation, Meta",
tagString = "Persistent, Trigger, Invocation, Meta",
weaponRequirements = "Talisman",
reqStr = 50,
reqDex = 0,
Expand Down
6 changes: 3 additions & 3 deletions src/Data/Skills/act_dex.lua
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ skills["BloodhoundsMarkPlayer"] = {
name = "Bloodhound's Mark",
baseTypeName = "Bloodhound's Mark",
color = 2,
description = "Mark a target, making them suffer Heavy Stun build up from Blood Loss. If they suffer enough Blood Loss while Marked, the Mark will Activate, Consuming itself and releasing an explosion of blood when they are killed or Heavy Stunned. The Mark's duration does not expire while the Marked target is suffering Blood Loss.",
description = "Mark a target, making them suffer Heavy Stun build up from Blood Loss. If they suffer enough Blood Loss while Marked, the Mark will Activate, Consming itself and releasing an explosion of blood when they are killed or Heavy Stunned. The Mark's duration does not expire while the Marked target is suffering Blood Loss.",
skillTypes = { [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Unleashable] = true, [SkillType.Duration] = true, [SkillType.UsableWhileMoving] = true, [SkillType.Mark] = true, [SkillType.Limit] = true, [SkillType.Physical] = true, [SkillType.UsableWhileMounted] = true, [SkillType.Cooldown] = true, },
castTime = 0.5,
qualityStats = {
Expand Down Expand Up @@ -6690,7 +6690,7 @@ skills["ShatteringSpitePlayer"] = {
baseTypeName = "Shattering Spite",
fromItem = true,
color = 2,
description = "Stamp your spear, destroying all Bloodstone Lances on each enemy in your Presence to cause a damaging explosion around that enemy. Each explosion gains new benefits when reaching higher thresholds of Bloodstone Lances removed from an enemy, causing them to deal more damage, have increased area of effect, and Leech Life from enemies caught in the blast.",
description = "Stamp your spear, destroying all Bloodstone Lances on each enemy in your Presence to cause a damaging explosion around that enemy. Each explosion is independently larger and more damaging for each Bloodstone Lance on from the enemy it originates from.",
skillTypes = { [SkillType.Area] = true, [SkillType.Attack] = true, [SkillType.Physical] = true, [SkillType.Lightning] = true, [SkillType.Fire] = true, [SkillType.Damage] = true, [SkillType.Spear] = true, },
weaponTypes = {
["Spear"] = true,
Expand Down Expand Up @@ -10130,7 +10130,7 @@ skills["VoltaicMarkPlayer"] = {
name = "Voltaic Mark",
baseTypeName = "Voltaic Mark",
color = 2,
description = "Mark a target, making them more susceptible to being Electrocuted. When the Marked target is Electrocuted, the Mark Activates, granting a Buff which gives extra Lightning damage and Consuming the Mark. Marking another target while you have the Buff will remove the Buff.",
description = "Mark a target, making them more susceptible to being Electrocuted. When the Marked target is Electrocuted, the Mark Activates, granting a Buff which gives extra Lightning damage and Consming the Mark. Marking another target while you have the Buff will remove the Buff.",
skillTypes = { [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Unleashable] = true, [SkillType.Duration] = true, [SkillType.UsableWhileMoving] = true, [SkillType.Mark] = true, [SkillType.Lightning] = true, [SkillType.Limit] = true, [SkillType.UsableWhileMounted] = true, [SkillType.Cooldown] = true, [SkillType.Buff] = true, },
castTime = 0.5,
qualityStats = {
Expand Down
4 changes: 2 additions & 2 deletions src/Data/Skills/act_int.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8076,7 +8076,7 @@ skills["FlameblastPlayer"] = {
baseTypeName = "Flameblast",
color = 3,
description = "Channel to build destructive energy around you. Releasing the energy causes a devastating explosion that is larger and more intense the longer you Channelled for.",
skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Totemable] = true, [SkillType.Fire] = true, [SkillType.Channel] = true, [SkillType.AreaSpell] = true, [SkillType.Nova] = true, [SkillType.UsableWhileMoving] = true, [SkillType.GainsStages] = true, [SkillType.Cooldown] = true, },
skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Totemable] = true, [SkillType.Fire] = true, [SkillType.Channel] = true, [SkillType.AreaSpell] = true, [SkillType.Nova] = true, [SkillType.UsableWhileMoving] = true, [SkillType.Cascadable] = true, [SkillType.GainsStages] = true, [SkillType.Cooldown] = true, },
castTime = 0.25,
qualityStats = {
{ "active_skill_cast_speed_+%_final", 1 },
Expand Down Expand Up @@ -8470,7 +8470,7 @@ skills["FreezingMarkPlayer"] = {
name = "Freezing Mark",
baseTypeName = "Freezing Mark",
color = 3,
description = "Mark a target, making them more susceptible to being Frozen. When the Marked target is Frozen, the Mark Activates, granting you a Buff which gives extra Cold damage and Consuming the Mark. Marking another target while you have the Buff will remove the Buff.",
description = "Mark a target, making them more susceptible to being Frozen. When the Marked target is Frozen, the Mark Activates, granting you a Buff which gives extra Cold damage and Consming the Mark. Marking another target while you have the Buff will remove the Buff.",
skillTypes = { [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Unleashable] = true, [SkillType.Duration] = true, [SkillType.UsableWhileMoving] = true, [SkillType.Mark] = true, [SkillType.Cold] = true, [SkillType.Limit] = true, [SkillType.UsableWhileMounted] = true, [SkillType.Cooldown] = true, [SkillType.Buff] = true, },
castTime = 0.5,
qualityStats = {
Expand Down
Loading
Loading