新增美食城配置

This commit is contained in:
meixiongfeng 2023-03-27 11:56:54 +08:00
parent 64de4dd289
commit 393350b886

View File

@ -0,0 +1,53 @@
[
{
"delicacies": "99999",
"recipe": [],
"Type": 1,
"flame": 1,
"unlockreward": {
"a": "attr",
"t": "diamond",
"n": 1
}
},
{
"delicacies": "10011",
"recipe": [
{
"a": "1001",
"n": 5
},
{
"a": "1003",
"n": 20
},
{
"a": "1004",
"n": 10
}
],
"Type": 2,
"flame": 5,
"unlockreward": {
"a": "attr",
"t": "diamond",
"n": 10
}
},
{
"delicacies": "10012",
"recipe": [
{
"a": "1001",
"n": 20
}
],
"Type": 2,
"flame": 3,
"unlockreward": {
"a": "attr",
"t": "diamond",
"n": 5
}
}
]