Restructure data modules

This commit is contained in:
Sakura Knoll
2022-01-01 15:10:17 +09:00 Unverified
parent 4ddb6c8eed
commit 3af8a985b0
1049 changed files with 53 additions and 40 deletions
@@ -0,0 +1,69 @@
{
"version": "5.3",
"verified": false,
"track": 6,
"shortName": "Sirin",
"name": "Sirin Elf Supply",
"type": "elf-supply",
"token": "elf-supply-card",
"featured": [
{
"type": "elf",
"id": "sr"
}
],
"extra": [],
"duration": ["2022-01-07", "2022-01-13"],
"guarantees": [
{
"count": 100,
"recurring": true,
"rewards": [
{
"type": "elf",
"id": "sr",
"amount": 1
}
]
},
{
"count": 10,
"recurring": true,
"rewards": [
{
"type": "elf",
"id": "sr",
"amount": 1
},
{
"type": "elf-part",
"id": "sr",
"amount": [2, 4]
}
]
}
],
"mileages": [],
"drops": [
{
"rate": 1510,
"items": [
{
"type": "elf",
"id": "sr",
"amount": 1
}
]
},
{
"rate": 12230,
"items": [
{
"type": "elf-part",
"id": "sr",
"amount": [2, 4]
}
]
}
]
}