63 lines
1.4 KiB
YAML
63 lines
1.4 KiB
YAML
|
|
# Italian Unit Cards
|
||
|
|
# 意大利单位卡牌定义
|
||
|
|
|
||
|
|
unit_cards:
|
||
|
|
# Basic Infantry
|
||
|
|
- id: "ita_bersaglieri_basic"
|
||
|
|
template: "unit_card"
|
||
|
|
name: "Bersaglieri"
|
||
|
|
cost: 1
|
||
|
|
nation: "italy"
|
||
|
|
rarity: 2
|
||
|
|
description: "Italian elite rifle corps"
|
||
|
|
unit_definition_id: "ita_infantry_bersaglieri"
|
||
|
|
|
||
|
|
- id: "ita_alpini"
|
||
|
|
template: "unit_card"
|
||
|
|
name: "Alpini"
|
||
|
|
cost: 2
|
||
|
|
nation: "italy"
|
||
|
|
rarity: 2
|
||
|
|
description: "Italian mountain troops"
|
||
|
|
unit_definition_id: "ita_infantry_alpini"
|
||
|
|
|
||
|
|
# Tank Units
|
||
|
|
- id: "ita_m13_tank"
|
||
|
|
template: "unit_card"
|
||
|
|
name: "M13/40"
|
||
|
|
cost: 3
|
||
|
|
nation: "italy"
|
||
|
|
rarity: 2
|
||
|
|
description: "Italian medium tank"
|
||
|
|
unit_definition_id: "ita_tank_m13"
|
||
|
|
|
||
|
|
# Artillery
|
||
|
|
- id: "ita_75mm_gun"
|
||
|
|
template: "unit_card"
|
||
|
|
name: "75mm Field Gun"
|
||
|
|
cost: 2
|
||
|
|
nation: "italy"
|
||
|
|
rarity: 2
|
||
|
|
description: "Italian field artillery"
|
||
|
|
unit_definition_id: "ita_artillery_75mm"
|
||
|
|
|
||
|
|
# Air Force
|
||
|
|
- id: "ita_mc202_fighter"
|
||
|
|
template: "unit_card"
|
||
|
|
name: "MC.202 Folgore"
|
||
|
|
cost: 3
|
||
|
|
nation: "italy"
|
||
|
|
rarity: 3
|
||
|
|
description: "Italian fighter aircraft"
|
||
|
|
unit_definition_id: "ita_aircraft_mc202"
|
||
|
|
|
||
|
|
# Support Infantry
|
||
|
|
- id: "ita_blackshirts"
|
||
|
|
template: "unit_card"
|
||
|
|
name: "Blackshirts"
|
||
|
|
cost: 1
|
||
|
|
nation: "italy"
|
||
|
|
rarity: 2
|
||
|
|
description: "Italian fascist militia"
|
||
|
|
unit_definition_id: "ita_infantry_blackshirts"
|