kards-env/assets/cards/germany.yaml

50 lines
1.3 KiB
YAML
Raw Normal View History

2025-09-05 17:05:43 +08:00
# German Unit Cards
# 德军单位卡牌定义
unit_cards:
# Basic Infantry
- id: "ger_grenadier_basic"
template: "unit_card"
name: "Grenadier"
cost: 1
nation: "germany"
rarity: 1
description: "Basic German infantry unit"
unit_definition_id: "ger_infantry_grenadier"
- id: "ger_grenadier_veteran"
template: "unit_card"
name: "Veteran Grenadier"
cost: 2
nation: "germany"
rarity: 2
description: "Experienced German infantry with improved combat skills"
unit_definition_id: "ger_infantry_grenadier"
- id: "ger_grenadier_elite"
template: "unit_card"
name: "Elite Grenadier"
cost: 3
nation: "germany"
rarity: 3
description: "Elite German infantry unit with superior training"
unit_definition_id: "ger_infantry_grenadier"
# Panzer Units
- id: "ger_panzer_iv"
template: "unit_card"
name: "Panzer IV"
cost: 4
nation: "germany"
rarity: 3
description: "German medium tank, backbone of panzer divisions"
unit_definition_id: "ger_tank_panzer_iv"
- id: "ger_panzer_tiger"
template: "unit_card"
name: "Tiger I"
cost: 6
nation: "germany"
rarity: 4
description: "Heavy German tank with thick armor and powerful gun"
unit_definition_id: "ger_tank_tiger"