Skip to content

Commit

Permalink
Adjust Kennel exits to match OpenRA RA.
Browse files Browse the repository at this point in the history
  • Loading branch information
MustaphaTR committed May 4, 2020
1 parent 22cc4c9 commit 6559269
Showing 1 changed file with 29 additions and 1 deletion.
30 changes: 29 additions & 1 deletion mods/raclassic/rules/structures.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1734,13 +1734,41 @@ KENN:
RevealsShroud:
Range: 4c0
RallyPoint:
Path: 0,2
Exit@0:
SpawnOffset: -280,400,0
ExitCell: -1,1
ProductionTypes: Dog, Infantry
Priority: 3
Exit@1:
SpawnOffset: -280,400,0
ExitCell: 0,1
ProductionTypes: Dog, Infantry
Priority: 2
Exit@2:
SpawnOffset: -280,400,0
ExitCell: -1,0
ProductionTypes: Dog, Infantry
Priority: 2
Exit@fallback1:
SpawnOffset: -280,400,0
ExitCell: -1,-1
ProductionTypes: Dog, Infantry
Exit@fallback2:
SpawnOffset: -280,400,0
ExitCell: 0,-1
ProductionTypes: Dog, Infantry
Exit@fallback3:
SpawnOffset: -280,400,0
ExitCell: 1,-1
ProductionTypes: Dog, Infantry
Exit@fallback4:
SpawnOffset: -280,400,0
ExitCell: 1,0
ProductionTypes: Dog, Infantry
Exit@fallback5:
SpawnOffset: -280,400,0
ExitCell: 1,1
ProductionTypes: Dog, Infantry
Production:
Produces: Infantry, Dog
PrimaryBuilding:
Expand Down

0 comments on commit 6559269

Please sign in to comment.