Skip to content

Commit f9d7abd

Browse files
author
LocalIdentity
committed
Run export scripts
1 parent dc92ed3 commit f9d7abd

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

src/Data/ModCache.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7439,7 +7439,7 @@ c["Debuffs on you expire 20% faster"]={{[1]={flags=0,keywordFlags=0,name="SelfDe
74397439
c["Debuffs on you expire 20% faster while affected by Haste"]={nil,"Debuffs on you expire 20% faster while affected by Haste "}
74407440
c["Debuffs on you expire 20% faster while affected by Haste You gain Onslaught for 4 seconds on Kill while affected by Haste"]={nil,"Debuffs on you expire 20% faster while affected by Haste You gain Onslaught for 4 seconds on Kill while affected by Haste "}
74417441
c["Defences are Zero"]={{[1]={flags=0,keywordFlags=0,name="Armour",type="MORE",value=-100},[2]={flags=0,keywordFlags=0,name="EnergyShield",type="MORE",value=-100},[3]={flags=0,keywordFlags=0,name="Evasion",type="MORE",value=-100},[4]={flags=0,keywordFlags=0,name="Ward",type="MORE",value=-100}},nil}
7442-
c["Defences from Equipped Body Armour are doubled if it has no Socketed Gems"]={{[1]={[1]={threshold=0,type="MultiplierThreshold",upper=true,var="SocketedGemsInBody Armour"},[2]={type="Condition",var="UsingBodyArmour"},flags=0,keywordFlags=0,name="DoubleBodyArmourDefence",type="FLAG",value=true}},nil}
7442+
c["Defences from Equipped Body Armour are doubled if it has no Socketed Gems"]={{[1]={[1]={threshold=0,type="MultiplierThreshold",upper=true,var="SocketedGemsInBody Armour"},[2]={type="Condition",var="UsingBody Armour"},flags=0,keywordFlags=0,name="DoubleBodyArmourDefence",type="FLAG",value=true}},nil}
74437443
c["Defend with 120% of Armour against Projectile Attacks"]={nil,"Defend with 120% of Armour against Projectile Attacks "}
74447444
c["Defend with 120% of Armour against Projectile Attacks 5% more chance to Evade Melee Attacks"]={nil,"Defend with 120% of Armour against Projectile Attacks 5% more chance to Evade Melee Attacks "}
74457445
c["Defiance Banner has 200% increased Taunt duration"]={{[1]={[1]={skillName="Defiance Banner",type="SkillName"},flags=0,keywordFlags=0,name="Duration",type="INC",value=200}}," Taunt "}

src/Data/Skills/act_dex.lua

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6898,10 +6898,10 @@ skills["FlamethrowerTrap"] = {
68986898
{
68996899
name = "One trap (bad placement)",
69006900
},
6901-
{
6901+
{
69026902
name = "Average # traps (good placement)",
69036903
},
6904-
{
6904+
{
69056905
name = "Average # traps (bad placement)",
69066906
},
69076907
},
@@ -11963,7 +11963,7 @@ skills["ScourgeArrow"] = {
1196311963
name = "Release",
1196411964
stages = true,
1196511965
},
11966-
{
11966+
{
1196711967
name = "Thorn Arrows",
1196811968
stages = true,
1196911969
},
@@ -16251,7 +16251,7 @@ skills["Tornado"] = {
1625116251
statMap = {
1625216252
["tornado_base_damage_interval_ms"] = {
1625316253
skill("damageInterval", nil ),
16254-
div = 1000,
16254+
div = 1000,
1625516255
},
1625616256
},
1625716257
baseFlags = {
@@ -16582,4 +16582,4 @@ skills["QuickstepHardMode"] = {
1658216582
[9] = { storedUses = 1, levelRequirement = 1, cooldown = 10, },
1658316583
[10] = { storedUses = 1, levelRequirement = 1, cooldown = 10, },
1658416584
},
16585-
}
16585+
}

src/Data/StatDescriptions/stat_descriptions.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181547,7 +181547,7 @@ return {
181547181547
[2]="#"
181548181548
}
181549181549
},
181550-
text="{0}% increased Effect of Jewel Socket Passive Skills containing\nCorrupted Magic Jewels, if not from Cluster Jewels"
181550+
text="{0}% increased Effect of Jewel Socket Passive Skills containing Corrupted Magic Jewels"
181551181551
},
181552181552
[2]={
181553181553
[1]={
@@ -181560,7 +181560,7 @@ return {
181560181560
[2]=-1
181561181561
}
181562181562
},
181563-
text="{0}% reduced Effect of Jewel Socket Passive Skills containing\nCorrupted Magic Jewels, if not from Cluster Jewels"
181563+
text="{0}% reduced Effect of Jewel Socket Passive Skills containing Corrupted Magic Jewels"
181564181564
}
181565181565
}
181566181566
},

0 commit comments

Comments
 (0)