Initial commit: OpenRA game engine
Some checks failed
Continuous Integration / Linux (.NET 8.0) (push) Has been cancelled
Continuous Integration / Windows (.NET 8.0) (push) Has been cancelled

Fork from OpenRA/OpenRA with one-click launch script (start-ra.cmd)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
let5sne.win10
2026-01-10 21:46:54 +08:00
commit 9cf6ebb986
4065 changed files with 635973 additions and 0 deletions

113
mods/ts/rules/husks.yaml Normal file
View File

@@ -0,0 +1,113 @@
DSHP.Husk:
Inherits: ^AircraftHusk
Tooltip:
Name: actor-dshp-husk-name
Aircraft:
TurnSpeed: 20
Speed: 168
-RenderSprites:
RenderVoxels:
Image: dshp
ORCA.Husk:
Inherits: ^AircraftHusk
Tooltip:
Name: actor-orca-husk-name
Aircraft:
TurnSpeed: 20
Speed: 186
RenderSprites:
Image: orca
RenderVoxels:
Image: orca
ORCA.Husk.EMP:
Inherits: ORCA.Husk
Inherits@EMP: ^EmpVisualEffects
ORCAB.Husk:
Inherits: ^AircraftHusk
Tooltip:
Name: actor-orcab-husk-name
Aircraft:
TurnSpeed: 12
Speed: 96
FallsToEarth:
MaximumSpinSpeed: 24
RenderSprites:
Image: orcab
RenderVoxels:
Image: orcab
ORCAB.Husk.EMP:
Inherits: ORCAB.Husk
Inherits@EMP: ^EmpVisualEffects
ORCATRAN.Husk:
Inherits: ^AircraftHusk
Tooltip:
Name: actor-orcatran-husk-name
Aircraft:
TurnSpeed: 20
Speed: 84
RenderSprites:
Image: orcatran
RenderVoxels:
Image: orcatran
ORCATRAN.Husk.EMP:
Inherits: ORCATRAN.Husk
Inherits@EMP: ^EmpVisualEffects
TRNSPORT.Husk:
Inherits: ^AircraftHusk
Tooltip:
Name: actor-trnsport-husk-name
Aircraft:
TurnSpeed: 20
Speed: 149
RenderSprites:
Image: trnsport
RenderVoxels:
Image: trnsport
TRNSPORT.Husk.EMP:
Inherits: TRNSPORT.Husk
Inherits@EMP: ^EmpVisualEffects
SCRIN.Husk:
Inherits: ^AircraftHusk
Tooltip:
Name: actor-scrin-husk-name
Aircraft:
TurnSpeed: 12
Speed: 168
FallsToEarth:
MaximumSpinSpeed: 24
RenderSprites:
Image: scrin
RenderVoxels:
Image: scrin
SCRIN.Husk.EMP:
Inherits: SCRIN.Husk
Inherits@EMP: ^EmpVisualEffects
APACHE.Husk:
Inherits: ^AircraftHusk
Tooltip:
Name: actor-apache-husk-name
Aircraft:
TurnSpeed: 20
Speed: 130
WithIdleOverlay:
Offset: 85,0,598
Sequence: rotor
RenderSprites:
Image: apache
RenderVoxels:
Image: apache
APACHE.Husk.EMP:
Inherits: APACHE.Husk
Inherits@EMP: ^EmpVisualEffects