Commit eaf17f12cb180e103815becb607543793fcff7f7
1 parent
c29030e3
Exists in
master
提交
Showing
1 changed file
with
6 additions
and
6 deletions
Show diff stats
src/HttpServer/jsonconf/CatConfig.json
| ... | ... | @@ -4,10 +4,10 @@ |
| 4 | 4 | "name": "橘猫", |
| 5 | 5 | "level_buy": 1, |
| 6 | 6 | "rec_buy": 1, |
| 7 | - "price": "400", | |
| 7 | + "price": "420", | |
| 8 | 8 | "gold_get": "1", |
| 9 | 9 | "ratio": 1.07, |
| 10 | - "increse_limit": 55, | |
| 10 | + "increse_limit": 100, | |
| 11 | 11 | "interval": 1 |
| 12 | 12 | }, |
| 13 | 13 | { |
| ... | ... | @@ -17,8 +17,8 @@ |
| 17 | 17 | "rec_buy": 1, |
| 18 | 18 | "price": "3200", |
| 19 | 19 | "gold_get": "3", |
| 20 | - "ratio": 1.07, | |
| 21 | - "increse_limit": 50, | |
| 20 | + "ratio": 1.1, | |
| 21 | + "increse_limit": 70, | |
| 22 | 22 | "interval": 1 |
| 23 | 23 | }, |
| 24 | 24 | { |
| ... | ... | @@ -28,8 +28,8 @@ |
| 28 | 28 | "rec_buy": 1, |
| 29 | 29 | "price": "9600", |
| 30 | 30 | "gold_get": "7", |
| 31 | - "ratio": 1.07, | |
| 32 | - "increse_limit": 48, | |
| 31 | + "ratio": 1.12, | |
| 32 | + "increse_limit": 60, | |
| 33 | 33 | "interval": 1 |
| 34 | 34 | }, |
| 35 | 35 | { | ... | ... |