Removed default definitions for repair and rearmbuildings in Aircraft.cs
This commit is contained in:
@@ -31,9 +31,9 @@ namespace OpenRA.Mods.Common.Traits
|
|||||||
public readonly int RepulsionSpeed = -1;
|
public readonly int RepulsionSpeed = -1;
|
||||||
|
|
||||||
[ActorReference]
|
[ActorReference]
|
||||||
public readonly HashSet<string> RepairBuildings = new HashSet<string> { "fix" };
|
public readonly HashSet<string> RepairBuildings = new HashSet<string> { };
|
||||||
[ActorReference]
|
[ActorReference]
|
||||||
public readonly HashSet<string> RearmBuildings = new HashSet<string> { "hpad", "afld" };
|
public readonly HashSet<string> RearmBuildings = new HashSet<string> { };
|
||||||
public readonly int InitialFacing = 0;
|
public readonly int InitialFacing = 0;
|
||||||
public readonly int ROT = 255;
|
public readonly int ROT = 255;
|
||||||
public readonly int Speed = 1;
|
public readonly int Speed = 1;
|
||||||
|
|||||||
@@ -134,7 +134,6 @@
|
|||||||
Bounds: 24,24
|
Bounds: 24,24
|
||||||
Aircraft:
|
Aircraft:
|
||||||
RepairBuildings: hpad
|
RepairBuildings: hpad
|
||||||
RearmBuildings:
|
|
||||||
LandWhenIdle: false
|
LandWhenIdle: false
|
||||||
AirborneUpgrades: airborne
|
AirborneUpgrades: airborne
|
||||||
CanHover: True
|
CanHover: True
|
||||||
|
|||||||
@@ -18,7 +18,6 @@ carryall.reinforce:
|
|||||||
Speed: 144 # 112 * ~1.3 for balance reasons
|
Speed: 144 # 112 * ~1.3 for balance reasons
|
||||||
LandableTerrainTypes: Sand, Rock, Transition, Spice, SpiceSand, Dune
|
LandableTerrainTypes: Sand, Rock, Transition, Spice, SpiceSand, Dune
|
||||||
RepairBuildings: repair_pad
|
RepairBuildings: repair_pad
|
||||||
RearmBuildings:
|
|
||||||
Repulsable: False
|
Repulsable: False
|
||||||
LandAltitude: 100
|
LandAltitude: 100
|
||||||
LandWhenIdle: False
|
LandWhenIdle: False
|
||||||
@@ -61,8 +60,6 @@ frigate:
|
|||||||
Aircraft:
|
Aircraft:
|
||||||
ROT: 1
|
ROT: 1
|
||||||
Speed: 189 # 126 * ~1.5 for balance reasons
|
Speed: 189 # 126 * ~1.5 for balance reasons
|
||||||
RepairBuildings:
|
|
||||||
RearmBuildings:
|
|
||||||
Repulsable: False
|
Repulsable: False
|
||||||
MaximumPitch: 20
|
MaximumPitch: 20
|
||||||
-AppearsOnRadar:
|
-AppearsOnRadar:
|
||||||
@@ -85,8 +82,6 @@ ornithopter:
|
|||||||
Aircraft:
|
Aircraft:
|
||||||
ROT: 2
|
ROT: 2
|
||||||
Speed: 224 # 189 * ~1.2 for balance reasons
|
Speed: 224 # 189 * ~1.2 for balance reasons
|
||||||
RepairBuildings:
|
|
||||||
RearmBuildings:
|
|
||||||
Repulsable: False
|
Repulsable: False
|
||||||
CanHover: True
|
CanHover: True
|
||||||
AmmoPool:
|
AmmoPool:
|
||||||
@@ -104,8 +99,6 @@ ornithopter.husk:
|
|||||||
Aircraft:
|
Aircraft:
|
||||||
ROT: 5
|
ROT: 5
|
||||||
Speed: 224
|
Speed: 224
|
||||||
RepairBuildings:
|
|
||||||
RearmBuildings:
|
|
||||||
RenderSprites:
|
RenderSprites:
|
||||||
Image: ornithopter
|
Image: ornithopter
|
||||||
|
|
||||||
@@ -116,8 +109,6 @@ carryall.husk:
|
|||||||
Aircraft:
|
Aircraft:
|
||||||
ROT: 4
|
ROT: 4
|
||||||
Speed: 144
|
Speed: 144
|
||||||
RepairBuildings:
|
|
||||||
RearmBuildings:
|
|
||||||
CanHover: True
|
CanHover: True
|
||||||
RenderSprites:
|
RenderSprites:
|
||||||
Image: carryall
|
Image: carryall
|
||||||
|
|||||||
@@ -105,7 +105,6 @@ MIG:
|
|||||||
InitialFacing: 192
|
InitialFacing: 192
|
||||||
ROT: 4
|
ROT: 4
|
||||||
Speed: 223
|
Speed: 223
|
||||||
RearmBuildings: afld
|
|
||||||
RepulsionSpeed: 40
|
RepulsionSpeed: 40
|
||||||
MaximumPitch: 56
|
MaximumPitch: 56
|
||||||
AirborneUpgrades: airborne
|
AirborneUpgrades: airborne
|
||||||
@@ -164,7 +163,6 @@ YAK:
|
|||||||
FacingTolerance: 20
|
FacingTolerance: 20
|
||||||
Aircraft:
|
Aircraft:
|
||||||
CruiseAltitude: 2560
|
CruiseAltitude: 2560
|
||||||
RearmBuildings: afld
|
|
||||||
InitialFacing: 192
|
InitialFacing: 192
|
||||||
ROT: 4
|
ROT: 4
|
||||||
Speed: 178
|
Speed: 178
|
||||||
@@ -213,7 +211,6 @@ TRAN:
|
|||||||
Range: 10c0
|
Range: 10c0
|
||||||
Type: CenterPosition
|
Type: CenterPosition
|
||||||
Aircraft:
|
Aircraft:
|
||||||
RearmBuildings: hpad
|
|
||||||
InitialFacing: 0
|
InitialFacing: 0
|
||||||
ROT: 5
|
ROT: 5
|
||||||
Speed: 112
|
Speed: 112
|
||||||
@@ -264,7 +261,6 @@ HELI:
|
|||||||
AttackHeli:
|
AttackHeli:
|
||||||
FacingTolerance: 20
|
FacingTolerance: 20
|
||||||
Aircraft:
|
Aircraft:
|
||||||
RearmBuildings: hpad
|
|
||||||
LandWhenIdle: false
|
LandWhenIdle: false
|
||||||
InitialFacing: 20
|
InitialFacing: 20
|
||||||
ROT: 4
|
ROT: 4
|
||||||
@@ -318,7 +314,6 @@ HIND:
|
|||||||
AttackHeli:
|
AttackHeli:
|
||||||
FacingTolerance: 20
|
FacingTolerance: 20
|
||||||
Aircraft:
|
Aircraft:
|
||||||
RearmBuildings: hpad
|
|
||||||
LandWhenIdle: false
|
LandWhenIdle: false
|
||||||
InitialFacing: 20
|
InitialFacing: 20
|
||||||
ROT: 4
|
ROT: 4
|
||||||
|
|||||||
@@ -350,6 +350,9 @@
|
|||||||
SelectionDecorations:
|
SelectionDecorations:
|
||||||
Selectable:
|
Selectable:
|
||||||
Bounds: 24,24
|
Bounds: 24,24
|
||||||
|
Aircraft:
|
||||||
|
RepairBuildings: fix
|
||||||
|
RearmBuildings: afld
|
||||||
Targetable@GROUND:
|
Targetable@GROUND:
|
||||||
TargetTypes: Ground, Repair, Vehicle
|
TargetTypes: Ground, Repair, Vehicle
|
||||||
UpgradeTypes: airborne
|
UpgradeTypes: airborne
|
||||||
@@ -388,6 +391,8 @@
|
|||||||
Inherits: ^Plane
|
Inherits: ^Plane
|
||||||
Tooltip:
|
Tooltip:
|
||||||
GenericName: Helicopter
|
GenericName: Helicopter
|
||||||
|
Aircraft:
|
||||||
|
RearmBuildings: hpad
|
||||||
GpsDot:
|
GpsDot:
|
||||||
String: Helicopter
|
String: Helicopter
|
||||||
Hovers:
|
Hovers:
|
||||||
|
|||||||
@@ -75,7 +75,6 @@ ORCA:
|
|||||||
Selectable:
|
Selectable:
|
||||||
Bounds: 30,24
|
Bounds: 30,24
|
||||||
Aircraft:
|
Aircraft:
|
||||||
RearmBuildings: gahpad, nahpad
|
|
||||||
ROT: 5
|
ROT: 5
|
||||||
Speed: 186
|
Speed: 186
|
||||||
TakeoffSound: orcaup1.aud
|
TakeoffSound: orcaup1.aud
|
||||||
@@ -275,7 +274,6 @@ APACHE:
|
|||||||
Selectable:
|
Selectable:
|
||||||
Bounds: 30,24
|
Bounds: 30,24
|
||||||
Aircraft:
|
Aircraft:
|
||||||
RearmBuildings: gahpad, nahpad
|
|
||||||
ROT: 5
|
ROT: 5
|
||||||
Speed: 130
|
Speed: 130
|
||||||
Health:
|
Health:
|
||||||
@@ -319,8 +317,6 @@ HUNTER:
|
|||||||
Weapon: SuicideBomb
|
Weapon: SuicideBomb
|
||||||
EmptyWeapon: SuicideBomb
|
EmptyWeapon: SuicideBomb
|
||||||
Aircraft:
|
Aircraft:
|
||||||
RearmBuildings:
|
|
||||||
RepairBuildings:
|
|
||||||
ROT: 16
|
ROT: 16
|
||||||
Speed: 355
|
Speed: 355
|
||||||
CruiseAltitude: 256
|
CruiseAltitude: 256
|
||||||
|
|||||||
@@ -497,7 +497,7 @@
|
|||||||
Inherits: ^Aircraft
|
Inherits: ^Aircraft
|
||||||
Aircraft:
|
Aircraft:
|
||||||
RepairBuildings: gadept
|
RepairBuildings: gadept
|
||||||
RearmBuildings:
|
RearmBuildings: gahpad, nahpad
|
||||||
LandWhenIdle: no
|
LandWhenIdle: no
|
||||||
CruiseAltitude: 2048
|
CruiseAltitude: 2048
|
||||||
Voice: Move
|
Voice: Move
|
||||||
|
|||||||
Reference in New Issue
Block a user