feat(gvg): 动态

This commit is contained in:
luying
2023-02-17 10:58:06 +08:00
parent 72a25640aa
commit aab08f7ed5
14 changed files with 191 additions and 41 deletions
+15 -3
View File
@@ -1,8 +1,20 @@
[
{
"cityType": 1,
"resourceType": 1,
"coinAdd": 0.1,
"outputAdd": 0.1
"foodAdd": 0.1,
"mineralAdd": 0.1,
"woodAdd": 0.1
},
{
"cityType": 2,
"foodAdd": 0.3,
"mineralAdd": 0.3,
"woodAdd": 0.3
},
{
"cityType": 3,
"foodAdd": 0.5,
"mineralAdd": 0.5,
"woodAdd": 0.5
}
]
+1 -1
View File
@@ -33,6 +33,6 @@
"DEBUG_TIME": 1,
"CHECK_WORD": 1,
"CAN_PAY": 1,
"SKIP_ENCODE": 1,
"SKIP_ENCODE": 0,
"NEED_REBATE": 0
}