-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0c1e1fb
commit 3ecafa4
Showing
6 changed files
with
65 additions
and
190 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
commander_tree.Harrier: | ||
Inherits: ^default.commander_tree_item | ||
RenderSprites: | ||
Image: harr | ||
Tooltip: | ||
Name: Harrier | ||
Buildable: | ||
Queue: Commander_Tree | ||
BuildPaletteOrder: 50 | ||
ForceIconLocation: true | ||
Prerequisites: prerequisite.has_points, techcenter, ~aircraft.allies, ~!aircraft.germany | ||
Description: Enables to build the Harrier, a VTOL aircraft. \n Strong vs. groups of light armored ground units. | ||
|
||
commander_tree.Harrier.Avionics: | ||
Inherits: ^default.commander_tree_item | ||
WithProductionIconOverlay@Air: | ||
Types: Air | ||
RenderSprites: | ||
Image: harr | ||
Tooltip: | ||
Name: Harrier Avionics Upgrade | ||
Buildable: | ||
Queue: Commander_Tree | ||
BuildPaletteOrder: 51 | ||
ForceIconLocation: true | ||
Prerequisites: prerequisite.has_points, techcenter, commander_tree.harrier, ~!commander_tree.harrier.payload, ~aircraft.england | ||
Description: Upgrades the Avionics of the Harrier, allowing it to hover when shooting \n | ||
ProvidesPrerequisite@filler: | ||
Prerequisite: filler.harrier | ||
|
||
commander_tree.Harrier.Payload: | ||
Inherits: ^default.commander_tree_item | ||
WithProductionIconOverlay@Bullets: | ||
Types: Bullets | ||
RenderSprites: | ||
Image: harr | ||
Tooltip: | ||
Name: Harrier Payload Upgrade | ||
Buildable: | ||
Queue: Commander_Tree | ||
BuildPaletteOrder: 51 | ||
ForceIconLocation: true | ||
Prerequisites: prerequisite.has_points, techcenter, commander_tree.harrier, ~!commander_tree.harrier.avionics, ~aircraft.allies, ~!aircraft.germany | ||
Description: Increases the Payload of the Harrier \n | ||
ProvidesPrerequisite@filler: | ||
Prerequisite: filler.harrier | ||
|
||
hack.cameo_filler.28: | ||
Inherits: ^default.cameo_filler | ||
Buildable: | ||
BuildPaletteOrder: 51 | ||
Prerequisites: prerequisite.has_points, ~aircraft.france, techcenter, disabled | ||
|
||
hack.cameo_filler.29: | ||
Inherits: ^default.cameo_filler | ||
Buildable: | ||
BuildPaletteOrder: 52 | ||
Prerequisites: prerequisite.has_points, ~aircraft.england, techcenter, ~filler.harrier, disabled |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters