dreamworks/json/game_guildactivity.json
2023-09-05 17:50:45 +08:00

57 lines
718 B
JSON

[
{
"id": 1,
"activity": 300,
"reward": [
{
"a": "item",
"t": "10000005",
"n": 10
}
]
},
{
"id": 2,
"activity": 600,
"reward": [
{
"a": "item",
"t": "10000003",
"n": 2
}
]
},
{
"id": 3,
"activity": 1000,
"reward": [
{
"a": "attr",
"t": "gold",
"n": 200000
}
]
},
{
"id": 4,
"activity": 1500,
"reward": [
{
"a": "attr",
"t": "gold",
"n": 400000
}
]
},
{
"id": 5,
"activity": 2000,
"reward": [
{
"a": "item",
"t": "10000003",
"n": 3
}
]
}
]