rename RallyPoint.RallyPoint to RallyPoint.Offset

This commit is contained in:
Matthias Mailänder
2015-08-05 23:31:29 +02:00
parent f11331a7cd
commit b536e677fb
8 changed files with 20 additions and 14 deletions

View File

@@ -17,8 +17,8 @@ namespace OpenRA.Mods.Common.Traits
[Desc("Used to waypoint units after production or repair is finished.")]
public class RallyPointInfo : ITraitInfo
{
public readonly CVec RallyPoint = new CVec(1, 3);
public readonly string IndicatorPalettePrefix = "player";
public readonly CVec Offset = new CVec(1, 3);
public object Create(ActorInitializer init) { return new RallyPoint(init.Self, this); }
}

View File

@@ -1730,6 +1730,12 @@ namespace OpenRA.Mods.Common.UtilityCommands
node.Key = "SpawnActorOnDeath";
}
if (engineVersion < 20150810)
{
if (depth == 2 && parentKey == "RallyPoint" && node.Key == "RallyPoint")
node.Key = "Offset";
}
UpgradeActorRules(engineVersion, ref node.Value.Nodes, node, depth + 1);
}
}

View File

@@ -329,7 +329,7 @@ AFLD:
WithIdleOverlay@DISH:
Sequence: idle-dish
RallyPoint:
RallyPoint: 4,2
Offset: 4,2
Exit@1:
SpawnOffset: -1024,0,0
ExitCell: 3,1
@@ -374,7 +374,7 @@ WEAP:
WithProductionDoorOverlay:
Sequence: build-top
RallyPoint:
RallyPoint: 0,3
Offset: 0,3
Exit@1:
SpawnOffset: -341,-341,0
ExitCell: 0,2

View File

@@ -73,7 +73,7 @@ BIO:
LowPowerSlowdown: 3
ProductionBar:
RallyPoint:
RallyPoint: -1,-1
Offset: -1,-1
SpawnActorOnDeath:
HuskActor: BIO.Husk
ProvidesPrerequisite@buildingname:

View File

@@ -136,7 +136,7 @@ barracks:
RevealsShroud:
Range: 5c0
RallyPoint:
RallyPoint: 1,3
Offset: 1,3
Exit@1:
SpawnOffset: 352,576,0
ExitCell: 0,2
@@ -287,7 +287,7 @@ light:
atreides: light.atreides
ordos: light.ordos
RallyPoint:
RallyPoint: 2,2
Offset: 2,2
Exit@1:
SpawnOffset: 544,-224,0
ExitCell: 2,1
@@ -339,7 +339,7 @@ heavy:
RevealsShroud:
Range: 4c0
RallyPoint:
RallyPoint: 0,3
Offset: 0,3
Exit@1:
SpawnOffset: 256,192,0
ExitCell: 0,2
@@ -440,7 +440,7 @@ starport:
RevealsShroud:
Range: 7c0
RallyPoint:
RallyPoint: 1,3
Offset: 1,3
Exit@1:
SpawnOffset: 0,-480,0
ExitCell: 2,2
@@ -665,7 +665,7 @@ repair:
ValuePercentage: 50
FinishRepairingNotification: UnitRepaired
RallyPoint:
RallyPoint: 1,3
Offset: 1,3
RenderBuilding:
Image: repair.harkonnen
RaceImages:

View File

@@ -1390,7 +1390,7 @@ KENN:
Bib:
HasMinibib: True
RallyPoint:
RallyPoint: 0,2
Offset: 0,2
Exit:
SpawnOffset: -280,400,0
ExitCell: 0,1

View File

@@ -87,7 +87,7 @@ GAPILE:
RevealsShroud:
Range: 5c0
RallyPoint:
RallyPoint: 2,3
Offset: 2,3
Exit@1:
SpawnOffset: -256,1024,0
ExitCell: 2,2
@@ -130,7 +130,7 @@ GAWEAP:
RevealsShroud:
Range: 4c0
RallyPoint:
RallyPoint: 6,1
Offset: 6,1
Exit@1:
SpawnOffset: -384,-384,0
ExitCell: 4,1

View File

@@ -100,7 +100,7 @@ NAHAND:
SpawnOffset: 384,768,0
ExitCell: 3,2
RallyPoint:
RallyPoint: 3,3
Offset: 3,3
Production:
Produces: Infantry
PrimaryBuilding:
@@ -138,7 +138,7 @@ NAWEAP:
RevealsShroud:
Range: 4c0
RallyPoint:
RallyPoint: 6,1
Offset: 6,1
Exit@1:
SpawnOffset: -384,-384,0
ExitCell: 4,1