fix missing incursion mods

This commit is contained in:
Alexander Drozdov
2021-05-01 00:51:36 +03:00
parent b12db7156f
commit 4791494ef1
2 changed files with 111 additions and 0 deletions
+51
View File
@@ -11368,6 +11368,22 @@
},
"trade": {"ids": {"explicit": ["explicit.stat_3308030688"]}}
},
{
"stat": {
"ref": "#% increased Mana Reservation of Skills",
"matchers": [
{"string": "#% increased Mana Reservation of Skills"},
{"string": "#% reduced Mana Reservation of Skills", "negate": true}
]
},
"trade": {
"ids": {
"explicit": ["explicit.stat_2227180465"],
"implicit": ["implicit.stat_2227180465"],
"fractured": ["fractured.stat_2227180465"]
}
}
},
{
"stat": {
"ref": "#% increased maximum Energy Shield",
@@ -11674,6 +11690,13 @@
}
}
},
{
"stat": {
"ref": "#% increased Mine Duration",
"matchers": [{"string": "#% increased Mine Duration"}, {"string": "#% reduced Mine Duration", "negate": true}]
},
"trade": {"ids": {"explicit": ["explicit.stat_117667746"], "fractured": ["fractured.stat_117667746"]}}
},
{
"stat": {
"ref": "#% increased Mine Throwing Speed",
@@ -11747,6 +11770,13 @@
},
"trade": {"ids": {"explicit": ["explicit.stat_3191537057"]}}
},
{
"stat": {
"ref": "#% increased Minion Duration",
"matchers": [{"string": "#% increased Minion Duration"}, {"string": "#% reduced Minion Duration", "negate": true}]
},
"trade": {"ids": {"explicit": ["explicit.stat_999511066"], "fractured": ["fractured.stat_999511066"]}}
},
{
"stat": {
"ref": "#% increased Minion Duration per Raised Zombie",
@@ -17259,6 +17289,10 @@
}
}
},
{
"stat": {"ref": "+# to Level of Socketed Trap Gems", "matchers": [{"string": "# to Level of Socketed Trap Gems"}]},
"trade": {"ids": {"explicit": ["explicit.stat_407139870"]}}
},
{
"stat": {
"ref": "+# to Level of Socketed Trap or Mine Gems",
@@ -33144,6 +33178,13 @@
},
"trade": {"ids": {"explicit": ["explicit.stat_2431643207"], "fractured": ["fractured.stat_2431643207"]}}
},
{
"stat": {
"ref": "Minions have #% chance to deal Double Damage",
"matchers": [{"string": "Minions have #% chance to deal Double Damage"}]
},
"trade": {"ids": {"explicit": ["explicit.stat_755922799"], "fractured": ["fractured.stat_755922799"]}}
},
{
"stat": {
"ref": "Minions have #% chance to Dodge Attack Hits",
@@ -37796,6 +37837,16 @@
},
"trade": {"ids": {"explicit": ["explicit.stat_1264919148"]}}
},
{
"stat": {
"ref": "Skills used by Mines have #% increased Area of Effect",
"matchers": [
{"string": "Skills used by Mines have #% increased Area of Effect"},
{"string": "Skills used by Mines have #% reduced Area of Effect", "negate": true}
]
},
"trade": {"ids": {"explicit": ["explicit.stat_2228913626"], "fractured": ["fractured.stat_2228913626"]}}
},
{
"stat": {
"ref": "Skills used by Traps have #% increased Area of Effect",
+60
View File
@@ -11654,6 +11654,22 @@
},
"trade": {"ids": {"explicit": ["explicit.stat_3308030688"]}}
},
{
"stat": {
"ref": "#% increased Mana Reservation of Skills",
"matchers": [
{"string": "#% увеличение количества удержанной умениями маны"},
{"string": "#% уменьшение количества удержанной умениями маны", "negate": true}
]
},
"trade": {
"ids": {
"explicit": ["explicit.stat_2227180465"],
"implicit": ["implicit.stat_2227180465"],
"fractured": ["fractured.stat_2227180465"]
}
}
},
{
"stat": {
"ref": "#% increased maximum Energy Shield",
@@ -11981,6 +11997,16 @@
}
}
},
{
"stat": {
"ref": "#% increased Mine Duration",
"matchers": [
{"string": "#% увеличение времени существования мины"},
{"string": "#% снижение времени существования мины", "negate": true}
]
},
"trade": {"ids": {"explicit": ["explicit.stat_117667746"], "fractured": ["fractured.stat_117667746"]}}
},
{
"stat": {
"ref": "#% increased Mine Throwing Speed",
@@ -12057,6 +12083,16 @@
},
"trade": {"ids": {"explicit": ["explicit.stat_3191537057"]}}
},
{
"stat": {
"ref": "#% increased Minion Duration",
"matchers": [
{"string": "#% увеличение времени существования приспешников"},
{"string": "#% уменьшение времени существования приспешников", "negate": true}
]
},
"trade": {"ids": {"explicit": ["explicit.stat_999511066"], "fractured": ["fractured.stat_999511066"]}}
},
{
"stat": {
"ref": "#% increased Minion Duration per Raised Zombie",
@@ -17721,6 +17757,13 @@
}
}
},
{
"stat": {
"ref": "+# to Level of Socketed Trap Gems",
"matchers": [{"string": "# к уровню размещённых камней ловушек"}]
},
"trade": {"ids": {"explicit": ["explicit.stat_407139870"]}}
},
{
"stat": {
"ref": "+# to Level of Socketed Trap or Mine Gems",
@@ -34134,6 +34177,13 @@
},
"trade": {"ids": {"explicit": ["explicit.stat_2431643207"], "fractured": ["fractured.stat_2431643207"]}}
},
{
"stat": {
"ref": "Minions have #% chance to deal Double Damage",
"matchers": [{"string": "Приспешники имеют #% шанс нанести двойной урон"}]
},
"trade": {"ids": {"explicit": ["explicit.stat_755922799"], "fractured": ["fractured.stat_755922799"]}}
},
{
"stat": {
"ref": "Minions have #% chance to Dodge Attack Hits",
@@ -38946,6 +38996,16 @@
},
"trade": {"ids": {"explicit": ["explicit.stat_1264919148"]}}
},
{
"stat": {
"ref": "Skills used by Mines have #% increased Area of Effect",
"matchers": [
{"string": "Используемые минами умения имеют #% увеличение области действия"},
{"string": "Используемые минами умения имеют #% уменьшение области действия", "negate": true}
]
},
"trade": {"ids": {"explicit": ["explicit.stat_2228913626"], "fractured": ["fractured.stat_2228913626"]}}
},
{
"stat": {
"ref": "Skills used by Traps have #% increased Area of Effect",