Skip to content

Commit

Permalink
Add Nuke Cannon and Inferno Cannon for China Tank and optional content (
Browse files Browse the repository at this point in the history
  • Loading branch information
Jundiyy authored Oct 31, 2021
1 parent 1d01f77 commit 2a6225d
Show file tree
Hide file tree
Showing 2 changed files with 493 additions and 0 deletions.
16 changes: 16 additions & 0 deletions Patch104pZH/GameFilesEdited/Data/INI/CommandButton.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7840,7 +7840,23 @@ CommandButton Tank_Command_ConstructChinaAirfield
DescriptLabel = CONTROLBAR:ToolTipChinaBuildAirField
End

CommandButton Tank_Command_ConstructChinaVehicleInfernoCannon ; Patch104p Jundiyy 17.10.2021 Added to allow Tank General to build it's Inferno Cannon.
Command = UNIT_BUILD
Object = Tank_ChinaVehicleInfernoCannon
TextLabel = CONTROLBAR:ConstructChinaVehicleInfernoCannon
ButtonImage = SNInferno
ButtonBorderType = BUILD ; Identifier for the User as to what kind of button this is
DescriptLabel = CONTROLBAR:ToolTipChinaBuildInfernoCannon
End

CommandButton Tank_Command_ConstructChinaVehicleNukeLauncher ; Patch104p Jundiyy 17.10.2021 Added to allow Tank General to build it's Nuke Cannon.
Command = UNIT_BUILD
Object = Tank_ChinaVehicleNukeLauncher
TextLabel = CONTROLBAR:ConstructChinaVehicleNukeLauncher
ButtonImage = SNNukeCannon
ButtonBorderType = BUILD ; Identifier for the User as to what kind of button this is
DescriptLabel = CONTROLBAR:ToolTipChinaBuildNukeLauncher
End

CommandButton Tank_Command_ConstructChinaTankDragon
Command = UNIT_BUILD
Expand Down
Loading

0 comments on commit 2a6225d

Please sign in to comment.