Skip to content

Commit 082c059

Browse files
committed
Import skills from new uniques and build cache
1 parent ac882da commit 082c059

File tree

11 files changed

+2414
-1436
lines changed

11 files changed

+2414
-1436
lines changed

src/Data/Gems.lua

Lines changed: 144 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1269,6 +1269,29 @@ return {
12691269
Tier = 0,
12701270
naturalMaxLevel = 20,
12711271
},
1272+
["Metadata/Items/Gems/SkillGemImpurity"] = {
1273+
name = "Impurity",
1274+
baseTypeName = "Impurity",
1275+
gameId = "Metadata/Items/Gems/SkillGemImpurity",
1276+
variantId = "Impurity",
1277+
grantedEffectId = "ImpurityPlayer",
1278+
tags = {
1279+
strength = true,
1280+
intelligence = true,
1281+
grants_active_skill = true,
1282+
buff = true,
1283+
persistent = true,
1284+
aura = true,
1285+
chaos = true,
1286+
},
1287+
gemType = "Buff",
1288+
tagString = "Persistent, Aura, Chaos",
1289+
reqStr = 25,
1290+
reqDex = 0,
1291+
reqInt = 75,
1292+
Tier = 0,
1293+
naturalMaxLevel = 20,
1294+
},
12721295
["Metadata/Items/Gems/SkillGemFlameblast"] = {
12731296
name = "Flameblast",
12741297
baseTypeName = "Flameblast",
@@ -12051,4 +12074,125 @@ return {
1205112074
Tier = 4,
1205212075
naturalMaxLevel = 20,
1205312076
},
12077+
["Metadata/Items/Gems/SkillGemExplodingPoisonToad"] = {
12078+
name = "Bursting Fen Toad",
12079+
baseTypeName = "Bursting Fen Toad",
12080+
gameId = "Metadata/Items/Gem/SkillGemExplodingPoisonToad",
12081+
variantId = "ExplodingPoisonToad",
12082+
grantedEffectId = "ExplodingPoisonToadPlayer",
12083+
tags = {
12084+
grants_active_skill = true,
12085+
attack = true,
12086+
area = true,
12087+
physical = true,
12088+
chaos = true,
12089+
},
12090+
gemType = "Attack",
12091+
tagString = "AoE, Physical, Chaos",
12092+
reqStr = 0,
12093+
reqDex = 0,
12094+
reqInt = 0,
12095+
Tier = 0,
12096+
naturalMaxLevel = 20,
12097+
},
12098+
["Metadata/Items/Gems/SkillGemIcestorm"] = {
12099+
name = "Icestorm",
12100+
baseTypeName = "Icestorm",
12101+
gameId = "Metadata/Items/Gem/SkillGemIcestorm",
12102+
variantId = "Icestorm",
12103+
grantedEffectId = "IcestormPlayer",
12104+
additionalStatSet1 = "IcestormEmpoweredPlayer",
12105+
tags = {
12106+
intelligence = true,
12107+
grants_active_skill = true,
12108+
barrageable = true,
12109+
spell = true,
12110+
area = true,
12111+
sustained = true,
12112+
cold = true,
12113+
duration = true,
12114+
payoff = true,
12115+
},
12116+
gemType = "Barrageable",
12117+
tagString = "Spell, AoE, Sustained, Cold, Duration, Payoff",
12118+
reqStr = 0,
12119+
reqDex = 0,
12120+
reqInt = 100,
12121+
Tier = 0,
12122+
naturalMaxLevel = 20,
12123+
},
12124+
["Metadata/Items/Gems/SkillGemPinnacleOfPower"] = {
12125+
name = "Pinnacle of Power",
12126+
baseTypeName = "Pinnacle of Power",
12127+
gameId = "Metadata/Items/Gem/SkillGemPinnacleOfPower",
12128+
variantId = "PinnacleOfPower",
12129+
grantedEffectId = "PinnacleOfPowerPlayer",
12130+
tags = {
12131+
grants_active_skill = true,
12132+
spell = true,
12133+
buff = true,
12134+
lightning = true,
12135+
cold = true,
12136+
fire = true,
12137+
duration = true,
12138+
conditional = true,
12139+
},
12140+
gemType = "Spell",
12141+
tagString = "Buff, Lightning, Cold, Fire, Duration, Conditional",
12142+
reqStr = 0,
12143+
reqDex = 0,
12144+
reqInt = 0,
12145+
Tier = 0,
12146+
naturalMaxLevel = 1,
12147+
},
12148+
["Metadata/Items/Gems/SkillGemCrossbowRequiem"] = {
12149+
name = "Requiem",
12150+
baseTypeName = "Compose Requiem",
12151+
gameId = "Metadata/Items/Gem/SkillGemCrossbowRequiem",
12152+
variantId = "CrossbowRequiem",
12153+
grantedEffectId = "CrossbowRequiemAmmoPlayer",
12154+
additionalGrantedEffectId1 = "CrossbowRequiemPlayer",
12155+
tags = {
12156+
strength = true,
12157+
dexterity = true,
12158+
grants_active_skill = true,
12159+
attack = true,
12160+
area = true,
12161+
ammunition = true,
12162+
projectile = true,
12163+
cold = true,
12164+
conditional = true,
12165+
},
12166+
gemType = "Attack",
12167+
tagString = "AoE, Ammunition, Projectile, Cold, Conditional",
12168+
weaponRequirements = "Crossbow",
12169+
reqStr = 50,
12170+
reqDex = 50,
12171+
reqInt = 0,
12172+
Tier = 0,
12173+
naturalMaxLevel = 20,
12174+
},
12175+
["Metadata/Items/Gems/SkillGemHeartOfIce"] = {
12176+
name = "Heart of Ice",
12177+
baseTypeName = "Heart of Ice",
12178+
gameId = "Metadata/Items/Gem/SkillGemHeartOfIce",
12179+
variantId = "HeartOfIce",
12180+
grantedEffectId = "HeartOfIcePlayer",
12181+
tags = {
12182+
intelligence = true,
12183+
grants_active_skill = true,
12184+
spell = true,
12185+
buff = true,
12186+
persistent = true,
12187+
aura = true,
12188+
cold = true,
12189+
},
12190+
gemType = "Spell",
12191+
tagString = "Buff, Persistent, Aura, Cold",
12192+
reqStr = 0,
12193+
reqDex = 0,
12194+
reqInt = 100,
12195+
Tier = 0,
12196+
naturalMaxLevel = 20,
12197+
},
1205412198
}

src/Data/ModCache.lua

Lines changed: 18 additions & 12 deletions
Large diffs are not rendered by default.

src/Data/ModCharm.lua

Lines changed: 51 additions & 51 deletions
Large diffs are not rendered by default.

src/Data/ModCorrupted.lua

Lines changed: 99 additions & 99 deletions
Large diffs are not rendered by default.

src/Data/ModFlask.lua

Lines changed: 67 additions & 67 deletions
Large diffs are not rendered by default.

src/Data/ModItem.lua

Lines changed: 876 additions & 876 deletions
Large diffs are not rendered by default.

src/Data/ModJewel.lua

Lines changed: 329 additions & 329 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)