@pkmn/mods 0.4.19 → 0.4.23

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.
Files changed (76) hide show
  1. package/README.md +3 -3
  2. package/build/gen1stadium/scripts.js +17 -23
  3. package/build/gen1stadium/scripts.js.map +1 -1
  4. package/build/gen2stadium2/scripts.js +16 -23
  5. package/build/gen2stadium2/scripts.js.map +1 -1
  6. package/build/gen7letsgo/formats-data.js +0 -201
  7. package/build/gen7letsgo/formats-data.js.map +1 -1
  8. package/build/gen7letsgo/pokedex.js +8 -21
  9. package/build/gen7letsgo/pokedex.js.map +1 -1
  10. package/build/gen7letsgo/scripts.js +0 -9
  11. package/build/gen7letsgo/scripts.js.map +1 -1
  12. package/build/gen7sm/formats-data.d.ts +4 -0
  13. package/build/gen7sm/formats-data.js +62 -0
  14. package/build/gen7sm/formats-data.js.map +1 -0
  15. package/build/gen7sm/index.d.ts +5 -0
  16. package/build/gen7sm/index.js +14 -0
  17. package/build/gen7sm/index.js.map +1 -0
  18. package/build/gen7sm/items.d.ts +4 -0
  19. package/build/gen7sm/items.js +30 -0
  20. package/build/gen7sm/items.js.map +1 -0
  21. package/build/gen7sm/learnsets.d.ts +4 -0
  22. package/build/gen7sm/learnsets.js +60345 -0
  23. package/build/gen7sm/learnsets.js.map +1 -0
  24. package/build/gen7sm/pokedex.d.ts +4 -0
  25. package/build/gen7sm/pokedex.js +50 -0
  26. package/build/gen7sm/pokedex.js.map +1 -0
  27. package/build/gen7sm/scripts.d.ts +2 -0
  28. package/build/gen7sm/scripts.js +7 -0
  29. package/build/gen7sm/scripts.js.map +1 -0
  30. package/build/gen8bdsp/formats-data.d.ts +4 -0
  31. package/build/gen8bdsp/formats-data.js +2148 -0
  32. package/build/gen8bdsp/formats-data.js.map +1 -0
  33. package/build/gen8bdsp/index.d.ts +7 -0
  34. package/build/gen8bdsp/index.js +18 -0
  35. package/build/gen8bdsp/index.js.map +1 -0
  36. package/build/gen8bdsp/items.d.ts +4 -0
  37. package/build/gen8bdsp/items.js +803 -0
  38. package/build/gen8bdsp/items.js.map +1 -0
  39. package/build/gen8bdsp/learnsets.d.ts +4 -0
  40. package/build/gen8bdsp/learnsets.js +25254 -0
  41. package/build/gen8bdsp/learnsets.js.map +1 -0
  42. package/build/gen8bdsp/moves.d.ts +4 -0
  43. package/build/gen8bdsp/moves.js +910 -0
  44. package/build/gen8bdsp/moves.js.map +1 -0
  45. package/build/gen8bdsp/pokedex.d.ts +4 -0
  46. package/build/gen8bdsp/pokedex.js +30 -0
  47. package/build/gen8bdsp/pokedex.js.map +1 -0
  48. package/build/gen8bdsp/rulesets.d.ts +4 -0
  49. package/build/gen8bdsp/rulesets.js +14 -0
  50. package/build/gen8bdsp/rulesets.js.map +1 -0
  51. package/build/gen8bdsp/scripts.d.ts +2 -0
  52. package/build/gen8bdsp/scripts.js +13 -0
  53. package/build/gen8bdsp/scripts.js.map +1 -0
  54. package/package.json +10 -8
  55. package/src/gen1stadium/scripts.ts +22 -19
  56. package/src/gen2stadium2/scripts.ts +20 -19
  57. package/src/gen7letsgo/formats-data.ts +0 -201
  58. package/src/gen7letsgo/pokedex.ts +8 -21
  59. package/src/gen7letsgo/scripts.ts +0 -9
  60. package/src/gen7sm/formats-data.ts +60 -0
  61. package/src/gen7sm/index.ts +5 -0
  62. package/src/{vgc17 → gen7sm}/items.ts +6 -6
  63. package/src/gen7sm/learnsets.ts +60343 -0
  64. package/src/{vgc17 → gen7sm}/pokedex.ts +0 -0
  65. package/src/{vgc17 → gen7sm}/scripts.ts +0 -0
  66. package/src/gen8bdsp/formats-data.ts +2146 -0
  67. package/src/{vgc17 → gen8bdsp}/index.ts +1 -0
  68. package/src/gen8bdsp/items.ts +799 -0
  69. package/src/gen8bdsp/learnsets.ts +25252 -0
  70. package/src/gen8bdsp/moves.ts +908 -0
  71. package/src/gen8bdsp/pokedex.ts +28 -0
  72. package/src/gen8bdsp/rulesets.ts +12 -0
  73. package/src/gen8bdsp/scripts.ts +11 -0
  74. package/src/vgc17/formats-data.ts +0 -56
  75. package/src/vgc17/learnsets.ts +0 -60476
  76. package/src/vgc17/rulesets.ts +0 -20
@@ -0,0 +1,799 @@
1
+ import type {ModdedItemData} from '@pkmn/sim';
2
+
3
+ export const Items: {[k: string]: ModdedItemData} = {
4
+ absorbbulb: {
5
+ inherit: true,
6
+ isNonstandard: "Past",
7
+ },
8
+ adrenalineorb: {
9
+ inherit: true,
10
+ isNonstandard: "Past",
11
+ },
12
+ airballoon: {
13
+ inherit: true,
14
+ isNonstandard: "Past",
15
+ },
16
+ assaultvest: {
17
+ inherit: true,
18
+ isNonstandard: "Past",
19
+ },
20
+ berrysweet: {
21
+ inherit: true,
22
+ isNonstandard: "Past",
23
+ },
24
+ bindingband: {
25
+ inherit: true,
26
+ isNonstandard: "Past",
27
+ },
28
+ blunderpolicy: {
29
+ inherit: true,
30
+ isNonstandard: "Past",
31
+ },
32
+ bugmemory: {
33
+ inherit: true,
34
+ isNonstandard: "Past",
35
+ },
36
+ burndrive: {
37
+ inherit: true,
38
+ isNonstandard: "Past",
39
+ },
40
+ cellbattery: {
41
+ inherit: true,
42
+ isNonstandard: "Past",
43
+ },
44
+ chilldrive: {
45
+ inherit: true,
46
+ isNonstandard: "Past",
47
+ },
48
+ chippedpot: {
49
+ inherit: true,
50
+ isNonstandard: "Past",
51
+ },
52
+ cloversweet: {
53
+ inherit: true,
54
+ isNonstandard: "Past",
55
+ },
56
+ coverfossil: {
57
+ inherit: true,
58
+ isNonstandard: "Past",
59
+ },
60
+ crackedpot: {
61
+ inherit: true,
62
+ isNonstandard: "Past",
63
+ },
64
+ darkmemory: {
65
+ inherit: true,
66
+ isNonstandard: "Past",
67
+ },
68
+ dousedrive: {
69
+ inherit: true,
70
+ isNonstandard: "Past",
71
+ },
72
+ dracoplate: {
73
+ inherit: true,
74
+ isNonstandard: null,
75
+ },
76
+ dragonmemory: {
77
+ inherit: true,
78
+ isNonstandard: "Past",
79
+ },
80
+ dreadplate: {
81
+ inherit: true,
82
+ isNonstandard: null,
83
+ },
84
+ earthplate: {
85
+ inherit: true,
86
+ isNonstandard: null,
87
+ },
88
+ ejectbutton: {
89
+ inherit: true,
90
+ isNonstandard: "Unobtainable",
91
+ onAfterMoveSecondary(target, source, move) {
92
+ if (source && source !== target && target.hp && move && move.category !== 'Status' && !move.isFutureMove) {
93
+ if (!this.canSwitch(target.side) || target.forceSwitchFlag || target.beingCalledBack || target.isSkyDropped()) return;
94
+ for (const pokemon of this.getAllActive()) {
95
+ if (pokemon.switchFlag === true) return;
96
+ }
97
+ target.switchFlag = true;
98
+ source.switchFlag = false;
99
+ }
100
+ },
101
+ },
102
+ ejectpack: {
103
+ inherit: true,
104
+ isNonstandard: "Past",
105
+ },
106
+ electricmemory: {
107
+ inherit: true,
108
+ isNonstandard: "Past",
109
+ },
110
+ electricseed: {
111
+ inherit: true,
112
+ isNonstandard: "Past",
113
+ },
114
+ eviolite: {
115
+ inherit: true,
116
+ isNonstandard: "Unobtainable",
117
+ // TODO: Figure out calculation
118
+ },
119
+ fairymemory: {
120
+ inherit: true,
121
+ isNonstandard: "Past",
122
+ },
123
+ fightingmemory: {
124
+ inherit: true,
125
+ isNonstandard: "Past",
126
+ },
127
+ firememory: {
128
+ inherit: true,
129
+ isNonstandard: "Past",
130
+ },
131
+ fistplate: {
132
+ inherit: true,
133
+ isNonstandard: null,
134
+ },
135
+ flameplate: {
136
+ inherit: true,
137
+ isNonstandard: null,
138
+ },
139
+ floatstone: {
140
+ inherit: true,
141
+ isNonstandard: "Past",
142
+ },
143
+ flowersweet: {
144
+ inherit: true,
145
+ isNonstandard: "Past",
146
+ },
147
+ flyingmemory: {
148
+ inherit: true,
149
+ isNonstandard: "Past",
150
+ },
151
+ fossilizedbird: {
152
+ inherit: true,
153
+ isNonstandard: "Past",
154
+ },
155
+ fossilizeddino: {
156
+ inherit: true,
157
+ isNonstandard: "Past",
158
+ },
159
+ fossilizeddrake: {
160
+ inherit: true,
161
+ isNonstandard: "Past",
162
+ },
163
+ fossilizedfish: {
164
+ inherit: true,
165
+ isNonstandard: "Past",
166
+ },
167
+ galaricacuff: {
168
+ inherit: true,
169
+ isNonstandard: "Past",
170
+ },
171
+ galaricawreath: {
172
+ inherit: true,
173
+ isNonstandard: "Past",
174
+ },
175
+ ghostmemory: {
176
+ inherit: true,
177
+ isNonstandard: "Past",
178
+ },
179
+ grassmemory: {
180
+ inherit: true,
181
+ isNonstandard: "Past",
182
+ },
183
+ grassyseed: {
184
+ inherit: true,
185
+ isNonstandard: "Past",
186
+ },
187
+ groundmemory: {
188
+ inherit: true,
189
+ isNonstandard: "Past",
190
+ },
191
+ heavydutyboots: {
192
+ inherit: true,
193
+ isNonstandard: "Past",
194
+ },
195
+ icememory: {
196
+ inherit: true,
197
+ isNonstandard: "Past",
198
+ },
199
+ icestone: {
200
+ inherit: true,
201
+ isNonstandard: "Unobtainable",
202
+ },
203
+ icicleplate: {
204
+ inherit: true,
205
+ isNonstandard: null,
206
+ },
207
+ insectplate: {
208
+ inherit: true,
209
+ isNonstandard: null,
210
+ },
211
+ ironplate: {
212
+ inherit: true,
213
+ isNonstandard: null,
214
+ },
215
+ jawfossil: {
216
+ inherit: true,
217
+ isNonstandard: "Past",
218
+ },
219
+ keeberry: {
220
+ inherit: true,
221
+ isNonstandard: "Past",
222
+ },
223
+ lovesweet: {
224
+ inherit: true,
225
+ isNonstandard: "Past",
226
+ },
227
+ luckypunch: {
228
+ inherit: true,
229
+ isNonstandard: null,
230
+ },
231
+ luminousmoss: {
232
+ inherit: true,
233
+ isNonstandard: "Past",
234
+ },
235
+ marangaberry: {
236
+ inherit: true,
237
+ isNonstandard: "Past",
238
+ },
239
+ meadowplate: {
240
+ inherit: true,
241
+ isNonstandard: null,
242
+ },
243
+ mindplate: {
244
+ inherit: true,
245
+ isNonstandard: null,
246
+ },
247
+ mistyseed: {
248
+ inherit: true,
249
+ isNonstandard: "Past",
250
+ },
251
+ normalgem: {
252
+ inherit: true,
253
+ isNonstandard: "Past",
254
+ },
255
+ plumefossil: {
256
+ inherit: true,
257
+ isNonstandard: "Past",
258
+ },
259
+ poisonmemory: {
260
+ inherit: true,
261
+ isNonstandard: "Past",
262
+ },
263
+ protectivepads: {
264
+ inherit: true,
265
+ isNonstandard: "Past",
266
+ },
267
+ psychicmemory: {
268
+ inherit: true,
269
+ isNonstandard: "Past",
270
+ },
271
+ msychicseed: {
272
+ inherit: true,
273
+ isNonstandard: "Past",
274
+ },
275
+ razorfang: {
276
+ inherit: true,
277
+ isNonstandard: null,
278
+ },
279
+ redcard: {
280
+ inherit: true,
281
+ isNonstandard: "Past",
282
+ },
283
+ ribbonsweet: {
284
+ inherit: true,
285
+ isNonstandard: "Past",
286
+ },
287
+ ringtarget: {
288
+ inherit: true,
289
+ isNonstandard: "Past",
290
+ },
291
+ rockmemory: {
292
+ inherit: true,
293
+ isNonstandard: "Past",
294
+ },
295
+ rockyhelmet: {
296
+ inherit: true,
297
+ isNonstandard: "Past",
298
+ },
299
+ roomservice: {
300
+ inherit: true,
301
+ isNonstandard: "Past",
302
+ },
303
+ rustedshield: {
304
+ inherit: true,
305
+ isNonstandard: "Past",
306
+ },
307
+ rustedsword: {
308
+ inherit: true,
309
+ isNonstandard: "Past",
310
+ },
311
+ sachet: {
312
+ inherit: true,
313
+ isNonstandard: "Past",
314
+ },
315
+ safetygoggles: {
316
+ inherit: true,
317
+ isNonstandard: "Past",
318
+ },
319
+ sailfossil: {
320
+ inherit: true,
321
+ isNonstandard: "Past",
322
+ },
323
+ shockdrive: {
324
+ inherit: true,
325
+ isNonstandard: "Past",
326
+ },
327
+ skyplate: {
328
+ inherit: true,
329
+ isNonstandard: null,
330
+ },
331
+ snowball: {
332
+ inherit: true,
333
+ isNonstandard: "Past",
334
+ },
335
+ splashplate: {
336
+ inherit: true,
337
+ isNonstandard: null,
338
+ },
339
+ spookyplate: {
340
+ inherit: true,
341
+ isNonstandard: null,
342
+ },
343
+ starsweet: {
344
+ inherit: true,
345
+ isNonstandard: "Past",
346
+ },
347
+ steelmemory: {
348
+ inherit: true,
349
+ isNonstandard: "Past",
350
+ },
351
+ stoneplate: {
352
+ inherit: true,
353
+ isNonstandard: null,
354
+ },
355
+ strawberrysweet: {
356
+ inherit: true,
357
+ isNonstandard: "Past",
358
+ },
359
+ sweetapple: {
360
+ inherit: true,
361
+ isNonstandard: "Past",
362
+ },
363
+ tartapple: {
364
+ inherit: true,
365
+ isNonstandard: "Past",
366
+ },
367
+ terrainextender: {
368
+ inherit: true,
369
+ isNonstandard: "Past",
370
+ },
371
+ throatspray: {
372
+ inherit: true,
373
+ isNonstandard: "Past",
374
+ },
375
+ toxicplate: {
376
+ inherit: true,
377
+ isNonstandard: null,
378
+ },
379
+ tr00: {
380
+ inherit: true,
381
+ isNonstandard: "Past",
382
+ },
383
+ tr01: {
384
+ inherit: true,
385
+ isNonstandard: "Past",
386
+ },
387
+ tr02: {
388
+ inherit: true,
389
+ isNonstandard: "Past",
390
+ },
391
+ tr03: {
392
+ inherit: true,
393
+ isNonstandard: "Past",
394
+ },
395
+ tr04: {
396
+ inherit: true,
397
+ isNonstandard: "Past",
398
+ },
399
+ tr05: {
400
+ inherit: true,
401
+ isNonstandard: "Past",
402
+ },
403
+ tr06: {
404
+ inherit: true,
405
+ isNonstandard: "Past",
406
+ },
407
+ tr07: {
408
+ inherit: true,
409
+ isNonstandard: "Past",
410
+ },
411
+ tr08: {
412
+ inherit: true,
413
+ isNonstandard: "Past",
414
+ },
415
+ tr09: {
416
+ inherit: true,
417
+ isNonstandard: "Past",
418
+ },
419
+ tr10: {
420
+ inherit: true,
421
+ isNonstandard: "Past",
422
+ },
423
+ tr11: {
424
+ inherit: true,
425
+ isNonstandard: "Past",
426
+ },
427
+ tr12: {
428
+ inherit: true,
429
+ isNonstandard: "Past",
430
+ },
431
+ tr13: {
432
+ inherit: true,
433
+ isNonstandard: "Past",
434
+ },
435
+ tr14: {
436
+ inherit: true,
437
+ isNonstandard: "Past",
438
+ },
439
+ tr15: {
440
+ inherit: true,
441
+ isNonstandard: "Past",
442
+ },
443
+ tr16: {
444
+ inherit: true,
445
+ isNonstandard: "Past",
446
+ },
447
+ tr17: {
448
+ inherit: true,
449
+ isNonstandard: "Past",
450
+ },
451
+ tr18: {
452
+ inherit: true,
453
+ isNonstandard: "Past",
454
+ },
455
+ tr19: {
456
+ inherit: true,
457
+ isNonstandard: "Past",
458
+ },
459
+ tr20: {
460
+ inherit: true,
461
+ isNonstandard: "Past",
462
+ },
463
+ tr21: {
464
+ inherit: true,
465
+ isNonstandard: "Past",
466
+ },
467
+ tr22: {
468
+ inherit: true,
469
+ isNonstandard: "Past",
470
+ },
471
+ tr23: {
472
+ inherit: true,
473
+ isNonstandard: "Past",
474
+ },
475
+ tr24: {
476
+ inherit: true,
477
+ isNonstandard: "Past",
478
+ },
479
+ tr25: {
480
+ inherit: true,
481
+ isNonstandard: "Past",
482
+ },
483
+ tr26: {
484
+ inherit: true,
485
+ isNonstandard: "Past",
486
+ },
487
+ tr27: {
488
+ inherit: true,
489
+ isNonstandard: "Past",
490
+ },
491
+ tr28: {
492
+ inherit: true,
493
+ isNonstandard: "Past",
494
+ },
495
+ tr29: {
496
+ inherit: true,
497
+ isNonstandard: "Past",
498
+ },
499
+ tr30: {
500
+ inherit: true,
501
+ isNonstandard: "Past",
502
+ },
503
+ tr31: {
504
+ inherit: true,
505
+ isNonstandard: "Past",
506
+ },
507
+ tr32: {
508
+ inherit: true,
509
+ isNonstandard: "Past",
510
+ },
511
+ tr33: {
512
+ inherit: true,
513
+ isNonstandard: "Past",
514
+ },
515
+ tr34: {
516
+ inherit: true,
517
+ isNonstandard: "Past",
518
+ },
519
+ tr35: {
520
+ inherit: true,
521
+ isNonstandard: "Past",
522
+ },
523
+ tr36: {
524
+ inherit: true,
525
+ isNonstandard: "Past",
526
+ },
527
+ tr37: {
528
+ inherit: true,
529
+ isNonstandard: "Past",
530
+ },
531
+ tr38: {
532
+ inherit: true,
533
+ isNonstandard: "Past",
534
+ },
535
+ tr39: {
536
+ inherit: true,
537
+ isNonstandard: "Past",
538
+ },
539
+ tr40: {
540
+ inherit: true,
541
+ isNonstandard: "Past",
542
+ },
543
+ tr41: {
544
+ inherit: true,
545
+ isNonstandard: "Past",
546
+ },
547
+ tr42: {
548
+ inherit: true,
549
+ isNonstandard: "Past",
550
+ },
551
+ tr43: {
552
+ inherit: true,
553
+ isNonstandard: "Past",
554
+ },
555
+ tr44: {
556
+ inherit: true,
557
+ isNonstandard: "Past",
558
+ },
559
+ tr45: {
560
+ inherit: true,
561
+ isNonstandard: "Past",
562
+ },
563
+ tr46: {
564
+ inherit: true,
565
+ isNonstandard: "Past",
566
+ },
567
+ tr47: {
568
+ inherit: true,
569
+ isNonstandard: "Past",
570
+ },
571
+ tr48: {
572
+ inherit: true,
573
+ isNonstandard: "Past",
574
+ },
575
+ tr49: {
576
+ inherit: true,
577
+ isNonstandard: "Past",
578
+ },
579
+ tr50: {
580
+ inherit: true,
581
+ isNonstandard: "Past",
582
+ },
583
+ tr51: {
584
+ inherit: true,
585
+ isNonstandard: "Past",
586
+ },
587
+ tr52: {
588
+ inherit: true,
589
+ isNonstandard: "Past",
590
+ },
591
+ tr53: {
592
+ inherit: true,
593
+ isNonstandard: "Past",
594
+ },
595
+ tr54: {
596
+ inherit: true,
597
+ isNonstandard: "Past",
598
+ },
599
+ tr55: {
600
+ inherit: true,
601
+ isNonstandard: "Past",
602
+ },
603
+ tr56: {
604
+ inherit: true,
605
+ isNonstandard: "Past",
606
+ },
607
+ tr57: {
608
+ inherit: true,
609
+ isNonstandard: "Past",
610
+ },
611
+ tr58: {
612
+ inherit: true,
613
+ isNonstandard: "Past",
614
+ },
615
+ tr59: {
616
+ inherit: true,
617
+ isNonstandard: "Past",
618
+ },
619
+ tr60: {
620
+ inherit: true,
621
+ isNonstandard: "Past",
622
+ },
623
+ tr61: {
624
+ inherit: true,
625
+ isNonstandard: "Past",
626
+ },
627
+ tr62: {
628
+ inherit: true,
629
+ isNonstandard: "Past",
630
+ },
631
+ tr63: {
632
+ inherit: true,
633
+ isNonstandard: "Past",
634
+ },
635
+ tr64: {
636
+ inherit: true,
637
+ isNonstandard: "Past",
638
+ },
639
+ tr65: {
640
+ inherit: true,
641
+ isNonstandard: "Past",
642
+ },
643
+ tr66: {
644
+ inherit: true,
645
+ isNonstandard: "Past",
646
+ },
647
+ tr67: {
648
+ inherit: true,
649
+ isNonstandard: "Past",
650
+ },
651
+ tr68: {
652
+ inherit: true,
653
+ isNonstandard: "Past",
654
+ },
655
+ tr69: {
656
+ inherit: true,
657
+ isNonstandard: "Past",
658
+ },
659
+ tr70: {
660
+ inherit: true,
661
+ isNonstandard: "Past",
662
+ },
663
+ tr71: {
664
+ inherit: true,
665
+ isNonstandard: "Past",
666
+ },
667
+ tr72: {
668
+ inherit: true,
669
+ isNonstandard: "Past",
670
+ },
671
+ tr73: {
672
+ inherit: true,
673
+ isNonstandard: "Past",
674
+ },
675
+ tr74: {
676
+ inherit: true,
677
+ isNonstandard: "Past",
678
+ },
679
+ tr75: {
680
+ inherit: true,
681
+ isNonstandard: "Past",
682
+ },
683
+ tr76: {
684
+ inherit: true,
685
+ isNonstandard: "Past",
686
+ },
687
+ tr77: {
688
+ inherit: true,
689
+ isNonstandard: "Past",
690
+ },
691
+ tr78: {
692
+ inherit: true,
693
+ isNonstandard: "Past",
694
+ },
695
+ tr79: {
696
+ inherit: true,
697
+ isNonstandard: "Past",
698
+ },
699
+ tr80: {
700
+ inherit: true,
701
+ isNonstandard: "Past",
702
+ },
703
+ tr81: {
704
+ inherit: true,
705
+ isNonstandard: "Past",
706
+ },
707
+ tr82: {
708
+ inherit: true,
709
+ isNonstandard: "Past",
710
+ },
711
+ tr83: {
712
+ inherit: true,
713
+ isNonstandard: "Past",
714
+ },
715
+ tr84: {
716
+ inherit: true,
717
+ isNonstandard: "Past",
718
+ },
719
+ tr85: {
720
+ inherit: true,
721
+ isNonstandard: "Past",
722
+ },
723
+ tr86: {
724
+ inherit: true,
725
+ isNonstandard: "Past",
726
+ },
727
+ tr87: {
728
+ inherit: true,
729
+ isNonstandard: "Past",
730
+ },
731
+ tr88: {
732
+ inherit: true,
733
+ isNonstandard: "Past",
734
+ },
735
+ tr89: {
736
+ inherit: true,
737
+ isNonstandard: "Past",
738
+ },
739
+ tr90: {
740
+ inherit: true,
741
+ isNonstandard: "Past",
742
+ },
743
+ tr91: {
744
+ inherit: true,
745
+ isNonstandard: "Past",
746
+ },
747
+ tr92: {
748
+ inherit: true,
749
+ isNonstandard: "Past",
750
+ },
751
+ tr93: {
752
+ inherit: true,
753
+ isNonstandard: "Past",
754
+ },
755
+ tr94: {
756
+ inherit: true,
757
+ isNonstandard: "Past",
758
+ },
759
+ tr95: {
760
+ inherit: true,
761
+ isNonstandard: "Past",
762
+ },
763
+ tr96: {
764
+ inherit: true,
765
+ isNonstandard: "Past",
766
+ },
767
+ tr97: {
768
+ inherit: true,
769
+ isNonstandard: "Past",
770
+ },
771
+ tr98: {
772
+ inherit: true,
773
+ isNonstandard: "Past",
774
+ },
775
+ tr99: {
776
+ inherit: true,
777
+ isNonstandard: "Past",
778
+ },
779
+ utilityumbrella: {
780
+ inherit: true,
781
+ isNonstandard: "Past",
782
+ },
783
+ watermemory: {
784
+ inherit: true,
785
+ isNonstandard: "Past",
786
+ },
787
+ weaknesspolicy: {
788
+ inherit: true,
789
+ isNonstandard: "Past",
790
+ },
791
+ whippeddream: {
792
+ inherit: true,
793
+ isNonstandard: "Past",
794
+ },
795
+ zapplate: {
796
+ inherit: true,
797
+ isNonstandard: null,
798
+ },
799
+ };