# 日军单位定义 units: # 步兵单位 - id: "jpn_infantry_15th_cavalry" name: "15th Cavalry Regiment" nation: "JAPAN" type: "Infantry" stats: attack: 2 defense: 1 operation_cost: 0 keywords: - "BLITZ" abilities: [] - id: "jpn_infantry_33rd_recon" name: "33rd RECON" nation: "JAPAN" type: "Infantry" stats: attack: 1 defense: 2 operation_cost: 1 keywords: [] abilities: [] - id: "jpn_infantry_imperial_guard" name: "Imperial Guard" nation: "JAPAN" type: "Infantry" stats: attack: 3 defense: 2 operation_cost: 1 keywords: - "GUARD" abilities: [] # 坦克单位 - id: "jpn_tank_type97" name: "Type 97 Chi-Ha" nation: "JAPAN" type: "Tank" stats: attack: 3 defense: 2 operation_cost: 2 keywords: [] abilities: [] - id: "jpn_tank_type95" name: "Type 95 Ha-Go" nation: "JAPAN" type: "Tank" stats: attack: 2 defense: 1 operation_cost: 1 keywords: - "BLITZ" abilities: [] # 火炮单位 - id: "jpn_artillery_type38" name: "Type 38 Howitzer" nation: "JAPAN" type: "Artillery" stats: attack: 3 defense: 1 operation_cost: 2 keywords: [] abilities: [] - id: "jpn_artillery_aa_gun" name: "Type 88 AA Gun" nation: "JAPAN" type: "Artillery" stats: attack: 2 defense: 2 operation_cost: 3 keywords: - "GUARD" abilities: - trigger: "on_attack" effects: - action: "deal_extra_damage" target: "air_units" amount: 2 # 战斗机 - id: "jpn_fighter_zero" name: "A6M Zero" nation: "JAPAN" type: "Fighter" stats: attack: 3 defense: 2 operation_cost: 3 keywords: - "BLITZ" abilities: [] - id: "jpn_fighter_oscar" name: "Ki-43 Oscar" nation: "JAPAN" type: "Fighter" stats: attack: 2 defense: 1 operation_cost: 2 keywords: - "BLITZ" abilities: [] # 轰炸机 - id: "jpn_bomber_betty" name: "G4M Betty" nation: "JAPAN" type: "Bomber" stats: attack: 4 defense: 1 operation_cost: 4 keywords: [] abilities: - trigger: "on_deploy" effects: - action: "deal_damage" target: "enemy_support_random" amount: 3 - id: "jpn_bomber_val" name: "D3A Val" nation: "JAPAN" type: "Bomber" stats: attack: 2 defense: 1 operation_cost: 2 keywords: [] abilities: - trigger: "on_deploy" effects: - action: "deal_damage" target: "enemy_support_random" amount: 2 - id: "jpn_infantry_58th_regiment" name: "58th Infantry Regiment" nation: "JAPAN" type: "Infantry" stats: attack: 2 defense: 2 operation_cost: 1 keywords: [] abilities: [] - id: "jpn_infantry_2nd_raiding_brigade" name: "2nd Raiding Brigade" nation: "JAPAN" type: "Infantry" stats: attack: 4 defense: 2 operation_cost: 3 keywords: - "BLITZ" abilities: [] - id: "jpn_bomber_ki30_ann" name: "Ki-30 ANN" nation: "JAPAN" type: "Bomber" stats: attack: 2 defense: 1 operation_cost: 3 keywords: [] abilities: - trigger: "on_deploy" effects: - action: "deal_damage" target: "enemy_support_random" amount: 1 - id: "jpn_artillery_type96_aa" name: "Type 96 AA Gun" nation: "JAPAN" type: "Artillery" stats: attack: 2 defense: 2 operation_cost: 3 keywords: - "GUARD" abilities: - trigger: "on_attack" effects: - action: "deal_extra_damage" target: "air_units" amount: 1 # Additional Tank Units - id: "jpn_tank_type94_tk_early" name: "Type 94 TK Early" nation: "JAPAN" type: "Tank" stats: attack: 1 defense: 1 operation_cost: 1 keywords: - "BLITZ" abilities: [] - id: "jpn_tank_type93" name: "Type 93" nation: "JAPAN" type: "Tank" stats: attack: 2 defense: 1 operation_cost: 1 keywords: - "BLITZ" abilities: [] # Additional Infantry Regiments - id: "jpn_infantry_kurume_regiment" name: "KURUME Regiment" nation: "JAPAN" type: "Infantry" stats: attack: 2 defense: 2 operation_cost: 2 keywords: [] abilities: [] - id: "jpn_infantry_kagoshima_regiment" name: "Kagoshima Regiment" nation: "JAPAN" type: "Infantry" stats: attack: 3 defense: 2 operation_cost: 3 keywords: - "GUARD" abilities: [] - id: "jpn_infantry_sendai_regiment" name: "Sendai Regiment" nation: "JAPAN" type: "Infantry" stats: attack: 4 defense: 3 operation_cost: 4 keywords: - "GUARD" abilities: [] # Advanced Fighter Aircraft - id: "jpn_fighter_ki45_dragon_slayer" name: "Ki45 Dragon slayer" nation: "JAPAN" type: "Fighter" stats: attack: 3 defense: 2 operation_cost: 4 keywords: [] abilities: - trigger: "on_attack" effects: - action: "deal_extra_damage" target: "bombers" amount: 2 - id: "jpn_fighter_a6m2_zero" name: "A6M2 Zero" nation: "JAPAN" type: "Fighter" stats: attack: 4 defense: 3 operation_cost: 5 keywords: - "BLITZ" abilities: [] - id: "jpn_fighter_ki61_hien" name: "Ki-61 Hien" nation: "JAPAN" type: "Fighter" stats: attack: 4 defense: 2 operation_cost: 5 keywords: - "BLITZ" abilities: - trigger: "on_attack" effects: - action: "deal_extra_damage" target: "air_units" amount: 1