Merge pull request #7664 from penev92/bleed_harvesterInsurance
Implement Carryall edge spawn, harvester delivery by carryall and harvester insurance for D2k
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
carryall.scripted:
|
||||
carryall.reinforce:
|
||||
Inherits: ^Helicopter
|
||||
Valued:
|
||||
Cost: 1200
|
||||
@@ -10,7 +10,7 @@ carryall.scripted:
|
||||
Armor:
|
||||
Type: Light
|
||||
Helicopter:
|
||||
CruiseAltitude: 2048
|
||||
CruiseAltitude: 2100
|
||||
InitialFacing: 0
|
||||
ROT: 4
|
||||
Speed: 160
|
||||
@@ -18,7 +18,7 @@ carryall.scripted:
|
||||
RepairBuildings: repair
|
||||
RearmBuildings:
|
||||
Repulsable: False
|
||||
LandAltitude: 512
|
||||
LandAltitude: 100
|
||||
LandWhenIdle: False
|
||||
RenderUnit:
|
||||
Image: carryall
|
||||
@@ -26,16 +26,17 @@ carryall.scripted:
|
||||
LeavesHusk:
|
||||
HuskActor: carryall.husk
|
||||
-Selectable:
|
||||
-TargetableAircraft:
|
||||
Carryall:
|
||||
Automatic: False
|
||||
|
||||
carryall:
|
||||
Inherits: carryall.scripted
|
||||
AutoCarryall:
|
||||
Inherits: carryall.reinforce
|
||||
Carryall:
|
||||
Automatic: True
|
||||
Buildable:
|
||||
Queue: Aircraft
|
||||
BuildPaletteOrder: 120
|
||||
Helicopter:
|
||||
CruiseAltitude: 2100
|
||||
LandAltitude: 100
|
||||
|
||||
carryall.infantry:
|
||||
Inherits: ^Plane
|
||||
@@ -61,6 +62,7 @@ carryall.infantry:
|
||||
MaxWeight: 5
|
||||
Types: Infantry
|
||||
-Selectable:
|
||||
-TargetableAircraft:
|
||||
-GainsExperience:
|
||||
Tooltip:
|
||||
Name: Carryall
|
||||
|
||||
@@ -73,3 +73,4 @@ Player:
|
||||
Name: Unrestricted
|
||||
Prerequisites: techlevel.low, techlevel.medium, techlevel.high, techlevel.superweapons
|
||||
EnemyWatcher:
|
||||
HarvesterInsurance:
|
||||
|
||||
@@ -194,10 +194,11 @@ refinery:
|
||||
Capacity: 2000
|
||||
CustomSellValue:
|
||||
Value: 500
|
||||
FreeActor:
|
||||
FreeActorWithDelivery:
|
||||
Actor: harvester
|
||||
InitialActivity: FindResources
|
||||
SpawnOffset: 2,1
|
||||
DeliveryOffset: 2,2
|
||||
DeliveringActor: carryall.reinforce
|
||||
Facing: 160
|
||||
-RenderBuilding:
|
||||
RenderBuildingWarFactory:
|
||||
@@ -668,7 +669,7 @@ hightech:
|
||||
Tooltip:
|
||||
Name: High Tech Facility
|
||||
Description: Unlocks advanced technology
|
||||
Production:
|
||||
ProductionFromMapEdge:
|
||||
Produces: Aircraft
|
||||
Exit:
|
||||
SpawnOffset: 0,0,728
|
||||
|
||||
Reference in New Issue
Block a user