Skip to content

Commit 8aa946a

Browse files
author
LocalIdentity
committed
Export from 0.1.1 patch
1 parent bfd35fc commit 8aa946a

35 files changed

+15671
-14941
lines changed

src/Data/Gems.lua

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1000,7 +1000,7 @@ return {
10001000
},
10011001
["Metadata/Items/Gems/SkillGemHypothermia"] = {
10021002
name = "Hypothermia",
1003-
baseTypeName = "Frostbite",
1003+
baseTypeName = "Hypothermia",
10041004
gameId = "Metadata/Items/Gems/SkillGemHypothermia",
10051005
variantId = "Hypothermia",
10061006
grantedEffectId = "HypothermiaPlayer",
@@ -3211,6 +3211,7 @@ return {
32113211
variantId = "CastOnShock",
32123212
grantedEffectId = "MetaCastOnShockPlayer",
32133213
additionalGrantedEffectId1 = "SupportMetaCastOnShockPlayer",
3214+
additionalGrantedEffectId2 = "SupportInvisibleMetaGemSupport",
32143215
tags = {
32153216
grants_active_skill = true,
32163217
buff = true,
@@ -3234,6 +3235,7 @@ return {
32343235
variantId = "CastOnFreeze",
32353236
grantedEffectId = "MetaCastOnFreezePlayer",
32363237
additionalGrantedEffectId1 = "SupportMetaCastOnFreezePlayer",
3238+
additionalGrantedEffectId2 = "SupportInvisibleMetaGemSupport",
32373239
tags = {
32383240
grants_active_skill = true,
32393241
buff = true,
@@ -3257,6 +3259,7 @@ return {
32573259
variantId = "CastOnIgnite",
32583260
grantedEffectId = "MetaCastOnIgnitePlayer",
32593261
additionalGrantedEffectId1 = "SupportMetaCastOnIgnitePlayer",
3262+
additionalGrantedEffectId2 = "SupportInvisibleMetaGemSupport",
32603263
tags = {
32613264
grants_active_skill = true,
32623265
buff = true,
@@ -3280,6 +3283,7 @@ return {
32803283
variantId = "CastOnMeleeKill",
32813284
grantedEffectId = "MetaCastOnMeleeKillPlayer",
32823285
additionalGrantedEffectId1 = "SupportMetaCastOnMeleeKillPlayer",
3286+
additionalGrantedEffectId2 = "SupportInvisibleMetaGemSupport",
32833287
tags = {
32843288
grants_active_skill = true,
32853289
buff = true,
@@ -3302,6 +3306,7 @@ return {
33023306
variantId = "CastOnCriticalStrike",
33033307
grantedEffectId = "MetaCastOnCritPlayer",
33043308
additionalGrantedEffectId1 = "SupportMetaCastOnCritPlayer",
3309+
additionalGrantedEffectId2 = "SupportInvisibleMetaGemSupport",
33053310
tags = {
33063311
grants_active_skill = true,
33073312
buff = true,
@@ -3357,6 +3362,7 @@ return {
33573362
variantId = "BarrierInvocation",
33583363
grantedEffectId = "MetaBarrierInvocationPlayer",
33593364
additionalGrantedEffectId1 = "SupportBarrierInvocationPlayer",
3365+
additionalGrantedEffectId2 = "SupportInvisibleMetaGemSupport",
33603366
tags = {
33613367
grants_active_skill = true,
33623368
buff = true,
@@ -3379,6 +3385,7 @@ return {
33793385
variantId = "CastOnDodge",
33803386
grantedEffectId = "MetaCastOnDodgePlayer",
33813387
additionalGrantedEffectId1 = "SupportMetaCastOnDodgePlayer",
3388+
additionalGrantedEffectId2 = "SupportInvisibleMetaGemSupport",
33823389
tags = {
33833390
grants_active_skill = true,
33843391
buff = true,
@@ -3401,6 +3408,7 @@ return {
34013408
variantId = "CastOnMeleeStun",
34023409
grantedEffectId = "MetaCastOnMeleeStunPlayer",
34033410
additionalGrantedEffectId1 = "SupportMetaCastOnMeleeStunPlayer",
3411+
additionalGrantedEffectId2 = "SupportInvisibleMetaGemSupport",
34043412
tags = {
34053413
grants_active_skill = true,
34063414
buff = true,
@@ -3628,11 +3636,10 @@ return {
36283636
minion = true,
36293637
buff = true,
36303638
area = true,
3631-
aura = true,
36323639
duration = true,
36333640
},
36343641
gemType = "Minion",
3635-
tagString = "Buff, AoE, Aura, Duration",
3642+
tagString = "Buff, AoE, Duration",
36363643
reqStr = 0,
36373644
reqDex = 0,
36383645
reqInt = 100,
@@ -5098,6 +5105,7 @@ return {
50985105
variantId = "CastOnMinionDeath",
50995106
grantedEffectId = "MetaCastOnMinionDeathPlayer",
51005107
additionalGrantedEffectId1 = "SupportMetaCastOnMinionDeathPlayer",
5108+
additionalGrantedEffectId2 = "SupportInvisibleMetaGemSupport",
51015109
tags = {
51025110
buff = true,
51035111
grants_active_skill = true,
@@ -6100,15 +6108,14 @@ return {
61006108
spell = true,
61016109
area = true,
61026110
trigger = true,
6103-
physical = true,
61046111
lightning = true,
61056112
cold = true,
61066113
fire = true,
61076114
duration = true,
61086115
orb = true,
61096116
},
61106117
gemType = "Spell",
6111-
tagString = "AoE, Trigger, Physical, Lightning, Cold, Fire, Duration, Orb",
6118+
tagString = "AoE, Trigger, Lightning, Cold, Fire, Duration, Orb",
61126119
reqStr = 0,
61136120
reqDex = 0,
61146121
reqInt = 0,
@@ -7314,6 +7321,7 @@ return {
73147321
variantId = "ElementalInvocation",
73157322
grantedEffectId = "MetaElementalInvocationPlayer",
73167323
additionalGrantedEffectId1 = "SupportElementalInvocationPlayer",
7324+
additionalGrantedEffectId2 = "SupportInvisibleMetaGemSupport",
73177325
tags = {
73187326
grants_active_skill = true,
73197327
buff = true,
@@ -7715,6 +7723,7 @@ return {
77157723
variantId = "ReapersInvocation",
77167724
grantedEffectId = "MetaReapersInvocationPlayer",
77177725
additionalGrantedEffectId1 = "SupportReapersInvocationPlayer",
7726+
additionalGrantedEffectId2 = "SupportInvisibleMetaGemSupport",
77187727
tags = {
77197728
grants_active_skill = true,
77207729
buff = true,
@@ -7900,6 +7909,7 @@ return {
79007909
variantId = "CastOnBlock",
79017910
grantedEffectId = "MetaCastOnBlockPlayer",
79027911
additionalGrantedEffectId1 = "SupportMetaCastOnBlockPlayer",
7912+
additionalGrantedEffectId2 = "SupportInvisibleMetaGemSupport",
79037913
tags = {
79047914
buff = true,
79057915
grants_active_skill = true,

src/Data/ModCache.lua

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1065,10 +1065,10 @@ c["20% chance for Slam Skills you use yourself to cause Aftershocks"]={{}," for
10651065
c["20% chance to Aggravate Bleeding on targets you Critically Hit with Attacks"]={{}," to Aggravate Bleeding on targets you Critically Hit "}
10661066
c["20% chance to Aggravate Bleeding on targets you Hit with Empowered Attacks"]={{}," to Aggravate Bleeding on targets you Hit with Empowered Attacks "}
10671067
c["20% chance to Aggravate Bleeding on targets you Hit with Empowered Attacks Empowered Attacks deal 30% increased Damage"]={{[1]={flags=0,keywordFlags=0,name="Damage",type="BASE",value=20}}," to Aggravate Bleeding on targets you Hit with Empowered Attacks Empowered Attacks deal 30% increased "}
1068+
c["20% chance to Knock Enemies Back with Hits at Close Range"]={{}," to Knock Enemies Back "}
10681069
c["20% chance to Poison on Hit"]={{[1]={flags=0,keywordFlags=0,name="PoisonChance",type="BASE",value=20}},nil}
10691070
c["20% chance to gain a Power Charge on Hit"]={nil,"a Power Charge on Hit "}
10701071
c["20% chance to gain a Power Charge on Hit Lose all Power Charges on reaching maximum Power Charges"]={nil,"a Power Charge on Hit Lose all Power Charges on reaching maximum Power Charges "}
1071-
c["20% chance toKnock Enemies Back with Hits at Close Range"]={{}," toKnock Enemies Back "}
10721072
c["20% faster start of Energy Shield Recharge"]={{[1]={flags=0,keywordFlags=0,name="EnergyShieldRechargeFaster",type="INC",value=20}},nil}
10731073
c["20% increased Accuracy Rating against Rare or Unique Enemies"]={{[1]={flags=0,keywordFlags=0,name="Accuracy",type="INC",value=20}}," against Rare or Unique Enemies "}
10741074
c["20% increased Accuracy Rating against Rare or Unique Enemies 20% increased chance to inflict Ailments against Rare or Unique Enemies"]={{[1]={flags=0,keywordFlags=0,name="Accuracy",type="INC",value=20}}," against Rare or Unique Enemies 20% increased chance to inflict Ailments against Rare or Unique Enemies "}
@@ -1114,7 +1114,7 @@ c["20% increased Daze Buildup"]={{}," Daze Buildup "}
11141114
c["20% increased Daze Buildup with Quarterstaves"]={{}," Daze Buildup "}
11151115
c["20% increased Daze Buildup with Quarterstaves 20% increased Freeze Buildup with Quarterstaves"]={{}," Daze Buildup 20% increased Freeze Buildup with Quarterstaves "}
11161116
c["20% increased Duration of Damaging Ailments on Enemies"]={{[1]={flags=0,keywordFlags=0,name="EnemyIgniteDuration",type="INC",value=20},[2]={flags=0,keywordFlags=0,name="EnemyBleedDuration",type="INC",value=20},[3]={flags=0,keywordFlags=0,name="EnemyPoisonDuration",type="INC",value=20}},nil}
1117-
c["20% increased Effect of Auras from your Skills"]={{[1]={flags=0,keywordFlags=0,name="LocalEffect",type="INC",value=20}}," of Auras from your Skills "}
1117+
c["20% increased Effect of Auras from your Aura Skills"]={{[1]={flags=0,keywordFlags=0,name="LocalEffect",type="INC",value=20}}," of Auras from your Aura Skills "}
11181118
c["20% increased Effect of Withered"]={{[1]={flags=0,keywordFlags=0,name="WitherEffect",type="INC",value=20}},nil}
11191119
c["20% increased Elemental Damage with Attacks"]={{[1]={flags=0,keywordFlags=65536,name="ElementalDamage",type="INC",value=20}},nil}
11201120
c["20% increased Endurance Charge Duration"]={{[1]={flags=0,keywordFlags=0,name="EnduranceChargesDuration",type="INC",value=20}},nil}
@@ -1983,7 +1983,7 @@ c["8% increased Critical Hit Chance"]={{[1]={flags=0,keywordFlags=0,name="CritCh
19831983
c["8% increased Critical Hit Chance for Attacks"]={{[1]={flags=1,keywordFlags=0,name="CritChance",type="INC",value=8}},nil}
19841984
c["8% increased Damage for each time you've Warcried Recently"]={{[1]={[1]={type="Multiplier",var="WarcryUsedRecently"},flags=0,keywordFlags=0,name="Damage",type="INC",value=8}},nil}
19851985
c["8% increased Dexterity"]={{[1]={flags=0,keywordFlags=0,name="Dex",type="INC",value=8}},nil}
1986-
c["8% increased Effect of Auras from your Skills"]={{[1]={flags=0,keywordFlags=0,name="LocalEffect",type="INC",value=8}}," of Auras from your Skills "}
1986+
c["8% increased Effect of Auras from your Aura Skills"]={{[1]={flags=0,keywordFlags=0,name="LocalEffect",type="INC",value=8}}," of Auras from your Aura Skills "}
19871987
c["8% increased Effect of your Curses"]={{[1]={flags=0,keywordFlags=0,name="CurseEffect",type="INC",value=8}},nil}
19881988
c["8% increased Effect of your Mark Skills"]={{[1]={[1]={skillType=109,type="SkillType"},flags=0,keywordFlags=0,name="LocalEffect",type="INC",value=8}},nil}
19891989
c["8% increased Elemental Damage"]={{[1]={flags=0,keywordFlags=0,name="ElementalDamage",type="INC",value=8}},nil}

src/Data/ModCharm.lua

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ return {
2323
["FlaskChanceRechargeOnKill1"] = { type = "Suffix", affix = "of the Medic", "(21-25)% Chance to gain a Charge when you Kill an Enemy", statOrder = { 994 }, level = 8, group = "FlaskChanceRechargeOnKill", weightKey = { "flask", "default" }, weightVal = { 1, 0 }, modTags = { "flask" }, tradeHash = 828533480, },
2424
["FlaskChanceRechargeOnKill2"] = { type = "Suffix", affix = "of the Doctor", "(26-30)% Chance to gain a Charge when you Kill an Enemy", statOrder = { 994 }, level = 26, group = "FlaskChanceRechargeOnKill", weightKey = { "flask", "default" }, weightVal = { 1, 0 }, modTags = { "flask" }, tradeHash = 828533480, },
2525
["FlaskChanceRechargeOnKill3"] = { type = "Suffix", affix = "of the Surgeon", "(31-35)% Chance to gain a Charge when you Kill an Enemy", statOrder = { 994 }, level = 45, group = "FlaskChanceRechargeOnKill", weightKey = { "flask", "default" }, weightVal = { 1, 0 }, modTags = { "flask" }, tradeHash = 828533480, },
26-
["FlaskFillChargesPerMinute1"] = { type = "Suffix", affix = "of the Foliage", "Gains 0.15 Charges per Second", statOrder = { 6796 }, level = 8, group = "FlaskGainChargePerMinute", weightKey = { "flask", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 1873752457, },
27-
["FlaskFillChargesPerMinute2"] = { type = "Suffix", affix = "of the Verdant", "Gains 0.2 Charges per Second", statOrder = { 6796 }, level = 26, group = "FlaskGainChargePerMinute", weightKey = { "flask", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 1873752457, },
28-
["FlaskFillChargesPerMinute3"] = { type = "Suffix", affix = "of the Sylvan", "Gains 0.25 Charges per Second", statOrder = { 6796 }, level = 45, group = "FlaskGainChargePerMinute", weightKey = { "flask", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 1873752457, },
26+
["FlaskFillChargesPerMinute1"] = { type = "Suffix", affix = "of the Foliage", "Gains 0.15 Charges per Second", statOrder = { 6795 }, level = 8, group = "FlaskGainChargePerMinute", weightKey = { "flask", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 1873752457, },
27+
["FlaskFillChargesPerMinute2"] = { type = "Suffix", affix = "of the Verdant", "Gains 0.2 Charges per Second", statOrder = { 6795 }, level = 26, group = "FlaskGainChargePerMinute", weightKey = { "flask", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 1873752457, },
28+
["FlaskFillChargesPerMinute3"] = { type = "Suffix", affix = "of the Sylvan", "Gains 0.25 Charges per Second", statOrder = { 6795 }, level = 45, group = "FlaskGainChargePerMinute", weightKey = { "flask", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 1873752457, },
2929
["CharmIncreasedDuration1"] = { type = "Prefix", affix = "Investigator's", "(16-20)% increased Duration", statOrder = { 898 }, level = 1, group = "CharmIncreasedDuration", weightKey = { "utility_flask", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 2541588185, },
3030
["CharmIncreasedDuration2"] = { type = "Prefix", affix = "Analyst's", "(21-25)% increased Duration", statOrder = { 898 }, level = 20, group = "CharmIncreasedDuration", weightKey = { "utility_flask", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 2541588185, },
3131
["CharmIncreasedDuration3"] = { type = "Prefix", affix = "Examiner's", "(26-30)% increased Duration", statOrder = { 898 }, level = 42, group = "CharmIncreasedDuration", weightKey = { "utility_flask", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 2541588185, },

0 commit comments

Comments
 (0)