军团优化:拍卖行基础奖励

This commit is contained in:
luying
2022-07-21 10:02:44 +08:00
parent 1f8674b443
commit 3c5c1cd2ae
15 changed files with 143 additions and 159 deletions

View File

@@ -3,24 +3,40 @@
"id": 1,
"name": "捐献所",
"cout": 10,
"activePoint": "1&5|2&10|3&20"
"activePoint": "1&5|2&10|3&20",
"icon": "juanxiansuo",
"structureId": 7
},
{
"id": 2,
"name": "练兵场",
"cout": 4,
"activePoint": "1&10"
"activePoint": "1&10",
"icon": "lianbingchang",
"structureId": 4
},
{
"id": 3,
"name": "演武台",
"cout": 1,
"activePoint": "1&15"
"activePoint": "1&15",
"icon": "yanwutai",
"structureId": 3
},
{
"id": 4,
"name": "军团活动",
"cout": 2,
"activePoint": "1&20"
"cout": 1,
"activePoint": "1&20",
"icon": "juntuanhuodong",
"structureId": 9
},
{
"id": 5,
"name": "许愿池",
"cout": 3,
"activePoint": "1&5",
"icon": "juanxiansuo",
"structureId": 5
}
]