Change the default value for the sequence definitions on SupportPower.cs
This commit is contained in:
@@ -59,10 +59,9 @@ namespace OpenRA.Mods.Common.Traits
|
|||||||
public readonly string BeaconImage = "beacon";
|
public readonly string BeaconImage = "beacon";
|
||||||
[SequenceReference("BeaconImage")] public readonly string BeaconPoster = null;
|
[SequenceReference("BeaconImage")] public readonly string BeaconPoster = null;
|
||||||
[PaletteReference] public readonly string BeaconPosterPalette = "chrome";
|
[PaletteReference] public readonly string BeaconPosterPalette = "chrome";
|
||||||
[SequenceReference("BeaconImage")] public readonly string ClockSequence = "clock";
|
[SequenceReference("BeaconImage")] public readonly string ClockSequence = null;
|
||||||
|
[SequenceReference("BeaconImage")] public readonly string ArrowSequence = null;
|
||||||
[SequenceReference("BeaconImage")] public readonly string ArrowSequence = "arrow";
|
[SequenceReference("BeaconImage")] public readonly string CircleSequence = null;
|
||||||
[SequenceReference("BeaconImage")] public readonly string CircleSequence = "circles";
|
|
||||||
|
|
||||||
[Desc("Delay after launch, measured in ticks.")]
|
[Desc("Delay after launch, measured in ticks.")]
|
||||||
public readonly int BeaconDelay = 0;
|
public readonly int BeaconDelay = 0;
|
||||||
|
|||||||
@@ -494,6 +494,9 @@ HQ:
|
|||||||
BeaconPosterPalette: beaconposter
|
BeaconPosterPalette: beaconposter
|
||||||
DisplayRadarPing: True
|
DisplayRadarPing: True
|
||||||
CameraActor: camera
|
CameraActor: camera
|
||||||
|
ArrowSequence: arrow
|
||||||
|
ClockSequence: clock
|
||||||
|
CircleSequence: circles
|
||||||
SupportPowerChargeBar:
|
SupportPowerChargeBar:
|
||||||
Power:
|
Power:
|
||||||
Amount: -50
|
Amount: -50
|
||||||
@@ -643,6 +646,9 @@ TMPL:
|
|||||||
BeaconPosterPalette: beaconposter
|
BeaconPosterPalette: beaconposter
|
||||||
DisplayRadarPing: True
|
DisplayRadarPing: True
|
||||||
CameraRange: 10c0
|
CameraRange: 10c0
|
||||||
|
ArrowSequence: arrow
|
||||||
|
ClockSequence: clock
|
||||||
|
CircleSequence: circles
|
||||||
SupportPowerChargeBar:
|
SupportPowerChargeBar:
|
||||||
Power:
|
Power:
|
||||||
Amount: -150
|
Amount: -150
|
||||||
|
|||||||
@@ -38,6 +38,9 @@ MSLO:
|
|||||||
BeaconPoster: atomicon
|
BeaconPoster: atomicon
|
||||||
FlashType: Nuke
|
FlashType: Nuke
|
||||||
CameraRange: 10c0
|
CameraRange: 10c0
|
||||||
|
ArrowSequence: arrow
|
||||||
|
ClockSequence: clock
|
||||||
|
CircleSequence: circles
|
||||||
CanPowerDown:
|
CanPowerDown:
|
||||||
PowerupSound: EnablePower
|
PowerupSound: EnablePower
|
||||||
PowerdownSound: DisablePower
|
PowerdownSound: DisablePower
|
||||||
@@ -1231,6 +1234,9 @@ AFLD:
|
|||||||
QuantizedFacings: 8
|
QuantizedFacings: 8
|
||||||
DisplayBeacon: true
|
DisplayBeacon: true
|
||||||
BeaconPoster: camicon
|
BeaconPoster: camicon
|
||||||
|
ArrowSequence: arrow
|
||||||
|
ClockSequence: clock
|
||||||
|
CircleSequence: circles
|
||||||
ParatroopersPower@paratroopers:
|
ParatroopersPower@paratroopers:
|
||||||
OrderName: SovietParatroopers
|
OrderName: SovietParatroopers
|
||||||
Prerequisites: aircraft.soviet
|
Prerequisites: aircraft.soviet
|
||||||
@@ -1245,6 +1251,9 @@ AFLD:
|
|||||||
CameraActor: camera.paradrop
|
CameraActor: camera.paradrop
|
||||||
DisplayBeacon: true
|
DisplayBeacon: true
|
||||||
BeaconPoster: pinficon
|
BeaconPoster: pinficon
|
||||||
|
ArrowSequence: arrow
|
||||||
|
ClockSequence: clock
|
||||||
|
CircleSequence: circles
|
||||||
AirstrikePower@parabombs:
|
AirstrikePower@parabombs:
|
||||||
OrderName: UkraineParabombs
|
OrderName: UkraineParabombs
|
||||||
Prerequisites: aircraft.ukraine
|
Prerequisites: aircraft.ukraine
|
||||||
@@ -1261,6 +1270,9 @@ AFLD:
|
|||||||
BeaconPoster: pbmbicon
|
BeaconPoster: pbmbicon
|
||||||
SquadSize: 3
|
SquadSize: 3
|
||||||
SquadOffset: 1792,1792,0
|
SquadOffset: 1792,1792,0
|
||||||
|
ArrowSequence: arrow
|
||||||
|
ClockSequence: clock
|
||||||
|
CircleSequence: circles
|
||||||
ProductionBar:
|
ProductionBar:
|
||||||
SupportPowerChargeBar:
|
SupportPowerChargeBar:
|
||||||
PrimaryBuilding:
|
PrimaryBuilding:
|
||||||
|
|||||||
Reference in New Issue
Block a user