Advertisement
StormWingDelta

Buildable ParaDrop Unit V1

Nov 9th, 2016
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.17 KB | None | 0 0
  1. BADR.ParaTrans:
  2.     Inherits: ^Plane
  3.     Buildable:
  4.         Queue: Aircraft
  5.         BuildAtProductionType: Plane
  6.         BuildPaletteOrder: 60
  7.         Prerequisites: ~afld, ~techlevel.medium
  8.     Valued:
  9.         Cost: 2500
  10.     Tooltip:
  11.         Name: Para Transport Plane
  12.         Description: Lands at airfields allowing for fast transport \n of units all over the map and paradropping them in.\n  Unarmed
  13.     ParaDrop:
  14.         DropRange: 4c0
  15.     Health:
  16.         HP: 300
  17.     Armor:
  18.         Type: Light
  19.     RevealsShroud:
  20.         Range: 12c0
  21.         Type: CenterPosition
  22.     Aircraft:
  23.         CruiseAltitude: 2560
  24.         TurnSpeed: 5
  25.         Speed: 149
  26.         Repulsable: False
  27.         MaximumPitch: 56
  28.     Cargo:
  29.         Types: Infantry, Vehicle
  30.         MaxWeight: 10
  31.         PipCount: 10
  32.        
  33.     Selectable:
  34.         Bounds: 36,28,0,2
  35.     SelectionDecorations:
  36.         VisualBounds: 30,28,0,2
  37.         -RenderSelectionBars: False
  38.     -Voiced:
  39.     -GainsExperience:
  40.     Contrail@1:
  41.         Offset: -432,560,0
  42.     Contrail@2:
  43.         Offset: -432,-560,0
  44.     SpawnActorOnDeath:
  45.         Actor: BADR.Husk
  46.     SmokeTrailWhenDamaged@0:
  47.         Offset: -432,560,0
  48.         Interval: 2
  49.     SmokeTrailWhenDamaged@1:
  50.         Offset: -432,-560,0
  51.         Interval: 2
  52.     -EjectOnDeath:
  53.     RejectsOrders:
  54.     GivesExperience:
  55.         Experience: 1000
  56.     ProducibleWithLevel:
  57.         Prerequisites: aircraft.upgraded
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement