Advertisement
StormWingDelta

OpenRA AI Iron Curtain Code

Nov 12th, 2016
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.82 KB | None | 0 0
  1. -OpenRA AI Iron Curtain Code, still a work in progress
  2. SupportPowerDecision@grantupgradepower:
  3.             OrderName: GrantUpgradePowerInfoOrder
  4.             MinimumAttractiveness: 40
  5.             Consideration@1:
  6.                 Against: Enemy
  7.                 Types: Structure
  8.                 Attractiveness: -2
  9.                 TargetMetric: Value
  10.                 CheckRadius: 2c0
  11.             Consideration@2:
  12.                 Against: Enemy
  13.                 Types: Unit
  14.                 Attractiveness: 1
  15.                 TargetMetric: Value
  16.                 CheckRadius: 7c0
  17.             Consideration@3:
  18.                 Against: Enemy
  19.                 Types: Unit
  20.                 Attractiveness: -1
  21.                 TargetMetric: Value
  22.                 CheckRadius: 3c0
  23.             Consideration@4:
  24.                 Against: Ally
  25.                 Types: Vehicle, Tank, Naval, Water
  26.                 Attractiveness: 5
  27.                 TargetMetric: Value
  28.                 CheckRadius: 15c0
  29.             Consideration@5:
  30.                 Against: Ally
  31.                 Types: Structure
  32.                 Attractiveness: -1
  33.                 TargetMetric: Value
  34.                 CheckRadius: 5c0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement