Skip to content

Add Uniques from 0.2.1 and update old ones #1149

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 7 commits into
base: dev
Choose a base branch
from
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
144 changes: 144 additions & 0 deletions src/Data/Gems.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1269,6 +1269,29 @@ return {
Tier = 0,
naturalMaxLevel = 20,
},
["Metadata/Items/Gems/SkillGemImpurity"] = {
name = "Impurity",
baseTypeName = "Impurity",
gameId = "Metadata/Items/Gems/SkillGemImpurity",
variantId = "Impurity",
grantedEffectId = "ImpurityPlayer",
tags = {
strength = true,
intelligence = true,
grants_active_skill = true,
buff = true,
persistent = true,
aura = true,
chaos = true,
},
gemType = "Buff",
tagString = "Persistent, Aura, Chaos",
reqStr = 25,
reqDex = 0,
reqInt = 75,
Tier = 0,
naturalMaxLevel = 20,
},
["Metadata/Items/Gems/SkillGemFlameblast"] = {
name = "Flameblast",
baseTypeName = "Flameblast",
Expand Down Expand Up @@ -12051,4 +12074,125 @@ return {
Tier = 4,
naturalMaxLevel = 20,
},
["Metadata/Items/Gems/SkillGemExplodingPoisonToad"] = {
name = "Bursting Fen Toad",
baseTypeName = "Bursting Fen Toad",
gameId = "Metadata/Items/Gem/SkillGemExplodingPoisonToad",
variantId = "ExplodingPoisonToad",
grantedEffectId = "ExplodingPoisonToadPlayer",
tags = {
grants_active_skill = true,
attack = true,
area = true,
physical = true,
chaos = true,
},
gemType = "Attack",
tagString = "AoE, Physical, Chaos",
reqStr = 0,
reqDex = 0,
reqInt = 0,
Tier = 0,
naturalMaxLevel = 20,
},
["Metadata/Items/Gems/SkillGemIcestorm"] = {
name = "Icestorm",
baseTypeName = "Icestorm",
gameId = "Metadata/Items/Gem/SkillGemIcestorm",
variantId = "Icestorm",
grantedEffectId = "IcestormPlayer",
additionalStatSet1 = "IcestormEmpoweredPlayer",
tags = {
intelligence = true,
grants_active_skill = true,
barrageable = true,
spell = true,
area = true,
sustained = true,
cold = true,
duration = true,
payoff = true,
},
gemType = "Barrageable",
tagString = "Spell, AoE, Sustained, Cold, Duration, Payoff",
reqStr = 0,
reqDex = 0,
reqInt = 100,
Tier = 0,
naturalMaxLevel = 20,
},
["Metadata/Items/Gems/SkillGemPinnacleOfPower"] = {
name = "Pinnacle of Power",
baseTypeName = "Pinnacle of Power",
gameId = "Metadata/Items/Gem/SkillGemPinnacleOfPower",
variantId = "PinnacleOfPower",
grantedEffectId = "PinnacleOfPowerPlayer",
tags = {
grants_active_skill = true,
spell = true,
buff = true,
lightning = true,
cold = true,
fire = true,
duration = true,
conditional = true,
},
gemType = "Spell",
tagString = "Buff, Lightning, Cold, Fire, Duration, Conditional",
reqStr = 0,
reqDex = 0,
reqInt = 0,
Tier = 0,
naturalMaxLevel = 1,
},
["Metadata/Items/Gems/SkillGemCrossbowRequiem"] = {
name = "Requiem",
baseTypeName = "Compose Requiem",
gameId = "Metadata/Items/Gem/SkillGemCrossbowRequiem",
variantId = "CrossbowRequiem",
grantedEffectId = "CrossbowRequiemAmmoPlayer",
additionalGrantedEffectId1 = "CrossbowRequiemPlayer",
tags = {
strength = true,
dexterity = true,
grants_active_skill = true,
attack = true,
area = true,
ammunition = true,
projectile = true,
cold = true,
conditional = true,
},
gemType = "Attack",
tagString = "AoE, Ammunition, Projectile, Cold, Conditional",
weaponRequirements = "Crossbow",
reqStr = 50,
reqDex = 50,
reqInt = 0,
Tier = 0,
naturalMaxLevel = 20,
},
["Metadata/Items/Gems/SkillGemHeartOfIce"] = {
name = "Heart of Ice",
baseTypeName = "Heart of Ice",
gameId = "Metadata/Items/Gem/SkillGemHeartOfIce",
variantId = "HeartOfIce",
grantedEffectId = "HeartOfIcePlayer",
tags = {
intelligence = true,
grants_active_skill = true,
spell = true,
buff = true,
persistent = true,
aura = true,
cold = true,
},
gemType = "Spell",
tagString = "Buff, Persistent, Aura, Cold",
reqStr = 0,
reqDex = 0,
reqInt = 100,
Tier = 0,
naturalMaxLevel = 20,
},
}
115 changes: 101 additions & 14 deletions src/Data/ModCache.lua

Large diffs are not rendered by default.

102 changes: 51 additions & 51 deletions src/Data/ModCharm.lua

Large diffs are not rendered by default.

198 changes: 99 additions & 99 deletions src/Data/ModCorrupted.lua

Large diffs are not rendered by default.

134 changes: 67 additions & 67 deletions src/Data/ModFlask.lua

Large diffs are not rendered by default.

1,752 changes: 876 additions & 876 deletions src/Data/ModItem.lua

Large diffs are not rendered by default.

6,578 changes: 3,314 additions & 3,264 deletions src/Data/ModItemExclusive.lua

Large diffs are not rendered by default.

658 changes: 329 additions & 329 deletions src/Data/ModJewel.lua

Large diffs are not rendered by default.

Loading