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
18 changes: 18 additions & 0 deletions src/Data/Gems.lua
Original file line number Diff line number Diff line change
Expand Up @@ -18774,6 +18774,24 @@ return {
Tier = 4,
naturalMaxLevel = 1,
},
["Metadata/Items/Gems/SkillGemEternalMarkSupport"] = {
name = "Eternal Mark",
gameId = "Metadata/Items/Gems/SupportGemEternalMark",
variantId = "EternalMarkSupport",
grantedEffectId = "SupportEternalMarkPlayer",
tags = {
support = true,
mark = true,
},
gemType = "Support",
gemFamily = "Eternal Mark",
tagString = "Mark",
reqStr = 0,
reqDex = 0,
reqInt = 100,
Tier = 3,
naturalMaxLevel = 1,
},
["Metadata/Items/Gems/SkillGemCatalysingElementsSupport"] = {
name = "Catalysing Elements",
gameId = "Metadata/Items/Gems/SupportGemCatalysingElements",
Expand Down
28 changes: 28 additions & 0 deletions src/Data/Skills/sup_int.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3686,6 +3686,34 @@ skills["SupportEssenceHarvestPlayer"] = {
},
}
}
skills["SupportEternalMarkPlayer"] = {
name = "Eternal Mark",
description = "Supports Mark Skills, causing them to not be Consumed the first time they are Activated.",
color = 3,
support = true,
requireSkillTypes = { SkillType.Mark, },
addSkillTypes = { },
excludeSkillTypes = { },
gemFamily = { "EternalMark",},
levels = {
[1] = { levelRequirement = 0, manaMultiplier = 10, },
},
statSets = {
[1] = {
label = "Eternal Mark",
incrementalEffectiveness = 0.054999999701977,
statDescriptionScope = "gem_stat_descriptions",
baseFlags = {
},
stats = {
"marks_avoid_consumption_when_first_activated",
},
levels = {
[1] = { actorLevel = 1, },
},
},
}
}
skills["SupportExcisePlayer"] = {
name = "Excise",
description = "Supports any damaging Skill that you use yourself, granting it significantly higher chance to Critically Hit, but causing it to gain a long cooldown. Cannot support Skills which already have a cooldown.",
Expand Down
5 changes: 5 additions & 0 deletions src/Export/Skills/sup_int.txt
Original file line number Diff line number Diff line change
Expand Up @@ -629,6 +629,11 @@ statMap = {
#mods
#skillEnd

#skill SupportEternalMarkPlayer
#set SupportEternalMarkPlayer
#mods
#skillEnd

#skill SupportExcisePlayer
#set SupportExcisePlayer
statMap = {
Expand Down
Loading