Skip to content

Commit

Permalink
Issue OpenRA#210 Fix starport delivery
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeniysergeev committed Jun 9, 2022
1 parent 7180bbb commit cff0cbb
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 14 deletions.
13 changes: 5 additions & 8 deletions mods/d2/rules/frigate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,17 @@ frigate:
Health:
HP: 500
Aircraft:
Speed: 189 # 126 * ~1.5 for balance reasons
IdleBehavior: LeaveMap
Speed: 189
TurnSpeed: 4
Repulsable: False
MaximumPitch: 20
CruiseAltitude: 192
IdleBehavior: LeaveMap
InitialFacing: 768
VTOL: true
CanHover: true
CanSlide: true
-AppearsOnRadar:
Cargo:
MaxWeight: 20
RejectsOrders:
Buildable:
Description: Supply spacecraft
WithCargoPipsDecoration:
Position: BottomLeft
RequiresSelection: true
PipCount: 10
52 changes: 46 additions & 6 deletions mods/d2/rules/starport.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,54 @@ starport:
Type: heavy
RevealsShroud:
Range: 5c768
RallyPoint:
Path: 1,3
Exit@1:
SpawnOffset: 0,-480,0
ExitCell: 2,2
SpawnOffset: -2048,-2048,0
ExitCell: -1,-1
Exit@2:
SpawnOffset: 0,-480,0
ExitCell: 0,2
SpawnOffset: -1024,-2048,0
ExitCell: 0,-1
Exit@3:
SpawnOffset: 0,-2048,0
ExitCell: 1,-1
Exit@4:
SpawnOffset: 1024,-2048,0
ExitCell: 2,-1
Exit@5:
SpawnOffset: 2048,-2048,0
ExitCell: 3,-1
Exit@6:
SpawnOffset: 2048,-1024,0
ExitCell: 3,0
Exit@7:
SpawnOffset: 2048,0,0
ExitCell: 3,1
Exit@8:
SpawnOffset: 2048,1024,0
ExitCell: 3,2
Exit@9:
SpawnOffset: 2048,2048,0
ExitCell: 3,3
Exit@10:
SpawnOffset: 1024,2048,0
ExitCell: 2,3
Exit@11:
SpawnOffset: 0,2048,0
ExitCell: 1,3
Exit@12:
SpawnOffset: -1024,2048,0
ExitCell: 0,3
Exit@13:
SpawnOffset: -2048,2048,0
ExitCell: -1,3
Exit@14:
SpawnOffset: -2048,1024,0
ExitCell: -1,2
Exit@15:
SpawnOffset: -2048,0,0
ExitCell: -1,1
Exit@16:
SpawnOffset: -2048,-1024,0
ExitCell: -1,0
ProductionAirdrop:
Produces: Starport
ActorType: frigate
Expand Down

0 comments on commit cff0cbb

Please sign in to comment.