游戏可以运行
This commit is contained in:
@@ -238,6 +238,63 @@ CARD_DATABASE = {
|
||||
"description": "对敌方都城造成5伤害",
|
||||
"rarity": "legendary",
|
||||
},
|
||||
"qin_nuzhen": {
|
||||
"id": "qin_nuzhen",
|
||||
"name": "秦弩阵",
|
||||
"faction": "qin",
|
||||
"type": "unit",
|
||||
"unit_type": "archer",
|
||||
"cost": 3,
|
||||
"op_cost": 1,
|
||||
"attack": 2,
|
||||
"defense": 2,
|
||||
"max_hp": 3,
|
||||
"description": "弓手·可从营地射击",
|
||||
"abilities": ["ranged"],
|
||||
"rarity": "common",
|
||||
},
|
||||
"qin_ruiqi": {
|
||||
"id": "qin_ruiqi",
|
||||
"name": "秦锐骑",
|
||||
"faction": "qin",
|
||||
"type": "unit",
|
||||
"unit_type": "cavalry",
|
||||
"cost": 3,
|
||||
"op_cost": 1,
|
||||
"attack": 3,
|
||||
"defense": 2,
|
||||
"max_hp": 2,
|
||||
"description": "骑兵·冲锋",
|
||||
"abilities": ["charge"],
|
||||
"rarity": "common",
|
||||
},
|
||||
"qin_fangzhen": {
|
||||
"id": "qin_fangzhen",
|
||||
"name": "秦方阵",
|
||||
"faction": "qin",
|
||||
"type": "unit",
|
||||
"unit_type": "infantry",
|
||||
"cost": 2,
|
||||
"op_cost": 1,
|
||||
"attack": 2,
|
||||
"defense": 3,
|
||||
"max_hp": 3,
|
||||
"description": "步兵·高防御",
|
||||
"abilities": [],
|
||||
"rarity": "common",
|
||||
},
|
||||
"qin_yuanjiao": {
|
||||
"id": "qin_yuanjiao",
|
||||
"name": "远交近攻",
|
||||
"faction": "qin",
|
||||
"type": "order",
|
||||
"cost": 3,
|
||||
"op_cost": 0,
|
||||
"effect_type": "damage_hq",
|
||||
"effect_params": {"damage": 3},
|
||||
"description": "对敌方都城造成3伤害",
|
||||
"rarity": "rare",
|
||||
},
|
||||
|
||||
# ==================== 齐 (Qi) ====================
|
||||
"qi_jiji": {
|
||||
@@ -348,6 +405,63 @@ CARD_DATABASE = {
|
||||
"description": "所有友方单位+1/+1",
|
||||
"rarity": "legendary",
|
||||
},
|
||||
"qi_changgong": {
|
||||
"id": "qi_changgong",
|
||||
"name": "齐长弓",
|
||||
"faction": "qi",
|
||||
"type": "unit",
|
||||
"unit_type": "archer",
|
||||
"cost": 2,
|
||||
"op_cost": 1,
|
||||
"attack": 2,
|
||||
"defense": 2,
|
||||
"max_hp": 2,
|
||||
"description": "弓手·可从营地射击",
|
||||
"abilities": ["ranged"],
|
||||
"rarity": "common",
|
||||
},
|
||||
"qi_shangdui": {
|
||||
"id": "qi_shangdui",
|
||||
"name": "齐商队",
|
||||
"faction": "qi",
|
||||
"type": "unit",
|
||||
"unit_type": "infantry",
|
||||
"cost": 1,
|
||||
"op_cost": 1,
|
||||
"attack": 1,
|
||||
"defense": 1,
|
||||
"max_hp": 2,
|
||||
"description": "部署时:获得2粮草",
|
||||
"abilities": ["gain_on_deploy:2"],
|
||||
"rarity": "common",
|
||||
},
|
||||
"qi_maobing": {
|
||||
"id": "qi_maobing",
|
||||
"name": "齐矛兵",
|
||||
"faction": "qi",
|
||||
"type": "unit",
|
||||
"unit_type": "infantry",
|
||||
"cost": 3,
|
||||
"op_cost": 1,
|
||||
"attack": 3,
|
||||
"defense": 3,
|
||||
"max_hp": 3,
|
||||
"description": "步兵",
|
||||
"abilities": [],
|
||||
"rarity": "common",
|
||||
},
|
||||
"qi_guanzhong": {
|
||||
"id": "qi_guanzhong",
|
||||
"name": "管仲治国",
|
||||
"faction": "qi",
|
||||
"type": "order",
|
||||
"cost": 2,
|
||||
"op_cost": 0,
|
||||
"effect_type": "buff_all",
|
||||
"effect_params": {"attack_bonus": 1, "defense_bonus": 1, "duration": 1},
|
||||
"description": "所有友方单位+1/+1",
|
||||
"rarity": "rare",
|
||||
},
|
||||
|
||||
# ==================== 楚 (Chu) ====================
|
||||
"chu_manbing": {
|
||||
@@ -458,6 +572,63 @@ CARD_DATABASE = {
|
||||
"description": "召唤2个楚蛮兵到营地",
|
||||
"rarity": "legendary",
|
||||
},
|
||||
"chu_manqi": {
|
||||
"id": "chu_manqi",
|
||||
"name": "楚蛮骑",
|
||||
"faction": "chu",
|
||||
"type": "unit",
|
||||
"unit_type": "cavalry",
|
||||
"cost": 3,
|
||||
"op_cost": 1,
|
||||
"attack": 3,
|
||||
"defense": 2,
|
||||
"max_hp": 2,
|
||||
"description": "骑兵·冲锋",
|
||||
"abilities": ["charge"],
|
||||
"rarity": "common",
|
||||
},
|
||||
"chu_nushou": {
|
||||
"id": "chu_nushou",
|
||||
"name": "楚弩手",
|
||||
"faction": "chu",
|
||||
"type": "unit",
|
||||
"unit_type": "archer",
|
||||
"cost": 2,
|
||||
"op_cost": 1,
|
||||
"attack": 2,
|
||||
"defense": 2,
|
||||
"max_hp": 2,
|
||||
"description": "弓手·可从营地射击",
|
||||
"abilities": ["ranged"],
|
||||
"rarity": "common",
|
||||
},
|
||||
"chu_wuzhu2": {
|
||||
"id": "chu_wuzhu2",
|
||||
"name": "楚巫祝",
|
||||
"faction": "chu",
|
||||
"type": "unit",
|
||||
"unit_type": "infantry",
|
||||
"cost": 2,
|
||||
"op_cost": 1,
|
||||
"attack": 1,
|
||||
"defense": 2,
|
||||
"max_hp": 3,
|
||||
"description": "回合开始时恢复友方单位1HP",
|
||||
"abilities": ["heal_all:1"],
|
||||
"rarity": "common",
|
||||
},
|
||||
"chu_tianxian": {
|
||||
"id": "chu_tianxian",
|
||||
"name": "楚天险",
|
||||
"faction": "chu",
|
||||
"type": "order",
|
||||
"cost": 3,
|
||||
"op_cost": 0,
|
||||
"effect_type": "heal_hq",
|
||||
"effect_params": {"amount": 4},
|
||||
"description": "恢复都城4HP",
|
||||
"rarity": "rare",
|
||||
},
|
||||
|
||||
# ==================== 燕 (Yan) ====================
|
||||
"yan_qibing": {
|
||||
@@ -568,6 +739,75 @@ CARD_DATABASE = {
|
||||
"description": "抽2牌",
|
||||
"rarity": "rare",
|
||||
},
|
||||
"yan_changqiang": {
|
||||
"id": "yan_changqiang",
|
||||
"name": "燕长枪",
|
||||
"faction": "yan",
|
||||
"type": "unit",
|
||||
"unit_type": "infantry",
|
||||
"cost": 2,
|
||||
"op_cost": 1,
|
||||
"attack": 2,
|
||||
"defense": 3,
|
||||
"max_hp": 3,
|
||||
"description": "步兵·高防御",
|
||||
"abilities": [],
|
||||
"rarity": "common",
|
||||
},
|
||||
"yan_qingqi": {
|
||||
"id": "yan_qingqi",
|
||||
"name": "燕轻骑",
|
||||
"faction": "yan",
|
||||
"type": "unit",
|
||||
"unit_type": "cavalry",
|
||||
"cost": 3,
|
||||
"op_cost": 0,
|
||||
"attack": 3,
|
||||
"defense": 1,
|
||||
"max_hp": 2,
|
||||
"description": "骑兵·冲锋·行动费用-1",
|
||||
"abilities": ["charge"],
|
||||
"rarity": "common",
|
||||
},
|
||||
"yan_chihou": {
|
||||
"id": "yan_chihou",
|
||||
"name": "燕斥候",
|
||||
"faction": "yan",
|
||||
"type": "unit",
|
||||
"unit_type": "infantry",
|
||||
"cost": 1,
|
||||
"op_cost": 1,
|
||||
"attack": 1,
|
||||
"defense": 1,
|
||||
"max_hp": 2,
|
||||
"description": "部署时:抽1牌",
|
||||
"abilities": ["draw_on_deploy:1"],
|
||||
"rarity": "common",
|
||||
},
|
||||
"yan_junling": {
|
||||
"id": "yan_junling",
|
||||
"name": "燕军令",
|
||||
"faction": "yan",
|
||||
"type": "order",
|
||||
"cost": 2,
|
||||
"op_cost": 0,
|
||||
"effect_type": "buff_type",
|
||||
"effect_params": {"unit_type": "cavalry", "attack_bonus": 1, "defense_bonus": 1, "duration": 1},
|
||||
"description": "所有骑兵+1/+1",
|
||||
"rarity": "rare",
|
||||
},
|
||||
"yan_danci": {
|
||||
"id": "yan_danci",
|
||||
"name": "燕丹刺秦",
|
||||
"faction": "yan",
|
||||
"type": "order",
|
||||
"cost": 6,
|
||||
"op_cost": 0,
|
||||
"effect_type": "damage_hq",
|
||||
"effect_params": {"damage": 6},
|
||||
"description": "对敌方都城造成6伤害",
|
||||
"rarity": "legendary",
|
||||
},
|
||||
|
||||
# ==================== 韩 (Han) ====================
|
||||
"han_nubing": {
|
||||
@@ -678,6 +918,63 @@ CARD_DATABASE = {
|
||||
"description": "对敌方都城造成4伤害",
|
||||
"rarity": "legendary",
|
||||
},
|
||||
"han_changgong": {
|
||||
"id": "han_changgong",
|
||||
"name": "韩长弓",
|
||||
"faction": "han",
|
||||
"type": "unit",
|
||||
"unit_type": "archer",
|
||||
"cost": 3,
|
||||
"op_cost": 1,
|
||||
"attack": 2,
|
||||
"defense": 3,
|
||||
"max_hp": 3,
|
||||
"description": "弓手·可从营地射击",
|
||||
"abilities": ["ranged"],
|
||||
"rarity": "common",
|
||||
},
|
||||
"han_tiejiang": {
|
||||
"id": "han_tiejiang",
|
||||
"name": "韩铁匠",
|
||||
"faction": "han",
|
||||
"type": "unit",
|
||||
"unit_type": "infantry",
|
||||
"cost": 1,
|
||||
"op_cost": 1,
|
||||
"attack": 1,
|
||||
"defense": 1,
|
||||
"max_hp": 2,
|
||||
"description": "部署时:获得2粮草",
|
||||
"abilities": ["gain_on_deploy:2"],
|
||||
"rarity": "common",
|
||||
},
|
||||
"han_fangzhen": {
|
||||
"id": "han_fangzhen",
|
||||
"name": "韩方阵",
|
||||
"faction": "han",
|
||||
"type": "unit",
|
||||
"unit_type": "infantry",
|
||||
"cost": 3,
|
||||
"op_cost": 1,
|
||||
"attack": 3,
|
||||
"defense": 3,
|
||||
"max_hp": 4,
|
||||
"description": "步兵·高生命",
|
||||
"abilities": [],
|
||||
"rarity": "common",
|
||||
},
|
||||
"han_nuzhen": {
|
||||
"id": "han_nuzhen",
|
||||
"name": "韩弩阵",
|
||||
"faction": "han",
|
||||
"type": "order",
|
||||
"cost": 3,
|
||||
"op_cost": 0,
|
||||
"effect_type": "damage_all_front",
|
||||
"effect_params": {"damage": 2, "target": "enemy"},
|
||||
"description": "对所有敌方前线单位造成2伤害",
|
||||
"rarity": "rare",
|
||||
},
|
||||
|
||||
# ==================== 赵 (Zhao) ====================
|
||||
"zhao_bianqi": {
|
||||
@@ -788,6 +1085,63 @@ CARD_DATABASE = {
|
||||
"description": "一个友方单位+3/+3",
|
||||
"rarity": "legendary",
|
||||
},
|
||||
"zhao_tieqi2": {
|
||||
"id": "zhao_tieqi2",
|
||||
"name": "赵轻骑",
|
||||
"faction": "zhao",
|
||||
"type": "unit",
|
||||
"unit_type": "cavalry",
|
||||
"cost": 4,
|
||||
"op_cost": 1,
|
||||
"attack": 4,
|
||||
"defense": 2,
|
||||
"max_hp": 3,
|
||||
"description": "骑兵·冲锋",
|
||||
"abilities": ["charge"],
|
||||
"rarity": "common",
|
||||
},
|
||||
"zhao_gongshou2": {
|
||||
"id": "zhao_gongshou2",
|
||||
"name": "赵弓手",
|
||||
"faction": "zhao",
|
||||
"type": "unit",
|
||||
"unit_type": "archer",
|
||||
"cost": 2,
|
||||
"op_cost": 1,
|
||||
"attack": 2,
|
||||
"defense": 2,
|
||||
"max_hp": 2,
|
||||
"description": "弓手·可从营地射击",
|
||||
"abilities": ["ranged"],
|
||||
"rarity": "common",
|
||||
},
|
||||
"zhao_qiangbing": {
|
||||
"id": "zhao_qiangbing",
|
||||
"name": "赵枪兵",
|
||||
"faction": "zhao",
|
||||
"type": "unit",
|
||||
"unit_type": "infantry",
|
||||
"cost": 2,
|
||||
"op_cost": 1,
|
||||
"attack": 2,
|
||||
"defense": 3,
|
||||
"max_hp": 3,
|
||||
"description": "步兵·高防御",
|
||||
"abilities": [],
|
||||
"rarity": "common",
|
||||
},
|
||||
"zhao_junling": {
|
||||
"id": "zhao_junling",
|
||||
"name": "赵军令",
|
||||
"faction": "zhao",
|
||||
"type": "order",
|
||||
"cost": 2,
|
||||
"op_cost": 0,
|
||||
"effect_type": "buff_all",
|
||||
"effect_params": {"attack_bonus": 1, "defense_bonus": 0, "duration": 1},
|
||||
"description": "所有友方单位+1攻击",
|
||||
"rarity": "rare",
|
||||
},
|
||||
|
||||
# ==================== 魏 (Wei) ====================
|
||||
"wei_wuzu": {
|
||||
@@ -898,50 +1252,63 @@ CARD_DATABASE = {
|
||||
"description": "对所有敌方前线单位造成3伤害",
|
||||
"rarity": "legendary",
|
||||
},
|
||||
|
||||
# ==================== 中立牌 (Neutral) ====================
|
||||
"neutral_miliao": {
|
||||
"id": "neutral_miliao",
|
||||
"name": "密探",
|
||||
"faction": "neutral",
|
||||
"wei_dunbing": {
|
||||
"id": "wei_dunbing",
|
||||
"name": "魏盾兵",
|
||||
"faction": "wei",
|
||||
"type": "unit",
|
||||
"unit_type": "infantry",
|
||||
"cost": 1,
|
||||
"cost": 2,
|
||||
"op_cost": 1,
|
||||
"attack": 1,
|
||||
"defense": 1,
|
||||
"max_hp": 2,
|
||||
"description": "部署时:抽1牌",
|
||||
"abilities": ["draw_on_deploy:1"],
|
||||
"rarity": "common",
|
||||
},
|
||||
"neutral_yimin": {
|
||||
"id": "neutral_yimin",
|
||||
"name": "义民",
|
||||
"faction": "neutral",
|
||||
"type": "unit",
|
||||
"unit_type": "infantry",
|
||||
"cost": 1,
|
||||
"op_cost": 1,
|
||||
"attack": 1,
|
||||
"defense": 2,
|
||||
"max_hp": 2,
|
||||
"description": "步兵",
|
||||
"defense": 3,
|
||||
"max_hp": 3,
|
||||
"description": "步兵·高防御",
|
||||
"abilities": [],
|
||||
"rarity": "common",
|
||||
},
|
||||
"neutral_liangcao": {
|
||||
"id": "neutral_liangcao",
|
||||
"name": "粮草补给",
|
||||
"faction": "neutral",
|
||||
"type": "order",
|
||||
"cost": 0,
|
||||
"op_cost": 0,
|
||||
"effect_type": "gain_provisions",
|
||||
"effect_params": {"amount": 2},
|
||||
"description": "获得2粮草",
|
||||
"wei_nushou": {
|
||||
"id": "wei_nushou",
|
||||
"name": "魏弩手",
|
||||
"faction": "wei",
|
||||
"type": "unit",
|
||||
"unit_type": "archer",
|
||||
"cost": 3,
|
||||
"op_cost": 1,
|
||||
"attack": 2,
|
||||
"defense": 3,
|
||||
"max_hp": 3,
|
||||
"description": "弓手·可从营地射击",
|
||||
"abilities": ["ranged"],
|
||||
"rarity": "common",
|
||||
},
|
||||
"wei_zhancha": {
|
||||
"id": "wei_zhancha",
|
||||
"name": "魏战车",
|
||||
"faction": "wei",
|
||||
"type": "unit",
|
||||
"unit_type": "chariot",
|
||||
"cost": 5,
|
||||
"op_cost": 2,
|
||||
"attack": 4,
|
||||
"defense": 4,
|
||||
"max_hp": 4,
|
||||
"description": "战车·无视报复",
|
||||
"abilities": ["no_retaliation"],
|
||||
"rarity": "common",
|
||||
},
|
||||
"wei_wuzuzhen": {
|
||||
"id": "wei_wuzuzhen",
|
||||
"name": "魏武卒阵",
|
||||
"faction": "wei",
|
||||
"type": "order",
|
||||
"cost": 3,
|
||||
"op_cost": 0,
|
||||
"effect_type": "buff_type",
|
||||
"effect_params": {"unit_type": "infantry", "attack_bonus": 2, "defense_bonus": 1, "duration": 1},
|
||||
"description": "所有步兵+2/+1",
|
||||
"rarity": "rare",
|
||||
},
|
||||
|
||||
# ==================== 盟国 (Ally) ====================
|
||||
# --- 鲁 (Lu) ---
|
||||
@@ -1456,133 +1823,125 @@ DECK_PRESETS = {
|
||||
"qin": {
|
||||
"faction": "qin",
|
||||
"cards": [
|
||||
"qin_tiesying", "qin_tiesying", "qin_tiesying",
|
||||
"qin_qiangnu", "qin_qiangnu", "qin_qiangnu",
|
||||
"qin_jiancu", "qin_jiancu", "qin_jiancu",
|
||||
"qin_bubing", "qin_bubing", "qin_bubing",
|
||||
"qin_qibing", "qin_qibing",
|
||||
"qin_gongcheng", "qin_gongcheng",
|
||||
"qin_fangzhen", "qin_fangzhen", "qin_fangzhen",
|
||||
"qin_qiangnu", "qin_qiangnu", "qin_qiangnu",
|
||||
"qin_shangyang", "qin_shangyang",
|
||||
"qin_lianheng",
|
||||
"qin_jiancu", "qin_jiancu", "qin_jiancu",
|
||||
"qin_nuzhen", "qin_nuzhen", "qin_nuzhen",
|
||||
"qin_ruiqi", "qin_ruiqi", "qin_ruiqi",
|
||||
"qin_tiesying", "qin_tiesying", "qin_tiesying",
|
||||
"qin_yuanjiao", "qin_yuanjiao",
|
||||
"qin_qibing", "qin_qibing",
|
||||
"qin_gongcheng",
|
||||
"qin_shihuang",
|
||||
"neutral_miliao", "neutral_miliao",
|
||||
"neutral_yimin", "neutral_yimin", "neutral_yimin",
|
||||
"neutral_liangcao", "neutral_liangcao", "neutral_liangcao",
|
||||
"neutral_yimin",
|
||||
"neutral_liangcao",
|
||||
],
|
||||
},
|
||||
"qi": {
|
||||
"faction": "qi",
|
||||
"cards": [
|
||||
"qi_shangdui", "qi_shangdui", "qi_shangdui",
|
||||
"qi_tongshang", "qi_tongshang", "qi_tongshang",
|
||||
"qi_changgong", "qi_changgong", "qi_changgong",
|
||||
"qi_guanzhong", "qi_guanzhong",
|
||||
"qi_jiji", "qi_jiji", "qi_jiji",
|
||||
"qi_shangren", "qi_shangren", "qi_shangren",
|
||||
"qi_gongshou", "qi_gongshou", "qi_gongshou",
|
||||
"qi_tianqi", "qi_tianqi",
|
||||
"qi_tongshang", "qi_tongshang", "qi_tongshang",
|
||||
"qi_jixia",
|
||||
"qi_sunbin", "qi_sunbin",
|
||||
"qi_gongshou", "qi_gongshou", "qi_gongshou",
|
||||
"qi_jixia", "qi_jixia",
|
||||
"qi_maobing", "qi_maobing", "qi_maobing",
|
||||
"qi_fuguo",
|
||||
"neutral_miliao", "neutral_miliao",
|
||||
"neutral_yimin", "neutral_yimin", "neutral_yimin",
|
||||
"neutral_liangcao", "neutral_liangcao", "neutral_liangcao",
|
||||
"neutral_yimin", "neutral_yimin",
|
||||
"neutral_miliao",
|
||||
"neutral_yimin",
|
||||
"qi_tianqi", "qi_tianqi",
|
||||
],
|
||||
},
|
||||
"chu": {
|
||||
"faction": "chu",
|
||||
"cards": [
|
||||
"chu_manbing", "chu_manbing", "chu_manbing",
|
||||
"chu_wuyi", "chu_wuyi", "chu_wuyi",
|
||||
"chu_gongshou", "chu_gongshou", "chu_gongshou",
|
||||
"chu_zhancha", "chu_zhancha",
|
||||
"chu_gushou", "chu_gushou", "chu_gushou",
|
||||
"chu_cici",
|
||||
"chu_nushou", "chu_nushou", "chu_nushou",
|
||||
"chu_wuyi", "chu_wuyi", "chu_wuyi",
|
||||
"chu_wuzhu2", "chu_wuzhu2", "chu_wuzhu2",
|
||||
"chu_dazhao", "chu_dazhao",
|
||||
"chu_gongshou", "chu_gongshou", "chu_gongshou",
|
||||
"chu_manbing", "chu_manbing", "chu_manbing",
|
||||
"chu_manqi", "chu_manqi", "chu_manqi",
|
||||
"chu_tianxian", "chu_tianxian",
|
||||
"chu_cici", "chu_cici",
|
||||
"chu_zhancha", "chu_zhancha",
|
||||
"chu_xiangyu",
|
||||
"neutral_miliao", "neutral_miliao",
|
||||
"neutral_yimin", "neutral_yimin", "neutral_yimin",
|
||||
"neutral_liangcao", "neutral_liangcao", "neutral_liangcao",
|
||||
"neutral_yimin", "neutral_yimin",
|
||||
"neutral_miliao",
|
||||
"neutral_yimin",
|
||||
],
|
||||
},
|
||||
"yan": {
|
||||
"faction": "yan",
|
||||
"cards": [
|
||||
"yan_qibing", "yan_qibing", "yan_qibing",
|
||||
"yan_cike", "yan_cike",
|
||||
"yan_bubing", "yan_bubing", "yan_bubing",
|
||||
"yan_gongshou", "yan_gongshou", "yan_gongshou",
|
||||
"yan_jingke",
|
||||
"yan_chihou", "yan_chihou", "yan_chihou",
|
||||
"yan_jixing", "yan_jixing", "yan_jixing",
|
||||
"yan_bubing", "yan_bubing", "yan_bubing",
|
||||
"yan_changqiang", "yan_changqiang", "yan_changqiang",
|
||||
"yan_junling", "yan_junling",
|
||||
"yan_qibing", "yan_qibing", "yan_qibing",
|
||||
"yan_tuxi", "yan_tuxi",
|
||||
"yan_yanzhao", "yan_yanzhao",
|
||||
"neutral_yimin", "neutral_yimin", "neutral_yimin",
|
||||
"neutral_liangcao", "neutral_liangcao", "neutral_liangcao",
|
||||
"neutral_miliao", "neutral_miliao",
|
||||
"neutral_miliao",
|
||||
"neutral_yimin", "neutral_yimin",
|
||||
"yan_cike", "yan_cike",
|
||||
"yan_gongshou", "yan_gongshou", "yan_gongshou",
|
||||
"yan_qingqi", "yan_qingqi", "yan_qingqi",
|
||||
"yan_yanzhao",
|
||||
"yan_jingke",
|
||||
"yan_danci",
|
||||
],
|
||||
},
|
||||
"han": {
|
||||
"faction": "han",
|
||||
"cards": [
|
||||
"han_tiejiang", "han_tiejiang", "han_tiejiang",
|
||||
"han_liannu", "han_liannu", "han_liannu",
|
||||
"han_nubing", "han_nubing", "han_nubing",
|
||||
"han_shushi", "han_shushi", "han_shushi",
|
||||
"han_jianbing", "han_jianbing", "han_jianbing",
|
||||
"han_qibing", "han_qibing",
|
||||
"han_weiwei", "han_weiwei",
|
||||
"han_fubing",
|
||||
"han_liannu", "han_liannu", "han_liannu",
|
||||
"han_changgong", "han_changgong", "han_changgong",
|
||||
"han_fangzhen", "han_fangzhen", "han_fangzhen",
|
||||
"han_fubing", "han_fubing",
|
||||
"han_jianbing", "han_jianbing", "han_jianbing",
|
||||
"han_nuzhen", "han_nuzhen",
|
||||
"han_qibing", "han_qibing",
|
||||
"han_shenjian",
|
||||
"neutral_miliao", "neutral_miliao",
|
||||
"neutral_yimin", "neutral_yimin", "neutral_yimin",
|
||||
"neutral_liangcao", "neutral_liangcao", "neutral_liangcao",
|
||||
"neutral_yimin",
|
||||
"neutral_miliao",
|
||||
"neutral_yimin", "neutral_yimin",
|
||||
],
|
||||
},
|
||||
"zhao": {
|
||||
"faction": "zhao",
|
||||
"cards": [
|
||||
"zhao_bianqi", "zhao_bianqi", "zhao_bianqi",
|
||||
"zhao_tieqi", "zhao_tieqi",
|
||||
"zhao_chongfeng", "zhao_chongfeng", "zhao_chongfeng",
|
||||
"zhao_bubing", "zhao_bubing", "zhao_bubing",
|
||||
"zhao_gongshou2", "zhao_gongshou2", "zhao_gongshou2",
|
||||
"zhao_junling", "zhao_junling",
|
||||
"zhao_qiangbing", "zhao_qiangbing", "zhao_qiangbing",
|
||||
"zhao_qixi", "zhao_qixi",
|
||||
"zhao_bianqi", "zhao_bianqi",
|
||||
"zhao_gongshou", "zhao_gongshou", "zhao_gongshou",
|
||||
"zhao_qixi", "zhao_qixi", "zhao_qixi",
|
||||
"zhao_wuling",
|
||||
"zhao_chongfeng", "zhao_chongfeng",
|
||||
"zhao_wuling", "zhao_wuling",
|
||||
"zhao_lianpo",
|
||||
"neutral_miliao", "neutral_miliao",
|
||||
"neutral_yimin", "neutral_yimin", "neutral_yimin",
|
||||
"neutral_liangcao", "neutral_liangcao", "neutral_liangcao",
|
||||
"neutral_yimin", "neutral_yimin",
|
||||
"neutral_miliao",
|
||||
"neutral_yimin",
|
||||
"zhao_tieqi2", "zhao_tieqi2", "zhao_tieqi2",
|
||||
"zhao_tieqi",
|
||||
"zhao_qixi",
|
||||
"zhao_bianqi",
|
||||
],
|
||||
},
|
||||
"wei": {
|
||||
"faction": "wei",
|
||||
"cards": [
|
||||
"wei_wuzu", "wei_wuzu", "wei_wuzu",
|
||||
"wei_zhongzhuang", "wei_zhongzhuang", "wei_zhongzhuang",
|
||||
"wei_gongshou", "wei_gongshou", "wei_gongshou",
|
||||
"wei_qibing", "wei_qibing",
|
||||
"wei_zhengjun", "wei_zhengjun", "wei_zhengjun",
|
||||
"wei_diaodu", "wei_diaodu", "wei_diaodu",
|
||||
"wei_lianbao",
|
||||
"wei_dunbing", "wei_dunbing", "wei_dunbing",
|
||||
"wei_gongshou", "wei_gongshou", "wei_gongshou",
|
||||
"wei_zhengjun",
|
||||
"wei_lianbao", "wei_lianbao",
|
||||
"wei_nushou", "wei_nushou", "wei_nushou",
|
||||
"wei_wuzu", "wei_wuzu", "wei_wuzu",
|
||||
"wei_wuzuzhen", "wei_wuzuzhen",
|
||||
"wei_zhongzhuang", "wei_zhongzhuang", "wei_zhongzhuang",
|
||||
"wei_qibing", "wei_qibing", "wei_qibing",
|
||||
"wei_zhancha", "wei_zhancha",
|
||||
"wei_zhengjun",
|
||||
"wei_weiliaozi",
|
||||
"neutral_miliao", "neutral_miliao",
|
||||
"neutral_liangcao", "neutral_liangcao", "neutral_liangcao",
|
||||
"neutral_yimin", "neutral_yimin", "neutral_yimin",
|
||||
"neutral_yimin",
|
||||
"neutral_miliao",
|
||||
"neutral_yimin",
|
||||
],
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user