RepairsUnits notification now optional.
This commit is contained in:
@@ -22,7 +22,7 @@ namespace OpenRA.Mods.Common.Traits
|
|||||||
public readonly int Interval = 24;
|
public readonly int Interval = 24;
|
||||||
|
|
||||||
[Desc("The sound played when starting to repair a unit.")]
|
[Desc("The sound played when starting to repair a unit.")]
|
||||||
public readonly string StartRepairingNotification = "Repairing";
|
public readonly string StartRepairingNotification = null;
|
||||||
|
|
||||||
[Desc("The sound played when repairing a unit is done.")]
|
[Desc("The sound played when repairing a unit is done.")]
|
||||||
public readonly string FinishRepairingNotification = null;
|
public readonly string FinishRepairingNotification = null;
|
||||||
|
|||||||
@@ -520,6 +520,7 @@ HPAD:
|
|||||||
RepairsUnits:
|
RepairsUnits:
|
||||||
HpPerStep: 1000
|
HpPerStep: 1000
|
||||||
PlayerExperience: 25
|
PlayerExperience: 25
|
||||||
|
StartRepairingNotification: Repairing
|
||||||
WithRepairAnimation:
|
WithRepairAnimation:
|
||||||
RallyPoint:
|
RallyPoint:
|
||||||
ProductionQueue@GDI:
|
ProductionQueue@GDI:
|
||||||
@@ -651,6 +652,7 @@ FIX:
|
|||||||
HpPerStep: 1000
|
HpPerStep: 1000
|
||||||
Interval: 15
|
Interval: 15
|
||||||
PlayerExperience: 25
|
PlayerExperience: 25
|
||||||
|
StartRepairingNotification: Repairing
|
||||||
RallyPoint:
|
RallyPoint:
|
||||||
WithRepairAnimation:
|
WithRepairAnimation:
|
||||||
Power:
|
Power:
|
||||||
|
|||||||
@@ -887,6 +887,7 @@ repair_pad:
|
|||||||
RepairsUnits:
|
RepairsUnits:
|
||||||
Interval: 10
|
Interval: 10
|
||||||
HpPerStep: 800
|
HpPerStep: 800
|
||||||
|
StartRepairingNotification: Repairing
|
||||||
FinishRepairingNotification: UnitRepaired
|
FinishRepairingNotification: UnitRepaired
|
||||||
PlayerExperience: 15
|
PlayerExperience: 15
|
||||||
RallyPoint:
|
RallyPoint:
|
||||||
|
|||||||
@@ -191,6 +191,7 @@ SPEN:
|
|||||||
-SpawnActorsOnSell:
|
-SpawnActorsOnSell:
|
||||||
RepairsUnits:
|
RepairsUnits:
|
||||||
HpPerStep: 1000
|
HpPerStep: 1000
|
||||||
|
StartRepairingNotification: Repairing
|
||||||
FinishRepairingNotification: UnitRepaired
|
FinishRepairingNotification: UnitRepaired
|
||||||
PlayerExperience: 15
|
PlayerExperience: 15
|
||||||
RallyPoint:
|
RallyPoint:
|
||||||
@@ -307,6 +308,7 @@ SYRD:
|
|||||||
-SpawnActorsOnSell:
|
-SpawnActorsOnSell:
|
||||||
RepairsUnits:
|
RepairsUnits:
|
||||||
HpPerStep: 1000
|
HpPerStep: 1000
|
||||||
|
StartRepairingNotification: Repairing
|
||||||
FinishRepairingNotification: UnitRepaired
|
FinishRepairingNotification: UnitRepaired
|
||||||
PlayerExperience: 15
|
PlayerExperience: 15
|
||||||
RallyPoint:
|
RallyPoint:
|
||||||
@@ -1869,6 +1871,7 @@ FIX:
|
|||||||
RepairsUnits:
|
RepairsUnits:
|
||||||
HpPerStep: 1000
|
HpPerStep: 1000
|
||||||
Interval: 7
|
Interval: 7
|
||||||
|
StartRepairingNotification: Repairing
|
||||||
FinishRepairingNotification: UnitRepaired
|
FinishRepairingNotification: UnitRepaired
|
||||||
PlayerExperience: 15
|
PlayerExperience: 15
|
||||||
WithRepairAnimation:
|
WithRepairAnimation:
|
||||||
|
|||||||
@@ -226,6 +226,7 @@ GAHPAD:
|
|||||||
HpPerStep: 1000
|
HpPerStep: 1000
|
||||||
PauseOnCondition: empdisable
|
PauseOnCondition: empdisable
|
||||||
PlayerExperience: 15
|
PlayerExperience: 15
|
||||||
|
StartRepairingNotification: Repairing
|
||||||
ProductionBar:
|
ProductionBar:
|
||||||
WithIdleOverlay@PLATFORM:
|
WithIdleOverlay@PLATFORM:
|
||||||
Sequence: idle-platform
|
Sequence: idle-platform
|
||||||
@@ -277,6 +278,7 @@ GADEPT:
|
|||||||
HpPerStep: 1000
|
HpPerStep: 1000
|
||||||
PauseOnCondition: empdisable
|
PauseOnCondition: empdisable
|
||||||
PlayerExperience: 15
|
PlayerExperience: 15
|
||||||
|
StartRepairingNotification: Repairing
|
||||||
RallyPoint:
|
RallyPoint:
|
||||||
Palette: mouse
|
Palette: mouse
|
||||||
IsPlayerPalette: false
|
IsPlayerPalette: false
|
||||||
|
|||||||
@@ -234,6 +234,7 @@ NAHPAD:
|
|||||||
HpPerStep: 1000
|
HpPerStep: 1000
|
||||||
PauseOnCondition: empdisable
|
PauseOnCondition: empdisable
|
||||||
PlayerExperience: 15
|
PlayerExperience: 15
|
||||||
|
StartRepairingNotification: Repairing
|
||||||
ProductionBar:
|
ProductionBar:
|
||||||
WithIdleOverlay@PLATFORM:
|
WithIdleOverlay@PLATFORM:
|
||||||
Sequence: idle-platform
|
Sequence: idle-platform
|
||||||
|
|||||||
Reference in New Issue
Block a user