first commit
This commit is contained in:
96
assets/resources/config/basic.json
Normal file
96
assets/resources/config/basic.json
Normal file
@@ -0,0 +1,96 @@
|
||||
{
|
||||
"conscript": {
|
||||
"des": "每征一个兵需要消耗的资源",
|
||||
"cost_wood":10,
|
||||
"cost_iron":10,
|
||||
"cost_stone":0,
|
||||
"cost_grain":10,
|
||||
"cost_gold":1,
|
||||
"cost_time":1
|
||||
},
|
||||
"general": {
|
||||
"des": "武将的一些配置",
|
||||
"physical_power_limit": 100,
|
||||
"cost_physical_power": 1,
|
||||
"recovery_physical_power": 10,
|
||||
"reclamation_time": 30,
|
||||
"reclamation_cost": 1,
|
||||
"draw_general_cost": 30,
|
||||
"pr_point": 1000,
|
||||
"limit": 500
|
||||
},
|
||||
"role": {
|
||||
"des": "角色的一些配置",
|
||||
"wood": 1000000,
|
||||
"iron": 1000000,
|
||||
"stone": 1000000,
|
||||
"grain": 1000000,
|
||||
"gold": 1000000,
|
||||
"decree": 20,
|
||||
"wood_yield": 1000000,
|
||||
"iron_yield": 1000000,
|
||||
"stone_yield": 1000000,
|
||||
"grain_yield": 1000000,
|
||||
"gold_yield": 1000000,
|
||||
"depot_capacity": 100000000000,
|
||||
"build_limit": 20,
|
||||
"recovery_time": 20,
|
||||
"decree_limit": 20,
|
||||
"collect_times_limit": 3,
|
||||
"collect_interval": 30,
|
||||
"pos_tag_limit": 10
|
||||
},
|
||||
"city": {
|
||||
"des": "城池的一些配置",
|
||||
"cost": 75,
|
||||
"durable": 100000,
|
||||
"transform_rate": 50,
|
||||
"recovery_time": 600
|
||||
},
|
||||
"build": {
|
||||
"des": "建筑的一些配置",
|
||||
"war_free": 20,
|
||||
"giveUp_time": 30,
|
||||
"fortress_limit": 10
|
||||
},
|
||||
"npc": {
|
||||
"des": "npc一些配置",
|
||||
"levels": [
|
||||
{
|
||||
"soilders": 100
|
||||
},
|
||||
{
|
||||
"soilders": 200
|
||||
},
|
||||
{
|
||||
"soilders": 300
|
||||
},
|
||||
{
|
||||
"soilders": 400
|
||||
},
|
||||
{
|
||||
"soilders": 500
|
||||
},
|
||||
{
|
||||
"soilders": 600
|
||||
},
|
||||
{
|
||||
"soilders": 700
|
||||
},
|
||||
{
|
||||
"soilders": 800
|
||||
},
|
||||
{
|
||||
"soilders": 900
|
||||
},
|
||||
{
|
||||
"soilders": 1000
|
||||
}
|
||||
]
|
||||
},
|
||||
"union": {
|
||||
"des": "联盟的一些配置",
|
||||
"member_limit": 100
|
||||
}
|
||||
|
||||
}
|
||||
11
assets/resources/config/basic.json.meta
Normal file
11
assets/resources/config/basic.json.meta
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"ver": "1.0.0",
|
||||
"importer": "json",
|
||||
"imported": true,
|
||||
"uuid": "3a226f13-b036-4ae5-bec8-fcb304be7b68",
|
||||
"files": [
|
||||
".json"
|
||||
],
|
||||
"subMetas": {},
|
||||
"userData": {}
|
||||
}
|
||||
12
assets/resources/config/json.meta
Normal file
12
assets/resources/config/json.meta
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"ver": "1.1.0",
|
||||
"importer": "directory",
|
||||
"imported": true,
|
||||
"uuid": "0657300e-8672-4df5-b8aa-729023fab130",
|
||||
"files": [],
|
||||
"subMetas": {},
|
||||
"userData": {
|
||||
"compressionType": {},
|
||||
"isRemoteBundle": {}
|
||||
}
|
||||
}
|
||||
12
assets/resources/config/json/facility.meta
Normal file
12
assets/resources/config/json/facility.meta
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"ver": "1.1.0",
|
||||
"importer": "directory",
|
||||
"imported": true,
|
||||
"uuid": "c3f2fede-c91d-451d-92ef-a34df95ae432",
|
||||
"files": [],
|
||||
"subMetas": {},
|
||||
"userData": {
|
||||
"compressionType": {},
|
||||
"isRemoteBundle": {}
|
||||
}
|
||||
}
|
||||
109
assets/resources/config/json/facility/facility.json
Normal file
109
assets/resources/config/json/facility/facility.json
Normal file
@@ -0,0 +1,109 @@
|
||||
{
|
||||
"title": "城内设施类型",
|
||||
"list": [
|
||||
{
|
||||
"type": 0,
|
||||
"name": "主城"
|
||||
},
|
||||
{
|
||||
"type": 1,
|
||||
"name": "疾风营"
|
||||
},
|
||||
{
|
||||
"type": 2,
|
||||
"name": "铁壁营"
|
||||
},
|
||||
{
|
||||
"type": 3,
|
||||
"name": "军机营"
|
||||
},
|
||||
{
|
||||
"type": 4,
|
||||
"name": "尚武营"
|
||||
},
|
||||
{
|
||||
"type": 5,
|
||||
"name": "军营"
|
||||
},
|
||||
{
|
||||
"type": 6,
|
||||
"name": "预备役所"
|
||||
},
|
||||
{
|
||||
"type": 7,
|
||||
"name": "汉点将台"
|
||||
},
|
||||
{
|
||||
"type": 8,
|
||||
"name": "魏点将台"
|
||||
},
|
||||
{
|
||||
"type": 9,
|
||||
"name": "蜀点将台"
|
||||
},
|
||||
{
|
||||
"type": 10,
|
||||
"name": "吴点将台"
|
||||
},
|
||||
{
|
||||
"type": 11,
|
||||
"name": "群点将台"
|
||||
},
|
||||
{
|
||||
"type": 12,
|
||||
"name": "封禅台"
|
||||
},
|
||||
{
|
||||
"type": 13,
|
||||
"name": "校场"
|
||||
},
|
||||
{
|
||||
"type": 14,
|
||||
"name": "统帅厅"
|
||||
},
|
||||
{
|
||||
"type": 15,
|
||||
"name": "集市"
|
||||
},
|
||||
{
|
||||
"type": 16,
|
||||
"name": "募兵所"
|
||||
},
|
||||
{
|
||||
"type": 17,
|
||||
"name": "伐木场"
|
||||
},
|
||||
{
|
||||
"type": 18,
|
||||
"name": "炼铁场"
|
||||
},
|
||||
{
|
||||
"type": 19,
|
||||
"name": "磨坊"
|
||||
},
|
||||
{
|
||||
"type": 20,
|
||||
"name": "采石场"
|
||||
},
|
||||
{
|
||||
"type": 21,
|
||||
"name": "民居"
|
||||
},
|
||||
{
|
||||
"type": 22,
|
||||
"name": "社稷坛"
|
||||
},
|
||||
{
|
||||
"type": 23,
|
||||
"name": "城墙"
|
||||
},
|
||||
{
|
||||
"type": 24,
|
||||
"name": "女墙"
|
||||
},
|
||||
{
|
||||
"type": 25,
|
||||
"name": "仓库"
|
||||
}
|
||||
]
|
||||
}
|
||||
11
assets/resources/config/json/facility/facility.json.meta
Normal file
11
assets/resources/config/json/facility/facility.json.meta
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"ver": "1.0.0",
|
||||
"importer": "json",
|
||||
"imported": true,
|
||||
"uuid": "b9114326-f0fa-4d1f-99e8-664ca5e889cb",
|
||||
"files": [
|
||||
".json"
|
||||
],
|
||||
"subMetas": {},
|
||||
"userData": {}
|
||||
}
|
||||
131
assets/resources/config/json/facility/facility_addition.json
Normal file
131
assets/resources/config/json/facility/facility_addition.json
Normal file
@@ -0,0 +1,131 @@
|
||||
{
|
||||
"title": "城池设施加成类别",
|
||||
"list": [
|
||||
{
|
||||
"type": 1,
|
||||
"des": "耐久度上限",
|
||||
"value": "+%n%"
|
||||
},
|
||||
{
|
||||
"type": 2,
|
||||
"des": "部队统帅上限",
|
||||
"value": "+%n%"
|
||||
},
|
||||
{
|
||||
"type": 3,
|
||||
"des": "可配置队伍数",
|
||||
"value": "%n%"
|
||||
},
|
||||
{
|
||||
"type": 4,
|
||||
"des": "部队速度",
|
||||
"value": "+%n%"
|
||||
},
|
||||
{
|
||||
"type": 5,
|
||||
"des": "部队防御",
|
||||
"value": "+%n%"
|
||||
},
|
||||
{
|
||||
"type": 6,
|
||||
"des": "部队谋略",
|
||||
"value": "+%n%"
|
||||
},
|
||||
{
|
||||
"type": 7,
|
||||
"des": "部队攻击",
|
||||
"value": "+%n%"
|
||||
},
|
||||
{
|
||||
"type": 8,
|
||||
"des": "征兵时间",
|
||||
"value": "-%n%%"
|
||||
},
|
||||
{
|
||||
"type": 9,
|
||||
"des": "预备役上限",
|
||||
"value": "+%n%"
|
||||
},
|
||||
{
|
||||
"type": 10,
|
||||
"des": "金币",
|
||||
"value": "-%n%%"
|
||||
},
|
||||
{
|
||||
"type": 11,
|
||||
"des": "汉阵营加成",
|
||||
"value": "+%n%"
|
||||
},
|
||||
{
|
||||
"type": 12,
|
||||
"des": "群阵营加成",
|
||||
"value": "+%n%"
|
||||
},
|
||||
{
|
||||
"type": 13,
|
||||
"des": "魏阵营加成",
|
||||
"value": "+%n%"
|
||||
},
|
||||
{
|
||||
"type": 14,
|
||||
"des": "蜀阵营加成",
|
||||
"value": "+%n%"
|
||||
},
|
||||
{
|
||||
"type": 15,
|
||||
"des": "吴阵营加成",
|
||||
"value": "+%n%"
|
||||
},
|
||||
|
||||
{
|
||||
"type": 16,
|
||||
"des": "交易兑换率",
|
||||
"value": "+%n%%"
|
||||
},
|
||||
{
|
||||
"type": 17,
|
||||
"des": "木材产量",
|
||||
"value": "+%n%/小时"
|
||||
},
|
||||
{
|
||||
"type": 18,
|
||||
"des": "铁矿产量",
|
||||
"value": "+%n%/小时"
|
||||
},
|
||||
{
|
||||
"type": 19,
|
||||
"des": "粮食产量",
|
||||
"value": "+%n%/小时"
|
||||
},
|
||||
{
|
||||
"type": 20,
|
||||
"des": "石矿产量",
|
||||
"value": "+%n%/小时"
|
||||
},
|
||||
{
|
||||
"type": 21,
|
||||
"des": "税收",
|
||||
"value": "+%n%"
|
||||
},
|
||||
{
|
||||
"type": 22,
|
||||
"des": "扩建次数",
|
||||
"value": "+%n%"
|
||||
},
|
||||
{
|
||||
"type": 23,
|
||||
"des": "仓库容量",
|
||||
"value": "+%n%"
|
||||
},
|
||||
{
|
||||
"type": 24,
|
||||
"des": "带兵数量",
|
||||
"value": "+%n%"
|
||||
},
|
||||
{
|
||||
"type": 25,
|
||||
"des": "可配置前锋部队数量",
|
||||
"value": "%n%"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"ver": "1.0.0",
|
||||
"importer": "json",
|
||||
"imported": true,
|
||||
"uuid": "e80400a2-ffa6-4b5b-ac8b-a677c98d8f40",
|
||||
"files": [
|
||||
".json"
|
||||
],
|
||||
"subMetas": {},
|
||||
"userData": {}
|
||||
}
|
||||
87
assets/resources/config/json/facility/facility_army_jfy.json
Normal file
87
assets/resources/config/json/facility/facility_army_jfy.json
Normal file
@@ -0,0 +1,87 @@
|
||||
{
|
||||
"title": "城内设施-疾风营配置表",
|
||||
"name": "疾风营",
|
||||
"type": 1,
|
||||
"des": "提高本城部队速度",
|
||||
"additions": [
|
||||
4
|
||||
],
|
||||
"conditions": [
|
||||
{
|
||||
"type": 0,
|
||||
"level": 2
|
||||
}
|
||||
],
|
||||
"levels": [
|
||||
{
|
||||
"level": 1,
|
||||
"values": [
|
||||
5
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 1000,
|
||||
"wood": 1000,
|
||||
"iron": 1000,
|
||||
"stone": 1000
|
||||
},
|
||||
"time": 10
|
||||
},
|
||||
{
|
||||
"level": 2,
|
||||
"values": [
|
||||
10
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 2000,
|
||||
"wood": 2000,
|
||||
"iron": 2000,
|
||||
"stone": 2000
|
||||
},
|
||||
"time": 20
|
||||
},
|
||||
{
|
||||
"level": 3,
|
||||
"values": [
|
||||
15
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 3000,
|
||||
"wood": 3000,
|
||||
"iron": 3000,
|
||||
"stone": 3000
|
||||
},
|
||||
"time": 30
|
||||
},
|
||||
{
|
||||
"level": 4,
|
||||
"values": [
|
||||
20
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 4000,
|
||||
"wood": 4000,
|
||||
"iron": 4000,
|
||||
"stone": 4000
|
||||
},
|
||||
"time": 40
|
||||
},
|
||||
{
|
||||
"level": 5,
|
||||
"values": [
|
||||
25
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 5000,
|
||||
"wood": 5000,
|
||||
"iron": 5000,
|
||||
"stone": 5000
|
||||
},
|
||||
"time": 50
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"ver": "1.0.0",
|
||||
"importer": "json",
|
||||
"imported": true,
|
||||
"uuid": "50f7cc76-7fa9-4c51-91c7-47ad6a79052e",
|
||||
"files": [
|
||||
".json"
|
||||
],
|
||||
"subMetas": {},
|
||||
"userData": {}
|
||||
}
|
||||
87
assets/resources/config/json/facility/facility_army_jjy.json
Normal file
87
assets/resources/config/json/facility/facility_army_jjy.json
Normal file
@@ -0,0 +1,87 @@
|
||||
{
|
||||
"title": "城内设施-军机营配置表",
|
||||
"name": "军机营",
|
||||
"type": 3,
|
||||
"des": "提高本城部队谋略",
|
||||
"additions": [
|
||||
6
|
||||
],
|
||||
"conditions": [
|
||||
{
|
||||
"type": 0,
|
||||
"level": 3
|
||||
}
|
||||
],
|
||||
"levels": [
|
||||
{
|
||||
"level": 1,
|
||||
"values": [
|
||||
5
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 1000,
|
||||
"wood": 1000,
|
||||
"iron": 1000,
|
||||
"stone": 1000
|
||||
},
|
||||
"time": 10
|
||||
},
|
||||
{
|
||||
"level": 2,
|
||||
"values": [
|
||||
10
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 1000,
|
||||
"wood": 1000,
|
||||
"iron": 1000,
|
||||
"stone": 1000
|
||||
},
|
||||
"time": 20
|
||||
},
|
||||
{
|
||||
"level": 3,
|
||||
"values": [
|
||||
15
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 1000,
|
||||
"wood": 1000,
|
||||
"iron": 1000,
|
||||
"stone": 1000
|
||||
},
|
||||
"time": 30
|
||||
},
|
||||
{
|
||||
"level": 4,
|
||||
"values": [
|
||||
20
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 1000,
|
||||
"wood": 1000,
|
||||
"iron": 1000,
|
||||
"stone": 1000
|
||||
},
|
||||
"time": 40
|
||||
},
|
||||
{
|
||||
"level": 5,
|
||||
"values": [
|
||||
25
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 1000,
|
||||
"wood": 1000,
|
||||
"iron": 1000,
|
||||
"stone": 1000
|
||||
},
|
||||
"time": 50
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"ver": "1.0.0",
|
||||
"importer": "json",
|
||||
"imported": true,
|
||||
"uuid": "30558fa5-1c67-4df9-89c1-23c6bda21e99",
|
||||
"files": [
|
||||
".json"
|
||||
],
|
||||
"subMetas": {},
|
||||
"userData": {}
|
||||
}
|
||||
87
assets/resources/config/json/facility/facility_army_swy.json
Normal file
87
assets/resources/config/json/facility/facility_army_swy.json
Normal file
@@ -0,0 +1,87 @@
|
||||
{
|
||||
"title": "城内设施-尚武营配置表",
|
||||
"name": "尚武营",
|
||||
"type": 4,
|
||||
"des": "提高本城部队攻击",
|
||||
"additions": [
|
||||
7
|
||||
],
|
||||
"conditions": [
|
||||
{
|
||||
"type": 0,
|
||||
"level": 3
|
||||
}
|
||||
],
|
||||
"levels": [
|
||||
{
|
||||
"level": 1,
|
||||
"values": [
|
||||
5
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 1000,
|
||||
"wood": 1000,
|
||||
"iron": 1000,
|
||||
"stone": 1000
|
||||
},
|
||||
"time": 10
|
||||
},
|
||||
{
|
||||
"level": 2,
|
||||
"values": [
|
||||
10
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 2000,
|
||||
"wood": 2000,
|
||||
"iron": 2000,
|
||||
"stone": 2000
|
||||
},
|
||||
"time": 20
|
||||
},
|
||||
{
|
||||
"level": 3,
|
||||
"values": [
|
||||
15
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 3000,
|
||||
"wood": 3000,
|
||||
"iron": 3000,
|
||||
"stone": 3000
|
||||
},
|
||||
"time": 30
|
||||
},
|
||||
{
|
||||
"level": 4,
|
||||
"values": [
|
||||
20
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 4000,
|
||||
"wood": 4000,
|
||||
"iron": 4000,
|
||||
"stone": 4000
|
||||
},
|
||||
"time": 40
|
||||
},
|
||||
{
|
||||
"level": 5,
|
||||
"values": [
|
||||
25
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 5000,
|
||||
"wood": 5000,
|
||||
"iron": 5000,
|
||||
"stone": 5000
|
||||
},
|
||||
"time": 50
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"ver": "1.0.0",
|
||||
"importer": "json",
|
||||
"imported": true,
|
||||
"uuid": "0022d68b-f38f-4429-913c-0b0466dfc1d5",
|
||||
"files": [
|
||||
".json"
|
||||
],
|
||||
"subMetas": {},
|
||||
"userData": {}
|
||||
}
|
||||
87
assets/resources/config/json/facility/facility_army_tby.json
Normal file
87
assets/resources/config/json/facility/facility_army_tby.json
Normal file
@@ -0,0 +1,87 @@
|
||||
{
|
||||
"title": "城内设施-铁壁营配置表",
|
||||
"name": "铁壁营",
|
||||
"type": 2,
|
||||
"des": "提高本城部队防御",
|
||||
"additions": [
|
||||
5
|
||||
],
|
||||
"conditions": [
|
||||
{
|
||||
"type": 0,
|
||||
"level": 2
|
||||
}
|
||||
],
|
||||
"levels": [
|
||||
{
|
||||
"level": 1,
|
||||
"values": [
|
||||
5
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 1000,
|
||||
"wood": 1000,
|
||||
"iron": 1000,
|
||||
"stone": 1000
|
||||
},
|
||||
"time": 10
|
||||
},
|
||||
{
|
||||
"level": 2,
|
||||
"values": [
|
||||
10
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 2000,
|
||||
"wood": 2000,
|
||||
"iron": 2000,
|
||||
"stone": 2000
|
||||
},
|
||||
"time": 20
|
||||
},
|
||||
{
|
||||
"level": 3,
|
||||
"values": [
|
||||
15
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 3000,
|
||||
"wood": 3000,
|
||||
"iron": 3000,
|
||||
"stone": 3000
|
||||
},
|
||||
"time": 30
|
||||
},
|
||||
{
|
||||
"level": 4,
|
||||
"values": [
|
||||
20
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 4000,
|
||||
"wood": 4000,
|
||||
"iron": 4000,
|
||||
"stone": 4000
|
||||
},
|
||||
"time": 40
|
||||
},
|
||||
{
|
||||
"level": 5,
|
||||
"values": [
|
||||
25
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 5000,
|
||||
"wood": 5000,
|
||||
"iron": 5000,
|
||||
"stone": 5000
|
||||
},
|
||||
"time": 50
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"ver": "1.0.0",
|
||||
"importer": "json",
|
||||
"imported": true,
|
||||
"uuid": "08602897-4163-4067-9994-f4b5f01ac06e",
|
||||
"files": [
|
||||
".json"
|
||||
],
|
||||
"subMetas": {},
|
||||
"userData": {}
|
||||
}
|
||||
@@ -0,0 +1,87 @@
|
||||
{
|
||||
"title": "城内设施-兵营配置表",
|
||||
"name": "兵营",
|
||||
"type": 5,
|
||||
"des": "提高本城部队武将带兵数量",
|
||||
"additions": [
|
||||
24
|
||||
],
|
||||
"conditions": [
|
||||
{
|
||||
"type": 0,
|
||||
"level": 7
|
||||
}
|
||||
],
|
||||
"levels": [
|
||||
{
|
||||
"level": 1,
|
||||
"values": [
|
||||
100
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 1000,
|
||||
"wood": 1000,
|
||||
"iron": 1000,
|
||||
"stone": 1000
|
||||
},
|
||||
"time": 10
|
||||
},
|
||||
{
|
||||
"level": 2,
|
||||
"values": [
|
||||
200
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 2000,
|
||||
"wood": 2000,
|
||||
"iron": 2000,
|
||||
"stone": 2000
|
||||
},
|
||||
"time": 20
|
||||
},
|
||||
{
|
||||
"level": 3,
|
||||
"values": [
|
||||
300
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 3000,
|
||||
"wood": 3000,
|
||||
"iron": 3000,
|
||||
"stone": 3000
|
||||
},
|
||||
"time": 30
|
||||
},
|
||||
{
|
||||
"level": 4,
|
||||
"values": [
|
||||
400
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 4000,
|
||||
"wood": 4000,
|
||||
"iron": 4000,
|
||||
"stone": 4000
|
||||
},
|
||||
"time": 40
|
||||
},
|
||||
{
|
||||
"level": 5,
|
||||
"values": [
|
||||
500
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 5000,
|
||||
"wood": 5000,
|
||||
"iron": 5000,
|
||||
"stone": 5000
|
||||
},
|
||||
"time": 50
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"ver": "1.0.0",
|
||||
"importer": "json",
|
||||
"imported": true,
|
||||
"uuid": "6310d293-5987-4c4c-8292-09764033ea4b",
|
||||
"files": [
|
||||
".json"
|
||||
],
|
||||
"subMetas": {},
|
||||
"userData": {}
|
||||
}
|
||||
@@ -0,0 +1,91 @@
|
||||
{
|
||||
"title": "城内设施-预备役配置表",
|
||||
"name": "预备役所",
|
||||
"type": 6,
|
||||
"des": "提高本城预备役上限",
|
||||
"additions": [
|
||||
9
|
||||
],
|
||||
"conditions": [
|
||||
{
|
||||
"type": 0,
|
||||
"level": 6
|
||||
},
|
||||
{
|
||||
"type": 13,
|
||||
"level": 2
|
||||
}
|
||||
],
|
||||
"levels": [
|
||||
{
|
||||
"level": 1,
|
||||
"values": [
|
||||
1000
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 1000,
|
||||
"wood": 1000,
|
||||
"iron": 1000,
|
||||
"stone": 1000
|
||||
},
|
||||
"time": 10
|
||||
},
|
||||
{
|
||||
"level": 2,
|
||||
"values": [
|
||||
2000
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 2000,
|
||||
"wood": 2000,
|
||||
"iron": 2000,
|
||||
"stone": 2000
|
||||
},
|
||||
"time": 20
|
||||
},
|
||||
{
|
||||
"level": 3,
|
||||
"values": [
|
||||
3000
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 3000,
|
||||
"wood": 3000,
|
||||
"iron": 3000,
|
||||
"stone": 3000
|
||||
},
|
||||
"time": 30
|
||||
},
|
||||
{
|
||||
"level": 4,
|
||||
"values": [
|
||||
4000
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 4000,
|
||||
"wood": 4000,
|
||||
"iron": 4000,
|
||||
"stone": 4000
|
||||
},
|
||||
"time": 40
|
||||
},
|
||||
{
|
||||
"level": 5,
|
||||
"values": [
|
||||
5000
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 5000,
|
||||
"wood": 5000,
|
||||
"iron": 5000,
|
||||
"stone": 5000
|
||||
},
|
||||
"time": 50
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"ver": "1.0.0",
|
||||
"importer": "json",
|
||||
"imported": true,
|
||||
"uuid": "d48cbebb-1c50-4fbe-858d-e9abcb679e18",
|
||||
"files": [
|
||||
".json"
|
||||
],
|
||||
"subMetas": {},
|
||||
"userData": {}
|
||||
}
|
||||
87
assets/resources/config/json/facility/facility_camp_han.json
Normal file
87
assets/resources/config/json/facility/facility_camp_han.json
Normal file
@@ -0,0 +1,87 @@
|
||||
{
|
||||
"title": "城内设施-汉点将台配置表",
|
||||
"name": "汉点将台",
|
||||
"type": 7,
|
||||
"des": "提高汉阵营加成效果",
|
||||
"additions": [
|
||||
11
|
||||
],
|
||||
"conditions": [
|
||||
{
|
||||
"type": 0,
|
||||
"level": 4
|
||||
}
|
||||
],
|
||||
"levels": [
|
||||
{
|
||||
"level": 1,
|
||||
"values": [
|
||||
5
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 1000,
|
||||
"wood": 1000,
|
||||
"iron": 1000,
|
||||
"stone": 1000
|
||||
},
|
||||
"time": 10
|
||||
},
|
||||
{
|
||||
"level": 2,
|
||||
"values": [
|
||||
10
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 2000,
|
||||
"wood": 2000,
|
||||
"iron": 2000,
|
||||
"stone": 2000
|
||||
},
|
||||
"time": 10
|
||||
},
|
||||
{
|
||||
"level": 3,
|
||||
"values": [
|
||||
15
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 3000,
|
||||
"wood": 3000,
|
||||
"iron": 3000,
|
||||
"stone": 3000
|
||||
},
|
||||
"time": 30
|
||||
},
|
||||
{
|
||||
"level": 4,
|
||||
"values": [
|
||||
20
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 4000,
|
||||
"wood": 4000,
|
||||
"iron": 4000,
|
||||
"stone": 4000
|
||||
},
|
||||
"time": 40
|
||||
},
|
||||
{
|
||||
"level": 5,
|
||||
"values": [
|
||||
25
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 5000,
|
||||
"wood": 5000,
|
||||
"iron": 5000,
|
||||
"stone": 5000
|
||||
},
|
||||
"time": 50
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"ver": "1.0.0",
|
||||
"importer": "json",
|
||||
"imported": true,
|
||||
"uuid": "52f95e31-4a8b-4b22-86ae-e7ab94cefc01",
|
||||
"files": [
|
||||
".json"
|
||||
],
|
||||
"subMetas": {},
|
||||
"userData": {}
|
||||
}
|
||||
99
assets/resources/config/json/facility/facility_camp_qun.json
Normal file
99
assets/resources/config/json/facility/facility_camp_qun.json
Normal file
@@ -0,0 +1,99 @@
|
||||
{
|
||||
"title": "城内设施-群点将台配置表",
|
||||
"name": "群点将台",
|
||||
"type": 11,
|
||||
"des": "提高群阵营加成效果",
|
||||
"additions": [
|
||||
12
|
||||
],
|
||||
"conditions": [
|
||||
{
|
||||
"type": 0,
|
||||
"level": 6
|
||||
},
|
||||
{
|
||||
"type": 8,
|
||||
"level": 1
|
||||
},
|
||||
{
|
||||
"type": 9,
|
||||
"level": 1
|
||||
},
|
||||
{
|
||||
"type": 10,
|
||||
"level": 1
|
||||
}
|
||||
],
|
||||
"levels": [
|
||||
{
|
||||
"level": 1,
|
||||
"values": [
|
||||
5
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 1000,
|
||||
"wood": 1000,
|
||||
"iron": 1000,
|
||||
"stone": 1000
|
||||
},
|
||||
"time": 10
|
||||
},
|
||||
{
|
||||
"level": 2,
|
||||
"values": [
|
||||
10
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 2000,
|
||||
"wood": 2000,
|
||||
"iron": 2000,
|
||||
"stone": 2000
|
||||
},
|
||||
"time": 20
|
||||
},
|
||||
{
|
||||
"level": 3,
|
||||
"values": [
|
||||
15
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 3000,
|
||||
"wood": 3000,
|
||||
"iron": 3000,
|
||||
"stone": 3000
|
||||
},
|
||||
"time": 30
|
||||
},
|
||||
{
|
||||
"level": 4,
|
||||
"values": [
|
||||
20
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 4000,
|
||||
"wood": 4000,
|
||||
"iron": 4000,
|
||||
"stone": 4000
|
||||
},
|
||||
"time": 40
|
||||
},
|
||||
{
|
||||
"level": 5,
|
||||
"values": [
|
||||
25
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 5000,
|
||||
"wood": 5000,
|
||||
"iron": 5000,
|
||||
"stone": 5000
|
||||
},
|
||||
"time": 50
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"ver": "1.0.0",
|
||||
"importer": "json",
|
||||
"imported": true,
|
||||
"uuid": "92631384-92c3-47a9-a510-266771225d57",
|
||||
"files": [
|
||||
".json"
|
||||
],
|
||||
"subMetas": {},
|
||||
"userData": {}
|
||||
}
|
||||
91
assets/resources/config/json/facility/facility_camp_shu.json
Normal file
91
assets/resources/config/json/facility/facility_camp_shu.json
Normal file
@@ -0,0 +1,91 @@
|
||||
{
|
||||
"title": "城内设施-蜀点将台配置表",
|
||||
"name": "蜀点将台",
|
||||
"type": 9,
|
||||
"des": "提高蜀阵营加成效果",
|
||||
"additions": [
|
||||
14
|
||||
],
|
||||
"conditions": [
|
||||
{
|
||||
"type": 0,
|
||||
"level": 5
|
||||
},
|
||||
{
|
||||
"type": 7,
|
||||
"level": 1
|
||||
}
|
||||
],
|
||||
"levels": [
|
||||
{
|
||||
"level": 1,
|
||||
"values": [
|
||||
5
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 1000,
|
||||
"wood": 1000,
|
||||
"iron": 1000,
|
||||
"stone": 1000
|
||||
},
|
||||
"time": 10
|
||||
},
|
||||
{
|
||||
"level": 2,
|
||||
"values": [
|
||||
10
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 2000,
|
||||
"wood": 2000,
|
||||
"iron": 2000,
|
||||
"stone": 2000
|
||||
},
|
||||
"time": 20
|
||||
},
|
||||
{
|
||||
"level": 3,
|
||||
"values": [
|
||||
15
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 3000,
|
||||
"wood": 3000,
|
||||
"iron": 3000,
|
||||
"stone": 3000
|
||||
},
|
||||
"time": 30
|
||||
},
|
||||
{
|
||||
"level": 4,
|
||||
"values": [
|
||||
20
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 4000,
|
||||
"wood": 4000,
|
||||
"iron": 4000,
|
||||
"stone": 4000
|
||||
},
|
||||
"time": 40
|
||||
},
|
||||
{
|
||||
"level": 5,
|
||||
"values": [
|
||||
25
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 5000,
|
||||
"wood": 5000,
|
||||
"iron": 5000,
|
||||
"stone": 5000
|
||||
},
|
||||
"time": 50
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"ver": "1.0.0",
|
||||
"importer": "json",
|
||||
"imported": true,
|
||||
"uuid": "f61da1c4-0d24-4711-b33b-4f3fe0f206ce",
|
||||
"files": [
|
||||
".json"
|
||||
],
|
||||
"subMetas": {},
|
||||
"userData": {}
|
||||
}
|
||||
91
assets/resources/config/json/facility/facility_camp_wei.json
Normal file
91
assets/resources/config/json/facility/facility_camp_wei.json
Normal file
@@ -0,0 +1,91 @@
|
||||
{
|
||||
"title": "城内设施-魏点将台配置表",
|
||||
"name": "魏点将台",
|
||||
"type": 8,
|
||||
"des": "提高魏阵营加成效果",
|
||||
"additions": [
|
||||
13
|
||||
],
|
||||
"conditions": [
|
||||
{
|
||||
"type": 0,
|
||||
"level": 5
|
||||
},
|
||||
{
|
||||
"type": 7,
|
||||
"level": 1
|
||||
}
|
||||
],
|
||||
"levels": [
|
||||
{
|
||||
"level": 1,
|
||||
"values": [
|
||||
5
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 1000,
|
||||
"wood": 1000,
|
||||
"iron": 1000,
|
||||
"stone": 1000
|
||||
},
|
||||
"time": 10
|
||||
},
|
||||
{
|
||||
"level": 2,
|
||||
"values": [
|
||||
10
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 2000,
|
||||
"wood": 2000,
|
||||
"iron": 2000,
|
||||
"stone": 2000
|
||||
},
|
||||
"time": 20
|
||||
},
|
||||
{
|
||||
"level": 3,
|
||||
"values": [
|
||||
15
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 3000,
|
||||
"wood": 3000,
|
||||
"iron": 3000,
|
||||
"stone": 3000
|
||||
},
|
||||
"time": 30
|
||||
},
|
||||
{
|
||||
"level": 4,
|
||||
"values": [
|
||||
20
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 4000,
|
||||
"wood": 4000,
|
||||
"iron": 4000,
|
||||
"stone": 4000
|
||||
},
|
||||
"time": 40
|
||||
},
|
||||
{
|
||||
"level": 5,
|
||||
"values": [
|
||||
25
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 5000,
|
||||
"wood": 5000,
|
||||
"iron": 5000,
|
||||
"stone": 5000
|
||||
},
|
||||
"time": 50
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"ver": "1.0.0",
|
||||
"importer": "json",
|
||||
"imported": true,
|
||||
"uuid": "7d00c53f-7ed4-461b-93a8-b0595eeaf6e9",
|
||||
"files": [
|
||||
".json"
|
||||
],
|
||||
"subMetas": {},
|
||||
"userData": {}
|
||||
}
|
||||
91
assets/resources/config/json/facility/facility_camp_wu.json
Normal file
91
assets/resources/config/json/facility/facility_camp_wu.json
Normal file
@@ -0,0 +1,91 @@
|
||||
{
|
||||
"title": "城内设施-吴点将台配置表",
|
||||
"name": "吴点将台",
|
||||
"type": 10,
|
||||
"des": "提高吴阵营加成效果",
|
||||
"additions": [
|
||||
15
|
||||
],
|
||||
"conditions": [
|
||||
{
|
||||
"type": 0,
|
||||
"level": 5
|
||||
},
|
||||
{
|
||||
"type": 7,
|
||||
"level": 1
|
||||
}
|
||||
],
|
||||
"levels": [
|
||||
{
|
||||
"level": 1,
|
||||
"values": [
|
||||
5
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 1000,
|
||||
"wood": 1000,
|
||||
"iron": 1000,
|
||||
"stone": 1000
|
||||
},
|
||||
"time": 10
|
||||
},
|
||||
{
|
||||
"level": 2,
|
||||
"values": [
|
||||
10
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 2000,
|
||||
"wood": 2000,
|
||||
"iron": 2000,
|
||||
"stone": 2000
|
||||
},
|
||||
"time": 20
|
||||
},
|
||||
{
|
||||
"level": 3,
|
||||
"values": [
|
||||
15
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 3000,
|
||||
"wood": 3000,
|
||||
"iron": 3000,
|
||||
"stone": 3000
|
||||
},
|
||||
"time": 30
|
||||
},
|
||||
{
|
||||
"level": 4,
|
||||
"values": [
|
||||
20
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 4000,
|
||||
"wood": 4000,
|
||||
"iron": 4000,
|
||||
"stone": 4000
|
||||
},
|
||||
"time": 40
|
||||
},
|
||||
{
|
||||
"level": 5,
|
||||
"values": [
|
||||
25
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 5000,
|
||||
"wood": 5000,
|
||||
"iron": 5000,
|
||||
"stone": 5000
|
||||
},
|
||||
"time": 50
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"ver": "1.0.0",
|
||||
"importer": "json",
|
||||
"imported": true,
|
||||
"uuid": "829fbbe6-92c8-4eaf-a098-bc2ea7d957ad",
|
||||
"files": [
|
||||
".json"
|
||||
],
|
||||
"subMetas": {},
|
||||
"userData": {}
|
||||
}
|
||||
163
assets/resources/config/json/facility/facility_city.json
Normal file
163
assets/resources/config/json/facility/facility_city.json
Normal file
@@ -0,0 +1,163 @@
|
||||
{
|
||||
"title": "主城配置",
|
||||
"name": "主城",
|
||||
"type": 0,
|
||||
"des": "提高本城的耐久上限部队统帅上限",
|
||||
"additions": [
|
||||
1,
|
||||
2
|
||||
],
|
||||
"conditions": [],
|
||||
"levels": [
|
||||
{
|
||||
"level": 1,
|
||||
"values": [
|
||||
10000,
|
||||
5
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 1000,
|
||||
"wood": 1000,
|
||||
"iron": 1000,
|
||||
"stone": 1000
|
||||
},
|
||||
"time": 10
|
||||
},
|
||||
{
|
||||
"level": 2,
|
||||
"values": [
|
||||
20000,
|
||||
10
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 2000,
|
||||
"wood": 2000,
|
||||
"iron": 2000,
|
||||
"stone": 2000
|
||||
},
|
||||
"time": 20
|
||||
},
|
||||
{
|
||||
"level": 3,
|
||||
"values": [
|
||||
30000,
|
||||
15
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 3000,
|
||||
"wood": 3000,
|
||||
"iron": 3000,
|
||||
"stone": 3000
|
||||
},
|
||||
"time": 30
|
||||
},
|
||||
{
|
||||
"level": 4,
|
||||
"values": [
|
||||
40000,
|
||||
20
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 4000,
|
||||
"wood": 4000,
|
||||
"iron": 4000,
|
||||
"stone": 4000
|
||||
},
|
||||
"time": 40
|
||||
},
|
||||
{
|
||||
"level": 5,
|
||||
"values": [
|
||||
50000,
|
||||
25
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 5000,
|
||||
"wood": 5000,
|
||||
"iron": 5000,
|
||||
"stone": 5000
|
||||
},
|
||||
"time": 50
|
||||
},
|
||||
{
|
||||
"level": 6,
|
||||
"values": [
|
||||
60000,
|
||||
30
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 6000,
|
||||
"wood": 6000,
|
||||
"iron": 6000,
|
||||
"stone": 6000
|
||||
},
|
||||
"time": 60
|
||||
},
|
||||
{
|
||||
"level": 7,
|
||||
"values": [
|
||||
70000,
|
||||
35
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 7000,
|
||||
"wood": 7000,
|
||||
"iron": 7000,
|
||||
"stone": 7000
|
||||
},
|
||||
"time": 70
|
||||
},
|
||||
{
|
||||
"level": 8,
|
||||
"values": [
|
||||
80000,
|
||||
40
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 8000,
|
||||
"wood": 8000,
|
||||
"iron": 8000,
|
||||
"stone": 8000
|
||||
},
|
||||
"time": 80
|
||||
},
|
||||
{
|
||||
"level": 9,
|
||||
"values": [
|
||||
90000,
|
||||
45
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 9000,
|
||||
"wood": 9000,
|
||||
"iron": 9000,
|
||||
"stone": 9000
|
||||
},
|
||||
"time": 90
|
||||
},
|
||||
{
|
||||
"level": 10,
|
||||
"values": [
|
||||
100000,
|
||||
50
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 10000,
|
||||
"wood": 10000,
|
||||
"iron": 10000,
|
||||
"stone": 10000
|
||||
},
|
||||
"time": 100
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"ver": "1.0.0",
|
||||
"importer": "json",
|
||||
"imported": true,
|
||||
"uuid": "02f439fa-9b30-4854-a09e-fb134ec0c788",
|
||||
"files": [
|
||||
".json"
|
||||
],
|
||||
"subMetas": {},
|
||||
"userData": {}
|
||||
}
|
||||
91
assets/resources/config/json/facility/facility_fct.json
Normal file
91
assets/resources/config/json/facility/facility_fct.json
Normal file
@@ -0,0 +1,91 @@
|
||||
{
|
||||
"title": "城内设施-封禅台配置",
|
||||
"name": "封禅台",
|
||||
"type": 12,
|
||||
"des": "提高本城部队的统帅上限",
|
||||
"additions": [
|
||||
2
|
||||
],
|
||||
"conditions": [
|
||||
{
|
||||
"type": 0,
|
||||
"level": 8
|
||||
},
|
||||
{
|
||||
"type": 5,
|
||||
"level": 5
|
||||
}
|
||||
],
|
||||
"levels": [
|
||||
{
|
||||
"level": 1,
|
||||
"values": [
|
||||
5
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 1000,
|
||||
"wood": 1000,
|
||||
"iron": 1000,
|
||||
"stone": 1000
|
||||
},
|
||||
"time": 10
|
||||
},
|
||||
{
|
||||
"level": 2,
|
||||
"values": [
|
||||
10
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 2000,
|
||||
"wood": 2000,
|
||||
"iron": 2000,
|
||||
"stone": 2000
|
||||
},
|
||||
"time": 20
|
||||
},
|
||||
{
|
||||
"level": 3,
|
||||
"values": [
|
||||
15
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 3000,
|
||||
"wood": 3000,
|
||||
"iron": 3000,
|
||||
"stone": 3000
|
||||
},
|
||||
"time": 30
|
||||
},
|
||||
{
|
||||
"level": 4,
|
||||
"values": [
|
||||
20
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 4000,
|
||||
"wood": 4000,
|
||||
"iron": 4000,
|
||||
"stone": 4000
|
||||
},
|
||||
"time": 40
|
||||
},
|
||||
{
|
||||
"level": 5,
|
||||
"values": [
|
||||
25
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 5000,
|
||||
"wood": 5000,
|
||||
"iron": 5000,
|
||||
"stone": 5000
|
||||
},
|
||||
"time": 50
|
||||
}
|
||||
]
|
||||
}
|
||||
11
assets/resources/config/json/facility/facility_fct.json.meta
Normal file
11
assets/resources/config/json/facility/facility_fct.json.meta
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"ver": "1.0.0",
|
||||
"importer": "json",
|
||||
"imported": true,
|
||||
"uuid": "f699b185-ffa0-44f5-ae81-a483b33c38db",
|
||||
"files": [
|
||||
".json"
|
||||
],
|
||||
"subMetas": {},
|
||||
"userData": {}
|
||||
}
|
||||
@@ -0,0 +1,87 @@
|
||||
{
|
||||
"title": "城内设施-校场配置表",
|
||||
"name": "校场",
|
||||
"type": 13,
|
||||
"des": "使本城可以配置部队,并提高本城可配置部队数量",
|
||||
"additions": [
|
||||
3
|
||||
],
|
||||
"conditions": [
|
||||
{
|
||||
"type": 0,
|
||||
"level": 1
|
||||
}
|
||||
],
|
||||
"levels": [
|
||||
{
|
||||
"level": 1,
|
||||
"values": [
|
||||
1
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 1000,
|
||||
"wood": 1000,
|
||||
"iron": 1000,
|
||||
"stone": 1000
|
||||
},
|
||||
"time": 10
|
||||
},
|
||||
{
|
||||
"level": 2,
|
||||
"values": [
|
||||
2
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 2000,
|
||||
"wood": 2000,
|
||||
"iron": 2000,
|
||||
"stone": 2000
|
||||
},
|
||||
"time": 20
|
||||
},
|
||||
{
|
||||
"level": 3,
|
||||
"values": [
|
||||
3
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 3000,
|
||||
"wood": 3000,
|
||||
"iron": 3000,
|
||||
"stone": 3000
|
||||
},
|
||||
"time": 30
|
||||
},
|
||||
{
|
||||
"level": 4,
|
||||
"values": [
|
||||
4
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 4000,
|
||||
"wood": 4000,
|
||||
"iron": 4000,
|
||||
"stone": 4000
|
||||
},
|
||||
"time": 40
|
||||
},
|
||||
{
|
||||
"level": 5,
|
||||
"values": [
|
||||
5
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 5000,
|
||||
"wood": 5000,
|
||||
"iron": 5000,
|
||||
"stone": 5000
|
||||
},
|
||||
"time": 50
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"ver": "1.0.0",
|
||||
"importer": "json",
|
||||
"imported": true,
|
||||
"uuid": "d0802e15-4988-4e37-8ed3-27c883f52095",
|
||||
"files": [
|
||||
".json"
|
||||
],
|
||||
"subMetas": {},
|
||||
"userData": {}
|
||||
}
|
||||
@@ -0,0 +1,87 @@
|
||||
{
|
||||
"title": "城内设施-统帅厅配置表",
|
||||
"name": "统帅厅",
|
||||
"type": 14,
|
||||
"des": "使本城可以配置前锋,并提高本城可配置前锋部队数量",
|
||||
"additions": [
|
||||
25
|
||||
],
|
||||
"conditions": [
|
||||
{
|
||||
"type": 16,
|
||||
"level": 1
|
||||
}
|
||||
],
|
||||
"levels": [
|
||||
{
|
||||
"level": 1,
|
||||
"values": [
|
||||
1
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 1000,
|
||||
"wood": 1000,
|
||||
"iron": 1000,
|
||||
"stone": 1000
|
||||
},
|
||||
"time": 10
|
||||
},
|
||||
{
|
||||
"level": 2,
|
||||
"values": [
|
||||
2
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 2000,
|
||||
"wood": 2000,
|
||||
"iron": 2000,
|
||||
"stone": 2000
|
||||
},
|
||||
"time": 20
|
||||
},
|
||||
{
|
||||
"level": 3,
|
||||
"values": [
|
||||
3
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 3000,
|
||||
"wood": 3000,
|
||||
"iron": 3000,
|
||||
"stone": 3000
|
||||
},
|
||||
"time": 30
|
||||
},
|
||||
{
|
||||
"level": 4,
|
||||
"values": [
|
||||
4
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 4000,
|
||||
"wood": 4000,
|
||||
"iron": 4000,
|
||||
"stone": 4000
|
||||
},
|
||||
"time": 40
|
||||
},
|
||||
{
|
||||
"level": 5,
|
||||
"values": [
|
||||
5
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 5000,
|
||||
"wood": 5000,
|
||||
"iron": 5000,
|
||||
"stone": 5000
|
||||
},
|
||||
"time": 50
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"ver": "1.0.0",
|
||||
"importer": "json",
|
||||
"imported": true,
|
||||
"uuid": "b8dfd8ef-2d78-4ac3-8903-7859da078665",
|
||||
"files": [
|
||||
".json"
|
||||
],
|
||||
"subMetas": {},
|
||||
"userData": {}
|
||||
}
|
||||
157
assets/resources/config/json/facility/facility_market.json
Normal file
157
assets/resources/config/json/facility/facility_market.json
Normal file
@@ -0,0 +1,157 @@
|
||||
{
|
||||
"title": "城内设施-集市配置表",
|
||||
"des": "提高交易兑换率",
|
||||
"name": "集市",
|
||||
"type": 15,
|
||||
"additions": [
|
||||
16
|
||||
],
|
||||
"conditions": [
|
||||
{
|
||||
"type": 0,
|
||||
"level": 5
|
||||
}
|
||||
],
|
||||
"levels": [
|
||||
{
|
||||
"level": 1,
|
||||
"values": [
|
||||
5
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 1000,
|
||||
"wood": 1000,
|
||||
"iron": 1000,
|
||||
"stone": 1000
|
||||
},
|
||||
"time": 10
|
||||
},
|
||||
{
|
||||
"level": 2,
|
||||
"values": [
|
||||
10
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 2000,
|
||||
"wood": 2000,
|
||||
"iron": 2000,
|
||||
"stone": 2000
|
||||
},
|
||||
"time": 20
|
||||
},
|
||||
{
|
||||
"level": 3,
|
||||
"values": [
|
||||
15
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 3000,
|
||||
"wood": 3000,
|
||||
"iron": 3000,
|
||||
"stone": 3000
|
||||
},
|
||||
"time": 30
|
||||
},
|
||||
{
|
||||
"level": 4,
|
||||
"values": [
|
||||
20
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 4000,
|
||||
"wood": 4000,
|
||||
"iron": 4000,
|
||||
"stone": 4000
|
||||
},
|
||||
"time": 40
|
||||
},
|
||||
{
|
||||
"level": 5,
|
||||
"values": [
|
||||
25
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 5000,
|
||||
"wood": 5000,
|
||||
"iron": 5000,
|
||||
"stone": 5000
|
||||
},
|
||||
"time": 50
|
||||
},
|
||||
{
|
||||
"level": 6,
|
||||
"values": [
|
||||
30
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 6000,
|
||||
"wood": 6000,
|
||||
"iron": 6000,
|
||||
"stone": 6000
|
||||
},
|
||||
"time": 60
|
||||
},
|
||||
{
|
||||
"level": 7,
|
||||
"values": [
|
||||
35
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 7000,
|
||||
"wood": 7000,
|
||||
"iron": 7000,
|
||||
"stone": 7000
|
||||
},
|
||||
"time": 70
|
||||
},
|
||||
{
|
||||
"level": 8,
|
||||
"values": [
|
||||
40
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 8000,
|
||||
"wood": 8000,
|
||||
"iron": 8000,
|
||||
"stone": 8000
|
||||
},
|
||||
"time": 80
|
||||
},
|
||||
{
|
||||
"level": 9,
|
||||
"values": [
|
||||
45
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 9000,
|
||||
"wood": 9000,
|
||||
"iron": 9000,
|
||||
"stone": 9000
|
||||
},
|
||||
"time": 90
|
||||
},
|
||||
{
|
||||
"level": 10,
|
||||
"values": [
|
||||
50
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 10000,
|
||||
"wood": 10000,
|
||||
"iron": 10000,
|
||||
"stone": 10000
|
||||
},
|
||||
"time": 100
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"ver": "1.0.0",
|
||||
"importer": "json",
|
||||
"imported": true,
|
||||
"uuid": "77ad56e9-f1a6-415f-8c1b-d3e7a5255fb5",
|
||||
"files": [
|
||||
".json"
|
||||
],
|
||||
"subMetas": {},
|
||||
"userData": {}
|
||||
}
|
||||
160
assets/resources/config/json/facility/facility_mbs.json
Normal file
160
assets/resources/config/json/facility/facility_mbs.json
Normal file
@@ -0,0 +1,160 @@
|
||||
{
|
||||
"title": "募兵所配置表",
|
||||
"des": "开启本城部队征兵,并缩短征兵时间",
|
||||
"name": "募兵所",
|
||||
"type": 16,
|
||||
"additions": [
|
||||
10
|
||||
],
|
||||
"conditions": [
|
||||
{
|
||||
"type": 0,
|
||||
"level": 2
|
||||
},
|
||||
{
|
||||
"type": 13,
|
||||
"level": 2
|
||||
}
|
||||
],
|
||||
"levels": [{
|
||||
"level": 1,
|
||||
"values": [
|
||||
5
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 1000,
|
||||
"wood": 1000,
|
||||
"iron": 1000,
|
||||
"stone": 1000
|
||||
},
|
||||
"time": 10
|
||||
},
|
||||
{
|
||||
"level": 2,
|
||||
"values": [
|
||||
10
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 2000,
|
||||
"wood": 2000,
|
||||
"iron": 2000,
|
||||
"stone": 2000
|
||||
},
|
||||
"time": 20
|
||||
},
|
||||
{
|
||||
"level": 3,
|
||||
"values": [
|
||||
15
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 3000,
|
||||
"wood": 3000,
|
||||
"iron": 3000,
|
||||
"stone": 3000
|
||||
},
|
||||
"time": 30
|
||||
},
|
||||
{
|
||||
"level": 4,
|
||||
"values": [
|
||||
20
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 4000,
|
||||
"wood": 4000,
|
||||
"iron": 4000,
|
||||
"stone": 4000
|
||||
},
|
||||
"time": 40
|
||||
},
|
||||
{
|
||||
"level": 5,
|
||||
"values": [
|
||||
25
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 5000,
|
||||
"wood": 5000,
|
||||
"iron": 5000,
|
||||
"stone": 5000
|
||||
},
|
||||
"time": 50
|
||||
},
|
||||
{
|
||||
"level": 6,
|
||||
"values": [
|
||||
30
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 6000,
|
||||
"wood": 6000,
|
||||
"iron": 6000,
|
||||
"stone": 6000
|
||||
},
|
||||
"time": 60
|
||||
},
|
||||
{
|
||||
"level": 7,
|
||||
"values": [
|
||||
35
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 7000,
|
||||
"wood": 7000,
|
||||
"iron": 7000,
|
||||
"stone": 7000
|
||||
},
|
||||
"time": 70
|
||||
},
|
||||
{
|
||||
"level": 8,
|
||||
"values": [
|
||||
40
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 8000,
|
||||
"wood": 8000,
|
||||
"iron": 8000,
|
||||
"stone": 8000
|
||||
},
|
||||
"time": 80
|
||||
},
|
||||
{
|
||||
"level": 9,
|
||||
"values": [
|
||||
45
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 9000,
|
||||
"wood": 9000,
|
||||
"iron": 9000,
|
||||
"stone": 9000
|
||||
},
|
||||
"time": 90
|
||||
},
|
||||
{
|
||||
"level": 10,
|
||||
"values": [
|
||||
50
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 10000,
|
||||
"wood": 10000,
|
||||
"iron": 10000,
|
||||
"stone": 10000
|
||||
},
|
||||
"time": 100
|
||||
}
|
||||
]
|
||||
}
|
||||
11
assets/resources/config/json/facility/facility_mbs.json.meta
Normal file
11
assets/resources/config/json/facility/facility_mbs.json.meta
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"ver": "1.0.0",
|
||||
"importer": "json",
|
||||
"imported": true,
|
||||
"uuid": "56429cd9-1543-43b4-b9a7-b949440734f8",
|
||||
"files": [
|
||||
".json"
|
||||
],
|
||||
"subMetas": {},
|
||||
"userData": {}
|
||||
}
|
||||
157
assets/resources/config/json/facility/facility_produce_csc.json
Normal file
157
assets/resources/config/json/facility/facility_produce_csc.json
Normal file
@@ -0,0 +1,157 @@
|
||||
{
|
||||
"title": "城内设施-采石场配置表",
|
||||
"name": "采石场",
|
||||
"des": "额外获得石矿产量",
|
||||
"type": 20,
|
||||
"additions": [
|
||||
20
|
||||
],
|
||||
"conditions": [
|
||||
{
|
||||
"type": 0,
|
||||
"level": 3
|
||||
}
|
||||
],
|
||||
"levels": [
|
||||
{
|
||||
"level": 1,
|
||||
"values": [
|
||||
1000
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 1000,
|
||||
"wood": 1000,
|
||||
"iron": 1000,
|
||||
"stone": 1000
|
||||
},
|
||||
"time": 10
|
||||
},
|
||||
{
|
||||
"level": 2,
|
||||
"values": [
|
||||
2000
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 2000,
|
||||
"wood": 2000,
|
||||
"iron": 2000,
|
||||
"stone": 2000
|
||||
},
|
||||
"time": 20
|
||||
},
|
||||
{
|
||||
"level": 3,
|
||||
"values": [
|
||||
3000
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 3000,
|
||||
"wood": 3000,
|
||||
"iron": 3000,
|
||||
"stone": 3000
|
||||
},
|
||||
"time": 30
|
||||
},
|
||||
{
|
||||
"level": 4,
|
||||
"values": [
|
||||
4000
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 4000,
|
||||
"wood": 4000,
|
||||
"iron": 4000,
|
||||
"stone": 4000
|
||||
},
|
||||
"time": 40
|
||||
},
|
||||
{
|
||||
"level": 5,
|
||||
"values": [
|
||||
5000
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 5000,
|
||||
"wood": 5000,
|
||||
"iron": 5000,
|
||||
"stone": 5000
|
||||
},
|
||||
"time": 50
|
||||
},
|
||||
{
|
||||
"level": 6,
|
||||
"values": [
|
||||
6000
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 6000,
|
||||
"wood": 6000,
|
||||
"iron": 6000,
|
||||
"stone": 6000
|
||||
},
|
||||
"time": 60
|
||||
},
|
||||
{
|
||||
"level": 7,
|
||||
"values": [
|
||||
7000
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 7000,
|
||||
"wood": 7000,
|
||||
"iron": 7000,
|
||||
"stone": 7000
|
||||
},
|
||||
"time": 70
|
||||
},
|
||||
{
|
||||
"level": 8,
|
||||
"values": [
|
||||
8000
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 8000,
|
||||
"wood": 8000,
|
||||
"iron": 8000,
|
||||
"stone": 8000
|
||||
},
|
||||
"time": 80
|
||||
},
|
||||
{
|
||||
"level": 9,
|
||||
"values": [
|
||||
9000
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 9000,
|
||||
"wood": 9000,
|
||||
"iron": 9000,
|
||||
"stone": 9000
|
||||
},
|
||||
"time": 90
|
||||
},
|
||||
{
|
||||
"level": 10,
|
||||
"values": [
|
||||
10000
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 10000,
|
||||
"wood": 10000,
|
||||
"iron": 10000,
|
||||
"stone": 10000
|
||||
},
|
||||
"time": 100
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"ver": "1.0.0",
|
||||
"importer": "json",
|
||||
"imported": true,
|
||||
"uuid": "386d1bca-d0a9-4a06-a61e-5bd88ebccbfe",
|
||||
"files": [
|
||||
".json"
|
||||
],
|
||||
"subMetas": {},
|
||||
"userData": {}
|
||||
}
|
||||
157
assets/resources/config/json/facility/facility_produce_fmc.json
Normal file
157
assets/resources/config/json/facility/facility_produce_fmc.json
Normal file
@@ -0,0 +1,157 @@
|
||||
{
|
||||
"title": "城内设施-伐木场配置表",
|
||||
"name": "伐木场",
|
||||
"des": "额外获得木材产量",
|
||||
"type": 17,
|
||||
"additions": [
|
||||
17
|
||||
],
|
||||
"conditions": [
|
||||
{
|
||||
"type": 0,
|
||||
"level": 2
|
||||
}
|
||||
],
|
||||
"levels": [
|
||||
{
|
||||
"level": 1,
|
||||
"values": [
|
||||
1000
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 1000,
|
||||
"wood": 1000,
|
||||
"iron": 1000,
|
||||
"stone": 1000
|
||||
},
|
||||
"time": 10
|
||||
},
|
||||
{
|
||||
"level": 2,
|
||||
"values": [
|
||||
2000
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 2000,
|
||||
"wood": 2000,
|
||||
"iron": 2000,
|
||||
"stone": 2000
|
||||
},
|
||||
"time": 20
|
||||
},
|
||||
{
|
||||
"level": 3,
|
||||
"values": [
|
||||
3000
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 3000,
|
||||
"wood": 3000,
|
||||
"iron": 3000,
|
||||
"stone": 3000
|
||||
},
|
||||
"time": 30
|
||||
},
|
||||
{
|
||||
"level": 4,
|
||||
"values": [
|
||||
4000
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 4000,
|
||||
"wood": 4000,
|
||||
"iron": 4000,
|
||||
"stone": 4000
|
||||
},
|
||||
"time": 40
|
||||
},
|
||||
{
|
||||
"level": 5,
|
||||
"values": [
|
||||
5000
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 5000,
|
||||
"wood": 5000,
|
||||
"iron": 5000,
|
||||
"stone": 5000
|
||||
},
|
||||
"time": 50
|
||||
},
|
||||
{
|
||||
"level": 6,
|
||||
"values": [
|
||||
6000
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 6000,
|
||||
"wood": 6000,
|
||||
"iron": 6000,
|
||||
"stone": 6000
|
||||
},
|
||||
"time": 60
|
||||
},
|
||||
{
|
||||
"level": 7,
|
||||
"values": [
|
||||
7000
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 7000,
|
||||
"wood": 7000,
|
||||
"iron": 7000,
|
||||
"stone": 7000
|
||||
},
|
||||
"time": 70
|
||||
},
|
||||
{
|
||||
"level": 8,
|
||||
"values": [
|
||||
8000
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 8000,
|
||||
"wood": 8000,
|
||||
"iron": 8000,
|
||||
"stone": 8000
|
||||
},
|
||||
"time": 80
|
||||
},
|
||||
{
|
||||
"level": 9,
|
||||
"values": [
|
||||
9000
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 9000,
|
||||
"wood": 9000,
|
||||
"iron": 9000,
|
||||
"stone": 9000
|
||||
},
|
||||
"time": 90
|
||||
},
|
||||
{
|
||||
"level": 10,
|
||||
"values": [
|
||||
10000
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 10000,
|
||||
"wood": 10000,
|
||||
"iron": 10000,
|
||||
"stone": 10000
|
||||
},
|
||||
"time": 100
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"ver": "1.0.0",
|
||||
"importer": "json",
|
||||
"imported": true,
|
||||
"uuid": "f54b6733-63a2-4bd6-85ae-912e0b455b7c",
|
||||
"files": [
|
||||
".json"
|
||||
],
|
||||
"subMetas": {},
|
||||
"userData": {}
|
||||
}
|
||||
157
assets/resources/config/json/facility/facility_produce_ltc.json
Normal file
157
assets/resources/config/json/facility/facility_produce_ltc.json
Normal file
@@ -0,0 +1,157 @@
|
||||
{
|
||||
"title": "城内设施-炼铁场配置表",
|
||||
"name": "炼铁场",
|
||||
"des": "额外获得铁矿产量",
|
||||
"type": 18,
|
||||
"additions": [
|
||||
18
|
||||
],
|
||||
"conditions": [
|
||||
{
|
||||
"type": 0,
|
||||
"level": 2
|
||||
}
|
||||
],
|
||||
"levels": [
|
||||
{
|
||||
"level": 1,
|
||||
"values": [
|
||||
1000
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 1000,
|
||||
"wood": 1000,
|
||||
"iron": 1000,
|
||||
"stone": 1000
|
||||
},
|
||||
"time": 10
|
||||
},
|
||||
{
|
||||
"level": 2,
|
||||
"values": [
|
||||
2000
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 2000,
|
||||
"wood": 2000,
|
||||
"iron": 2000,
|
||||
"stone": 2000
|
||||
},
|
||||
"time": 20
|
||||
},
|
||||
{
|
||||
"level": 3,
|
||||
"values": [
|
||||
3000
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 3000,
|
||||
"wood": 3000,
|
||||
"iron": 3000,
|
||||
"stone": 3000
|
||||
},
|
||||
"time": 30
|
||||
},
|
||||
{
|
||||
"level": 4,
|
||||
"values": [
|
||||
4000
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 4000,
|
||||
"wood": 4000,
|
||||
"iron": 4000,
|
||||
"stone": 4000
|
||||
},
|
||||
"time": 40
|
||||
},
|
||||
{
|
||||
"level": 5,
|
||||
"values": [
|
||||
5000
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 5000,
|
||||
"wood": 5000,
|
||||
"iron": 5000,
|
||||
"stone": 5000
|
||||
},
|
||||
"time": 50
|
||||
},
|
||||
{
|
||||
"level": 6,
|
||||
"values": [
|
||||
6000
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 6000,
|
||||
"wood": 6000,
|
||||
"iron": 6000,
|
||||
"stone": 6000
|
||||
},
|
||||
"time": 60
|
||||
},
|
||||
{
|
||||
"level": 7,
|
||||
"values": [
|
||||
7000
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 7000,
|
||||
"wood": 7000,
|
||||
"iron": 7000,
|
||||
"stone": 7000
|
||||
},
|
||||
"time": 70
|
||||
},
|
||||
{
|
||||
"level": 8,
|
||||
"values": [
|
||||
8000
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 8000,
|
||||
"wood": 8000,
|
||||
"iron": 8000,
|
||||
"stone": 8000
|
||||
},
|
||||
"time": 80
|
||||
},
|
||||
{
|
||||
"level": 9,
|
||||
"values": [
|
||||
9000
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 9000,
|
||||
"wood": 9000,
|
||||
"iron": 9000,
|
||||
"stone": 9000
|
||||
},
|
||||
"time": 90
|
||||
},
|
||||
{
|
||||
"level": 10,
|
||||
"values": [
|
||||
10000
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 10000,
|
||||
"wood": 10000,
|
||||
"iron": 10000,
|
||||
"stone": 10000
|
||||
},
|
||||
"time": 100
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"ver": "1.0.0",
|
||||
"importer": "json",
|
||||
"imported": true,
|
||||
"uuid": "67f4cfd7-f17a-4c5e-b7c7-8ea1afd08e23",
|
||||
"files": [
|
||||
".json"
|
||||
],
|
||||
"subMetas": {},
|
||||
"userData": {}
|
||||
}
|
||||
157
assets/resources/config/json/facility/facility_produce_mf.json
Normal file
157
assets/resources/config/json/facility/facility_produce_mf.json
Normal file
@@ -0,0 +1,157 @@
|
||||
{
|
||||
"title": "城内设施-磨坊配置表",
|
||||
"name": "磨坊",
|
||||
"des": "额外获得粮食产量",
|
||||
"type": 19,
|
||||
"additions": [
|
||||
19
|
||||
],
|
||||
"conditions": [
|
||||
{
|
||||
"type": 0,
|
||||
"level": 3
|
||||
}
|
||||
],
|
||||
"levels": [
|
||||
{
|
||||
"level": 1,
|
||||
"values": [
|
||||
1000
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 1000,
|
||||
"wood": 1000,
|
||||
"iron": 1000,
|
||||
"stone": 1000
|
||||
},
|
||||
"time": 10
|
||||
},
|
||||
{
|
||||
"level": 2,
|
||||
"values": [
|
||||
2000
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 2000,
|
||||
"wood": 2000,
|
||||
"iron": 2000,
|
||||
"stone": 2000
|
||||
},
|
||||
"time": 20
|
||||
},
|
||||
{
|
||||
"level": 3,
|
||||
"values": [
|
||||
3000
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 3000,
|
||||
"wood": 3000,
|
||||
"iron": 3000,
|
||||
"stone": 3000
|
||||
},
|
||||
"time": 30
|
||||
},
|
||||
{
|
||||
"level": 4,
|
||||
"values": [
|
||||
4000
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 4000,
|
||||
"wood": 4000,
|
||||
"iron": 4000,
|
||||
"stone": 4000
|
||||
},
|
||||
"time": 40
|
||||
},
|
||||
{
|
||||
"level": 5,
|
||||
"values": [
|
||||
5000
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 5000,
|
||||
"wood": 5000,
|
||||
"iron": 5000,
|
||||
"stone": 5000
|
||||
},
|
||||
"time": 50
|
||||
},
|
||||
{
|
||||
"level": 6,
|
||||
"values": [
|
||||
6000
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 6000,
|
||||
"wood": 6000,
|
||||
"iron": 6000,
|
||||
"stone": 6000
|
||||
},
|
||||
"time": 60
|
||||
},
|
||||
{
|
||||
"level": 7,
|
||||
"values": [
|
||||
7000
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 7000,
|
||||
"wood": 7000,
|
||||
"iron": 7000,
|
||||
"stone": 7000
|
||||
},
|
||||
"time": 70
|
||||
},
|
||||
{
|
||||
"level": 8,
|
||||
"values": [
|
||||
8000
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 8000,
|
||||
"wood": 8000,
|
||||
"iron": 8000,
|
||||
"stone": 8000
|
||||
},
|
||||
"time": 80
|
||||
},
|
||||
{
|
||||
"level": 9,
|
||||
"values": [
|
||||
9000
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 9000,
|
||||
"wood": 9000,
|
||||
"iron": 9000,
|
||||
"stone": 9000
|
||||
},
|
||||
"time": 90
|
||||
},
|
||||
{
|
||||
"level": 10,
|
||||
"values": [
|
||||
10000
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 10000,
|
||||
"wood": 10000,
|
||||
"iron": 10000,
|
||||
"stone": 10000
|
||||
},
|
||||
"time": 100
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"ver": "1.0.0",
|
||||
"importer": "json",
|
||||
"imported": true,
|
||||
"uuid": "9ab18a15-8e8c-47f4-ba8d-78493de41a41",
|
||||
"files": [
|
||||
".json"
|
||||
],
|
||||
"subMetas": {},
|
||||
"userData": {}
|
||||
}
|
||||
157
assets/resources/config/json/facility/facility_produce_mj.json
Normal file
157
assets/resources/config/json/facility/facility_produce_mj.json
Normal file
@@ -0,0 +1,157 @@
|
||||
{
|
||||
"title": "城内设施-民居配置表",
|
||||
"name": "民居",
|
||||
"des": "提供税收",
|
||||
"type": 21,
|
||||
"additions": [
|
||||
21
|
||||
],
|
||||
"conditions": [
|
||||
{
|
||||
"type": 0,
|
||||
"level": 1
|
||||
}
|
||||
],
|
||||
"levels": [
|
||||
{
|
||||
"level": 1,
|
||||
"values": [
|
||||
1000
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 1000,
|
||||
"wood": 1000,
|
||||
"iron": 1000,
|
||||
"stone": 1000
|
||||
},
|
||||
"time": 10
|
||||
},
|
||||
{
|
||||
"level": 2,
|
||||
"values": [
|
||||
2000
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 2000,
|
||||
"wood": 2000,
|
||||
"iron": 2000,
|
||||
"stone": 2000
|
||||
},
|
||||
"time": 20
|
||||
},
|
||||
{
|
||||
"level": 3,
|
||||
"values": [
|
||||
3000
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 3000,
|
||||
"wood": 3000,
|
||||
"iron": 3000,
|
||||
"stone": 3000
|
||||
},
|
||||
"time": 30
|
||||
},
|
||||
{
|
||||
"level": 4,
|
||||
"values": [
|
||||
4000
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 4000,
|
||||
"wood": 4000,
|
||||
"iron": 4000,
|
||||
"stone": 4000
|
||||
},
|
||||
"time": 40
|
||||
},
|
||||
{
|
||||
"level": 5,
|
||||
"values": [
|
||||
5000
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 5000,
|
||||
"wood": 5000,
|
||||
"iron": 5000,
|
||||
"stone": 5000
|
||||
},
|
||||
"time": 50
|
||||
},
|
||||
{
|
||||
"level": 6,
|
||||
"values": [
|
||||
6000
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 6000,
|
||||
"wood": 6000,
|
||||
"iron": 6000,
|
||||
"stone": 6000
|
||||
},
|
||||
"time": 60
|
||||
},
|
||||
{
|
||||
"level": 7,
|
||||
"values": [
|
||||
7000
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 7000,
|
||||
"wood": 7000,
|
||||
"iron": 7000,
|
||||
"stone": 7000
|
||||
},
|
||||
"time": 70
|
||||
},
|
||||
{
|
||||
"level": 8,
|
||||
"values": [
|
||||
8000
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 8000,
|
||||
"wood": 8000,
|
||||
"iron": 8000,
|
||||
"stone": 8000
|
||||
},
|
||||
"time": 80
|
||||
},
|
||||
{
|
||||
"level": 9,
|
||||
"values": [
|
||||
9000
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 9000,
|
||||
"wood": 9000,
|
||||
"iron": 9000,
|
||||
"stone": 9000
|
||||
},
|
||||
"time": 90
|
||||
},
|
||||
{
|
||||
"level": 10,
|
||||
"values": [
|
||||
10000
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 10000,
|
||||
"wood": 10000,
|
||||
"iron": 10000,
|
||||
"stone": 10000
|
||||
},
|
||||
"time": 100
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"ver": "1.0.0",
|
||||
"importer": "json",
|
||||
"imported": true,
|
||||
"uuid": "4055e912-825c-4d0b-bcca-c0d45d1bb0e9",
|
||||
"files": [
|
||||
".json"
|
||||
],
|
||||
"subMetas": {},
|
||||
"userData": {}
|
||||
}
|
||||
128
assets/resources/config/json/facility/facility_sjt.json
Normal file
128
assets/resources/config/json/facility/facility_sjt.json
Normal file
@@ -0,0 +1,128 @@
|
||||
{
|
||||
"title": "城内设施-社稷坛配置",
|
||||
"name": "社稷坛",
|
||||
"type": 22,
|
||||
"des": "每升一级可以额外扩建一次",
|
||||
"additions": [
|
||||
22
|
||||
],
|
||||
"conditions": [
|
||||
{
|
||||
"type": 0,
|
||||
"level": 9
|
||||
}
|
||||
],
|
||||
"levels": [{
|
||||
"level": 1,
|
||||
"values": [
|
||||
1
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 1000,
|
||||
"wood": 1000,
|
||||
"iron": 1000,
|
||||
"stone": 1000
|
||||
},
|
||||
"time": 10
|
||||
},
|
||||
{
|
||||
"level": 2,
|
||||
"values": [
|
||||
2
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 2000,
|
||||
"wood": 2000,
|
||||
"iron": 2000,
|
||||
"stone": 2000
|
||||
},
|
||||
"time": 20
|
||||
},
|
||||
{
|
||||
"level": 3,
|
||||
"values": [
|
||||
3
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 3000,
|
||||
"wood": 3000,
|
||||
"iron": 3000,
|
||||
"stone": 3000
|
||||
},
|
||||
"time": 30
|
||||
},
|
||||
{
|
||||
"level": 4,
|
||||
"values": [
|
||||
4
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 4000,
|
||||
"wood": 4000,
|
||||
"iron": 4000,
|
||||
"stone": 4000
|
||||
},
|
||||
"time": 40
|
||||
},
|
||||
{
|
||||
"level": 5,
|
||||
"values": [
|
||||
5
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 5000,
|
||||
"wood": 5000,
|
||||
"iron": 5000,
|
||||
"stone": 5000
|
||||
},
|
||||
"time": 50
|
||||
},
|
||||
{
|
||||
"level": 6,
|
||||
"values": [
|
||||
6
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 6000,
|
||||
"wood": 6000,
|
||||
"iron": 6000,
|
||||
"stone": 6000
|
||||
},
|
||||
"time": 60
|
||||
},
|
||||
{
|
||||
"level": 7,
|
||||
"values": [
|
||||
7
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 7000,
|
||||
"wood": 7000,
|
||||
"iron": 7000,
|
||||
"stone": 7000
|
||||
},
|
||||
"time": 70
|
||||
},
|
||||
{
|
||||
"level": 8,
|
||||
"values": [
|
||||
8
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 8000,
|
||||
"wood": 8000,
|
||||
"iron": 8000,
|
||||
"stone": 8000
|
||||
},
|
||||
"time": 80
|
||||
}
|
||||
]
|
||||
}
|
||||
11
assets/resources/config/json/facility/facility_sjt.json.meta
Normal file
11
assets/resources/config/json/facility/facility_sjt.json.meta
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"ver": "1.0.0",
|
||||
"importer": "json",
|
||||
"imported": true,
|
||||
"uuid": "39ed8c5d-d9f8-4ac5-b2e7-204cfc05a358",
|
||||
"files": [
|
||||
".json"
|
||||
],
|
||||
"subMetas": {},
|
||||
"userData": {}
|
||||
}
|
||||
87
assets/resources/config/json/facility/facility_wall_cq.json
Normal file
87
assets/resources/config/json/facility/facility_wall_cq.json
Normal file
@@ -0,0 +1,87 @@
|
||||
{
|
||||
"title": "城内设施-城墙配置",
|
||||
"name": "城墙",
|
||||
"type": 23,
|
||||
"des": "提高本城耐久上限",
|
||||
"additions": [
|
||||
1
|
||||
],
|
||||
"conditions": [
|
||||
{
|
||||
"type": 0,
|
||||
"level": 7
|
||||
}
|
||||
],
|
||||
"levels": [
|
||||
{
|
||||
"level": 1,
|
||||
"values": [
|
||||
10000
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 1000,
|
||||
"wood": 1000,
|
||||
"iron": 1000,
|
||||
"stone": 1000
|
||||
},
|
||||
"time": 10
|
||||
},
|
||||
{
|
||||
"level": 2,
|
||||
"values": [
|
||||
20000
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 2000,
|
||||
"wood": 2000,
|
||||
"iron": 2000,
|
||||
"stone": 2000
|
||||
},
|
||||
"time": 20
|
||||
},
|
||||
{
|
||||
"level": 3,
|
||||
"values": [
|
||||
30000
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 3000,
|
||||
"wood": 3000,
|
||||
"iron": 3000,
|
||||
"stone": 3000
|
||||
},
|
||||
"time": 30
|
||||
},
|
||||
{
|
||||
"level": 4,
|
||||
"values": [
|
||||
40000
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 4000,
|
||||
"wood": 4000,
|
||||
"iron": 4000,
|
||||
"stone": 4000
|
||||
},
|
||||
"time": 40
|
||||
},
|
||||
{
|
||||
"level": 5,
|
||||
"values": [
|
||||
50000
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 5000,
|
||||
"wood": 5000,
|
||||
"iron": 5000,
|
||||
"stone": 5000
|
||||
},
|
||||
"time": 50
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"ver": "1.0.0",
|
||||
"importer": "json",
|
||||
"imported": true,
|
||||
"uuid": "0821687a-3b18-437d-aadc-da3ac17d31bf",
|
||||
"files": [
|
||||
".json"
|
||||
],
|
||||
"subMetas": {},
|
||||
"userData": {}
|
||||
}
|
||||
87
assets/resources/config/json/facility/facility_wall_nq.json
Normal file
87
assets/resources/config/json/facility/facility_wall_nq.json
Normal file
@@ -0,0 +1,87 @@
|
||||
{
|
||||
"title": "城内设施-女墙配置",
|
||||
"name": "女墙",
|
||||
"type": 24,
|
||||
"des": "提高本城耐久上限",
|
||||
"additions": [
|
||||
1
|
||||
],
|
||||
"conditions": [
|
||||
{
|
||||
"type": 23,
|
||||
"level": 1
|
||||
}
|
||||
],
|
||||
"levels": [
|
||||
{
|
||||
"level": 1,
|
||||
"values": [
|
||||
10000
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 1000,
|
||||
"wood": 1000,
|
||||
"iron": 1000,
|
||||
"stone": 1000
|
||||
},
|
||||
"time": 10
|
||||
},
|
||||
{
|
||||
"level": 2,
|
||||
"values": [
|
||||
20000
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 2000,
|
||||
"wood": 2000,
|
||||
"iron": 2000,
|
||||
"stone": 2000
|
||||
},
|
||||
"time": 20
|
||||
},
|
||||
{
|
||||
"level": 3,
|
||||
"values": [
|
||||
30000
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 3000,
|
||||
"wood": 3000,
|
||||
"iron": 3000,
|
||||
"stone": 3000
|
||||
},
|
||||
"time": 30
|
||||
},
|
||||
{
|
||||
"level": 4,
|
||||
"values": [
|
||||
40000
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 4000,
|
||||
"wood": 4000,
|
||||
"iron": 4000,
|
||||
"stone": 4000
|
||||
},
|
||||
"time": 40
|
||||
},
|
||||
{
|
||||
"level": 5,
|
||||
"values": [
|
||||
50000
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 5000,
|
||||
"wood": 5000,
|
||||
"iron": 5000,
|
||||
"stone": 5000
|
||||
},
|
||||
"time": 50
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"ver": "1.0.0",
|
||||
"importer": "json",
|
||||
"imported": true,
|
||||
"uuid": "53a04c9a-a804-48dd-a9b6-75f31faab5b2",
|
||||
"files": [
|
||||
".json"
|
||||
],
|
||||
"subMetas": {},
|
||||
"userData": {}
|
||||
}
|
||||
129
assets/resources/config/json/facility/facility_warehouse.json
Normal file
129
assets/resources/config/json/facility/facility_warehouse.json
Normal file
@@ -0,0 +1,129 @@
|
||||
{
|
||||
"title": "城内设施-仓库配置",
|
||||
"name": "仓库",
|
||||
"type": 25,
|
||||
"des": "每升一级增加仓库容量",
|
||||
"additions": [
|
||||
23
|
||||
],
|
||||
"conditions": [
|
||||
{
|
||||
"type": 0,
|
||||
"level": 2
|
||||
}
|
||||
],
|
||||
"levels": [
|
||||
{
|
||||
"level": 1,
|
||||
"values": [
|
||||
10000
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 1000,
|
||||
"wood": 1000,
|
||||
"iron": 1000,
|
||||
"stone": 1000
|
||||
},
|
||||
"time": 10
|
||||
},
|
||||
{
|
||||
"level": 2,
|
||||
"values": [
|
||||
20000
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 2000,
|
||||
"wood": 2000,
|
||||
"iron": 2000,
|
||||
"stone": 2000
|
||||
},
|
||||
"time": 20
|
||||
},
|
||||
{
|
||||
"level": 3,
|
||||
"values": [
|
||||
30000
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 3000,
|
||||
"wood": 3000,
|
||||
"iron": 3000,
|
||||
"stone": 3000
|
||||
},
|
||||
"time": 30
|
||||
},
|
||||
{
|
||||
"level": 4,
|
||||
"values": [
|
||||
40000
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 4000,
|
||||
"wood": 4000,
|
||||
"iron": 4000,
|
||||
"stone": 4000
|
||||
},
|
||||
"time": 40
|
||||
},
|
||||
{
|
||||
"level": 5,
|
||||
"values": [
|
||||
50000
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 5000,
|
||||
"wood": 5000,
|
||||
"iron": 5000,
|
||||
"stone": 5000
|
||||
},
|
||||
"time": 50
|
||||
},
|
||||
{
|
||||
"level": 6,
|
||||
"values": [
|
||||
60000
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 6000,
|
||||
"wood": 6000,
|
||||
"iron": 6000,
|
||||
"stone": 6000
|
||||
},
|
||||
"time": 60
|
||||
},
|
||||
{
|
||||
"level": 7,
|
||||
"values": [
|
||||
70000
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 7000,
|
||||
"wood": 7000,
|
||||
"iron": 7000,
|
||||
"stone": 7000
|
||||
},
|
||||
"time": 70
|
||||
},
|
||||
{
|
||||
"level": 8,
|
||||
"values": [
|
||||
80000
|
||||
],
|
||||
"need": {
|
||||
"decree": 0,
|
||||
"grain": 8000,
|
||||
"wood": 8000,
|
||||
"iron": 8000,
|
||||
"stone": 8000
|
||||
},
|
||||
"time": 80
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"ver": "1.0.0",
|
||||
"importer": "json",
|
||||
"imported": true,
|
||||
"uuid": "44b39a07-6336-46e2-8634-61b861146a20",
|
||||
"files": [
|
||||
".json"
|
||||
],
|
||||
"subMetas": {},
|
||||
"userData": {}
|
||||
}
|
||||
12
assets/resources/config/json/general.meta
Normal file
12
assets/resources/config/json/general.meta
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"ver": "1.1.0",
|
||||
"importer": "directory",
|
||||
"imported": true,
|
||||
"uuid": "c1eec2a8-bf6a-4b82-baa2-273c4ccddc3b",
|
||||
"files": [],
|
||||
"subMetas": {},
|
||||
"userData": {
|
||||
"compressionType": {},
|
||||
"isRemoteBundle": {}
|
||||
}
|
||||
}
|
||||
9205
assets/resources/config/json/general/general.json
Normal file
9205
assets/resources/config/json/general/general.json
Normal file
File diff suppressed because it is too large
Load Diff
11
assets/resources/config/json/general/general.json.meta
Normal file
11
assets/resources/config/json/general/general.json.meta
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"ver": "1.0.0",
|
||||
"importer": "json",
|
||||
"imported": true,
|
||||
"uuid": "2bb9964d-0938-48d1-b4a5-f2cabf1c1c2b",
|
||||
"files": [
|
||||
".json"
|
||||
],
|
||||
"subMetas": {},
|
||||
"userData": {}
|
||||
}
|
||||
162
assets/resources/config/json/general/general_arms.json
Normal file
162
assets/resources/config/json/general/general_arms.json
Normal file
@@ -0,0 +1,162 @@
|
||||
{
|
||||
"title": "兵种配置表",
|
||||
"arms":[
|
||||
{
|
||||
"id": 1,
|
||||
"name": "步兵",
|
||||
"condition":{
|
||||
"level": 1,
|
||||
"star_lv": 0
|
||||
},
|
||||
"change_cost": {
|
||||
"gold": 1000
|
||||
},
|
||||
"harm_ratio": [
|
||||
[100, 120, 80, 90, 110, 80, 80, 75, 88],
|
||||
[100, 120, 80, 90, 110, 80, 80, 75, 88],
|
||||
[100, 120, 80, 90, 110, 80, 80, 75, 88],
|
||||
[100, 120, 80, 90, 110, 80, 80, 75, 88]
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"name": "弓兵",
|
||||
"condition":{
|
||||
"level": 1,
|
||||
"star_lv": 0
|
||||
},
|
||||
"change_cost": {
|
||||
"gold": 1000
|
||||
},
|
||||
"harm_ratio": [
|
||||
[100, 120, 80, 90, 110, 80, 80, 75, 88],
|
||||
[100, 120, 80, 90, 110, 80, 80, 75, 88],
|
||||
[100, 120, 80, 90, 110, 80, 80, 75, 88],
|
||||
[100, 120, 80, 90, 110, 80, 80, 75, 88]
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"name": "骑兵",
|
||||
"condition":{
|
||||
"level": 1,
|
||||
"star_lv": 0
|
||||
},
|
||||
"change_cost": {
|
||||
"gold": 1000
|
||||
},
|
||||
"harm_ratio": [
|
||||
[100, 120, 80, 90, 110, 80, 80, 75, 88],
|
||||
[100, 120, 80, 90, 110, 80, 80, 75, 88],
|
||||
[100, 120, 80, 90, 110, 80, 80, 75, 88],
|
||||
[100, 120, 80, 90, 110, 80, 80, 75, 88]
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"name": "轻步兵",
|
||||
"condition":{
|
||||
"level": 3,
|
||||
"star_lv": 0
|
||||
},
|
||||
"change_cost": {
|
||||
"gold": 5000
|
||||
},
|
||||
"harm_ratio": [
|
||||
[100, 120, 80, 90, 110, 80, 80, 75, 88],
|
||||
[100, 120, 80, 90, 110, 80, 80, 75, 88],
|
||||
[100, 120, 80, 90, 110, 80, 80, 75, 88],
|
||||
[100, 120, 80, 90, 110, 80, 80, 75, 88]
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"name": "长弓兵",
|
||||
"condition":{
|
||||
"level": 3,
|
||||
"star_lv": 0
|
||||
},
|
||||
"change_cost": {
|
||||
"gold": 6000
|
||||
},
|
||||
"harm_ratio": [
|
||||
[100, 120, 80, 90, 110, 80, 80, 75, 88],
|
||||
[100, 120, 80, 90, 110, 80, 80, 75, 88],
|
||||
[100, 120, 80, 90, 110, 80, 80, 75, 88],
|
||||
[100, 120, 80, 90, 110, 80, 80, 75, 88]
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"name": "轻骑兵",
|
||||
"condition":{
|
||||
"level": 3,
|
||||
"star_lv": 0
|
||||
},
|
||||
"change_cost": {
|
||||
"gold": 4000
|
||||
},
|
||||
"harm_ratio": [
|
||||
[100, 120, 80, 90, 110, 80, 80, 75, 88],
|
||||
[100, 120, 80, 90, 110, 80, 80, 75, 88],
|
||||
[100, 120, 80, 90, 110, 80, 80, 75, 88],
|
||||
[100, 120, 80, 90, 110, 80, 80, 75, 88]
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"name": "重甲兵",
|
||||
"condition":{
|
||||
"level": 7,
|
||||
"star_lv": 0
|
||||
},
|
||||
"change_cost": {
|
||||
"gold": 14000
|
||||
},
|
||||
"harm_ratio": [
|
||||
[100, 120, 80, 90, 110, 80, 80, 75, 88],
|
||||
[100, 120, 80, 90, 110, 80, 80, 75, 88],
|
||||
[100, 120, 80, 90, 110, 80, 80, 75, 88],
|
||||
[100, 120, 80, 90, 110, 80, 80, 75, 88]
|
||||
]
|
||||
},
|
||||
|
||||
{
|
||||
"id": 8,
|
||||
"name": "弩兵",
|
||||
"condition":{
|
||||
"level": 3,
|
||||
"star_lv": 0
|
||||
},
|
||||
"change_cost": {
|
||||
"gold": 6000
|
||||
},
|
||||
"harm_ratio": [
|
||||
[100, 120, 80, 90, 110, 80, 80, 75, 88],
|
||||
[100, 120, 80, 90, 110, 80, 80, 75, 88],
|
||||
[100, 120, 80, 90, 110, 80, 80, 75, 88],
|
||||
[100, 120, 80, 90, 110, 80, 80, 75, 88]
|
||||
]
|
||||
},
|
||||
|
||||
{
|
||||
"id": 9,
|
||||
"name": "重骑兵",
|
||||
"condition":{
|
||||
"level": 7,
|
||||
"star_lv": 0
|
||||
},
|
||||
"change_cost": {
|
||||
"gold": 18000
|
||||
},
|
||||
"harm_ratio": [
|
||||
[100, 120, 80, 90, 110, 80, 80, 75, 88],
|
||||
[100, 120, 80, 90, 110, 80, 80, 75, 88],
|
||||
[100, 120, 80, 90, 110, 80, 80, 75, 88],
|
||||
[100, 120, 80, 90, 110, 80, 80, 75, 88]
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
]
|
||||
}
|
||||
11
assets/resources/config/json/general/general_arms.json.meta
Normal file
11
assets/resources/config/json/general/general_arms.json.meta
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"ver": "1.0.0",
|
||||
"importer": "json",
|
||||
"imported": true,
|
||||
"uuid": "1169a4d2-df3a-415d-a58d-3c6e23b64b27",
|
||||
"files": [
|
||||
".json"
|
||||
],
|
||||
"subMetas": {},
|
||||
"userData": {}
|
||||
}
|
||||
105
assets/resources/config/json/general/general_basic.json
Normal file
105
assets/resources/config/json/general/general_basic.json
Normal file
@@ -0,0 +1,105 @@
|
||||
{
|
||||
"title": "将领基本配置表",
|
||||
"levels":[
|
||||
{
|
||||
"level": 1,
|
||||
"exp": 0,
|
||||
"soldiers": 100
|
||||
},
|
||||
{
|
||||
"level": 2,
|
||||
"exp": 1000,
|
||||
"soldiers": 200
|
||||
},
|
||||
{
|
||||
"level": 3,
|
||||
"exp": 2000,
|
||||
"soldiers": 300
|
||||
},
|
||||
{
|
||||
"level": 4,
|
||||
"exp": 3000,
|
||||
"soldiers": 400
|
||||
},
|
||||
{
|
||||
"level": 5,
|
||||
"exp": 4000,
|
||||
"soldiers": 500
|
||||
},
|
||||
{
|
||||
"level": 6,
|
||||
"exp": 5000,
|
||||
"soldiers": 600
|
||||
},
|
||||
{
|
||||
"level": 7,
|
||||
"exp": 6000,
|
||||
"soldiers": 700
|
||||
},
|
||||
{
|
||||
"level": 8,
|
||||
"exp": 7500,
|
||||
"soldiers": 800
|
||||
},
|
||||
{
|
||||
"level": 9,
|
||||
"exp": 9000,
|
||||
"soldiers": 900
|
||||
},
|
||||
{
|
||||
"level": 10,
|
||||
"exp": 11000,
|
||||
"soldiers": 1000
|
||||
},
|
||||
{
|
||||
"level": 11,
|
||||
"exp": 12500,
|
||||
"soldiers": 1100
|
||||
},
|
||||
{
|
||||
"level": 12,
|
||||
"exp": 15000,
|
||||
"soldiers": 1200
|
||||
},
|
||||
{
|
||||
"level": 13,
|
||||
"exp": 17000,
|
||||
"soldiers": 1300
|
||||
},
|
||||
{
|
||||
"level": 14,
|
||||
"exp": 19000,
|
||||
"soldiers": 1400
|
||||
},
|
||||
{
|
||||
"level": 15,
|
||||
"exp": 23000,
|
||||
"soldiers": 1500
|
||||
}, {
|
||||
"level": 16,
|
||||
"exp": 26000,
|
||||
"soldiers": 1600
|
||||
},
|
||||
{
|
||||
"level": 17,
|
||||
"exp": 29000,
|
||||
"soldiers": 1700
|
||||
},
|
||||
{
|
||||
"level": 18,
|
||||
"exp": 31000,
|
||||
"soldiers": 1800
|
||||
},
|
||||
{
|
||||
"level": 19,
|
||||
"exp": 35000,
|
||||
"soldiers": 1900
|
||||
},
|
||||
{
|
||||
"level": 20,
|
||||
"exp": 50000,
|
||||
"soldiers": 2000
|
||||
}
|
||||
|
||||
]
|
||||
}
|
||||
11
assets/resources/config/json/general/general_basic.json.meta
Normal file
11
assets/resources/config/json/general/general_basic.json.meta
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"ver": "1.0.0",
|
||||
"importer": "json",
|
||||
"imported": true,
|
||||
"uuid": "19d820a9-aa3b-47b4-9d83-b5be2fd2c176",
|
||||
"files": [
|
||||
".json"
|
||||
],
|
||||
"subMetas": {},
|
||||
"userData": {}
|
||||
}
|
||||
12
assets/resources/config/json/skill.meta
Normal file
12
assets/resources/config/json/skill.meta
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"ver": "1.1.0",
|
||||
"importer": "directory",
|
||||
"imported": true,
|
||||
"uuid": "0a578ae2-19f7-49c3-a4d5-050b63a33f2a",
|
||||
"files": [],
|
||||
"subMetas": {},
|
||||
"userData": {
|
||||
"compressionType": {},
|
||||
"isRemoteBundle": {}
|
||||
}
|
||||
}
|
||||
12
assets/resources/config/json/skill/beidong.meta
Normal file
12
assets/resources/config/json/skill/beidong.meta
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"ver": "1.1.0",
|
||||
"importer": "directory",
|
||||
"imported": true,
|
||||
"uuid": "fce66f8d-a01f-421c-9f4c-17f19ab6042f",
|
||||
"files": [],
|
||||
"subMetas": {},
|
||||
"userData": {
|
||||
"compressionType": {},
|
||||
"isRemoteBundle": {}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,75 @@
|
||||
{
|
||||
"cfgId": 201,
|
||||
"name": "百战精兵",
|
||||
"trigger": 2,
|
||||
"target": 2,
|
||||
"des": "使自身攻击属性提升%n%、防御属性提升%n%、谋略属性提升%n%、速度属性提升%n%",
|
||||
"limit": 3,
|
||||
"arms": [
|
||||
1,
|
||||
4,
|
||||
7,
|
||||
2,
|
||||
5,
|
||||
8,
|
||||
3,
|
||||
6,
|
||||
9
|
||||
],
|
||||
|
||||
"include_effect": [
|
||||
2,3,4,5
|
||||
],
|
||||
"levels": [
|
||||
{
|
||||
"probability":30,
|
||||
"effect_value": [50,50,50,50],
|
||||
"effect_round": [0]
|
||||
},
|
||||
{
|
||||
"probability":30,
|
||||
"effect_value": [50,50,50,50],
|
||||
"effect_round": [0]
|
||||
},
|
||||
{
|
||||
"probability":30,
|
||||
"effect_value": [50,50,50,50],
|
||||
"effect_round": [0]
|
||||
},
|
||||
{
|
||||
"probability":30,
|
||||
"effect_value": [50,50,50,50],
|
||||
"effect_round": [0]
|
||||
},
|
||||
{
|
||||
"probability":30,
|
||||
"effect_value": [50,50,50,50],
|
||||
"effect_round": [0]
|
||||
},
|
||||
{
|
||||
"probability":30,
|
||||
"effect_value": [50,50,50,50],
|
||||
"effect_round": [0]
|
||||
},
|
||||
{
|
||||
"probability":30,
|
||||
"effect_value": [50,50,50,50],
|
||||
"effect_round": [0]
|
||||
},
|
||||
{
|
||||
"probability":30,
|
||||
"effect_value": [50,50,50,50],
|
||||
"effect_round": [0]
|
||||
},
|
||||
{
|
||||
"probability":30,
|
||||
"effect_value": [50,50,50,50],
|
||||
"effect_round": [0]
|
||||
},
|
||||
{
|
||||
"probability":30,
|
||||
"effect_value": [50,50,50,50],
|
||||
"effect_round": [0]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"ver": "1.0.0",
|
||||
"importer": "json",
|
||||
"imported": true,
|
||||
"uuid": "ecb09d80-14c5-45bb-b665-0e268b0bbbcd",
|
||||
"files": [
|
||||
".json"
|
||||
],
|
||||
"subMetas": {},
|
||||
"userData": {}
|
||||
}
|
||||
90
assets/resources/config/json/skill/skill_outline.json
Normal file
90
assets/resources/config/json/skill/skill_outline.json
Normal file
@@ -0,0 +1,90 @@
|
||||
{
|
||||
"trigger_type": {
|
||||
"des": "触发类型",
|
||||
"list": [
|
||||
{
|
||||
"type": 1,
|
||||
"des": "主动"
|
||||
},
|
||||
{
|
||||
"type": 2,
|
||||
"des": "被动"
|
||||
},
|
||||
{
|
||||
"type": 3,
|
||||
"des": "追击"
|
||||
},
|
||||
{
|
||||
"type": 4,
|
||||
"des": "指挥"
|
||||
}
|
||||
]
|
||||
},
|
||||
"effect_type": {
|
||||
"des": "效果类型",
|
||||
"list": [
|
||||
{
|
||||
"type": 1,
|
||||
"des": "伤害率",
|
||||
"isRate": true
|
||||
},
|
||||
{
|
||||
"type": 2,
|
||||
"des": "攻击",
|
||||
"isRate": false
|
||||
},
|
||||
{
|
||||
"type": 3,
|
||||
"des": "防御",
|
||||
"isRate": false
|
||||
},
|
||||
{
|
||||
"type": 4,
|
||||
"des": "谋略",
|
||||
"isRate": false
|
||||
},
|
||||
{
|
||||
"type": 5,
|
||||
"des": "速度",
|
||||
"isRate": false
|
||||
}
|
||||
]
|
||||
},
|
||||
"target_type": {
|
||||
"des": "作用目标类型",
|
||||
"list": [
|
||||
{
|
||||
"type": 1,
|
||||
"des": "自己"
|
||||
},
|
||||
{
|
||||
"type": 2,
|
||||
"des": "我军单体"
|
||||
},
|
||||
{
|
||||
"type": 3,
|
||||
"des": "我军1-2个目标"
|
||||
},
|
||||
{
|
||||
"type": 4,
|
||||
"des": "我军全体"
|
||||
},
|
||||
{
|
||||
"type": 5,
|
||||
"des": "敌军单体"
|
||||
},
|
||||
{
|
||||
"type": 6,
|
||||
"des": "敌军1-2个目标"
|
||||
},
|
||||
{
|
||||
"type": 7,
|
||||
"des": "敌军2-3个目标"
|
||||
},
|
||||
{
|
||||
"type": 8,
|
||||
"des": "敌军全体"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
11
assets/resources/config/json/skill/skill_outline.json.meta
Normal file
11
assets/resources/config/json/skill/skill_outline.json.meta
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"ver": "1.0.0",
|
||||
"importer": "json",
|
||||
"imported": true,
|
||||
"uuid": "cbb1460b-b029-4421-8608-0e852a81b4ef",
|
||||
"files": [
|
||||
".json"
|
||||
],
|
||||
"subMetas": {},
|
||||
"userData": {}
|
||||
}
|
||||
12
assets/resources/config/json/skill/zhihui.meta
Normal file
12
assets/resources/config/json/skill/zhihui.meta
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"ver": "1.1.0",
|
||||
"importer": "directory",
|
||||
"imported": true,
|
||||
"uuid": "811ce636-dbfc-47a7-b5ee-10a0f8306782",
|
||||
"files": [],
|
||||
"subMetas": {},
|
||||
"userData": {
|
||||
"compressionType": {},
|
||||
"isRemoteBundle": {}
|
||||
}
|
||||
}
|
||||
72
assets/resources/config/json/skill/zhihui/fengshi.json
Normal file
72
assets/resources/config/json/skill/zhihui/fengshi.json
Normal file
@@ -0,0 +1,72 @@
|
||||
{
|
||||
"cfgId": 401,
|
||||
"name": "锋矢",
|
||||
"trigger": 4,
|
||||
"target": 2,
|
||||
"des": "战斗中,使我军全体进行普通攻击的伤害提升%n%",
|
||||
"limit": 3,
|
||||
"arms": [
|
||||
2,
|
||||
5,
|
||||
8,
|
||||
3,
|
||||
6,
|
||||
9
|
||||
],
|
||||
|
||||
"include_effect": [
|
||||
1
|
||||
],
|
||||
"levels": [
|
||||
{
|
||||
"probability":30,
|
||||
"effect_value": [50],
|
||||
"effect_round": [0]
|
||||
},
|
||||
{
|
||||
"probability":30,
|
||||
"effect_value": [50],
|
||||
"effect_round": [0]
|
||||
},
|
||||
{
|
||||
"probability":30,
|
||||
"effect_value": [50],
|
||||
"effect_round": [0]
|
||||
},
|
||||
{
|
||||
"probability":30,
|
||||
"effect_value": [50],
|
||||
"effect_round": [0]
|
||||
},
|
||||
{
|
||||
"probability":30,
|
||||
"effect_value": [50],
|
||||
"effect_round": [0]
|
||||
},
|
||||
{
|
||||
"probability":30,
|
||||
"effect_value": [50],
|
||||
"effect_round": [0]
|
||||
},
|
||||
{
|
||||
"probability":30,
|
||||
"effect_value": [50],
|
||||
"effect_round": [0]
|
||||
},
|
||||
{
|
||||
"probability":30,
|
||||
"effect_value": [50],
|
||||
"effect_round": [0]
|
||||
},
|
||||
{
|
||||
"probability":30,
|
||||
"effect_value": [50],
|
||||
"effect_round": [0]
|
||||
},
|
||||
{
|
||||
"probability":30,
|
||||
"effect_value": [50],
|
||||
"effect_round": [0]
|
||||
}
|
||||
]
|
||||
}
|
||||
11
assets/resources/config/json/skill/zhihui/fengshi.json.meta
Normal file
11
assets/resources/config/json/skill/zhihui/fengshi.json.meta
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"ver": "1.0.0",
|
||||
"importer": "json",
|
||||
"imported": true,
|
||||
"uuid": "c80762ed-a4ac-4e5a-b178-2803de36d50a",
|
||||
"files": [
|
||||
".json"
|
||||
],
|
||||
"subMetas": {},
|
||||
"userData": {}
|
||||
}
|
||||
12
assets/resources/config/json/skill/zhudong.meta
Normal file
12
assets/resources/config/json/skill/zhudong.meta
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"ver": "1.1.0",
|
||||
"importer": "directory",
|
||||
"imported": true,
|
||||
"uuid": "6bb194dd-d294-4103-88e7-93852fab8551",
|
||||
"files": [],
|
||||
"subMetas": {},
|
||||
"userData": {
|
||||
"compressionType": {},
|
||||
"isRemoteBundle": {}
|
||||
}
|
||||
}
|
||||
72
assets/resources/config/json/skill/zhudong/tuji.json
Normal file
72
assets/resources/config/json/skill/zhudong/tuji.json
Normal file
@@ -0,0 +1,72 @@
|
||||
{
|
||||
"cfgId": 101,
|
||||
"name": "突击",
|
||||
"trigger": 1,
|
||||
"target": 5,
|
||||
"des": "对敌军单体发动一次攻击(伤害率`%n%%`)",
|
||||
"limit": 3,
|
||||
"arms": [
|
||||
1,
|
||||
4,
|
||||
7,
|
||||
3,
|
||||
6,
|
||||
9
|
||||
],
|
||||
|
||||
"include_effect": [
|
||||
1
|
||||
],
|
||||
"levels": [
|
||||
{
|
||||
"probability":30,
|
||||
"effect_value": [50],
|
||||
"effect_round": [0]
|
||||
},
|
||||
{
|
||||
"probability":30,
|
||||
"effect_value": [50],
|
||||
"effect_round": [0]
|
||||
},
|
||||
{
|
||||
"probability":30,
|
||||
"effect_value": [50],
|
||||
"effect_round": [0]
|
||||
},
|
||||
{
|
||||
"probability":30,
|
||||
"effect_value": [50],
|
||||
"effect_round": [0]
|
||||
},
|
||||
{
|
||||
"probability":30,
|
||||
"effect_value": [50],
|
||||
"effect_round": [0]
|
||||
},
|
||||
{
|
||||
"probability":30,
|
||||
"effect_value": [50],
|
||||
"effect_round": [0]
|
||||
},
|
||||
{
|
||||
"probability":30,
|
||||
"effect_value": [50],
|
||||
"effect_round": [0]
|
||||
},
|
||||
{
|
||||
"probability":30,
|
||||
"effect_value": [50],
|
||||
"effect_round": [0]
|
||||
},
|
||||
{
|
||||
"probability":30,
|
||||
"effect_value": [50],
|
||||
"effect_round": [0]
|
||||
},
|
||||
{
|
||||
"probability":30,
|
||||
"effect_value": [50],
|
||||
"effect_round": [0]
|
||||
}
|
||||
]
|
||||
}
|
||||
11
assets/resources/config/json/skill/zhudong/tuji.json.meta
Normal file
11
assets/resources/config/json/skill/zhudong/tuji.json.meta
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"ver": "1.0.0",
|
||||
"importer": "json",
|
||||
"imported": true,
|
||||
"uuid": "a24a465d-363b-4164-b0df-b0279f150721",
|
||||
"files": [
|
||||
".json"
|
||||
],
|
||||
"subMetas": {},
|
||||
"userData": {}
|
||||
}
|
||||
12
assets/resources/config/json/skill/zuiji.meta
Normal file
12
assets/resources/config/json/skill/zuiji.meta
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"ver": "1.1.0",
|
||||
"importer": "directory",
|
||||
"imported": true,
|
||||
"uuid": "bd4a921d-8b51-49c2-8b38-0a9b5db0d696",
|
||||
"files": [],
|
||||
"subMetas": {},
|
||||
"userData": {
|
||||
"compressionType": {},
|
||||
"isRemoteBundle": {}
|
||||
}
|
||||
}
|
||||
72
assets/resources/config/json/skill/zuiji/zhongzhan.json
Normal file
72
assets/resources/config/json/skill/zuiji/zhongzhan.json
Normal file
@@ -0,0 +1,72 @@
|
||||
{
|
||||
"cfgId": 301,
|
||||
"name": "重斩",
|
||||
"trigger": 3,
|
||||
"target": 5,
|
||||
"des": "普通攻击后,对攻击目标再次发动攻击(伤害率%n%%)",
|
||||
"limit": 3,
|
||||
"arms": [
|
||||
1,
|
||||
4,
|
||||
7,
|
||||
3,
|
||||
6,
|
||||
9
|
||||
],
|
||||
|
||||
"include_effect": [
|
||||
1
|
||||
],
|
||||
"levels": [
|
||||
{
|
||||
"probability":30,
|
||||
"effect_value": [50],
|
||||
"effect_round": [0]
|
||||
},
|
||||
{
|
||||
"probability":30,
|
||||
"effect_value": [50],
|
||||
"effect_round": [0]
|
||||
},
|
||||
{
|
||||
"probability":30,
|
||||
"effect_value": [50],
|
||||
"effect_round": [0]
|
||||
},
|
||||
{
|
||||
"probability":30,
|
||||
"effect_value": [50],
|
||||
"effect_round": [0]
|
||||
},
|
||||
{
|
||||
"probability":30,
|
||||
"effect_value": [50],
|
||||
"effect_round": [0]
|
||||
},
|
||||
{
|
||||
"probability":30,
|
||||
"effect_value": [50],
|
||||
"effect_round": [0]
|
||||
},
|
||||
{
|
||||
"probability":30,
|
||||
"effect_value": [50],
|
||||
"effect_round": [0]
|
||||
},
|
||||
{
|
||||
"probability":30,
|
||||
"effect_value": [50],
|
||||
"effect_round": [0]
|
||||
},
|
||||
{
|
||||
"probability":30,
|
||||
"effect_value": [50],
|
||||
"effect_round": [0]
|
||||
},
|
||||
{
|
||||
"probability":30,
|
||||
"effect_value": [50],
|
||||
"effect_round": [0]
|
||||
}
|
||||
]
|
||||
}
|
||||
11
assets/resources/config/json/skill/zuiji/zhongzhan.json.meta
Normal file
11
assets/resources/config/json/skill/zuiji/zhongzhan.json.meta
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"ver": "1.0.0",
|
||||
"importer": "json",
|
||||
"imported": true,
|
||||
"uuid": "686fb60f-714d-4b0e-8c7d-f489797dbc5c",
|
||||
"files": [
|
||||
".json"
|
||||
],
|
||||
"subMetas": {},
|
||||
"userData": {}
|
||||
}
|
||||
1
assets/resources/config/mapRes_0.json
Normal file
1
assets/resources/config/mapRes_0.json
Normal file
File diff suppressed because one or more lines are too long
11
assets/resources/config/mapRes_0.json.meta
Normal file
11
assets/resources/config/mapRes_0.json.meta
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"ver": "1.0.0",
|
||||
"importer": "json",
|
||||
"imported": true,
|
||||
"uuid": "1900f928-b958-470e-bfaf-a864e9a09fff",
|
||||
"files": [
|
||||
".json"
|
||||
],
|
||||
"subMetas": {},
|
||||
"userData": {}
|
||||
}
|
||||
Reference in New Issue
Block a user