kards-env/assets/cards/japan.yaml.bak

158 lines
4.1 KiB
YAML
Raw Normal View History

2025-09-05 17:05:43 +08:00
# Japanese Unit Cards
# 日军单位卡牌定义
unit_cards:
# 步兵单位
- id: "jpn_15th_cavalry_card"
template: "unit_card"
name: "15th Cavalry Regiment"
cost: 1
nation: "japan"
rarity: 3
description: "Elite Japanese cavalry with rapid deployment capability"
unit_definition_id: "jpn_infantry_15th_cavalry"
- id: "jpn_33rd_recon_card"
template: "unit_card"
name: "33rd Reconnaissance"
cost: 1
nation: "japan"
rarity: 2
description: "Japanese reconnaissance unit with superior defense"
unit_definition_id: "jpn_infantry_33rd_recon"
- id: "jpn_imperial_guard_card"
template: "unit_card"
name: "Imperial Guard"
cost: 3
nation: "japan"
rarity: 4
description: "Elite Japanese Imperial Guard infantry"
unit_definition_id: "jpn_infantry_imperial_guard"
# 坦克单位
- id: "jpn_type97_card"
name: "Type 97 Chi-Ha"
type: "unit"
cost: 3
nation: "japan"
rarity: 2
description: "Japanese medium tank with decent armor"
unit_definition_id: "jpn_tank_type97"
params:
- name: "deploy_position"
type: "slot"
range: [0, 4]
required: false
description: "Deploy position (0-4, default: rightmost available slot)"
- id: "jpn_type95_card"
name: "Type 95 Ha-Go"
type: "unit"
cost: 2
nation: "japan"
rarity: 1
description: "Light Japanese tank for reconnaissance"
unit_definition_id: "jpn_tank_type95"
params:
- name: "deploy_position"
type: "slot"
range: [0, 4]
required: false
description: "Deploy position (0-4, default: rightmost available slot)"
# 火炮单位
- id: "jpn_type38_howitzer_card"
name: "Type 38 Howitzer"
type: "unit"
cost: 3
nation: "japan"
rarity: 2
description: "Japanese field artillery providing fire support"
unit_definition_id: "jpn_artillery_type38"
params:
- name: "deploy_position"
type: "slot"
range: [0, 4]
required: false
description: "Deploy position (0-4, default: rightmost available slot)"
- id: "jpn_aa_gun_card"
name: "Type 88 AA Gun"
type: "unit"
cost: 4
nation: "japan"
rarity: 3
description: "Anti-aircraft gun effective against air units"
unit_definition_id: "jpn_artillery_aa_gun"
params:
- name: "deploy_position"
type: "slot"
range: [0, 4]
required: false
description: "Deploy position (0-4, default: rightmost available slot)"
# 战斗机
- id: "jpn_zero_card"
name: "A6M Zero"
type: "unit"
cost: 4
nation: "japan"
rarity: 4
description: "Legendary Japanese fighter aircraft"
unit_definition_id: "jpn_fighter_zero"
params:
- name: "deploy_position"
type: "slot"
range: [0, 4]
required: false
description: "Deploy position (0-4, default: rightmost available slot)"
- id: "jpn_oscar_card"
name: "Ki-43 Oscar"
type: "unit"
cost: 3
nation: "japan"
rarity: 2
description: "Maneuverable Japanese fighter"
unit_definition_id: "jpn_fighter_oscar"
params:
- name: "deploy_position"
type: "slot"
range: [0, 4]
required: false
description: "Deploy position (0-4, default: rightmost available slot)"
# 轰炸机
- id: "jpn_betty_card"
name: "G4M Betty"
type: "unit"
cost: 5
nation: "japan"
rarity: 3
description: "Long-range Japanese bomber"
unit_definition_id: "jpn_bomber_betty"
params:
- name: "deploy_position"
type: "slot"
range: [0, 4]
required: false
description: "Deploy position (0-4, default: rightmost available slot)"
- id: "jpn_val_card"
name: "D3A Val"
type: "unit"
cost: 3
nation: "japan"
rarity: 2
description: "Japanese dive bomber with precision strikes"
unit_definition_id: "jpn_bomber_val"
params:
- name: "deploy_position"
type: "slot"
range: [0, 4]
required: false
description: "Deploy position (0-4, default: rightmost available slot)"
# 特殊单位