diff --git a/src/HttpServer/jsonconf/GunBigBounceConfig.json b/src/HttpServer/jsonconf/GunBigBounceConfig.json new file mode 100644 index 0000000..8a5acb5 --- /dev/null +++ b/src/HttpServer/jsonconf/GunBigBounceConfig.json @@ -0,0 +1,26 @@ +[ + { + "id": 1, + "gun_level": 10, + "Luckybag": 1000, + "RewardVideo": 0 + }, + { + "id": 2, + "gun_level": 20, + "Luckybag": 10000, + "RewardVideo": 1 + }, + { + "id": 3, + "gun_level": 50, + "Luckybag": 100000, + "RewardVideo": 1 + }, + { + "id": 4, + "gun_level": 70, + "Luckybag": 880000, + "RewardVideo": 1 + } +] \ No newline at end of file -- libgit2 0.21.0