From edce1f33aad68def2b78c62625b99d553bfca276 Mon Sep 17 00:00:00 2001 From: 陆恒 Date: Wed, 12 Aug 2020 18:24:08 +0800 Subject: [PATCH] 1 --- src/HttpServer/jsonconf/GunBigBounceConfig.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+), 0 deletions(-) create mode 100644 src/HttpServer/jsonconf/GunBigBounceConfig.json 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