go_dreamfactory/bin/json/game_kungfuunlock.json
2022-09-30 00:27:43 +08:00

62 lines
823 B
JSON

[
{
"id": 1,
"type": 1001,
"area": 1,
"consume": [
{
"a": "attr",
"t": "gold",
"n": 50
}
]
},
{
"id": 2,
"type": 1001,
"area": 2,
"consume": [
{
"a": "attr",
"t": "gold",
"n": 50
}
]
},
{
"id": 3,
"type": 1001,
"area": 3,
"consume": [
{
"a": "attr",
"t": "gold",
"n": 50
}
]
},
{
"id": 4,
"type": 1001,
"area": 4,
"consume": [
{
"a": "attr",
"t": "gold",
"n": 50
}
]
},
{
"id": 5,
"type": 1002,
"area": 5,
"consume": [
{
"a": "attr",
"t": "gold",
"n": 50
}
]
}
]