Restructure data modules
This commit is contained in:
@@ -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]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user