warframe-worldstate-data 1.21.2 → 1.21.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -132,16 +132,31 @@
132
132
  "description": "Go on 2 Kill Streaks in a match",
133
133
  "standing": 3000
134
134
  },
135
+ "PVPTimedChallengeKillsStreakStopped_EASY": {
136
+ "title": "Streak Stopped",
137
+ "description": "Kill 1 enemy on a Kill Streak",
138
+ "standing": 500
139
+ },
135
140
  "PVPTimedChallengeKillsStreakStoppedEASY": {
136
141
  "title": "Streak Stopped",
137
142
  "description": "Kill 1 enemy on a Kill Streak",
138
143
  "standing": 500
139
144
  },
145
+ "PVPTimedChallengeKillsStreakStopped_MEDIUM": {
146
+ "title": "Streak Stopped",
147
+ "description": "Kill 3 enemies on a Kill Streak",
148
+ "standing": 1500
149
+ },
140
150
  "PVPTimedChallengeKillsStreakStoppedMEDIUM": {
141
151
  "title": "Streak Stopped",
142
152
  "description": "Kill 3 enemies on a Kill Streak",
143
153
  "standing": 1500
144
154
  },
155
+ "PVPTimedChallengeKillsStreakStopped_HARD": {
156
+ "title": "Focused Streak Stopped",
157
+ "description": "Kill 2 enemies on a Kill Streak in a match",
158
+ "standing": 3000
159
+ },
145
160
  "PVPTimedChallengeKillsStreakStoppedHARD": {
146
161
  "title": "Focused Streak Stopped",
147
162
  "description": "Kill 2 enemies on a Kill Streak in a match",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "warframe-worldstate-data",
3
- "version": "1.21.2",
3
+ "version": "1.21.3",
4
4
  "description": "Warframe data for use with warframe-worldstate-parser",
5
5
  "main": "exports.js",
6
6
  "directories": {