This commit is contained in:
liwei1dao 2023-03-27 14:26:13 +08:00
commit 5cb480f6eb
2 changed files with 53 additions and 1 deletions

1
.gitignore vendored
View File

@ -26,7 +26,6 @@ pb.bat
cmd/v2/.cache.meta
cmd/v2/my.db
.idea/
bin/
bin/cross.json
bin/gm.json
bin/cmd

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
}
}
]