Skip to content

Commit aef845c

Browse files
author
LocalIdentity
committed
0.2.0g Export
Includes a bunch of area tags for concoction skills and some other triggered skills Updates Trinity support to use the new mods and scaling
1 parent aa3c954 commit aef845c

25 files changed

+20567
-20472
lines changed

src/Data/Gems.lua

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5055,14 +5055,15 @@ return {
50555055
support = true,
50565056
grants_active_skill = true,
50575057
spell = true,
5058+
area = true,
50585059
trigger = true,
50595060
lightning = true,
50605061
cold = true,
50615062
fire = true,
50625063
payoff = true,
50635064
},
50645065
gemType = "Support",
5065-
tagString = "Spell, Trigger, Lightning, Cold, Fire, Payoff",
5066+
tagString = "Spell, AoE, Trigger, Lightning, Cold, Fire, Payoff",
50665067
reqStr = 0,
50675068
reqDex = 0,
50685069
reqInt = 100,
@@ -5095,10 +5096,11 @@ return {
50955096
support = true,
50965097
grants_active_skill = true,
50975098
spell = true,
5099+
area = true,
50985100
fire = true,
50995101
},
51005102
gemType = "Support",
5101-
tagString = "Spell, Fire",
5103+
tagString = "Spell, AoE, Fire",
51025104
reqStr = 0,
51035105
reqDex = 0,
51045106
reqInt = 100,
@@ -5284,12 +5286,13 @@ return {
52845286
support = true,
52855287
grants_active_skill = true,
52865288
spell = true,
5289+
area = true,
52875290
trigger = true,
52885291
fire = true,
52895292
critical = true,
52905293
},
52915294
gemType = "Support",
5292-
tagString = "Spell, Trigger, Fire, Critical",
5295+
tagString = "Spell, AoE, Trigger, Fire, Critical",
52935296
reqStr = 0,
52945297
reqDex = 0,
52955298
reqInt = 100,

src/Data/ModCache.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1324,7 +1324,7 @@ c["15% increased maximum Energy Shield"]={{[1]={[1]={type="Global"},flags=0,keyw
13241324
c["15% increased maximum Life"]={{[1]={flags=0,keywordFlags=0,name="Life",type="INC",value=15}},nil}
13251325
c["15% more Maximum Life"]={{[1]={flags=0,keywordFlags=0,name="Life",type="MORE",value=15}},nil}
13261326
c["15% more Maximum Lightning Damage"]={{[1]={flags=0,keywordFlags=0,name="MaxLightningDamage",type="MORE",value=15}},nil}
1327-
c["15% of Damage from Hits is taken from your Companion's Life before you"]={{[1]={flags=0,keywordFlags=0,name="Damage",type="BASE",value=15}}," from Hits is taken from your Companion's Life before you "}
1327+
c["15% of Damage from Hits is taken from your Damageable Companion's Life before you"]={{[1]={flags=0,keywordFlags=0,name="Damage",type="BASE",value=15}}," from Hits is taken from your Damageable Companion's Life before you "}
13281328
c["15% of Elemental Damage taken Recouped as Life"]={{[1]={flags=0,keywordFlags=0,name="LightningLifeRecoup",type="BASE",value=15},[2]={flags=0,keywordFlags=0,name="ColdLifeRecoup",type="BASE",value=15},[3]={flags=0,keywordFlags=0,name="FireLifeRecoup",type="BASE",value=15}},nil}
13291329
c["15% of Physical Damage Converted to Cold Damage while you have at least 150 Devotion"]={{[1]={[1]={stat="Devotion",threshold=150,type="StatThreshold"},flags=0,keywordFlags=0,name="PhysicalDamageConvertToCold",type="BASE",value=15}},nil}
13301330
c["15% of Physical Damage Converted to Fire Damage while you have at least 150 Devotion"]={{[1]={[1]={stat="Devotion",threshold=150,type="StatThreshold"},flags=0,keywordFlags=0,name="PhysicalDamageConvertToFire",type="BASE",value=15}},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 = { 995 }, 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 = { 995 }, 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 = { 995 }, 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 = { 6957 }, 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 = { 6957 }, 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 = { 6957 }, 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 = { 6959 }, 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 = { 6959 }, 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 = { 6959 }, 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 = { 899 }, 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 = { 899 }, 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 = { 899 }, level = 42, group = "CharmIncreasedDuration", weightKey = { "utility_flask", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 2541588185, },

0 commit comments

Comments
 (0)