From 28bd6f41d4cf4fea50acc24e99b16165c47208c8 Mon Sep 17 00:00:00 2001 From: abuDarda97 Date: Wed, 13 Mar 2019 00:45:53 +0000 Subject: [PATCH] twitch's soft counter added --- package-lock.json | 28 ++++++++++++++++++++------- src/main/json/r6OperatorCounters.json | 8 ++++++++ 2 files changed, 29 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 97f7514..1c64cb6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4648,11 +4648,13 @@ }, "balanced-match": { "version": "1.0.0", - "bundled": true + "bundled": true, + "optional": true }, "brace-expansion": { "version": "1.1.11", "bundled": true, + "optional": true, "requires": { "balanced-match": "^1.0.0", "concat-map": "0.0.1" @@ -4665,15 +4667,18 @@ }, "code-point-at": { "version": "1.1.0", - "bundled": true + "bundled": true, + "optional": true }, "concat-map": { "version": "0.0.1", - "bundled": true + "bundled": true, + "optional": true }, "console-control-strings": { "version": "1.1.0", - "bundled": true + "bundled": true, + "optional": true }, "core-util-is": { "version": "1.0.2", @@ -4776,7 +4781,8 @@ }, "inherits": { "version": "2.0.3", - "bundled": true + "bundled": true, + "optional": true }, "ini": { "version": "1.3.5", @@ -4786,6 +4792,7 @@ "is-fullwidth-code-point": { "version": "1.0.0", "bundled": true, + "optional": true, "requires": { "number-is-nan": "^1.0.0" } @@ -4798,17 +4805,20 @@ "minimatch": { "version": "3.0.4", "bundled": true, + "optional": true, "requires": { "brace-expansion": "^1.1.7" } }, "minimist": { "version": "0.0.8", - "bundled": true + "bundled": true, + "optional": true }, "minipass": { "version": "2.2.4", "bundled": true, + "optional": true, "requires": { "safe-buffer": "^5.1.1", "yallist": "^3.0.0" @@ -4825,6 +4835,7 @@ "mkdirp": { "version": "0.5.1", "bundled": true, + "optional": true, "requires": { "minimist": "0.0.8" } @@ -4897,7 +4908,8 @@ }, "number-is-nan": { "version": "1.0.1", - "bundled": true + "bundled": true, + "optional": true }, "object-assign": { "version": "4.1.1", @@ -4907,6 +4919,7 @@ "once": { "version": "1.4.0", "bundled": true, + "optional": true, "requires": { "wrappy": "1" } @@ -5012,6 +5025,7 @@ "string-width": { "version": "1.0.2", "bundled": true, + "optional": true, "requires": { "code-point-at": "^1.0.0", "is-fullwidth-code-point": "^1.0.0", diff --git a/src/main/json/r6OperatorCounters.json b/src/main/json/r6OperatorCounters.json index 52bef41..c0a36b0 100644 --- a/src/main/json/r6OperatorCounters.json +++ b/src/main/json/r6OperatorCounters.json @@ -1332,6 +1332,14 @@ "properties": { "Description": "Mozzie's Pests can hack Twitch's Shock Drone. The hacked drone can still shoot darts." } + }, { + "id": "126", + "type": "Soft Counter", + "startNode": "41", + "endNode": "13", + "properties": { + "Description": "Twitch's drone can shoot down Echo's drone." + } }] } }]