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