Files
ZYZ/shared/resource/jsons/dic_zyz_cityActivity.json
2021-03-27 11:02:39 +08:00

102 lines
1.9 KiB
JSON

[
{
"id": 1,
"name": "汉中",
"type": 1,
"nextCity": 7,
"preCity": 0,
"difficult": 90,
"warid": 7002,
"hp": 20000
},
{
"id": 2,
"name": "南中",
"type": 1,
"nextCity": 7,
"preCity": 0,
"difficult": 90,
"warid": 7002,
"hp": 20000
},
{
"id": 3,
"name": "柴桑",
"type": 1,
"nextCity": 8,
"preCity": 0,
"difficult": 90,
"warid": 7002,
"hp": 20000
},
{
"id": 4,
"name": "会稽",
"type": 1,
"nextCity": 8,
"preCity": 0,
"difficult": 90,
"warid": 7002,
"hp": 20000
},
{
"id": 5,
"name": "太原",
"type": 1,
"nextCity": 9,
"preCity": 0,
"difficult": 90,
"warid": 7002,
"hp": 20000
},
{
"id": 6,
"name": "巨鹿",
"type": 1,
"nextCity": 9,
"preCity": 0,
"difficult": 90,
"warid": 7002,
"hp": 20000
},
{
"id": 7,
"name": "成都",
"type": 2,
"nextCity": 10,
"preCity": "1&2",
"difficult": 100,
"warid": 7003,
"hp": 30000
},
{
"id": 8,
"name": "建业",
"type": 2,
"nextCity": 10,
"preCity": "3&4",
"difficult": 100,
"warid": 7003,
"hp": 30000
},
{
"id": 9,
"name": "邺城",
"type": 2,
"nextCity": 10,
"preCity": "5&6",
"difficult": 100,
"warid": 7003,
"hp": 50000
},
{
"id": 10,
"name": "洛阳",
"type": 3,
"nextCity": 0,
"preCity": "7&8&9",
"difficult": 110,
"warid": 7004,
"hp": 50000
}
]