Upgrade rule for setting VTOL to true for CanHover actors
This commit is contained in:
committed by
Matthias Mailänder
parent
3b01da737c
commit
28ffcfea3c
@@ -26,7 +26,7 @@ carryall.reinforce:
|
||||
frigate:
|
||||
Aircraft:
|
||||
LandableTerrainTypes: Sand, Rock, Transition, Spice, SpiceSand, Dune, Concrete
|
||||
CanHover: true # The frigate would teleport to land otherwise
|
||||
VTOL: true # The frigate would teleport to land otherwise
|
||||
|
||||
barracks.harkonnen:
|
||||
Inherits: barracks
|
||||
|
||||
@@ -18,6 +18,7 @@ carryall.reinforce:
|
||||
LandWhenIdle: False
|
||||
AirborneCondition: airborne
|
||||
CanHover: True
|
||||
VTOL: true
|
||||
Targetable@GROUND:
|
||||
TargetTypes: Ground, Vehicle
|
||||
RequiresCondition: !airborne
|
||||
@@ -86,6 +87,7 @@ ornithopter:
|
||||
Repulsable: False
|
||||
CanHover: True
|
||||
CruiseAltitude: 1920
|
||||
VTOL: true
|
||||
AmmoPool:
|
||||
Ammo: 5
|
||||
Tooltip:
|
||||
@@ -113,5 +115,6 @@ carryall.husk:
|
||||
TurnSpeed: 4
|
||||
Speed: 144
|
||||
CanHover: True
|
||||
VTOL: true
|
||||
RenderSprites:
|
||||
Image: carryall
|
||||
|
||||
Reference in New Issue
Block a user