Skip to content

Commit

Permalink
fix for eurofighter crash, banshee husk size and maybe overlord
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickwieth committed Mar 12, 2024
1 parent ffc874f commit 8f5a80c
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 6 deletions.
3 changes: 2 additions & 1 deletion AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,9 @@ Contributors & special thanks to:
* zenoniations (Chinese Gatling Tank)
* Shepherd Moons (Inferno Cannon)
* YUAN YIN (China gatling infantry)
* Augusto (Red Guard, )
* Augusto (Red Guard, Minigunner, Tank Hunter)
* DarkStar (snct.shp/SonicTurret)
* Conman (Bi Xi Dragon)

Of course YMCA wouldn't exist today without OpenRA & the
hard work of the many OpenRA contributors.
Expand Down
11 changes: 6 additions & 5 deletions mods/ca/rules/china/vehicles.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -297,10 +297,11 @@ choverlord:
Scale: 0.8
Image: overlord
WithVoxelBody:
RequiresCondition: !vehicles.chinatnk
Sequence: idle
RequiresCondition: !chinatnk
WithVoxelBody@Emperor:
Sequence: emperor
RequiresCondition: !vehicles.chinatnk
RequiresCondition: chinatnk
RenderSprites:
Image: choverlord
Inherits: ^BigVehicle
Expand All @@ -315,12 +316,12 @@ choverlord:
Cost: 2000
Tooltip:
Name: Overlord Tank
RequiresCondition: !vehicles.chinatnk
RequiresCondition: !chinatnk
Tooltip@Emperor:
Name: Emperor Overlord
RequiresCondition: vehicles.chinatnk
RequiresCondition: chinatnk
DamageMultiplier@uparmor:
RequiresCondition: vehicles.chinatnk
RequiresCondition: chinatnk
Modifier: 80
Buildable:
BuildPaletteOrder: 60
Expand Down
18 changes: 18 additions & 0 deletions mods/ca/rules/husks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1436,6 +1436,7 @@ SCRN.Husk:
Inherits: ^VoxelPlaneHusk
RenderVoxels:
Image: scrn.husk
Scale: 1
Tooltip:
Name: Banshee
Aircraft:
Expand Down Expand Up @@ -1690,6 +1691,23 @@ raptor.Husk:
Image: raptor
PlayerPalette: overlayplayertd

eurofighter.Husk:
Inherits: ^VoxelJetHusk
RenderVoxels:
Scale: 1
Image: eurofighter.husk
Contrail@1:
Offset: -350,-550,-50
Contrail@2:
Offset: -350,550,-50
Tooltip:
Name: Raptor
Aircraft:
Speed: 260
RenderSprites:
Image: raptor
PlayerPalette: overlayplayertd

stealth_fighter.Husk:
Inherits: ^PlaneHusk
Tooltip:
Expand Down

0 comments on commit 8f5a80c

Please sign in to comment.