From b3fe77dc3800bcc5f4b955276bce3b0fb848af31 Mon Sep 17 00:00:00 2001 From: Sakura Knoll Date: Thu, 30 Dec 2021 12:10:15 +0900 Subject: [PATCH] Add drops 3 round of foca select and expa select supply events --- ...3-21.12.29-expa-select-supply-round-3.json | 135 +++++++++++++++++- ...3-21.12.29-foca-select-supply-round-3.json | 82 ++++++++++- 2 files changed, 212 insertions(+), 5 deletions(-) diff --git a/public/data/versions/5.3/supply-events/v5.3-21.12.29-expa-select-supply-round-3.json b/public/data/versions/5.3/supply-events/v5.3-21.12.29-expa-select-supply-round-3.json index 4deb7688..d9d8a7fe 100644 --- a/public/data/versions/5.3/supply-events/v5.3-21.12.29-expa-select-supply-round-3.json +++ b/public/data/versions/5.3/supply-events/v5.3-21.12.29-expa-select-supply-round-3.json @@ -20,9 +20,138 @@ "id": "fr" } ], - "extra": [], + "extra": ["essentines"], "duration": ["2021-12-29", "2021-12-31"], - "guarantees": [], + "guarantees": [ + { + "count": 100, + "recurring": true, + "rewards": [ + { + "type": "battlesuit", + "id": "selected-battlesuits", + "amount": 1 + } + ] + }, + { + "count": 10, + "recurring": true, + "rewards": [ + { + "type": "battlesuit", + "id": "battlesuit-in-drops", + "amount": 1 + } + ] + } + ], "mileages": [], - "drops": [] + "drops": [ + { + "rate": 1500, + "items": [ + { + "type": "battlesuit", + "id": "selected-battlesuit", + "amount": 1 + } + ] + }, + { + "rate": 2250, + "items": [ + { + "type": "battlesuit-fragment", + "id": "selected-battlesuit", + "amount": [4, 6] + }, + { + "type": "battlesuit-soul", + "id": "selected-battlesuit", + "amount": [7, 9] + } + ] + }, + { + "rate": 4500, + "items": [ + { + "type": "battlesuit", + "id": "sp", + "amount": 1 + } + ] + }, + { + "rate": 15000, + "items": [ + { + "type": "battlesuit-fragment", + "id": "sp", + "amount": [4, 6] + } + ] + }, + { + "rate": 3000, + "items": [ + { + "type": "battlesuit", + "id": "ur", + "amount": 1 + } + ] + }, + { + "rate": 3000, + "items": [ + { + "type": "battlesuit-soul", + "id": "ur", + "amount": [5, 8] + } + ] + }, + { + "rate": 3000, + "items": [ + { + "type": "battlesuit", + "id": "fs", + "amount": 1 + } + ] + }, + { + "rate": 3000, + "items": [ + { + "type": "battlesuit-fragment", + "id": "fs", + "amount": [4, 6] + } + ] + }, + { + "rate": 3000, + "items": [ + { + "type": "battlesuit", + "id": "pi", + "amount": 1 + } + ] + }, + { + "rate": 3000, + "items": [ + { + "type": "battlesuit-soul", + "id": "pi", + "amount": [5, 8] + } + ] + } + ] } diff --git a/public/data/versions/5.3/supply-events/v5.3-21.12.29-foca-select-supply-round-3.json b/public/data/versions/5.3/supply-events/v5.3-21.12.29-foca-select-supply-round-3.json index 6c022592..4609ad30 100644 --- a/public/data/versions/5.3/supply-events/v5.3-21.12.29-foca-select-supply-round-3.json +++ b/public/data/versions/5.3/supply-events/v5.3-21.12.29-foca-select-supply-round-3.json @@ -90,7 +90,85 @@ ], "extra": [], "duration": ["2021-12-29", "2021-12-31"], - "guarantees": [], + "guarantees": [ + { + "count": 10, + "recurring": true, + "rewards": [ + { + "type": "stigmata", + "id": "4star-stigmata-in-drops", + "amount": 1 + }, + { + "type": "weapon", + "id": "4star-weapon-in-drops", + "amount": 1 + } + ] + } + ], "mileages": [], - "drops": [] + "drops": [ + { + "rate": 2479, + "items": [ + { + "type": "weapon", + "id": "selected-weapon", + "amount": 1 + } + ] + }, + { + "rate": 1240, + "items": [ + { + "type": "stigmata", + "id": "selected-stigmata-top", + "amount": 1 + } + ] + }, + { + "rate": 1240, + "items": [ + { + "type": "stigmata", + "id": "selected-stigmata-mid", + "amount": 1 + } + ] + }, + { + "rate": 1240, + "items": [ + { + "type": "stigmata", + "id": "selected-stigmata-bot", + "amount": 1 + } + ] + }, + { + "rate": 2480, + "items": [ + { + "type": "weapon", + "id": "other-4star-weapon-in-featured", + "amount": 1 + } + ] + }, + { + "rate": 3720, + "items": [ + { + "type": "stigmata", + "id": "other-4star-stigmata-in-featured", + "amount": 1 + } + ] + } + ] }