Fix errors in v5.4 supply events

This commit is contained in:
Sakura Knoll
2022-01-27 23:32:33 +09:00 Unverified
parent bf3d52208f
commit 9654635525
7 changed files with 132 additions and 9 deletions
@@ -139,9 +139,9 @@
"rate": 2250,
"items": [
{
"type": "battlesuit-soul",
"type": "battlesuit-fragment",
"id": "sw",
"amount": [7, 9]
"amount": [4, 6]
}
]
},
@@ -1,7 +1,7 @@
{
"version": "5.4",
"verified": true,
"track": 7,
"track": 8,
"name": "Abyss Flower Schicksal Arsenal",
"type": "shicksal-arsenal",
"token": "focused-supply-card",
@@ -28,7 +28,7 @@
}
],
"extra": [],
"duration": ["2022-01-21", "2022-02-04"],
"duration": ["2022-01-28", "2022-02-11"],
"guarantees": [
{
"count": 50,
@@ -53,9 +53,9 @@
"rate": 2250,
"items": [
{
"type": "battlesuit-soul",
"type": "battlesuit-fragment",
"id": "mpe",
"amount": [7, 9]
"amount": [4, 6]
}
]
},
@@ -1,7 +1,7 @@
{
"version": "5.4",
"verified": false,
"track": 5,
"verified": true,
"track": 7,
"name": "Herrscher of Thunder ADV Supply",
"type": "adv-supply",
"token": "adv-supply-card",
@@ -12,7 +12,7 @@
}
],
"extra": [],
"duration": ["2022-02-11", "2022-02-25"],
"duration": ["2022-01-28", "2022-02-11"],
"guarantees": [],
"mileages": [],
"drops": []
@@ -0,0 +1,123 @@
{
"version": "5.4",
"verified": false,
"track": 1,
"name": "Herrscher of Reason Expansion Supply",
"type": "expansion-supply",
"token": "expansion-supply-card",
"featured": [
{
"type": "battlesuit",
"id": "hor"
}
],
"extra": ["essentines"],
"duration": ["2022-02-18", "2022-02-24"],
"guarantees": [
{
"count": 100,
"recurring": false,
"rewards": [
{
"type": "battlesuit",
"id": "hor",
"amount": 1
}
]
},
{
"count": 10,
"recurring": true,
"rewards": [
{
"type": "battlesuit",
"id": "battlesuit-in-drops",
"amount": 1
}
]
}
],
"mileages": [],
"drops": [
{
"rate": 1500,
"items": [
{
"type": "battlesuit",
"id": "hor",
"amount": 1
}
]
},
{
"rate": 2250,
"items": [
{
"type": "battlesuit-soul",
"id": "hor",
"amount": [7, 9]
}
]
},
{
"rate": 4500,
"items": [
{
"type": "battlesuit",
"id": "ns",
"amount": 1
}
]
},
{
"rate": 15000,
"items": [
{
"type": "battlesuit-soul",
"id": "ns",
"amount": [4, 6]
}
]
},
{
"rate": 3000,
"items": [
{
"type": "battlesuit",
"id": "vt",
"amount": 1
}
]
},
{
"rate": 3000,
"items": [
{
"type": "battlesuit-fragment",
"id": "vt",
"amount": [4, 6]
}
]
},
{
"rate": 3000,
"items": [
{
"type": "battlesuit",
"id": "vr",
"amount": 1
}
]
},
{
"rate": 3000,
"items": [
{
"type": "battlesuit-soul",
"id": "vr",
"amount": [5, 8]
}
]
}
]
}