-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdemocracy.json
700 lines (700 loc) · 98.9 KB
/
democracy.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
{
"Democracy": {
"Stratagems": [
{
"Name": "LIFT-850 Jump Pack",
"Code": "DUUDU",
"Alias": "Jump Pack",
"Cooldown": "480",
"Uses": "Unlimited",
"ActivationTime": "9.75"
},
{
"Name": "B-1 Supply Pack",
"Code": "DLDUUD",
"Alias": "Supply Pack",
"Cooldown": "480",
"Uses": "Unlimited",
"ActivationTime": "9.75"
},
{
"Name": "AX/LAS-5 Guard Dog Rover",
"Code": "DULURR",
"Alias": "Guard Dog Rover",
"Cooldown": "480",
"Uses": "Unlimited",
"ActivationTime": "9.75"
},
{
"Name": "SH-20 Ballistic Shield Backpack",
"Code": "DLDDUL",
"Alias": "Ballistic Shield Backpack",
"Cooldown": "300",
"Uses": "Unlimited",
"ActivationTime": "9.75"
},
{
"Name": "SH-32 Shield Generator Pack",
"Code": "DULRLR",
"Alias": "Shield Generator Pack",
"Cooldown": "480",
"Uses": "Unlimited",
"ActivationTime": "9.75"
},
{
"Name": "AX/AR-23 Guard Dog",
"Code": "DULURD",
"Alias": "Guard Dog",
"Cooldown": "480",
"Uses": "Unlimited",
"ActivationTime": "9.75"
},
{
"Name": "MG-43 Machine Gun",
"Code": "DLDUR",
"Alias": "Machine Gun",
"Cooldown": "480",
"Uses": "Unlimited",
"ActivationTime": "4.75"
},
{
"Name": "APW-1 Anti-Materiel Rifle",
"Code": "DLRUD",
"Alias": "Anti-Materiel Rifle",
"Cooldown": "480",
"Uses": "Unlimited",
"ActivationTime": "4.75"
},
{
"Name": "M-105 Stalwart",
"Code": "DLDUUL",
"Alias": "Stalwart",
"Cooldown": "480",
"Uses": "Unlimited",
"ActivationTime": "4.75"
},
{
"Name": "EAT-17 Expendable Anti-tank",
"Code": "DDLUR",
"Alias": "Expendable Anti-tank",
"Cooldown": "70",
"Uses": "Unlimited",
"ActivationTime": "4.75"
},
{
"Name": "MLS-4X Commando",
"Code": "DLUDR",
"Alias": "Commando",
"Cooldown": "120",
"Uses": "Unlimited",
"ActivationTime": "4.75"
},
{
"Name": "GR-8 Recoilless Rifle",
"Code": "DLRRL",
"Alias": "Recoilless Rifle",
"Cooldown": "480",
"Uses": "Unlimited",
"ActivationTime": "4.75"
},
{
"Name": "FLAM-40 Flamethrower",
"Code": "DLUDU",
"Alias": "Flamethrower",
"Cooldown": "480",
"Uses": "Unlimited",
"ActivationTime": "4.75"
},
{
"Name": "AC-8 Autocannon",
"Code": "DLDUUR",
"Alias": "Autocannon",
"Cooldown": "480",
"Uses": "Unlimited",
"ActivationTime": "4.75"
},
{
"Name": "MG-206 Heavy Machine Gun",
"Code": "DLUDD",
"Alias": "Heavy Machine Gun",
"Cooldown": "480",
"Uses": "Unlimited",
"ActivationTime": "4.75"
},
{
"Name": "RS-422 Railgun",
"Code": "DRDULR",
"Alias": "Railgun",
"Cooldown": "480",
"Uses": "Unlimited",
"ActivationTime": "4.75"
},
{
"Name": "FAF-14 Spear Launcher",
"Code": "DDUDD",
"Alias": "Spear Launcher",
"Cooldown": "480",
"Uses": "Unlimited",
"ActivationTime": "4.75"
},
{
"Name": "GL-21 Grenade Launcher",
"Code": "DLULD",
"Alias": "Grenade Launcher",
"Cooldown": "480",
"Uses": "Unlimited",
"ActivationTime": "4.75"
},
{
"Name": "LAS-98 Laser Cannon",
"Code": "DLDUL",
"Alias": "Laser Cannon",
"Cooldown": "480",
"Uses": "Unlimited",
"ActivationTime": "4.75 Seconds"
},
{
"Name": "ARC-3 Arc Thrower",
"Code": "DRDULL",
"Alias": "Arc Thrower",
"Cooldown": "480",
"Uses": "Unlimited",
"ActivationTime": "4.75 Seconds"
},
{
"Name": "LAS-99 Quasar Cannon",
"Code": "DDULR",
"Alias": "Quasar Cannon",
"Cooldown": "480",
"Uses": "Unlimited",
"ActivationTime": "4.75 Seconds"
},
{
"Name": "RL-77 Airburst Rocket Launcher",
"Code": "DUULR",
"Alias": "Airburst Rocket Launcher",
"Cooldown": "480",
"Uses": "Unlimited",
"ActivationTime": "4.75 Seconds"
},
{
"Name": "EXO-45 Patriot Exosuit",
"Code": "LDRULDD",
"Alias": "Patriot Exosuit",
"Cooldown": "600",
"Uses": "2",
"ActivationTime": "10.5 Seconds"
},
{
"Name": "EXO-49 Emancipator Exosuit",
"Code": "LDRULDU",
"Alias": "Emancipator Exosuit",
"Cooldown": "600",
"Uses": "2",
"ActivationTime": "10.5 Seconds"
},
{
"Name": "Reinforce",
"Code": "UDRLU",
"Alias": "Reinforce",
"Cooldown": "120s",
"Uses": "5 per Person",
"ActivationTime": "5"
},
{
"Name": "SOS Beacon",
"Code": "UDRU",
"Alias": "SOS Beacon",
"Cooldown": "N/A",
"Uses": "1",
"ActivationTime": "5"
},
{
"Name": "Resupply",
"Code": "DDUR",
"Alias": "Resupply",
"Cooldown": "160",
"Uses": "Unlimited",
"ActivationTime": "12"
},
{
"Name": "NUX-223 Hellbomb",
"Code": "DULDURDU",
"Alias": "Hellbomb",
"Cooldown": "N/A",
"Uses": "Unlimited",
"ActivationTime": "N/A"
},
{
"Name": "SSSD Delivery",
"Code": "DDDUU",
"Alias": "SSSD Delivery",
"Cooldown": "N/A",
"Uses": "Unlimited",
"ActivationTime": "N/A"
},
{
"Name": "Seismic Probe",
"Code": "UULRDD",
"Alias": "Seismic Probe",
"Cooldown": "N/A",
"Uses": "1",
"ActivationTime": "9"
},
{
"Name": "Upload Data",
"Code": "LRUUU",
"Alias": "Upload Data",
"Cooldown": "N/A",
"Uses": "Unlimited",
"ActivationTime": "N/A"
},
{
"Name": "Eagle Rearm",
"Code": "UULUR",
"Alias": "Eagle Rearm",
"Cooldown": "2 minutes",
"Uses": "Unlimited",
"ActivationTime": "N/A"
},
{
"Name": "SEAF Artillery",
"Code": "RUUD",
"Alias": "SEAF Artillery",
"Cooldown": "N/A",
"Uses": "5",
"ActivationTime": "N/A"
},
{
"Name": "Super Earth Flag",
"Code": "DUDU",
"Alias": "Super Earth Flag",
"Cooldown": "N/A",
"Uses": "N/A",
"ActivationTime": "N/A"
},
{
"Name": "E/MG-101 HMG Emplacement",
"Code": "DULRRL",
"Alias": "HMG Emplacement",
"Cooldown": "180",
"Uses": "Unlimited",
"ActivationTime": "4.75"
},
{
"Name": "FX-12 Shield Generator Relay",
"Code": "DDLRLR",
"Alias": "Shield Generator Relay",
"Cooldown": "90",
"Uses": "Unlimited",
"ActivationTime": "4.75"
},
{
"Name": "A/ARC-3 Tesla Tower",
"Code": "DURULR",
"Alias": "Tesla Tower",
"Cooldown": "150",
"Uses": "Unlimited",
"ActivationTime": "4.75"
},
{
"Name": "MD-6 Anti-Personnel Minefield",
"Code": "DLUR",
"Alias": "Anti-Personnel Minefield",
"Cooldown": "180",
"Uses": "Unlimited",
"ActivationTime": "4.75"
},
{
"Name": "MD-I4 Incendiary Mines",
"Code": "DLLD",
"Alias": "Incendiary Mines",
"Cooldown": "180",
"Uses": "Unlimited",
"ActivationTime": "4.75"
},
{
"Name": "MD-17 Anti-Tank Mines",
"Code": "DLUU",
"Alias": "Anti-Tank Mines",
"Cooldown": "180",
"Uses": "Unlimited",
"ActivationTime": "4.75"
},
{
"Name": "A/MG-43 Machine Gun Sentry",
"Code": "DURRU",
"Alias": "Machine Gun Sentry",
"Cooldown": "120",
"Uses": "Unlimited",
"ActivationTime": "4.75"
},
{
"Name": "A/G-16 Gatling Sentry",
"Code": "DURL",
"Alias": "Gatling Sentry",
"Cooldown": "180",
"Uses": "Unlimited",
"ActivationTime": "4.75"
},
{
"Name": "A/M-12 Mortar Sentry",
"Code": "DURRD",
"Alias": "Mortar Sentry",
"Cooldown": "180",
"Uses": "Unlimited",
"ActivationTime": "4.75"
},
{
"Name": "A/AC-8 Autocannon Sentry",
"Code": "DURULU",
"Alias": "Autocannon Sentry",
"Cooldown": "180",
"Uses": "Unlimited",
"ActivationTime": "4.75"
},
{
"Name": "A/MLS-4X Rocket Sentry",
"Code": "DURRL",
"Alias": "Rocket Sentry",
"Cooldown": "180",
"Uses": "Unlimited",
"ActivationTime": "4.75"
},
{
"Name": "A/M-23 EMS Mortar Sentry",
"Code": "DURDR",
"Alias": "EMS Mortar Sentry",
"Cooldown": "180",
"Uses": "Unlimited",
"ActivationTime": "4.75"
},
{
"Name": "Orbital Gatling Barrage",
"Code": "RDLUU",
"Alias": "Orbital Gatling Barrage",
"Cooldown": "70",
"Uses": "Unlimited",
"ActivationTime": "2.05"
},
{
"Name": "Orbital Airburst Strike",
"Code": "RRR",
"Alias": "Orbital Airburst Strike",
"Cooldown": "100",
"Uses": "Unlimited",
"ActivationTime": "3.45"
},
{
"Name": "Orbital 120MM HE Barrage",
"Code": "RRDLRD",
"Alias": "Orbital 120MM HE Barrage",
"Cooldown": "180",
"Uses": "Unlimited",
"ActivationTime": "6.45"
},
{
"Name": "Orbital 380MM HE Barrage",
"Code": "RDUULDD",
"Alias": "Orbital 380MM HE Barrage",
"Cooldown": "240",
"Uses": "Unlimited",
"ActivationTime": "7.45"
},
{
"Name": "Orbital Walking Barrage",
"Code": "RDRDRD",
"Alias": "Orbital Walking Barrage",
"Cooldown": "240",
"Uses": "Unlimited",
"ActivationTime": "4.45"
},
{
"Name": "Orbital Laser",
"Code": "RDURD",
"Alias": "Orbital Laser",
"Cooldown": "300",
"Uses": "3",
"ActivationTime": "1"
},
{
"Name": "Orbital Railcannon Strike",
"Code": "RUDDR",
"Alias": "Orbital Railcannon Strike",
"Cooldown": "210",
"Uses": "Unlimited",
"ActivationTime": "0"
},
{
"Name": "Orbital Precision Strike",
"Code": "RRU",
"Alias": "Orbital Precision Strike",
"Cooldown": "100",
"Uses": "Unlimited",
"ActivationTime": "3"
},
{
"Name": "Orbital Gas Strike",
"Code": "RRDR",
"Alias": "Orbital Gas Strike",
"Cooldown": "75",
"Uses": "Unlimited",
"ActivationTime": "3.45"
},
{
"Name": "Orbital EMS Strike",
"Code": "RRLD",
"Alias": "Orbital EMS Strike",
"Cooldown": "75",
"Uses": "Unlimited",
"ActivationTime": "3.45"
},
{
"Name": "Orbital Smoke Strike",
"Code": "RRDU",
"Alias": "Orbital Smoke Strike",
"Cooldown": "100",
"Uses": "Unlimited",
"ActivationTime": "3.45"
},
{
"Name": "Eagle Strafing Run",
"Code": "URR",
"Alias": "Eagle Strafing Run",
"Cooldown": "8",
"Uses": "4",
"ActivationTime": "2.4"
},
{
"Name": "Eagle Airstrike",
"Code": "URDR",
"Alias": "Eagle Airstrike",
"Cooldown": "8",
"Uses": "2",
"ActivationTime": "4.1"
},
{
"Name": "Eagle Cluster Bomb",
"Code": "URDDR",
"Alias": "Eagle Cluster Bomb",
"Cooldown": "8",
"Uses": "4",
"ActivationTime": "4.35"
},
{
"Name": "Eagle Napalm Airstrike",
"Code": "URDU",
"Alias": "Eagle Napalm Airstrike",
"Cooldown": "8",
"Uses": "2",
"ActivationTime": "4.1"
},
{
"Name": "Eagle Smoke Strike",
"Code": "URUD",
"Alias": "Eagle Smoke Strike",
"Cooldown": "8",
"Uses": "2",
"ActivationTime": "4.4"
},
{
"Name": "Eagle 110MM Rocket Pods",
"Code": "URUL",
"Alias": "Eagle 110MM Rocket Pods",
"Cooldown": "8",
"Uses": "2",
"ActivationTime": "3.4"
},
{
"Name": "Eagle 500kg Bomb",
"Code": "URDDD",
"Alias": "Eagle 500kg Bomb",
"Cooldown": "8",
"Uses": "1",
"ActivationTime": "3.45"
}
],
"Ship Modules": [
{
"Effect": "Support Weapons deploy with the maximum number of carriable magazines.",
"Cost": "60 Common",
"Description": "Purchases permanent access to ammo provided by the Support Our Heros fund, which allows patriotic family members to donate supplies to their loved ones in the field.",
"Name": "Donation Access License"
},
{
"Effect": "Decreases Support Weapon stratagem cooldown by 10%.",
"Cost": "80 Common, 40 Rare",
"Description": "Pre-approves the following forms in the Support Weapon Approval Process",
"Name": "Streamlined Request Process"
},
{
"Effect": "Decreases cooldown for all Backpack stratagems by 10%.",
"Cost": "80 Common, 60 Rare, 5 Super",
"Description": "Provides hand carts which can carry multiple backpack stratagems from storage, decreasing both reload time and crew lumbar injuries.",
"Name": "Hand Carts"
},
{
"Effect": "Resupply boxes refill Support Weapons with the maximum number of carriable magazines.",
"Cost": "150 Common, 150 Rare, 15 Super, and 20,000 Requisition Slips",
"Description": "Authorizes an 8-week crew training course in Superior Packing Methodology (SPM), resulting in increased supply box capacity.",
"Name": "Superior Packing Methodology"
},
{
"Effect": "Reduces reload time for all support weapons by 10%.",
"Cost": "200 Common, 200 Rare, 20 Super, and 30,000 Requisition Slips",
"Description": "Top-of-the-line accounting software automates payroll calculations, freeing up HR associates to lubricate support weapons in their spare time.",
"Name": "Payroll Management System"
},
{
"Effect": "Reduces damage falloff from center of explosions caused by orbital stratagems.",
"Cost": "100 Common",
"Description": "Military watchdog groups have called exploding shrapnel savage, merciless, and well-suited for spreading Democracy.",
"Name": "Exploding Shrapnel"
},
{
"Effect": "Barrage orbitals fire 1 additional salvo(s) per barrage.",
"Cost": "80 Common, 60 Rare",
"Description": "After years of research into improving the Super Destroyer\u0027s firepower, the Ministry of Science concluded that the most effective method was adding more guns.",
"Name": "More Guns"
},
{
"Effect": "Orbital stratagem cooldown time reduced by 10%.",
"Cost": "80 Common, 80 Rare, 10 Super",
"Description": "Replaces the current method of loading cannons - manual shell insertion down the front of the barrel - with rear loading, which is much faster.",
"Name": "Zero G Breech Loading"
},
{
"Effect": "Orbital HE barrage spead reduced by 15%.",
"Cost": "200 Common, 150 Rare, 15 Super, and 25,000 Requisition Slips",
"Description": "Grants subscription to data stream of live weather conditions, allowing for increased accuracy in orbital targeting.",
"Name": "Atmospheric Monitoring"
},
{
"Effect": "Increases the damage radius on explosions caused by orbital stratagems by 10%.",
"Cost": "250 Common, 200 Rare, 20 Super, and 35,000 Requisition Slips",
"Description": "Removes stabilising phlematiser agents from explosive material used to pack orbital shells, allowing for more powerful payloads.",
"Name": "High-Density Explosives"
},
{
"Effect": "Cooldown time for Eagle stratagems reduced by 50%.",
"Cost": "80 Common",
"Description": "Fills cockpit with breathable liquid perfluorocarbons, which absorb g-forces and thereby enable pilots to conduct tighter turns without losing consciousness.",
"Name": "Liquid-Ventilated Cockpit"
},
{
"Effect": "Reduces Eagle Rearm time by 20%.",
"Cost": "80 Common, 40 Rare",
"Description": "Authorizes hazard pay for pit crews, allowing them to reload the Eagle Fighter in-spaceflight.",
"Name": "Pit Crew Hazard Pay"
},
{
"Effect": "Increases number of Eagle stratagem uses per Rearm by 1.",
"Cost": "80 Common, 80 Rare, 10 Super",
"Description": "Trims excess leg space in the cockpit, allowing the Eagle to carry additional payloads.",
"Name": "Expanded Weapons Bay"
},
{
"Effect": "Eagle stratagems that drop multiple bombs drop 1 additional bomb(s).",
"Cost": "150 Common, 150 Rare, 15 Super, and 25,000 Requisition Slips",
"Description": "Further expands Eagle weapons bay by removing unnecessary systems such as fire suppression, ejection, and airbags.",
"Name": "XXL Weapons Bay"
},
{
"Effect": "Eagle Rearm cooldown further reduced by 10% if called in while Eagle uses still remain.",
"Cost": "200 Common, 250 Rare, 25 Super, and 30,000 Requisition Slips",
"Description": "Trains pit crew members to employ situational protocol adaptations, such as leaving unused ammo loaded instead of replacing it.",
"Name": "Advanced Crew Training"
},
{
"Effect": "1-second reduction in call-in time for all Orbital stratagems.",
"Cost": "60 Common",
"Description": "Increases orbital targeting speed by updating cannon targeting software to premium version.",
"Name": "Targeting Software Upgrade"
},
{
"Effect": "Increases enemy ping radius on minimap by 50 meters.",
"Cost": "80 Common, 40 Rare",
"Description": "Increases the range of Helldiver Radar by equipping it with a high-powered Plutonium-210 battery.",
"Name": "Nuclear Radar"
},
{
"Effect": "Improves steering for Helldivers during Hellpod deployment.",
"Cost": "80 Common, 80 Rare, 10 Super",
"Description": "Installs electronic actuators that augment the standard method of manual, foot-operated Hellpod steering.",
"Name": "Power Steering"
},
{
"Effect": "Fire damage from stratagems increased by 25%.",
"Cost": "200 Common, 150 Rare, 15 Super, and 25,000 Requisition Slips",
"Description": "Increases burning temperature of incendiary weapons by lacing fuel with a precisely-formulated compound of thermite, white phosphourus, capsaicin, allyl isothiocyanate, and 19 other accelerants.",
"Name": "Enhanced Combustion"
},
{
"Effect": "Reduce cooldown time for all stratagems by 5%.",
"Cost": "200 Common, 200 Rare, 20 Super, and 35,000 Requisition Slips",
"Description": "Boost overall crew efficiency with a suite of proven enthusiasm enhancement initiatives, such as citizenship anniversary celebrations and paid lavatory breaks.",
"Name": "Moral Augmentation"
},
{
"Effect": "Reduces cooldown time for Sentry, Emplacement, and Resupply stratagems by 10%.",
"Cost": "60 Common, 10 Rare",
"Description": "Integrates moderate doses of amphetamines and androgenic steriods into diet of loading crew, leading to increased pace, focus, \u0026 stamina, among other effects.",
"Name": "Synthetic Supplementation"
},
{
"Effect": "Increases health of Sentry stratagems by 50%.",
"Cost": "80 Common, 60 Rare, 5 Super",
"Description": "Reinforces sentries with state-of-the-art cyanoacrylate adhesives, greatly improving their durability under fire.",
"Name": "Advanced Construction"
},
{
"Effect": "100-second reduction in cooldown time for all Emplacement Stratagems.",
"Cost": "80 Common, 80 Rare, 10 Super",
"Description": "Jump-starts Hellpod firing with an immediate TNT detonation at the time of launch.",
"Name": "Rapid Launch System"
},
{
"Effect": "Lightning arcs, fired from weapons and turrets, jump to one additional enemy.",
"Cost": "200 Common, 150 Rare, 20 Super, and 20,000 Requisition Slips",
"Description": "Augments electrical weaponry by safely connecting multiple interior arc extenders into one linear chain.",
"Name": "Circut Expansion"
},
{
"Effect": "All Support Weapon stratagems launch immediately once called in, reducing overall deployment time.",
"Cost": "250 Common, 200 Rare, 25 Super, and 30,000 Requisition Slips",
"Description": "Decreases time to initiate deployment of Support Weapon Stratagems by removing dialogue box confirming intent to fire.",
"Name": "Streamlined Launch Process"
},
{
"Effect": "100-second reduction in cooldown time for all Sentry Stratagems.",
"Cost": "60 Common, 20 Rare",
"Description": "Repurposed surveillance technology allows the Sentry Deployment Cannon to closely track the user at all times, no matter where they go or what they do, ready to fire at any second.",
"Name": "Dynamic Tracking"
},
{
"Effect": "Increases ammo for all Sentry stratagems by 50%.",
"Cost": "80 Common, 60 Rare, 5 Super",
"Description": "Lines Sentry pods with shock-absorbing hydrogel, allowing extra ammunition to be packed in the space previously occupied by shock-absorbing springs.",
"Name": "Shock Absorption Gel"
},
{
"Effect": "Sentries rotate towards new targets more quickly.",
"Cost": "80 Common, 80 Rare, 10 Super",
"Description": "Applies the cear-frictionless lubricant known as Super Jelly to sentry ring mounts, facilitating extremely smooth mechanical operation.",
"Name": "High-Quality Lubricant"
},
{
"Effect": "Sentries take 50% less damage from explosions.",
"Cost": "150 Common, 150 Rare, 20 Super, and 25,000 Requisition Slips",
"Description": "Reinforces sentries with expanded polystyrene pieces (peanut-shaped variety), which absorb thermal and blast energy.",
"Name": "Blast Absorption"
},
{
"Effect": "Mortar Sentries prioritise fire at marked targets.",
"Cost": "250 Common, 200 Rare, 30 Super, and 35,000 Requisition Slips",
"Description": "Allows Mortar Targeting Platform to access Helldiver HUD ecosystem through use of third-party conversion software.",
"Name": "Cross-Platform Compatibility"
}
]
}
}