summaryrefslogtreecommitdiff
path: root/json/migration.json
blob: 5504b7a6a7e55589751511eb7698159f598b7725 (plain)
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
[
  {
    "id": "modularvestkevlar",
    "type": "MIGRATION",
    "replace": "modularvest"
  },
  {
    "id": "ballistic_vest_esapi",
    "type": "MIGRATION",
    "replace": "modularvestceramic"
  },
  {
    "id": "ballistic_vest_empty",
    "type": "MIGRATION",
    "replace": "modularvest"
  },
  {
    "id": "esapi_plate",
    "type": "MIGRATION",
    "replace": "ceramic_armor"
  },
  {
    "id": "esbi_plate",
    "type": "MIGRATION",
    "replace": "ceramic_armor"
  },
  {
    "id": "dragonskin",
    "type": "MIGRATION",
    "replace": "modularvestceramic"
  },
  {
    "id": "dragonskinempty",
    "type": "MIGRATION",
    "replace": "modularvest"
  },
  {
    "id": "ceramicdisks",
    "type": "MIGRATION",
    "replace": "ceramic_armor"
  }
]