Advertisement
StormWingDelta

Tesla MIG OpenRA

Nov 9th, 2016
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.16 KB | None | 0 0
  1. MIGShock:
  2.     Inherits: ^Plane
  3.     Buildable:
  4.         Queue: Aircraft
  5.         BuildAtProductionType: Plane
  6.         BuildPaletteOrder: 60
  7.         Prerequisites: ~afld, stek, ~techlevel.high
  8.     Valued:
  9.         Cost: 2000
  10.     Tooltip:
  11.         Name: Tesla Mig Attack Plane
  12.         Description: Fast Ground-Attack Plane.\n  Strong vs Buildings, Tanks\n  Weak vs Infantry, Light armor, Aircraft
  13.     Health:
  14.         HP: 70
  15.     Armor:
  16.         Type: Light
  17.     RevealsShroud:
  18.         Range: 12c0
  19.         Type: CenterPosition
  20.     RenderSprites:
  21.         Image: MIG
  22.     Armament:
  23.         Weapon: TeslaZap
  24.         LocalOffset: 0,-640,0, 0,640,0
  25.         LocalYaw: -40, 24
  26.     AttackPlane:
  27.         FacingTolerance: 20
  28.     Aircraft:
  29.         CruiseAltitude: 2560
  30.         InitialFacing: 192
  31.         TurnSpeed: 4
  32.         Speed: 223
  33.         RepulsionSpeed: 40
  34.         MaximumPitch: 56
  35.     AutoTarget:
  36.         TargetWhenIdle: true
  37.         TargetWhenDamaged: true
  38.         EnableStances: false
  39.     AmmoPool:
  40.         Ammo: 8
  41.     ReturnOnIdle:
  42.     Selectable:
  43.         Bounds: 36,28,0,2
  44.     SelectionDecorations:
  45.         VisualBounds: 40,29,0,1
  46.     Contrail@1:
  47.         Offset: -598,-683,0
  48.     Contrail@2:
  49.         Offset: -598,683,0
  50.     SpawnActorOnDeath:
  51.         Actor: MIG.Husk
  52.     SmokeTrailWhenDamaged:
  53.         Offset: -853,0,171
  54.         Interval: 2
  55.     ProducibleWithLevel:
  56.         Prerequisites: aircraft.upgraded
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement