119 lines
2.8 KiB
YAML
119 lines
2.8 KiB
YAML
# American Unit Cards
|
|
# 美军单位卡牌定义
|
|
|
|
unit_cards:
|
|
# Basic Infantry
|
|
- id: "usa_rifleman_basic"
|
|
template: "unit_card"
|
|
name: "Rifleman"
|
|
cost: 1
|
|
nation: "usa"
|
|
rarity: 1
|
|
description: "Basic American infantry unit"
|
|
unit_definition_id: "usa_infantry_rifleman"
|
|
|
|
- id: "usa_rifleman_veteran"
|
|
template: "unit_card"
|
|
name: "Veteran Rifleman"
|
|
cost: 2
|
|
nation: "usa"
|
|
rarity: 2
|
|
description: "Experienced American infantry with combat training"
|
|
unit_definition_id: "usa_infantry_rifleman"
|
|
|
|
- id: "usa_rangers"
|
|
template: "unit_card"
|
|
name: "Rangers"
|
|
cost: 3
|
|
nation: "usa"
|
|
rarity: 3
|
|
description: "Elite American special forces"
|
|
unit_definition_id: "usa_infantry_rangers"
|
|
|
|
# Tank Units
|
|
- id: "usa_sherman_m4"
|
|
template: "unit_card"
|
|
name: "M4 Sherman"
|
|
cost: 4
|
|
nation: "usa"
|
|
rarity: 3
|
|
description: "American medium tank, reliable and versatile"
|
|
unit_definition_id: "usa_tank_sherman"
|
|
|
|
- id: "usa_pershing_m26"
|
|
template: "unit_card"
|
|
name: "M26 Pershing"
|
|
cost: 5
|
|
nation: "usa"
|
|
rarity: 4
|
|
description: "Heavy American tank with powerful gun"
|
|
unit_definition_id: "usa_tank_pershing"
|
|
|
|
# Artillery
|
|
- id: "usa_howitzer_105"
|
|
template: "unit_card"
|
|
name: "M2A1 Howitzer"
|
|
cost: 3
|
|
nation: "usa"
|
|
rarity: 2
|
|
description: "American 105mm field artillery"
|
|
unit_definition_id: "usa_artillery_howitzer"
|
|
|
|
# Specialized Infantry
|
|
- id: "usa_paratroopers"
|
|
template: "unit_card"
|
|
name: "Paratroopers"
|
|
cost: 3
|
|
nation: "usa"
|
|
rarity: 3
|
|
description: "American airborne infantry"
|
|
unit_definition_id: "usa_infantry_paratroopers"
|
|
|
|
- id: "usa_engineers"
|
|
template: "unit_card"
|
|
name: "Combat Engineers"
|
|
cost: 2
|
|
nation: "usa"
|
|
rarity: 2
|
|
description: "American combat engineers"
|
|
unit_definition_id: "usa_infantry_engineers"
|
|
|
|
# Air Force
|
|
- id: "usa_p51_mustang"
|
|
template: "unit_card"
|
|
name: "P-51 Mustang"
|
|
cost: 4
|
|
nation: "usa"
|
|
rarity: 3
|
|
description: "American long-range fighter"
|
|
unit_definition_id: "usa_aircraft_p51"
|
|
|
|
- id: "usa_b17_bomber"
|
|
template: "unit_card"
|
|
name: "B-17 Flying Fortress"
|
|
cost: 5
|
|
nation: "usa"
|
|
rarity: 4
|
|
description: "Heavy American bomber"
|
|
unit_definition_id: "usa_aircraft_b17"
|
|
|
|
# Anti-Tank
|
|
- id: "usa_m3_at_gun"
|
|
template: "unit_card"
|
|
name: "M3 Anti-Tank Gun"
|
|
cost: 2
|
|
nation: "usa"
|
|
rarity: 2
|
|
description: "American 37mm anti-tank gun"
|
|
unit_definition_id: "usa_artillery_at_gun"
|
|
|
|
# Support Units
|
|
- id: "usa_bazooka_team"
|
|
template: "unit_card"
|
|
name: "Bazooka Team"
|
|
cost: 2
|
|
nation: "usa"
|
|
rarity: 2
|
|
description: "American anti-tank rocket team"
|
|
unit_definition_id: "usa_infantry_bazooka"
|