Add drops 3 round of foca select and expa select supply events

This commit is contained in:
Sakura Knoll
2021-12-30 12:10:15 +09:00 Unverified
parent 186c7df5f7
commit b3fe77dc38
2 changed files with 212 additions and 5 deletions
@@ -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]
}
]
}
]
}
@@ -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
}
]
}
]
}