Advertisement
StormWingDelta

OpenRA Garrisonable Power Plant V1

Nov 12th, 2016
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.21 KB | None | 0 0
  1. - need a little help trying to figure out what values to put for the PortOffsets, PortYaws, and PortCones
  2. FORTPOWR:
  3.     Inherits: ^Building
  4.     Buildable:
  5.         Queue: Building
  6.         BuildPaletteOrder: 10
  7.         Prerequisites: ~techlevel.infonly
  8.     Valued:
  9.         Cost: 300
  10.     Tooltip:
  11.         Name: Power Plant
  12.         Description: Provides power for other structures.
  13.     ProvidesPrerequisite:
  14.         Prerequisite: anypower
  15.     Building:
  16.         Footprint: xx xx
  17.         Dimensions: 2,2
  18.     Health:
  19.         HP: 400
  20.     Armor:
  21.         Type: Wood
  22.     RevealsShroud:
  23.         Range: 4c0
  24.     RenderSprites:
  25.         Image: POWR
  26.     Cargo:
  27.         Types: Infantry
  28.         MaxWeight: 6
  29.         PipCount: 6
  30.         InitialUnits: e1
  31.     -EmitInfantryOnSell:
  32.     AttackGarrisoned:
  33.         Armaments: garrisoned
  34.         PortOffsets: 384,0,128, 224,-341,128, -224,-341,128, -384,0,128, -224,341,128, 224,341,128
  35.         PortYaws: 0, 176, 341, 512, 682, 853
  36.         PortCones: 88, 88, 88, 88, 88, 88
  37.     RenderRangeCircle:
  38.         FallbackRange: 6c0
  39.     Bib:
  40.     Power:
  41.         Amount: 100
  42.     InfiltrateForPowerOutage:
  43.     AffectedByPowerOutage:
  44.     Targetable:
  45.         TargetTypes: Ground, Structure, C4, DetonateAttack, SpyInfiltrate
  46.     ScalePowerWithHealth:
  47.     DisabledOverlay:
  48.     WithDeathAnimation:
  49.         DeathSequence: dead
  50.         UseDeathTypeSuffix: false
  51.     WithBuildingExplosion:
  52.         Delay: 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement